Skip to content

Instantly share code, notes, and snippets.

@gh640
Last active January 6, 2023 09:20
Show Gist options
  • Save gh640/10e9e91ee2287be482686aa80fa4b84a to your computer and use it in GitHub Desktop.
Save gh640/10e9e91ee2287be482686aa80fa4b84a to your computer and use it in GitHub Desktop.
Bookmarklet: Exclude marketplace items from Amazon search
javascript:(() => {
let url = new URL(document.location.href);
url.searchParams.append('rh', 'p_6:AN1VRQENFRJN5');
window.location.assign(url);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment