Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 931 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 931 Bytes

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

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