[Privoxy-commits] [privoxy] 09/18: Add a taz.de filter which hides the 'paywahl' banner on taz.de by default

User Git git at git.privoxy.org
Tue Mar 31 09:21:02 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 c2034bdba6adaa90754c5b0f582cc38cceaa6d6a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Mar 30 19:19:28 2026 +0200

    Add a taz.de filter which hides the 'paywahl' banner on taz.de by default
---
 default.filter | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/default.filter b/default.filter
index 0f6a7dee..a244cc7e 100644
--- a/default.filter
+++ b/default.filter
@@ -719,6 +719,15 @@ s@<aside class="m-wide-widget m-wide-projects-widget "@$0 style="display:none;"@
 s@<div id="newsletter-floating"@$0 style="display:none;"@
 s@<div class="sterling" id="banner-sterling"@$0 style="display:none;"@
 
+#################################################################################
+#
+# taz.de: Hides the 'paywahl' banner on taz.de by default without relying on cookies.
+#
+#################################################################################
+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;@
+
 #################################################################################
 #
 # x-httpd-php-to-html: Changes the Content-Type header from

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


More information about the Privoxy-commits mailing list