Skip to content

Instantly share code, notes, and snippets.

@semanticentity
Created February 23, 2024 06:23
Show Gist options
  • Select an option

  • Save semanticentity/dccd1541d15c8bbb390bea75e2db8738 to your computer and use it in GitHub Desktop.

Select an option

Save semanticentity/dccd1541d15c8bbb390bea75e2db8738 to your computer and use it in GitHub Desktop.
Remove All Reddit Results from Google SERPs
javascript:document.querySelectorAll('a[href*="reddit.com"]').forEach(e=>{for(var r=e;r&&"DIV"!==r.tagName;)r=r.parentNode;r&&r.parentNode&&r.parentNode.removeChild(r)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment