AmazonのURLを短くするやつ
/* * @title Amazon URL shortener * @description AmazonのURLを短くするやつ * @include http://www.amazon.co.jp/ * @license MIT License * @require */ var asin=document.getElementById('ASIN').value; location.href='http://amazon.jp/dp/'+asin;