Skip to content

Instantly share code, notes, and snippets.

@krets
Last active July 15, 2021 19:12
Show Gist options
  • Save krets/c2c368756919010f0102a62af7953d19 to your computer and use it in GitHub Desktop.
Save krets/c2c368756919010f0102a62af7953d19 to your computer and use it in GitHub Desktop.
Amazon Product URL shortened (Bookmarklet)
javascript:(function(){prompt("short url", window.location.href.replace(/^(.*:\/\/[^\/]+).*\/(dp|gp\/product)\/([^\/]+).*/, "$1/dp/$3"))})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment