From 369c0fe3f83c2e054425957fc5bbdf733ee449ac Mon Sep 17 00:00:00 2001 From: D4niloMR <70459964+D4niloMR@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:41:56 -0300 Subject: [PATCH] readd href-sanitizer examples --- Resources-Library.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources-Library.md b/Resources-Library.md index 1366a0f..cf6b20d 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1309,6 +1309,9 @@ Parameters: Examples: - `vk.com##+js(href-sanitizer, a[href^="/go?to="][title], [title])` - `vk.com##+js(href-sanitizer, a[href^="/away.php?to="][title], ?to)` + - `Text`: + `mozilla.org##+js(href-sanitizer, a[href^="https://app.adjust.com/"][href*="?redirect="], ?redirect)` + - `example.com##+js(href-sanitizer, a.clickTracker, ?r?u` - `example.org##+js(href-sanitizer, a[href*="/redirect"], ?url ?url -base64)` Solves [Anti-redirect scriptlet for vk.com (href-sanitizer)](https://github.com/uBlockOrigin/uBlock-issues/issues/2531).