mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Static filter syntax (markdown)
parent
62edff8670
commit
4a58cf8f8e
1 changed files with 5 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ However uBO does not support some very specific cases, and also adds its own ext
|
|||
- [Static extended filtering](#static-extended-filtering)
|
||||
- [Entity](#entity)
|
||||
- [Cosmetic filters](#cosmetic-filters)
|
||||
- [Sanitization filters](#sanitization-filters)
|
||||
- [HTML filters](#html-filters)
|
||||
- [Scriptlet injection](#scriptlet-injection)
|
||||
|
||||
## Not supported
|
||||
|
|
@ -143,9 +143,11 @@ For example, [Adguard English filter](https://adguard.com/en/filters.html#englis
|
|||
|
||||

|
||||
|
||||
### Sanitization filters
|
||||
### HTML filters
|
||||
|
||||
The purpose of sanitization filters is to remove elements from a document _before_ it is parsed by the browser.
|
||||
uBO 1.14.23b2+ only.
|
||||
|
||||
The purpose of HTML filters is to remove elements from a document _before_ it is parsed by the browser.
|
||||
|
||||
example.com##^.badstuff
|
||||
example.com##^script:has-text(7c9e3a5d51cdacfc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue