Skip to content

Instantly share code, notes, and snippets.

@jasonseney
Last active July 12, 2022 17:57
Show Gist options
  • Save jasonseney/43e655d29bbeeb1dc3dfa6395433920c to your computer and use it in GitHub Desktop.
Save jasonseney/43e655d29bbeeb1dc3dfa6395433920c to your computer and use it in GitHub Desktop.
Excluse Amazon in Google search results (not specific to any amazon domain)
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