Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)