Last active
January 6, 2023 09:20
-
-
Save gh640/10e9e91ee2287be482686aa80fa4b84a to your computer and use it in GitHub Desktop.
Bookmarklet: Exclude marketplace items from Amazon search
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:(() => { | |
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