<->WebArchive

    @@ -6,9 +6,9 @@ * @require */ -S=location.href; -if(!S.match(/^http:\/\/(wayback|web).archive.org\/web/)) { - window.location = "http://wayback.archive.org/web/*/" + (location.href); +s=location.href; +if(!s.match(/^http:\/\/(wayback|web).archive.org\/web/)) { + window.location = "http://wayback.archive.org/web/*/" + s; } else { - window.location = "http://"+decodeURI(S).replace(/^http:\/\/(wayback|web).archive.org\/web\/(\d|\*)+\/(http:\/\/)?/,""); + window.location = "http://"+decodeURI(s).replace(/^http:\/\/(wayback|web).archive.org\/web\/(\d|\*)+\/(http:\/\/)?/,""); }
  • /*
     * @title <->WebArchive
     * @description WebArchive⇔閲覧ページ間を行き来する。Based On http://d.hatena.ne.jp/Nos/20091028/1256679357
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    s=location.href;
    if(!s.match(/^http:\/\/(wayback|web).archive.org\/web/)) {
    	window.location = "http://wayback.archive.org/web/*/" + s;
    } else { 
    	window.location = "http://"+decodeURI(s).replace(/^http:\/\/(wayback|web).archive.org\/web\/(\d|\*)+\/(http:\/\/)?/,"");
    }
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/07/22 16:11:14 - 2011-07-22
  2. 2011/06/19 08:32:45 - 2011-06-19
  3. 2011/06/19 08:19:49 - 2011-06-19
  4. 2011/06/19 05:36:25 - 2011-06-19
  5. 2011/06/19 04:20:53 - 2011-06-19
  6. 2011/06/19 04:14:20 - 2011-06-19