rblgmchn undertaker
by
taizooo
2012-02-12 [2012/02/12 02:28:52]
kako no dashboard ni moguru tameno bookmarklet desu.
@@ -1,10 +1,12 @@
/*
* @title rblgmchn undertaker
* @description kako no dashboard ni moguru tameno bookmarklet desu.
- * @include http://*
+ * @include http://*.tumblr.com/archive
* @license MIT License
*/
+// example http://kagurazakaundergroundresistance.tumblr.com/archive/2007/8
+
(function(){
var a=document.querySelectorAll('a[id^="post_"]');
var i=parseInt(a[a.length-1].href.match(/post\/(\d+)/)[1]);
/*
* @title rblgmchn undertaker
* @description kako no dashboard ni moguru tameno bookmarklet desu.
* @include http://*.tumblr.com/archive
* @license MIT License
*/
// example http://kagurazakaundergroundresistance.tumblr.com/archive/2007/8
(function(){
var a=document.querySelectorAll('a[id^="post_"]');
var i=parseInt(a[a.length-1].href.match(/post\/(\d+)/)[1]);
location.href='http://reblog.machine.mamemomonga.com/dashboard#any_9999_'+i;
}
)()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。