amazonのURL表示
/* * @title amazon shortlen * @description amazonのURL表示 * @include http://* * @license MIT License * @require */ prompt('amazon URL shortlen', 'http://amazon.jp/dp/' + document.getElementById('ASIN').value); void(0);