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: 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T03:36:14.000Z (over 2 years ago)
- Last Synced: 2025-01-13T17:18:15.987Z (over 1 year 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.

## 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
```