From 601f7e771da415c6f6949f44c662b4debfa6b0bf Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:17:55 +0000 Subject: [PATCH] Better example wording (previous commit) --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 5300977..e6f9d7e 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -665,7 +665,7 @@ Examples: - `example.com##+js(no-fetch-if, adsbygoogle.js)` - `example.com##+js(no-fetch-if, adsbygoogle.js method:HEAD)` - `example.com##+js(no-fetch-if, /adsbygoogle.js$/ method:/HEAD|POST/)` - - `example.com##+js(no-fetch-if, !somevalue)` + - `example.com##+js(no-fetch-if, !negatedValue)` See also: - [AdGuard `prevent-fetch`](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#prevent-fetch)