From 2fcfb6b5658a872de28a9b355cf0bb27cbab72d6 Mon Sep 17 00:00:00 2001 From: Human Being Date: Sun, 16 Jan 2022 11:11:58 -0800 Subject: [PATCH] Defined AdGuard's "matches-property" field --- Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md index d9e8442f7..09e067d21 100644 --- a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md +++ b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md @@ -137,7 +137,7 @@ * `#%#AG_`: A few extra scriptlets for whom documentation appears to be non-existent. * `#%#` without `//scriptlet`: Appears to insert JavaScript code that is written into the list, as opposed to from an embedded file. Requires heavy privileges. * `!+ PLATFORM`: Similar to `!#if`, but is only used during the AdGuard team's compiling of included lists. It has no effect on custom lists. -* `:matches-property`: I'm honestly not sure about this one. +* `:matches-property`: Selects an HTML element by using a CSS identifier, as detailed under AdGuard's [ExtendedCSS](https://github.com/AdguardTeam/ExtendedCss#extended-css-matches-property) project. #### Blocking * `$match-case`: Makes the criteria case-sensitive. * `$$script`: Uses very advanced criteria to block scripts that meet them.