From 082ccb59ceed46fef755bf8441ef06499f01e40e Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 22 Aug 2021 12:40:16 +0200 Subject: [PATCH] matches-path() --- 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 b1f8f68..3b18d1d 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -683,7 +683,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(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`. +`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`. See [detailed documentation](./Procedural-cosmetic-filters).