Amazon 最大画像
@@ -1,7 +1,12 @@
/*
* @title Amazon 最大画像
* @include http://www.amazon.co.jp/*
+ * @contributor kenafad http://let.hatelabo.jp/kenafad/let/hJmc09zand1T (Fork of)
+ * @orig-license Unknown (as-is)
+ * @contributor noromanba http://let.hatelabo.jp/noromanba/let/hJmc1aHrisB0
+ * @license TBD
* @javascript_url
*/
-window.open('http://ecx.images-amazon.com/images/P/' + document.getElementById("purchaseSimsData").getAttribute("data-baseAsin") + '.09.MAIN._SCRMZZZZZZ_.jpg');
+window.open('http://ecx.images-amazon.com/images/P/' + document.getElementById("purchaseSimsData").getAttribute("data-baseAsin") + '.09.MAIN._SCRMZZZZZZ_.jpg');
+void 0;
window.open('http://ecx.images-amazon.com/images/P/' + document.getElementById("purchaseSimsData").getAttribute("data-baseAsin") + '.09.MAIN._SCRMZZZZZZ_.jpg');
void 0;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。