From 6d5133c46ab49418c43716b5a40ee88bddca56dd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 26 Dec 2015 09:46:29 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index d9b0d20..2764ebd 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -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. \ No newline at end of file +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). \ No newline at end of file