Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x1nto/unwanted-opinions
A browser extension that lets you block tweets using various filters.
https://github.com/x1nto/unwanted-opinions
chrome-extension filter firefox-addon firefox-extension tweets twitter twitter-blue
Last synced: 2 months ago
JSON representation
A browser extension that lets you block tweets using various filters.
- Host: GitHub
- URL: https://github.com/x1nto/unwanted-opinions
- Owner: X1nto
- License: mit
- Created: 2022-11-16T10:44:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T21:54:51.000Z (about 2 years ago)
- Last Synced: 2023-03-05T08:23:08.522Z (almost 2 years ago)
- Topics: chrome-extension, filter, firefox-addon, firefox-extension, tweets, twitter, twitter-blue
- Language: TypeScript
- Homepage:
- Size: 2.1 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unwanted Opinions
Sometimes you might want to block specific type of content without blocking the actual content creators. Unwanted Opinions lets you block content using various options in the extension.
Example:
| Before | After |
| ---------------------- | --------------------- |
| ![](/media/before.png) | ![](/media/after.png) |# Building
```sh
npm i
//To build the Chrome version
npm run build-chrome
//To build the Firefox version
npm run build-firefox
```you can then zip the builds using [web-ext](https://github.com/mozilla/web-ext) for example
# Installation
## Chrome
[![](media/get-it-on-chrome.png)](https://chrome.google.com/webstore/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin)
## Firefox
[![](media/get-it-on-firefox.png)](https://addons.mozilla.org/en-US/firefox/addon/unwanted-opinions/)
## Safari
Maybe?
# Credits
@busybox11 for their [Twitter Blue Nerd](https://gist.github.com/busybox11/53c76f57a577a47a19fab649a76f18e3), from which I used a huge amount of code.
@wseagar for [Eight Dollars](https://github.com/wseagar/eight-dollars), which partially inspired this extensions.