From 5d845f749256b54d04827865bf95c8ad86414cdb Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Fri, 28 Aug 2020 16:02:01 +0200 Subject: [PATCH] Fix #97 --- Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md index 342cb3521..a26190838 100644 --- a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md +++ b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md @@ -125,7 +125,6 @@ * `#%#//scriptlet`: Similar to, but only partially compatible with, `##+js` and ABP's `#$#`. Possible options are listed in [this file](https://github.com/AdguardTeam/AdguardBrowserExtension/blob/master/Extension/lib/filter/rules/scriptlets/scriptlets.js) (text-search ".names"). * `#%#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. -* `:properties`: Claims to be similar to `:-abp-properties`, but is incompatible with it. * `!+ PLATFORM`: Similar to `!#if`, but is only used during the AdGuard team's compiling of included lists. It has no effect on custom lists. #### Blocking * `$match-case`: Makes the criteria case-sensitive.