Skip to content

Instantly share code, notes, and snippets.

@masnick
Created August 8, 2015 19:08
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 masnick/278afd6426c16f5d480f to your computer and use it in GitHub Desktop.
Save masnick/278afd6426c16f5d480f to your computer and use it in GitHub Desktop.
Amazon.com order history search bookmarklet
<a href="javascript:(function()%7Bvar%20x%20%3D%20window.prompt(%22Search%20Amazon.com%20order%20history%20for%3A%22)%3Bwindow.location.href%3D'https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyour-account%2Forder-history%2Fref%3Doh_aui_search%3Fopt%3Dab%26search%3D'%2BencodeURIComponent(x)%7D)()">Drag to your bookmarks bar</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment