From e5fd87669593afcafd087925600227b7fa8a8813 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Mon, 11 Apr 2022 19:05:04 +0200 Subject: [PATCH] disable distrowatch cookie banner --- userContent.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/userContent.css b/userContent.css index 97e7682..be171c4 100644 --- a/userContent.css +++ b/userContent.css @@ -1,5 +1,12 @@ /* fix css errors on various web sites */ +@-moz-document domain(distrowatch.com) { + .cc_banner-wrapper{visibility: hidden} /* hide cookie banner */ + /* does not work: td.News{visibility: hidden} */ /* hide annoying clips */ +} + +/* does not work: @-moz-document domain(zeit.de) { .consent{visibility: hidden} } */ + @-moz-document domain(medienportal.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } } -- GitLab