Created
December 23, 2022 08:24
-
-
Save chidiwilliams/a525f1a7c34b3b4a9f66ed5295ddfb86 to your computer and use it in GitHub Desktop.
Hide Twitter view counts on Timeline and tweet pages
This file contains hidden or 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
div:has(> a[href*="analytics"][aria-label*="Views"]), | |
div:has(> a[href*="analytics"][aria-label*="analytics"]), | |
div:has(> a[href*="analytics"][dir*="ltr"]) { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment