From 2f9b3e56deab8743d2bd8dfbf6dae8460af45e05 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 12 Oct 2022 08:34:59 -0400 Subject: [PATCH] [mv3] Update description --- platform/mv3/description/en.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/platform/mv3/description/en.md b/platform/mv3/description/en.md index 87cc79257..709d2f381 100644 --- a/platform/mv3/description/en.md +++ b/platform/mv3/description/en.md @@ -7,32 +7,36 @@ uBOL is entirely declarative, meaning there is no need for a permanent uBOL proc uBOL does not require broad "read/modify data" [permission](https://developer.chrome.com/docs/extensions/mv3/declare_permissions/) at install time, hence its limited capabilities out of the box compared to uBlock Origin or other content blockers requiring broad "read/modify data" permissions at install time.
**However, [...]** uBOL allows you to *explicitly* grant extended permissions on specific sites of your choice so that it can better filter on those sites using declarative cosmetic and scriptlet injections. -To grant extended permissions on a given site, open the popup panel and click the _Sun_ icon: +To grant extended permissions on a given site, open the popup panel and pick a higher filtering mode such as Optimal or Complete. -![uBOL's popup panel: no permission](https://user-images.githubusercontent.com/585534/191071717-2b13b931-ecc8-4d12-a35d-4b2af251f758.png) +![uBOL's popup panel: no permission](https://user-images.githubusercontent.com/585534/195342643-3d0272d7-ba9a-4452-8edc-2986b72ad73a.png) The browser will then warn you about the effects of granting the additional permissions requested by the extension on the current site, and you will have to tell the browser whether you accept or decline the request: -![uBOL's popup panel: browser warning](https://user-images.githubusercontent.com/585534/191071828-1d4cb8d2-001f-4cb2-aef8-18fe637a578a.png) +![uBOL's popup panel: browser warning](https://user-images.githubusercontent.com/585534/195342593-2b82b740-70a3-4507-a0e5-d7aee803b286.png) If you accept uBOL's request for additional permissions on the current site, it will be able to better filter content for the current site: -![uBOL's popup panel: permissions to inject content](https://user-images.githubusercontent.com/585534/191071768-836daa7a-43fc-4823-a19d-bfb115b32305.png) +![uBOL's popup panel: permissions to inject content](https://user-images.githubusercontent.com/585534/195342612-85d109d9-9006-4eb5-95a5-fec8a4f233ea.png) -When the _Sun_ icon is blue, this means you explicitly granted extended permissions on the current site. The badge number beside the _Sun_ icon represents the number of distinct CSS/JS resources which can/will be injected on the current site, leading to better content filtering on that site. +You can set the default filtering mode from uBOL's options page. If you pick the Optimal or Complete mode as the default one, you will need to grant uBOL the permission to modify and read data on all websites: + +![uBOL's options: Default filtering mode](https://user-images.githubusercontent.com/585534/195343335-a0aa103e-621e-4137-9bcf-9821dc881be1.png) -You can revoke formerly granted extended permissions by simply clicking the _Sun_ icon again. You can view/manage all the sites for which you granted extended permissions by clicking the "Details" button of uBOL's card in your browser's extensions page.
-The default ruleset corresponds to uBlock Origin's default filterset: +The default ruleset corresponds to at least uBlock Origin's default filterset: - uBlock Origin's built-in filter lists - EasyList - EasyPrivacy - Peter Lowe’s Ad and tracking server list +- AdGuard CNAME-Cloaked Trackers You can add more rulesets by visiting the options page -- click the _Cogs_ icon in the popup panel. Keep in mind this is still a work in progress, with these end goals: + - No broad host permissions at install time -- extended permissions are granted explicitly by the user on a per-site basis. + - Entirely declarative for reliability and CPU/memory efficiency.