Amazon hi-res

    
      
  • /*
     * @title Amazon hi-res
     * @description open largest image in new tab/window on Amazon
     * @include http://www.amazon.tld/*
     * @license MIT http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    // OBSOLETE
    // http://let.hatelabo.jp/noromanba/let/hJmc1aHrisB0
    
    (function () {
        var img = document.querySelector('#landingImage');
        window.open(img.dataset.oldHires || img.src);
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/12/03 06:34:46 - 2014-12-03
  2. 2014/12/03 06:23:43 - 2014-12-03
  3. 2014/12/03 02:01:05 - 2014-12-03
  4. 2014/12/02 08:41:16 - 2014-12-02