Last active
July 12, 2022 17:57
-
-
Save jasonseney/43e655d29bbeeb1dc3dfa6395433920c to your computer and use it in GitHub Desktop.
Excluse Amazon in Google search results (not specific to any amazon domain)
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
| window.location.href = encodeURI(document.location.href) + '&as_eq=amazon'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment