mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Static filter syntax (markdown)
parent
b4a6347c45
commit
aff7a99107
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ For example, [Adguard English filter](https://adguard.com/en/filters.html#englis
|
|||
|
||||
uBO 1.14.23b3+ only.
|
||||
|
||||
**READ VERY CAREFULLY:** HTML filtering acts on the **response data** (before browser parsing). Do not use the browser inspector from developer tools to create HTML filters. You **must** use `view-source:[URL of page]` instead to look at the **response data** and find out relevant HTML filter.
|
||||
|
||||
The purpose of HTML filters is to remove elements from a document _before_ it is parsed by the browser.
|
||||
|
||||
The syntax is similar to that of cosmetic filters, except that you must prefix your selector (CSS or procedural) with the character `^`:
|
||||
|
|
|
|||
Loading…
Reference in a new issue