dashboard undertaker
by
taizooo
2011-09-24 [2011/09/24 00:04:31]
kako no dashboard ni moguru tameno bookmarklet desu.
@@ -13,7 +13,7 @@
(function(){
var a=document.querySelectorAll('a[id^="post_"]');
- var i=a[a.length-1].href.match(/post\/(\d+)/)[1]+1;
+ var i=a[a.length-1].href.match(/post\/(\d+)/)[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 です。