{"id":13846399,"url":"https://github.com/serv-inc/JSGuardian","last_synced_at":"2025-07-12T07:32:39.798Z","repository":{"id":50482177,"uuid":"56863611","full_name":"serv-inc/JSGuardian","owner":"serv-inc","description":"A content filter for websites that tries to be less dumb.","archived":false,"fork":false,"pushed_at":"2023-05-14T09:08:16.000Z","size":450,"stargazers_count":9,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T18:01:15.594Z","etag":null,"topics":["chrome-extension","content-filter","dansguardian","e2guardian","firefox-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serv-inc.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-04-22T15:00:40.000Z","updated_at":"2024-07-08T18:19:43.000Z","dependencies_parsed_at":"2024-01-23T13:17:51.484Z","dependency_job_id":"5fc167bf-958f-4e74-bbf5-51612cc82db8","html_url":"https://github.com/serv-inc/JSGuardian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-inc%2FJSGuardian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-inc%2FJSGuardian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-inc%2FJSGuardian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-inc%2FJSGuardian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serv-inc","download_url":"https://codeload.github.com/serv-inc/JSGuardian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225807265,"owners_count":17527222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","content-filter","dansguardian","e2guardian","firefox-extension"],"created_at":"2024-08-04T18:00:32.846Z","updated_at":"2024-11-21T21:30:26.768Z","avatar_url":"https://github.com/serv-inc.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"* JSGuardian: Filter Within Your Browser\nA content filter for websites, emulating dansguardian's score-based filter in JavaScript.\n\n[[https://addons.mozilla.org/firefox/addon/jsguardian/][https://img.shields.io/amo/v/jsguardian.svg]]\n[[https://addons.mozilla.org/firefox/addon/jsguardian/][https://img.shields.io/amo/d/jsguardian.svg]]\n[[https://chrome.google.com/webstore/detail/jsguardian/ojofglimbmclnbinpbjnhcmkmipplibi][https://img.shields.io/chrome-web-store/v/ojofglimbmclnbinpbjnhcmkmipplibi.svg]]\n\nTested (Linux): [[https://mozilla.org/][https://img.shields.io/badge/Firefox-ESR%2062.0.2-brightgreen.svg]] [[https://www.chromium.org/][https://img.shields.io/badge/Chromium-69.0.3497.81-brightgreen.svg]] [[https://www.waterfoxproject.org/en-US/waterfox/][https://img.shields.io/badge/Waterfox%20-56.2.3-brightgreen.svg]]\n* Versions\n** 1.6.4: failed on Firefox 96.0.3\n- reported by @NovaLibertas in https://github.com/serv-inc/JSGuardian/issues/15\n** 1.6.3: fix bug\n** 1.6.1+2\n*** Got really slow on FF\n** 1.6.0\n*** Managed storage for firefox was broken\n    - include example file =meta/@wsf.json=. Place this in =/usr/lib/mozilla/managed-storage= to set fixed values.\n** 1.5.5\n*** Failed to display the correct score\n** 1.5.2\n*** Failed\n    if it was triggered multiple times, the blockpage was shown\n** 1.5.1\n*** Failed\n    by scanning the blockpage, which contained all the words, triggering on that, so that just the cached block page was shown.\n** 1.5.0\n*** Lacked\n    searching of iframes, e.g. in Google Translate\n** 1.4.2\n*** Failed\n    to show the score if an ampersand, =\u0026=, was in the blocked phrases\n** 1.4.1\n*** Failed\n    to persist the blockpage, credits to hllwdfr@github\n** 1.4.0\n*** Lacked\n    speed: Was perceived as too slow to block, due to when the script loaded, and when it showed the block page.\n** 1.3.1\n*** Failed\n    - to load the blockpage in all cases\n    - to save/not save and load undefined/empty values\n** 1.3.0\n*** Lacked\n    possibility to set another block page target (like =about:blank=)\n\n    - This needs to be a valid URL. You have been warned (\\trade \\smiley).\n** 1.2.0\n*** Lacked\n    block reasons were not shown\n** 1.1.0\n*** Lacked\n    refactoring: settings object was in main code file\n** 1.0.1\n*** Did\n    - break on FF Android due to missing application ID\n** 1.0.0\n*** Lacked\n    - block cache + test\n*** Did\n    - set the block page multiple times\n** 0.13.4\n*** Lacked\n    - test for preset file loading\n*** Was\n    - less refactored\n** 0.13.3\n*** Lacked\n    - tests\n*** Was\n    - less refactored\n** 0.13.2\n*** Fixed\n    - logo needs to be IMG\n    - capitalization like JSDoc\n** 0.13.1\n*** Fixed\n    - popup.html seems to be blocked on Windows 10.\n    - Had layout in HTML.\n    - HTML was invalid\n** 0.13.0\n*** Added\n    Popup lacked link to options.\n** 0.12.0\n*** Added\n    managed storage for chrome\n*** Fixed\n    settings seem to not have worked on windows\n** 0.11.0\n*** Fixed\n    Had settings object hardcoded in main background script, which was not needed if in storage. (Request by Mozilla review)\n** 0.10.0\n*** Added\n    WebExt lacked access to words for scoring.\n** 0.9.1\n*** Added\n    Limit option\n** 0.9.0\n*** Fixed\n    back button overrode block page\n*** Added\n    Whitelist option\n** 0.8.1\n*** Fixed\n    zip/xpi lacked icon file\n** 0.8.0\n*** Changed\n    name (from Score-based web filter) to jsGuardian\n** 0.7.0\n*** Changed\n    webextension (only chromium)\n*** Deleted\n    safe search (use separate safe search addon for this)\n** 0.6.2\n*** Added\n    Lacked toggle to turn safe search on/off\n** 0.6.1\n*** Added\n   lacked (moderate) safe search on youtube\n** 0.5.12\n*** Added\n   lacked safe search (google, yahoo, bing, ddg)\n** 0.4.0\n*** Added\n   previous versions lacked whitelist\n** 0.3.4\n*** Fixed\n   multiprocess as permission ... ;-)\n** 0.3.3\n*** reviewer feedback\n    multiprocess spelling\n    had .gitignore\n** 0.3.2\n*** Added\n   ?: multi-process was not enabled\n   default was at 60, which is for small children, now it's at 160\n** 0.3.1\n*** Fixed\n   Bug: counted different cases differently\n** 0.3.0\n*** Added\n   Doc: did not copy dg appropriate values for age groups\n** 0.2.2\n*** Fixed\n    did not find multi-line matches\n** 0.2.1\n*** Fixed\n    old mods were not destroyed on re-setting limit.\n** 0.2.0\n*** Added\n    quotes surrounding single matches\n** 0.1.6\n*** Fixed\nChanging score did not affect anything.\n** 0.1.5\n*** Fixed\nSites like google with many =\u003cscript\u003e= tags made loading very slow.\n** 0.1.2\n*** Fixed\nWas not installable on recent android firefox (45).\n** 0.1.1\n*** Added\nPrevious version used innerHTML.\n** 0.1.0\n*** Added\nHad no message which parts triggered filter if blocked.\n* Uses Icons\n  - filter: https://www.iconfinder.com/icons/383135/filter_icon#size=128\n  - flower: https://www.iconfinder.com/icons/3495/flower_icq_icon#size=128\n  - bomb: https://www.iconfinder.com/icons/1232/bomb_explosive_icon#size=128\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserv-inc%2FJSGuardian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserv-inc%2FJSGuardian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserv-inc%2FJSGuardian/lists"}