tumblr open archive page
by
taizooo
2012-11-16 [2012/11/16 19:04:59]
@@ -1,10 +1,10 @@
/*
* @title tumblr open archive page
- * @include http://*.tumblr.com/*
+ * @include http://*.tumblr.com/
+ * @exclude http://www.tumblr.com/*
*/
(function() {
- if (/^www/.test(location.hostname)) return;
if (/^\/archive/.test(location.pathname)) return;
var u='http://';
u+=location.hostname;
/*
* @title tumblr open archive page
* @include http://*.tumblr.com/
* @exclude http://www.tumblr.com/*
*/
(function() {
if (/^\/archive/.test(location.pathname)) return;
var u='http://';
u+=location.hostname;
u+='/archive';
location.href=u;
})()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。