Skip to content

Instantly share code, notes, and snippets.

@yoonchulkoh
Created February 27, 2011 13:39
Show Gist options
  • Save yoonchulkoh/846191 to your computer and use it in GitHub Desktop.
Save yoonchulkoh/846191 to your computer and use it in GitHub Desktop.
AmazonURLを短くします。タイトル+URL形式でダイアログ表示します。
javascript:(function(){var%20asin=document.getElementById('ASIN').value;var%20title=document.title.slice(14);prompt('Copy%20Amazon%20Title%20&%20Short%20URL',title+'http://amazon.jp/dp/'+asin);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment