silveredgold / beta-protection

A flexible and extensible Chrome extension for censoring NSFW images as you view them.
https://silveredgold.github.io/beta-protection/
GNU General Public License v3.0
60 stars 17 forks source link

Beta Protection

A Chrome extension that integrates a censoring backend into your browser (like Beta Censoring or Beta Safety), censoring NSFW images as you view them.

Build Instructions

  1. Clone the repo
  2. Run npm i
  3. Run npm run build
  4. 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.