A content filter for websites that emulates the dansguardian score-based filter in JavaScript. Filter content based on rules…
A content filter for websites that emulates the dansguardian score-based filter in JavaScript.
Filter content based on rules inside your browser.
The rules are taken from e2guardian: It has a series of keywords that it tries to find on a web page. For each word found, the score increases. If a certain limit is exceeded, the page is blocked.
You can change them for productivity, for example, to block movies, anime, Twitch, etc. by keywords
Initial extension - https://github.com/serv-inc/JSGuardian
source - https://github.com/XxMillenniumxx/Web-Content-Filter-within-your-Browser-
Changes
- transition to manifest 3
- bug fixes
- language detector (non-English and Russian sites are blocked)
- dark theme
- export and import of settings