saveWebArchive

    @@ -1,9 +1,8 @@ /* - * @title bookmarklet - * @description my bookmarklet + * @title saveWebArchive + * @description save web page to WebArchive * @include http://* * @license MIT License - * @private */ document.createElement("img").src="http://web.archive.org/save/" + encodeURI(document.location.href);
  • /*
     * @title saveWebArchive
     * @description save web page to WebArchive
     * @include http://*
     * @license MIT License
     */
    
    document.createElement("img").src="http://web.archive.org/save/" + encodeURI(document.location.href);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/02/12 15:23:36 - 2014-02-12
  2. 2014/02/12 14:43:27 - 2014-02-12
  3. 2014/02/12 14:30:10 - 2014-02-12
  4. 2014/02/12 14:29:02 - 2014-02-12
  5. 2014/02/12 14:26:59 - 2014-02-12
  6. 2014/02/12 14:23:24 - 2014-02-12