Skip to content

Instantly share code, notes, and snippets.

@dracos
Last active January 21, 2022 10:21
Show Gist options
  • Save dracos/2231909de77a206f3528a86d570dafcb to your computer and use it in GitHub Desktop.
Save dracos/2231909de77a206f3528a86d570dafcb to your computer and use it in GitHub Desktop.
uBlock Origin filters to remove things from the Twitter website
twitter.com##section:has(> h1:has-text(Trending now))
twitter.com##div:has(> aside[aria-label="Who to follow"])
twitter.com##nav a:has-text(Explore)
twitter.com##nav a[href="/explore"]
twitter.com##main:has(div[style*="hex"]:has(a[href*="nft"])) ! entire profile page
twitter.com##article:has(div[style*="hex"])
OR if you don't want to block quoted tweets of those tweets:
twitter.com##article:has(div[style*="48px"]:has(div[style*="hex"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment