From b4aaf1656f721b6e0f2855b609e8879630b1ab50 Mon Sep 17 00:00:00 2001 From: krystian3w <35370833+krystian3w@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:39:01 +0100 Subject: [PATCH] form detailed documentation has been deleted if/if-not and nth-ancestor (first disable use cosmetic filter, second works as "comment", third is still supported in 1.45.2) --- 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 6c5f432..ac3b112 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -680,7 +680,7 @@ Related issue: [#803](https://github.com/uBlockOrigin/uBlock-issues/issues/803). #### Procedural cosmetic filters -`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-media(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:others(...)`, `:upward(...)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).