Skip to content

Instantly share code, notes, and snippets.

@rdmurphy
Last active September 22, 2022 22:12
Show Gist options
  • Save rdmurphy/2ceaacd63d151a488d837b87064b6a52 to your computer and use it in GitHub Desktop.
Save rdmurphy/2ceaacd63d151a488d837b87064b6a52 to your computer and use it in GitHub Desktop.
Two targeted filters to make Twitter less bad for me (and maybe you too)
! Hide everything in Twitter's sidebar except the search bar and footer (just for visual balance, not because we care about copyright notices)
twitter.com##div[aria-label="Trending"] > div > div:nth-child(n+3):not(:last-child)
! Hide my follower total wherever it appears on Twitter for my sanity (swap in your username, of course)
twitter.com##[href="/rdmurphy/followers"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment