From 1ba83bf2f1888a442cb485f075d19e11b50b9c22 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 13 Jan 2019 20:57:07 +0100 Subject: [PATCH] Add `:not()` to the list of procedural filters --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index d229225..551fe5d 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -200,7 +200,7 @@ Since the base domain name is used to derive the name of the "entity", `google.e #### Procedural cosmetic filters -`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:not(...)`, `:xpath(...)`. See [detailed documentation](https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters).