Skip to content

Instantly share code, notes, and snippets.

@AnthonyMastrean
Created July 16, 2014 14:18
Show Gist options
  • Save AnthonyMastrean/f4f06e57fe7ead1fe1d0 to your computer and use it in GitHub Desktop.
Save AnthonyMastrean/f4f06e57fe7ead1fe1d0 to your computer and use it in GitHub Desktop.
Amazon Short Link Bookmarklet
javascript:window.location='http://www.amazon.com/dp/'+(document.getElementsByName('ASIN')[0]||document.getElementsByName('ASIN.0')[0]).value;
@AnthonyMastrean
Copy link
Author

Create the smallest, cleanest Amazon product link with this bookmarklet. Make a new shortcut, with this as the content and drag it onto your bookmark toolbar.

@AnthonyMastrean
Copy link
Author

Can I improve the experience by copying the shortened URL to the clipboard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment