[Privoxy-commits] [privoxy] 03/12: Add a filter for bundeswehr.de
User Git
git at git.privoxy.org
Sun Aug 7 08:17:51 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit eb9f9853b27ffc5df1b50467db11740b6737900c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Aug 5 10:04:56 2022 +0200
Add a filter for bundeswehr.de
---
default.filter | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/default.filter b/default.filter
index e19f6cf6..c501f087 100644
--- a/default.filter
+++ b/default.filter
@@ -718,6 +718,17 @@ s@(background:\#[a-f\d]{3})( url\(\"http://www.blogblog.com/rounders[^\"]*\"\).*
s@<title(?:\s+type=\'text\')?>([^<]*)(?:\.\.\.)?\s*</title>\s*\
(<content(?:\s+type=\'(?:html|text)\')?>\s*\1)@<title></title>$2 at ig
+
+#################################################################################
+#
+# bundeswehr.de: Hide the cookie and privacy info banner on bundeswehr.de.
+#
+# The relevant parts of the page work without accepting cookies.
+#
+#################################################################################
+FILTER: bundeswehr.de Hide the cookie and privacy info banner on bundeswehr.de
+s@<div class="privacy-protection-banner__container"@$0 style="display: none"@
+
#################################################################################
#
# sourceforge: Reduces the amount of ads for proprietary software on SourceForge.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list