Last active
July 15, 2021 19:12
-
-
Save krets/c2c368756919010f0102a62af7953d19 to your computer and use it in GitHub Desktop.
Amazon Product URL shortened (Bookmarklet)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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