From 34e8014e9707454a673a49555bc55b2cad0fd587 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Tue, 23 Jul 2019 14:57:29 +0200
Subject: [PATCH] get rid of annoying cookie banner

---
 userContent.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/userContent.css b/userContent.css
index 270b27a..3a75c5a 100644
--- a/userContent.css
+++ b/userContent.css
@@ -117,6 +117,12 @@
   a:hover   {color: #0000FF !important; text-decoration: none; font-weight: bold}
 }
 
+@-moz-document domain(wien.orf.at) {
+  .oon-ds-banner {
+    visibility: hidden !important;
+  }
+}
+
 @-moz-document domain(notused.de.wikipedia.org) {
   .mw-parser-output div, .mw-parser-output div::selection,
   .mw-parser-output p, .mw-parser-output p::selection,
-- 
GitLab