tumblr open archive page

  • /*
     * @title tumblr open archive page
     * @include http://*.tumblr.com/
     * @exclude http://www.tumblr.com/*
     * @exclude http://wayback.archive.org/*
     * @exclude http://web.archive.org/*
     * @exclude http://tako3.com/*
     * @exclude http://b.hatena.ne.jp/*
     */
    
    (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 です。

History

  1. 2012/11/16 19:04:59 - 2012-11-16
  2. 2012/11/15 09:44:51 - 2012-11-15
  3. 2012/10/11 13:23:12 - 2012-10-11
  4. 2012/10/11 13:23:06 - 2012-10-11
  5. 2012/10/11 13:20:25 - 2012-10-11
  6. 2012/07/13 10:42:41 - 2012-07-13
  7. 2012/07/13 10:12:33 - 2012-07-13
  8. 2012/07/13 09:44:19 - 2012-07-13
  9. 2012/07/13 09:25:02 - 2012-07-13