Skip to content

Instantly share code, notes, and snippets.

@DennyLindberg
Created December 4, 2019 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DennyLindberg/2b73833278f4af2e1299b963fc1d2ad1 to your computer and use it in GitHub Desktop.
Save DennyLindberg/2b73833278f4af2e1299b963fc1d2ad1 to your computer and use it in GitHub Desktop.
Removes clutter on twitter
! 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