Last active
January 21, 2022 10:21
-
-
Save dracos/2231909de77a206f3528a86d570dafcb to your computer and use it in GitHub Desktop.
uBlock Origin filters to remove things from the Twitter website
This file contains 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
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