https://github.com/kitze/extension-twitter-no-views
Hides the annoying view count on Twitter with CSS
https://github.com/kitze/extension-twitter-no-views
Last synced: 11 months ago
JSON representation
Hides the annoying view count on Twitter with CSS
- Host: GitHub
- URL: https://github.com/kitze/extension-twitter-no-views
- Owner: kitze
- Created: 2022-12-23T07:57:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T19:32:19.000Z (over 3 years ago)
- Last Synced: 2025-03-27T04:12:06.362Z (about 1 year ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extension-twitter-no-views
Hides the annoying view count on Twitter with CSS. No JavaScript 🙅♂️
1. Download zip
2. Unzip
3. Go to chrome://extensions
4. Load unpacked extension
5. Choose the zip file
6. ????
7. Profit
---
If you're using [Tampermonkey](https://www.tampermonkey.net/) or [User Javascript and CSS](https://chrome.google.com/webstore/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld) you can use this CSS
```
div:has(> a[href*="analytics"]) {
display: none !important;
}
```