NSFW Filter is an open-source extension to block NSFW content from your browser.
You can download it from here: https://www.github.com/navendu-pottekkat/nsfw-filter
It uses state-of-the-art Machine Learning models to detect NSFW content to keep you safe.
Protect yourself at work and protect your kids at home from NSFW content with this awesome extension.
Contributions of any kind are welcome!
Top comments (11)
Chances are, if you're confronted with NSFW images at work, you're either doing something you shouldn't or you have some good work-related explanation why you're on a site that could happen.
For that purpose it might be more effective to use a proxy on a central location so it can't just be disabled or uninstalled.
Chances are NSFW content could popup on some unassuming places. I tried to find something that does this but when I could not find one, I went ahead and built one.
As someone who has worked in safeguarding industry myself, there are many things to consider when developing this kinda thing , especially as a add on.
A) what is the purpose / usage of said plugin ? Is it to prevent kids from seeing indecent images, or is it to hinder them ?
Are you installing as a boss , parent or guardian. Will it be a forced install ? If forced install you need to make it so that it can't be disabled by the user.
B) how are you hiding the images. Is the framework doing it for you? Is it's simply setting display:none of something this is easily undoable via Dev tools etc
It can be used for anything. Basically it checks if the images are NSFW and if they are, it hides them from the user. All the "safe" images are visible to the user
But how are they hidden??
They are hidden if they are found to be NSFW. Using CSS and DOM manipulation
Ok so you could just inside them easily yourself. Not really protecting people, more putting a fuzzy film / blur effect on initial load
It is for people who want to block the content. We do not want to force it on them. It is a tool for them to easily block NSFW content
Instantly thinks of hotdog / not hotdog from silicone valley
I got that a lot!
Is there a filter for non NSFW content?