mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Static filter syntax (markdown)
parent
c38732ced7
commit
593d096d7d
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@ The reason it is not supported is to be sure that users explicitly disable uBO t
|
|||
|
||||
## Pre-parsing directives
|
||||
|
||||
uBO v1.16.0 and above supports pre-parsing directives. Pre-parsing directives are prefixed with `!#`. These directives are executed before the list content is parsed, and influence the final content of a filter list.
|
||||
uBO v1.16.0 and above supports pre-parsing directives. Pre-parsing directives are prefixed with `!#`, so this means older versions of uBO or other blockers will see the pre-parsing directives as comment and discard them.
|
||||
|
||||
The pre-parsing directives are executed before a list content is parsed, and influence the final content of a filter list.
|
||||
|
||||
### `!#include [file name]`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue