mirror of https://github.com/gorhill/uBlock.git
Minor rephrasing as suggested
This commit is contained in:
parent
00caa17e13
commit
9fc0f2b0b5
|
@ -12,7 +12,7 @@ You can add more rulesets by visiting the options page -- click the _Cogs_ icon
|
|||
|
||||
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 and 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.
|
||||
uBOL does not require broad "read and 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 and 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 cosmetic filtering and scriptlet injections.
|
||||
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
"description": "The header text for the welcome message section"
|
||||
},
|
||||
"firstRunDescription": {
|
||||
"message": "You have just installed uBO Lite. You can choose here the default filtering mode to use on all websites.\n\nBy default, <em>Basic</em> mode is selected because it does not require the permission to read and modify data. If you trust uBO Lite, you can give it broad permission to read and modify data on all websites in order to enable more advanced filtering capabilities for all websites by default.",
|
||||
"message": "You have just installed uBO Lite. Here you can choose the default filtering mode to use on all websites.\n\nBy default, <em>Basic</em> mode is selected because it does not require the permission to read and modify data. If you trust uBO Lite, you can give it broad permission to read and modify data on all websites in order to enable more advanced filtering capabilities for all websites by default.",
|
||||
"description": "Descriptive text shown at first install time only "
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
|
|
Loading…
Reference in New Issue