[Privoxy-commits] [privoxy] 24/38: Remove an unnecessary "\" character in the taz.de filter

User Git git at git.privoxy.org
Thu Apr 9 09:37:22 CEST 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit b4b6ef8b727bfc2f9b88e58bd2d7c96415708ebc
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Apr 2 10:24:24 2026 +0200

    Remove an unnecessary "\" character in the taz.de filter
---
 default.filter | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.filter b/default.filter
index 93d11702..dfdacf74 100644
--- a/default.filter
+++ b/default.filter
@@ -728,7 +728,7 @@ s@<div id="retool-coding-bar"@<div style="display:none !important;"@
 #################################################################################
 FILTER: taz.de Hides the 'paywahl' banner on taz.de by default without relying on cookies.
 
-s at if \( marOtaz_de.getCookie\('tzi_paywall_payed'\) === \'yesHide'\) return;@if (true) return;@
+s at if \( marOtaz_de.getCookie\('tzi_paywall_payed'\) === 'yesHide'\) return;@if (true) return;@
 
 #################################################################################
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list