Amazon hi-res
by
noromanba
2014-12-03 [2014/12/03 06:34:46]
open largest image in new tab/window on Amazon
/*
* @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 です。