Skip to content

Instantly share code, notes, and snippets.

@danfoust
Created February 23, 2025 19:23
Show Gist options
  • Save danfoust/0a85eca3fe71e69ecfeb1851fb7d5fb6 to your computer and use it in GitHub Desktop.
Save danfoust/0a85eca3fe71e69ecfeb1851fb7d5fb6 to your computer and use it in GitHub Desktop.
uBlock Origin - Hide search results by domain
# Desktop
www.google.com##div[class="g"]:has(a[href*="example.com"])
# Mobile
www.google.com##div[lang="en"]:has(a[href*="example.com"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment