mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
blockingProfiles color is optional, added link to color spec
parent
cb193bc5d1
commit
6665e80fbd
1 changed files with 4 additions and 2 deletions
|
|
@ -101,13 +101,15 @@ Default value contains four codes separated by space representing four blocking
|
|||
| 11111/#F00 | 11011/#C0F | 11001/#00F | 00001 |
|
||||
|||||
|
||||
|
||||
Each code consist of bit field indicating status of the feature ( 1 for blocked/enabled, 0 for not blocked/disabled ), separator `/` and CSS color.
|
||||
Each code consist of bit field indicating status of the feature ( 1 for blocked/enabled, 0 for not blocked/disabled ) and optional separator `/` followed by CSS color value<sup>**\[1]**<sup>.
|
||||
|
||||
| 3p-frame | 3p-script | 3p | no-scripting | reload action | separator | CSS color value |
|
||||
| 3p-frame | 3p-script | 3p | no-scripting | reload action | separator | CSS color value<sup>**\[1]**</sup> |
|
||||
| --- | --- | --- | --- | --- | --- | --- |
|
||||
|
||||
Pressing "Relax blocking mode" will compare current uBO status with `blockingProfiles` codes from left to right and apply if it's different, then reload page if "reload action" is enabled, then apply color to the uBO icon badge.
|
||||
|
||||
**\[1]:** [The _color_ CSS data type](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
|
||||
|
||||
***
|
||||
|
||||
#### `cacheControlForFirefox1376932`
|
||||
|
|
|
|||
Loading…
Reference in a new issue