@@ -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;