Skip to content

Instantly share code, notes, and snippets.

@maxichrome
Created March 28, 2021 07:10
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 maxichrome/1c1439ce5cda70591478e4e8314fa34e to your computer and use it in GitHub Desktop.
Save maxichrome/1c1439ce5cda70591478e4e8314fa34e to your computer and use it in GitHub Desktop.
Twitter Goodifier — remove distracting features from Twitter
!!! TWITTER GOODIFIER
!! any rule (starting with "twitter.com##") you want to enable, remove the "!" at the start of the line
!! Remove "Explore" link from left navbar
twitter.com##header a[href="/explore"]
!! Remove unread Notifications indicator from sidebar
! twitter.com##header a[href="/notifications"] div > svg + [aria-label*="unread" i]
!! Remove unread DM indicator from sidebar
! twitter.com##header a[href="/messages"] div > svg + [aria-label*="unread" i]
!! Remove trending topics from sidebar
twitter.com##main :has(> [aria-label*="trending" i])
!! Remove account suggestions
twitter.com##main :has(> [aria-label="who to follow" i])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment