Nsfw Filter Versions Save

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

v1.2.0

3 years ago

Extension

  • Feat: add prediction queue to avoid duplication
  • Feat: add analyzer for GIF images
  • Feat: add analyzer for video (only if video contains poster URL)
  • Fix: analyze only valid links from dataset attribute
  • Fix: remove observation of attributes mutation (except src)

Codebase

  • Refactor: move to TypeScript and Webpack
  • Refactor: classes and methods decomposition

More https://github.com/nsfw-filter/nsfw-filter/pull/48

v1.1.0

3 years ago

What's new?

  • Fixed loading lag issue
    • The NSFW content is filtered without any lag even when the page is being loaded.
  • Bug fixes
  • Performance improvements

v1.0.0

3 years ago

What's new?

v1.0.0 released!

The images are now hidden when a page loads and become visible only when they are found to be not NSFW. The NSFW images remain hidden.

Performance improvements.

Bug fixes.

v0.2.4-beta

3 years ago

What's new???

Bug Fixes Performance Improvements

v0.2.3-beta

3 years ago

What's new?

The lag between loading the web page and performing inference is reduced. The images would be passed to the model as soon as the page loads and as the user scrolls through the site, newly loaded images are passed to the model.

Bug fixes.

Warnings shown when the extension is run in developer mode are due to issues in TensorFlow JS. It would be patched by TensorFlow in the next update. It won't affect the functioning of the model.

v0.2.2-beta

3 years ago

v0.2.1-beta

3 years ago

This is the first finished beta release.

v0.2-beta

3 years ago

What's new?

  • Added support for Firefox
  • Added demo
  • Added documentation

v0.1-beta

3 years ago

The basic Extension is available for use on Google Chrome only.

Released for testing on multiple websites, bug-fixes and feature enhancements.