Skip to content

Instantly share code, notes, and snippets.

@skyecodes
Last active February 1, 2023 16:57
Show Gist options
  • Save skyecodes/7a0d0d523b0ce788d8b28c3b2d2548fe to your computer and use it in GitHub Desktop.
Save skyecodes/7a0d0d523b0ce788d8b28c3b2d2548fe to your computer and use it in GitHub Desktop.
How to hide Twitter view count on web browser

How to hide Twitter view count on web browser

  • Requires uBlock Origin browser extension
  • In uBlock Origin settings, "My Filters" tab, paste this code at the end of the file:
! Hide tweet views
twitter.com##.css-1dbjc4n.r-1ta3fxp.r-18u37iz.r-1wtj0ep.r-1s2bzr4.r-1mdbhws > div:nth-child(4)
twitter.com##.css-1dbjc4n.r-1d09ksm.r-1471scf.r-18u37iz.r-1wbh5a2 > :not(:nth-child(1))

! Hide "Twitter Blue" menu
twitter.com##a.r-13qz1uu.r-oyd9sg.r-1ny4l3l.r-16y2uox.r-eqz5dr.r-6koalj.r-1loqt21.r-1habvwh.css-1dbjc4n.css-18t94o4.css-4rbku5:nth-of-type(6)
  • Press "Apply changes" and you're done!

Last updated on 1 Feb 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment