Amazon.co.jp2asin記法
by
mino90
2011-02-13 [2011/02/13 16:24:01]
Amazon.co.jp で表示している商品をはてなで使えるasin記法で表示する。
/*
* @title Amazon.co.jp2asin記法
* @description Amazon.co.jp で表示している商品をはてなで使えるasin記法で表示する。
* @include http://www.amazon.co.jp/*
* @license MIT License
*/
(function(){
var asin=document.getElementById('ASIN').value;
var d='<input type="text" size="30" value="asin:'+asin+'" onfocus="this.select();" readonly="readonly"><input type="text" size="30" value="asin:'+asin+':detail" onfocus="this.select();" readonly="readonly">';
document.getElementById('PrimeStripeContent').innerHTML+=d+'<br>';
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。