From 77c96b17be962aca0b884c76fe1ec779634835b0 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:02:44 +0000 Subject: [PATCH] Better example (previous commit) --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 787bb55..5300977 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -663,9 +663,9 @@ When used without parameters, the parameters passed to `no-fetch-if` will be log Examples: - `example.com##+js(no-fetch-if, method:HEAD)` - `example.com##+js(no-fetch-if, adsbygoogle.js)` - - `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)` See also: - [AdGuard `prevent-fetch`](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#prevent-fetch)