Hamazou shim
@@ -2,13 +2,13 @@
* @title Hamazou shim
* @description prompt Diary Keyword link with img, like Hamazou; LGTM for Hatena Space
* @include http://www.amazon.co.jp/*
- + @include http://d.hatena.ne.jp/asin/*
+ * @include http://d.hatena.ne.jp/asin/*
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-y8CR-5yPEw (Fork of)
* @license MIT License http://nrm.mit-license.org/2013
* @require
*/
-// c.f. http://space.hatena.ne.jp/~/14217943783080751724#14217943783080751726+45
+// c.f. http://space.hatena.ne.jp/~/14217943783080751724#14290001378108728700
(function () {
var asin, img;
if (/^www\.amazon\.co\.jp/.test(location.hostname)) {
/*
* @title Hamazou shim
* @description prompt Diary Keyword link with img, like Hamazou; LGTM for Hatena Space
* @include http://www.amazon.co.jp/*
* @include http://d.hatena.ne.jp/asin/*
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-y8CR-5yPEw (Fork of)
* @license MIT License http://nrm.mit-license.org/2013
* @require
*/
// c.f. http://space.hatena.ne.jp/~/14217943783080751724#14290001378108728700
(function () {
var asin, img;
if (/^www\.amazon\.co\.jp/.test(location.hostname)) {
asin = (document.querySelector('#ASIN') || {}).value;
img = (document.querySelector('#prodImageContainer img, #main-image, #kib-ma-container-0 img') || {}).src;
} else if ((asin = (/^http:\/\/d\.hatena\.ne\.jp\/asin\/(\w+)/.exec(location.href) || [])[1])) {
img = (document.querySelector('img.hatena-asin-detail-image') || {}).src;
img = img.replace(/(_SL)\d+(_\.\w+)$/, '$1300$2');
}
if (!asin) return;
prompt('copy me', (img + '\n' || '') + 'http://d.hatena.ne.jp/asin/' + asin);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。