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