Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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