An open API service indexing awesome lists of open source software.

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

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;
}
```