From fddfe4c32260ecbf68d5364500108580af2559ed Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Mon, 13 Dec 2021 15:04:15 -0500 Subject: [PATCH] Tor Browser and Firefox only --- ...-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?\".md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/About-\"Why-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?\".md" "b/About-\"Why-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?\".md" index 17bb62a..ddc0619 100644 --- "a/About-\"Why-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?\".md" +++ "b/About-\"Why-uBlock-Origin-works-so-much-better-than-Pi‑hole-does?\".md" @@ -18,7 +18,7 @@ Off the top of my head: - example: `##.AdHeader` - Scriptlet injection filtering, i.e. the injection of JS scriptlets to modify the behavior of a page -- useful to defuse anti-content blockers - example: `wallstreet-online.de##+js(nostif, userHasAdblocker)` -- HTML filtering, i.e. the removal of DOM elements from a document before it is parsed by the browser +- HTML filtering (Tor Browser and Firefox only), i.e. the removal of DOM elements from a document before it is parsed by the browser - example: `wetteronline.de##^script:has-text(runCount)` - Ability to deal with unwanted popups - example: `&link_type=offer$popup,third-party`