Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelernestog/zen-twitter
Hide Twitter vanity metrics, notifications and distractions
https://github.com/manuelernestog/zen-twitter
chrome-extension metrics productivity twitter
Last synced: about 2 months ago
JSON representation
Hide Twitter vanity metrics, notifications and distractions
- Host: GitHub
- URL: https://github.com/manuelernestog/zen-twitter
- Owner: manuelernestog
- License: mit
- Created: 2022-07-31T17:24:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T15:18:16.000Z (over 2 years ago)
- Last Synced: 2024-10-11T01:51:27.290Z (2 months ago)
- Topics: chrome-extension, metrics, productivity, twitter
- Language: CSS
- Homepage:
- Size: 94.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cuban-opensource - Zen Twitter - twitter/nlkendkabgopehmlmohfbkgkjjdjepnb?hl=en-US) (Web Applications / Browser extensions)
README
# Zen Twitter
Zen Twitter - Hide Twitter vanity metrics, notifications and distractions
## Features
- Hide follower count
- Hide reactions count
- Hide notification count
- Hide trends panel## Install
[**Chrome** extension]()
## Dev
```sh
npm install
# for build
npm run build
# for development
npm run watch
npx tailwindcss -i ./src/popup.css -o ./public/output.css --watch # for build tailwindcss
```Then follow these instructions to see in browser:
1. Open **chrome://extensions**
2. Check the **Developer mode** checkbox
3. Click on the **Load unpacked extension** button
4. Select the folder **zen-twitter/build**## Contribution
Suggestions and pull requests are welcomed!.
---
This project was bootstrapped with [Chrome Extension CLI](https://github.com/dutiyesh/chrome-extension-cli)