mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Per site switches syntax (markdown)
parent
76667c0eca
commit
0614b32dad
1 changed files with 7 additions and 1 deletions
|
|
@ -19,4 +19,10 @@ When switches share a common hostname ancestor, the most specific wins. For exam
|
|||
no-popups: example.com on
|
||||
no-popups: www.example.com off
|
||||
|
||||
and you visit `www.example.com`, the "no popups" switch will be turned off (popup allowed unless blocked by a static filter).
|
||||
and you visit `www.example.com`, the "no popups" switch will be turned off (popup allowed unless blocked by a static filter).
|
||||
|
||||
All switches are `off` by default, meaning there is no point in creating an entry such as:
|
||||
|
||||
no-popups: www.example.com off
|
||||
|
||||
Unless it is to override a related broader entry for which the switch is `on`
|
||||
Loading…
Reference in a new issue