Skip to content

Instantly share code, notes, and snippets.

@rxb
Created October 16, 2022 22:37
Show Gist options
  • Save rxb/0a55eb97804b845a2f8914b5d985758c to your computer and use it in GitHub Desktop.
Save rxb/0a55eb97804b845a2f8914b5d985758c to your computer and use it in GitHub Desktop.
Block suggested and social tweets using adguard rules
twitter.com#$?#article:has(span[data-testid="socialContext"]) {display: none!important}
twitter.com#$?#div[aria-label="Timeline: Trending now"] {display: none!important}
twitter.com#$?#aside[aria-label="Who to follow"] {display: none!important}
twitter.com#$?#a[aria-label="Search and explore"] {display: none!important}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment