A Chrome extension that integrates a censoring backend into your browser (like Beta Censoring or Beta Safety), censoring NSFW images as you view them.
- Clone the repo
- Run
npm i
- Run
npm run build
- Load extension from the
dist/
folder
If you want to work on it live, run npm run serve
instead, then load from the dist/
directory as usual. The project will rebuild on changes, and Webpack will hot reload the extension in your browser.