Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelsalaja/twitter-cleaner
A browser extension that allows you to clean up your Twitter feed by getting rid of unwanted replies on Twitter. Say goodbye to onlyfans links, engagement bait, and more.
https://github.com/raphaelsalaja/twitter-cleaner
bots cleaner deleter machine-learning onlyfans spam tensorflow twitter typescript
Last synced: about 2 months ago
JSON representation
A browser extension that allows you to clean up your Twitter feed by getting rid of unwanted replies on Twitter. Say goodbye to onlyfans links, engagement bait, and more.
- Host: GitHub
- URL: https://github.com/raphaelsalaja/twitter-cleaner
- Owner: raphaelsalaja
- License: mit
- Created: 2024-03-25T14:33:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:18:48.000Z (9 months ago)
- Last Synced: 2024-08-16T20:22:46.163Z (4 months ago)
- Topics: bots, cleaner, deleter, machine-learning, onlyfans, spam, tensorflow, twitter, typescript
- Language: TypeScript
- Homepage: https://twitter.com/raphaelsalaja
- Size: 2.29 MB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-cleaner
Simply put twitter-cleaner is a browser extension that allows you to clean up your Twitter feed by getting rid of unwanted replies on Twitter. Say goodbye to onlyfans links, engagement bait, and more.
## Installation
See the releases page at the side for the latest version of the extension. Download the zip file and extract it to a folder. Then, follow the instructions below to load the extension into your browser.
https://github.com/rafunderscore/twitter-cleaner/assets/52125687/3adcd468-f71b-4127-8a37-68f344737420## Development
This extension is built using the Plasmo framework, a React-based framework for building browser extensions. To get started, clone this repository and install the dependencies:
```bash
pnpm dev
# or
npm run dev
```Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: `build/chrome-mv3-dev`.
For further guidance, [Documentation](https://docs.plasmo.com/)
## Making production build
Run the following:
```bash
pnpm build
# or
npm run build
```This should create a production bundle for your extension, ready to be zipped and published to the stores.
## Contributions
This project is a not as optimised as it can be and there is alot of room for improvement and quality of life feautures. Feel free to make any changes or updates as you feel and don't be afraid to send pull requests.