From 208495c4cf67b60df47d083fc74a58ffb3e1aafd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 3 Oct 2015 10:27:18 -0400 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index e1ae909..ed997e4 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -60,6 +60,8 @@ Examples: `google.*` will apply to all similar Google domain names: `google.com Since the base domain name is used to derive the name of the "entity", `google.evil.biz` would **not** match `google.*`. +##### Special cosmetic filters + `script:contains(...)`: uBlock Origin supports a special cosmetic filter which purpose is to prevent the execution of specific inline script tag 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