Created
December 4, 2019 22:05
-
-
Save DennyLindberg/2b73833278f4af2e1299b963fc1d2ad1 to your computer and use it in GitHub Desktop.
Removes clutter on twitter
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
! Remove liked tweets | |
twitter.com##article:has(a[href^="/i/user/"]:has-text(/liked$/)):nth-ancestor(2) | |
! Remove retweet | |
twitter.com##article:has(a[href^="/i/user/"]:has-text(/Retweeted$/)):nth-ancestor(2) | |
! Remove sidebar with unnecessary recommendations | |
twitter.com##div[data-testid="sidebarColumn"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment