Amazon URL shortener
@@ -4,6 +4,7 @@
* @include http://www.amazon.co.jp/
* @license MIT License
* @require
+ * @javascript_url
*/
/*
* @title Amazon URL shortener
* @description AmazonのURLを短くするやつ
* @include http://www.amazon.co.jp/
* @license MIT License
* @require
* @javascript_url
*/
var asin=document.getElementById('ASIN').value;
location.href='http://amazon.jp/dp/'+asin;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。