amazon shortlen
by
hokaccha
2010-05-23 [2010/05/23 22:34:36]
amazonのURL表示
@@ -1,10 +1,10 @@
/*
* @title bookmarklet
- * @description my bookmarklet
+ * @description amazonのURL表示
* @include http://*
* @license MIT License
* @require
*/
-alert('hello! hatena let!');
+alert('http://amazon.jp/dp/' + document.getElementById('ASIN').value);
/*
* @title bookmarklet
* @description amazonのURL表示
* @include http://*
* @license MIT License
* @require
*/
alert('http://amazon.jp/dp/' + document.getElementById('ASIN').value);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。