mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Dynamic filtering (markdown)
parent
11478d975a
commit
442e1d9d20
1 changed files with 19 additions and 4 deletions
|
|
@ -18,9 +18,24 @@ Columns:
|
|||
|
||||

|
||||
|
||||
- Reddish indicates blocking dynamic filter in effect.
|
||||
- Gray indicates no blocking dynamic filter in effect.
|
||||
- Darker reddish indicates blocking dynamic filter in effect, bypass default setting.
|
||||
- Darker gray indicates no blocking dynamic filter in effect, bypass default setting.
|
||||
Color scheme:
|
||||
|
||||
- Reddish indicates dynamic filtering in effect.
|
||||
- Grayish indicates no dynamic filtering in effect.
|
||||
- Darker red indicates dynamic filtering in effect, bypass default setting.
|
||||
- Darker gray indicates no dynamic filtering in effect, bypass default setting.
|
||||
|
||||
So in the illustration above we have:
|
||||
|
||||
- Default settings:
|
||||
- Do not block inline `<script>` tags
|
||||
- Do not block 1st-party `<script>` tags
|
||||
- Block 3rd-party `<script>` tags
|
||||
- Do not block 1st-party `<iframe>` tags
|
||||
- Block 3rd-party `<iframe>` tags
|
||||
|
||||
- Site-sepcific settings:
|
||||
- Block inline `<script>` tags
|
||||
- Do not block 3rd-party `<script>` tags
|
||||
|
||||
The user interface is not terribly self-explanatory, but I really want to keep it as uncluttered as possible. Once you read the doc here, using dynamic filtering should require no further explanation.
|
||||
Loading…
Reference in a new issue