Updated Static filter syntax (markdown)

Raymond Hill 2015-12-26 09:46:29 -05:00
parent 348673ff5c
commit 6d5133c46a

@ -83,4 +83,8 @@ Since the base domain name is used to derive the name of the "entity", `google.e
`script:contains(...)`:
uBlock Origin supports a special cosmetic filter which purpose is to prevent the execution of specific inline script tags in a main HTML document. See [_"Inline script tag filtering"_](https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering) for further documentation.
uBlock Origin supports a special cosmetic filter which purpose is to prevent the execution of specific inline script tags in a main HTML document. See [_"Inline script tag filtering"_](https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering) for further documentation.
`script:inject(...)`:
This allows the injection of specific javascript code into pages. The `...` part is a token identifying a javascript resource from the [resource library](https://github.com/gorhill/uBlock/blob/master/assets/ublock/resources.txt).