All Projects β†’ nsfw-filter β†’ Nsfw Filter

nsfw-filter / Nsfw Filter

Licence: gpl-3.0
πŸš€ A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Nsfw Filter

Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (+238.01%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-94.31%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Toolkit For Ynab
A general purpose YNAB enhancing browser extension for Chrome and Firefox. Have it your way!
Stars: ✭ 1,006 (+2.24%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+268.6%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+2021.54%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 191 (-80.59%)
Mutual labels:  hacktoberfest, programming, open-source
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (-84.04%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
Stars: ✭ 236 (-76.02%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Letra Extension
Passively learn a new language every time you open a new tab
Stars: ✭ 323 (-67.17%)
Mutual labels:  hacktoberfest, open-source, chrome-extension
Steppy Toolkit
Curated set of transformers that make your work with steppy faster and more effective πŸ”­
Stars: ✭ 21 (-97.87%)
Mutual labels:  data-science, open-source
Template Browser Extension
A browser extension starter for Chrome and Firefox
Stars: ✭ 28 (-97.15%)
Mutual labels:  chrome-extension, firefox-extension
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-96.85%)
Mutual labels:  hacktoberfest, open-source
Ethereumdb
Stars: ✭ 21 (-97.87%)
Mutual labels:  data-science, open-source
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (-10.87%)
Mutual labels:  programming, open-source
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-96.95%)
Mutual labels:  hacktoberfest, open-source
Toster Tools
Π Π°ΡΡˆΠΈΡ€Π΅Π½ΠΈΠ΅ для сайта toster.ru
Stars: ✭ 11 (-98.88%)
Mutual labels:  chrome-extension, firefox-extension
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-96.54%)
Mutual labels:  hacktoberfest, open-source
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-96.54%)
Mutual labels:  open-source, webapp
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (-14.33%)
Mutual labels:  hacktoberfest, webapp
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-96.85%)
Mutual labels:  programming, open-source

GitHub release GitHub last commit GitHub issues GitHub pull requests Contributors ESLint ProductHunt LICENSE GitHub tweet


A Google Chrome/Firefox extension that blocks NSFW images from the web pages that you load using TensorFlowJS.

This extension does NOT collect/send any user data. All the operations on the images are done locally on the browser. No user data is being sent to a server for processing.

logo name

GitHub release

When a web page is loaded, all the images remain hidden until they are found to be NSFW or not. If they are found to be NSFW, they remain hidden. Otherwise, they become visible.

It is free and is currently supported on both Chrome and Firefox. We are working on porting this to Safari also.

Download now Download now

Download for Chrome | Download for Firefox

Read about the release in Hacker Noon or in Towards Data Science.

Model used - nsfwjs developed by Infinite Red, Inc.

Reach out to us! Join the Slack channel.

Table of contents

Usage

After adding the extension to Chrome/Firefox, it will light-up everytime you load a compatable website.

When a page is loaded, the extension would hide all the images in the page and only show images that have been classified as NOT NSFW.

You can toggle(off/on) the extension from the chrome://extensions page in Chrome and about:debugging#/runtime/this-firefox in Firefox.

Open popup window to change NSFW Filter settings

Pin popup window Popup window

Development

Clone this repository and navigate inside the project folder and install the dependencies by running:

npm ci

After installing the dependencies, build the project by executing:

npm run build

Run the tests

npm run test

Adding to Chrome

To install the developer version follow the steps below. To just use the extension download from chrome.google.com/webstore/nsfw-filter

To run development version in clean environment use command:

npm run dev:chrome

Or open Google Chrome and open the Extension Management page by navigating to chrome://extensions or by opening Settings and clicking Extensions from the bottom left.

Enable Developer Mode by clicking the toggle switch next to Developer mode.

Click the "Load Unpacked" button and select the extension directory(.../dist).

Install Instructions

Voila! The extension is now installed and ready to be used!

Adding to Firefox

To install the developer version follow the steps below. To just use the extension download from addons.mozilla/nsfw-filter

To run development version in clean environment use command:

npm run dev:firefox

Or open Firefox and open the Debug Add-ons page by navigating to about:debugging#/runtime/this-firefox or by selecting it from Settings dropdown in the add-ons page.

Click Load Temporary Add-on and select the manifest.json file from the .../dist directory.

Install Instructions

That's it! The extension is now ready to be used in Firefox!

Contribute

Please check the Contributing Guidelines before contributing.

You can also sponsor on Open Collective or become a Patron.

Thanks goes to these wonderful people (emoji key):


Yegor <3

πŸ’» 🎨 πŸ€”

Navendu Pottekkat

πŸ’» πŸ–‹ πŸ“– 🎨 πŸ€”

anonacc

πŸ›

Abhiram V V

πŸ’» πŸ› πŸ€”

yxlin118

πŸ› πŸ€”

Clay McGinnis

πŸ‘€

Brady Dowling

πŸ€”

Mike Crittenden

πŸ“–

garfieldbanks

πŸ›

Titus Roby K

πŸ›

Haitam

πŸ›

lizhendong128

πŸ›

Woctor-Dho

πŸ€”

miaokun-normal

πŸ›

Christopher Bradshaw

πŸ›

wingman-jr-addon

πŸ€”

Sagar paul

πŸ“–

Rasul

πŸ› πŸ’»

Aldulkadir Beceri

πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].