asin:XXXX
-
/*
* @title asin:XXXX
* @description prompt Hatena ASIN Syntax
* @include http://www.amazon.co.jp/*
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-y8CR-5yPEw
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-y8DN9c28Rw (Fork of)
* @license MIT License http://nrm.mit-license.org/2013
* @require
*/
(function () {
var asin;
if (!/^www\.amazon\.co\.jp/.test(location.hostname) || // only jp
!(asin = (document.querySelector('#ASIN') || {}).value)) {
return;
}
prompt('copy me', 'asin:' + asin);
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。