Forked from midzer/gist:1afc39bdf5adbfe0020d1c2212b76b87
Created
August 22, 2023 07:07
-
-
Save tosunkaya/7518fb343182777842f2c3005787a646 to your computer and use it in GitHub Desktop.
Hide Twitter Trending, Who to follow and liked tweets with uBlock Origin filters
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
| # via @gorhill | |
| twitter.com##[aria-label$="trending now" i] | |
| twitter.com##[aria-label="who to follow" i] | |
| twitter.com##[data-testid="socialContext"]:has-text(/liked$/i):upward(article) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment