Skip to content

Instantly share code, notes, and snippets.

@chidiwilliams
Created December 23, 2022 08:24
Show Gist options
  • Save chidiwilliams/a525f1a7c34b3b4a9f66ed5295ddfb86 to your computer and use it in GitHub Desktop.
Save chidiwilliams/a525f1a7c34b3b4a9f66ed5295ddfb86 to your computer and use it in GitHub Desktop.
Hide Twitter view counts on Timeline and tweet pages
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