go2back tumblr
by
taizooo
2015-01-16 [2015/01/16 18:33:55]
tumblr の個別 post ページからその post のある dashboard ページを開きます
@@ -8,7 +8,7 @@
(function(){
var id=Number(window.location.pathname.match(/\d+/)[0]);
- url='http://www.tumblr.com/show/everything/by/everyone/999?offset='+(id+1);
+ url='http://www.tumblr.com/dashboard/2?offset='+(id+1);
window.open(url);
}
)();
/*
* @title go2back tumblr
* @description tumblr の個別 post ページからその post のある dashboard ページを開きます
* @include http://*
* @license MIT License
* @require
*/
(function(){
var id=Number(window.location.pathname.match(/\d+/)[0]);
url='http://www.tumblr.com/dashboard/2?offset='+(id+1);
window.open(url);
}
)();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。