Skip to content

Instantly share code, notes, and snippets.

@nawada
Created September 10, 2016 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nawada/3000fe6d904b5028eb2bc2f342fa2877 to your computer and use it in GitHub Desktop.
Save nawada/3000fe6d904b5028eb2bc2f342fa2877 to your computer and use it in GitHub Desktop.
Amazon shorter URL generate javascript bookmarklet.
javascript:(function(){var m=location.pathname.match(/[dg]p\/.*?\/?[A-Z0-9]{10}/);var u=[location.origin, m[0]].join('/');prompt('Amazon Short URL',u);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment