vinmorel / NoSeen

Facebook message reception blocker. Chromium based Browser extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoSeen



License: MIT

NoSeen is a Chromium extension that removes the client side message reception feature from Facebook and its affiliate sites.

Features 😃

  • Works on facebook.com, messenger.com, m.facebook.com
  • Toggle on/off from taskbar
  • Toggle last active from options
  • Fast and lean implementation

How it works

When a user is on a facebook page, a script launches and listens to mutations in the DOM. On every change, it scans and removes specific elements related to the message reception feature.

View

The below is the basic popup user interface

Installation

Clone

git clone https://github.com/vinmorel/NoSeen.git

Load unpacked

Go to Chrome Settings -> Extensions

  • Developper mode [enabled]
  • Load Unpacked -> repo directory

About

Facebook message reception blocker. Chromium based Browser extension

License:MIT License


Languages

Language:JavaScript 56.6%Language:CSS 27.6%Language:HTML 15.8%