nsfw-filter icon indicating copy to clipboard operation
nsfw-filter copied to clipboard

A free, open source, and privacy-focused browser extension to block “not safe for work” content built using TypeScript and TensorFlow.js.

Results 60 nsfw-filter issues
Sort by recently updated
recently updated
newest added

Hi, Thanks a lot for your work. With manifest v3, chrome replaced background scripts with service workers, which cannot access the DOM. Is there any plan to migrate the extension...

bug

I tried change to the build the extension in my computer but while running I get `Cannot connect to background worker ` message #### Bug description `[NSFW-Filter] Cannot connect to...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependency bug

There are many false positive at a high level strictness. It might be worth adding a way to disable the filter for a specific image in the context menu by...

Example thread, first image is NSFW: https://desuarchive.org/fit/thread/66905175/ Even though it hides the images fine, it leaves a little horizontal stripe which can be clicked to open it on a new...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependency bug

#### Changes Fixes # [(46)](https://github.com/nsfw-filter/nsfw-filter/issues/46) - [x] Analyze all element that has background image style #### Type of change - [x] New feature (non-breaking change which adds functionality) #### Checklist...

Filter not working on twitter. #### Bug description The filter does not work when using twitter. It doesn't detect any images as nudity, not even when you open them. ####...

My understanding is that the extension iterates through all the image elements in the DOM after the page is loaded, gathers their URLs and then *recreates `new Image()`* elements to...

#### Describe the solution you'd like Check the accuracy and the usability of this model and see if we can port it to TFJS and implement in NSFW Filter. https://github.com/bhky/opennsfw2

enhancement
feature request