Chrome extentsion for hide NSFW(Not Safe/Suitable For Work) images in one step。Base on nsfw project
Download crx extension here, go to chrome extension page, drag the crx file to put on this page, then you can install it.(developer mode)
run npm install
to install all dependencies. Then run npm run build
to build. you will get a dist
directory. load from dist
in chrome extension page.
use shortcut keys Ctrl+Shift+E
to hide all NSFW on the page.
Of course you can set NSFW level in options.
MIT