Zen Twitter - Hide Twitter vanity metrics, notifications and distractions
- Hide follower count
- Hide reactions count
- Hide notification count
- Hide trends panel
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:
- Open chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the folder zen-twitter/build
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI