mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Filter syntax extensions (markdown)
parent
3b705dadfa
commit
e33bf4a2cd
1 changed files with 2 additions and 1 deletions
|
|
@ -10,4 +10,5 @@
|
|||
|
||||
**The `important` network filter option:** The important filter option, `important`, means to ignore all _allow_ filters. It applies only to net _block_ filters. The `important` option will allow you to block with 100% certainty specific net requests. Example: `||google-analytics.com^$important,third-party` will block all net requests to `google-analytics.com`, disregarding any existing network _exception_ filters. Another example: `||twitter.com^$important,third-party`. Etc.
|
||||
|
||||
**The `inline-script` network filter option:** To specifically disable inline script tags in a main page.
|
||||
**The `inline-script` network filter option:** To specifically disable inline script tags in a main
|
||||
page: `||example.com^$inline-script`.
|
||||
Loading…
Reference in a new issue