Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misterabdul/webchat-blur
Blur important content webchat apps like whatsapp & telegram until you hover on it.
https://github.com/misterabdul/webchat-blur
browser chrome firefox javascript privacy telegram webchat whatsapp
Last synced: 1 day ago
JSON representation
Blur important content webchat apps like whatsapp & telegram until you hover on it.
- Host: GitHub
- URL: https://github.com/misterabdul/webchat-blur
- Owner: misterabdul
- License: mit
- Created: 2021-11-04T06:50:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T03:36:14.000Z (8 months ago)
- Last Synced: 2024-03-20T04:38:15.416Z (8 months ago)
- Topics: browser, chrome, firefox, javascript, privacy, telegram, webchat, whatsapp
- Language: TypeScript
- Homepage:
- Size: 3.63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webchat Blur Browser Extension
Blur important content webchat apps like whatsapp & telegram until you hover on it.
![Webchat Blur](./res/screen-sample.gif "Webchat Blur")
## Developing
```sh
$ npm install$ npm run watch # for chromium based browser
$ npm run watch:firefox # for firefox browser
```## Building
```sh
$ npm install$ npm run build # for chromium based browser
$ npm run build:firefox # for firefox browser
```