dashboard undertaker

    @@ -14,7 +14,6 @@ (function(){ var a=document.querySelectorAll('a[id^="post_"]'); var i=a[a.length-1].href.match(/post\/(\d+)/)[1]; - i=i+1; location.href='http://www.tumblr.com/dashboard/999?offset='+i; } )()
  • /*
     * @title dashboard undertaker
     * @description kako no dashboard ni moguru tameno bookmarklet desu.
     * @include http://*
     * @license MIT License
     */
    
    /*
     * go user archive page ( http://kagurazakaundergroundresistance.tumblr.com/archive/2007/9 )
     * click this bookmarklet!
     * goto old date dashboard
    */
    
    (function(){
      var a=document.querySelectorAll('a[id^="post_"]');
      var i=a[a.length-1].href.match(/post\/(\d+)/)[1];
      location.href='http://www.tumblr.com/dashboard/999?offset='+i;
    }
    )()
    
    
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/09/24 00:04:31 - 2011-09-24
  2. 2011/09/24 00:00:13 - 2011-09-24
  3. 2011/09/23 23:53:00 - 2011-09-23
  4. 2011/09/23 23:50:36 - 2011-09-23
  5. 2011/09/16 19:41:26 - 2011-09-16
  6. 2011/09/16 13:43:32 - 2011-09-16
  7. 2011/09/16 13:42:27 - 2011-09-16
  8. 2011/09/16 13:05:40 - 2011-09-16
  9. 2011/09/16 12:49:06 - 2011-09-16