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)