1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00
uBlock/platform/mv3/description/en.md
Raymond Hill b2b7ffee87
[mv3] Add English description
This will be used as reference "detailed description" and
for Chrome Web Store et al. description.
2022-09-20 09:01:10 -04:00

3.2 KiB
Raw Blame History

Description

uBO Lite (uBOL), an experimental permission-less MV3 API-based content blocker.

uBOL is entirely declarative, meaning there is no need for a permanent uBOL process for the filtering to occur, and CSS/JS injection-based content filtering is performed reliably by the browser itself rather than by the extension. This means that uBOL itself does not consume CPU/memory resources while content blocking is ongoing -- uBOL's service worker process is required only when you interact with the popup panel or the option pages.

uBOL does not require broad "read/modify data" permission 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:

uBOL's popup panel: no permission

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

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

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 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:

  • uBlock Origin's built-in filter lists
  • EasyList
  • EasyPrivacy
  • Peter Lowes Ad and tracking server list

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.