Skip to content

Instantly share code, notes, and snippets.

@jyukutyo
Created November 6, 2015 02:09
Show Gist options
  • Save jyukutyo/373f8fc423f9e0c59980 to your computer and use it in GitHub Desktop.
Save jyukutyo/373f8fc423f9e0c59980 to your computer and use it in GitHub Desktop.
Amazonのページで書籍タイトルとURLを出すブックマークレット
javascript:(function(){var a=document.location.href.split('/');prompt('Amazon URL',document.getElementById('productTitle').innerText + ' http://'+a[2]+'/dp/'+a[5]);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment