Skip to content

Instantly share code, notes, and snippets.

@piroor
Last active January 14, 2023 06:08
Show Gist options
  • Save piroor/e2f069f43ea66351567a9ea1eb505b7c to your computer and use it in GitHub Desktop.
Save piroor/e2f069f43ea66351567a9ea1eb505b7c to your computer and use it in GitHub Desktop.
Hide impressions counter on each tweet (for Firefox)
@-moz-document url-prefix("https://twitter.com/") {
a[aria-label*="件の表示。ツイートアナリティクスを表示"] span,
a[href$="/analytics"]:not([aria-label*="件の表示。ツイートアナリティクスを表示"]) div,
a[href^="/"][href*="/status/"][aria-describedby][aria-label*="年"][aria-label*="月"][aria-label*="日"] ~ span {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment