1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

[mv3] Update description

This commit is contained in:
Raymond Hill 2022-10-12 08:34:59 -04:00
parent 2ced5d2fb6
commit 2f9b3e56de
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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. <details><summary>**However, [...]**</summary>
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.
</details>
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 Lowes 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.