Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidm42/covidfreeweb
This browser extension tries to reduce the strain by constant covid news and spam on social networks which can lead to panic
https://github.com/davidm42/covidfreeweb
Last synced: about 2 months ago
JSON representation
This browser extension tries to reduce the strain by constant covid news and spam on social networks which can lead to panic
- Host: GitHub
- URL: https://github.com/davidm42/covidfreeweb
- Owner: DavidM42
- License: gpl-3.0
- Created: 2020-03-15T23:08:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T23:25:59.000Z (almost 5 years ago)
- Last Synced: 2024-10-07T07:21:08.789Z (4 months ago)
- Language: JavaScript
- Size: 421 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CovidFreeWeb
This extension tries to reduce the strain by constant covid news and spam on social networks which can lead to panic.
The content filtered is not deleted but instead blurred out so you can still choose to see it by hovering over it.## Platforms currently supported
* Twitter (timeline & replies to tweets)
* Reddit (timeline & replies on mobile and desktop site)
* Google Search (news cards & results)Pull Requests/Issues for additional platforms and websites would be appreciated.
## Keywords
A list of all current keywords triggering content to be blurred can be seen in `keywords.js`.
Pull Requests/Issues with additional keywords would be appreciated.## Test locally
1. Clone `git clone [email protected]:DavidM42/CovidFreeWeb`
* `cd CovidFreeWeb`
2. `npm install`
3. Load folder in browser as unpacked extensionSee `web-ext.md` for instructions how to easily develop with firefox.