From 6839b7c0393e433d7a7f6515b5a22ddb90b99818 Mon Sep 17 00:00:00 2001 From: gwarser Date: Mon, 29 Jul 2019 19:46:09 +0200 Subject: [PATCH] Update list of procedural cosmetic 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 4413e97..0f1a282 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -258,7 +258,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(...)`, `:not(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).