Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsfw-filter/nsfw-filter
A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.
https://github.com/nsfw-filter/nsfw-filter
chrome-extension google-chrome-extension hacktoberfest nsfw-classifier nsfw-detection nsfw-filter nsfw-recognition tensorflow tensorflowjs typescript
Last synced: 3 days ago
JSON representation
A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.
- Host: GitHub
- URL: https://github.com/nsfw-filter/nsfw-filter
- Owner: nsfw-filter
- License: gpl-3.0
- Created: 2020-07-08T06:46:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T04:44:06.000Z (5 months ago)
- Last Synced: 2025-01-02T08:05:31.240Z (10 days ago)
- Topics: chrome-extension, google-chrome-extension, hacktoberfest, nsfw-classifier, nsfw-detection, nsfw-filter, nsfw-recognition, tensorflow, tensorflowjs, typescript
- Language: TypeScript
- Homepage: https://nsfw-filter.com
- Size: 48.9 MB
- Stars: 1,684
- Watchers: 27
- Forks: 177
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-star - nsfw-filter - focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js. | nsfw-filter | 1356 | (TypeScript)
README
# NSFW Filter
A free, open source, and privacy-focused browser extension to block "not safe for work" content.
Built using TypeScript, TensorFlow.js, and [NSFWJS](https://github.com/infinitered/nsfwjs).
[Download now from chrome web store!](https://chrome.google.com/webstore/detail/nsfw-filter/kmgagnlkckiamnenbpigfaljmanlbbhh)
![Demo of using NSFW Filter](demo/images/demo.gif)
# Table of contents
- [NSFW Filter](#nsfw-filter)
- [Table of contents](#table-of-contents)
- [Usage](#usage)
- [Development](#development)
- [Contribute](#contribute)# Usage
You can install the extension from the [chrome web store](https://chrome.google.com/webstore/detail/nsfw-filter/kmgagnlkckiamnenbpigfaljmanlbbhh) or [source](#development).
When you load web pages, NSFW Filter will first hide all images and only show those classified as safe.
To customize the extension, click the icon in your extensions tab.
![NSFW Filter popup](demo/images/popup-window.png)
# Development
Install dependencies by running:
```sh
npm install
```Then build the project:
```sh
npm run build
```To run the tests:
```sh
npm run test
```To run a development version with live reload, run:
```sh
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```).
![Load extension to Chrome in developer mode](./demo/images/install-instructions.png)
# Contribute
Please check the [**Contributing Guidelines**](https://github.com/navendu-pottekkat/nsfw-filter/blob/master/.github/markdown/CONTRIBUTING.md) before contributing.
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/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
🐛
silloi
🤔 🐛 💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!