mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Static filter syntax (markdown)
parent
7bcece25ba
commit
62edff8670
1 changed files with 4 additions and 3 deletions
|
|
@ -147,11 +147,12 @@ For example, [Adguard English filter](https://adguard.com/en/filters.html#englis
|
|||
|
||||
The purpose of sanitization filters is to remove elements from a document _before_ it is parsed by the browser.
|
||||
|
||||
example.com##^.badstuff
|
||||
example.com##^script:has-text(7c9e3a5d51cdacfc)
|
||||
|
||||
Currently only supported on Firefox 57+.
|
||||
|
||||
#### `:sanitize(...)`
|
||||
|
||||
[to be done, above is operator currently used in prototype code]
|
||||
[to be done]
|
||||
|
||||
#### `script:contains(...)`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue