Add a filter for bundeswehr.de
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Aug 2022 08:04:56 +0000 (10:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 7 Aug 2022 08:16:38 +0000 (10:16 +0200)
default.filter

index e19f6cf..c501f08 100644 (file)
@@ -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@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.