Created
February 23, 2024 06:23
-
-
Save semanticentity/dccd1541d15c8bbb390bea75e2db8738 to your computer and use it in GitHub Desktop.
Remove All Reddit Results from Google SERPs
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: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