diff --git a/userContent.css b/userContent.css index 97e7682074211da8783c0639298f01ab0f7dda64..be171c4fe1a4f1c35aa6601544bcd61c63187128 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 */ } }