Dark mode for Nieuwsblad.be. Almost removes some ads/banners
Nieuwsblad.be Dark Mode by jgoyvaerts
Details
Authorjgoyvaerts
LicenseNo License
Categorynieuwsblad, nieuwsblad.be
Created
Updated
Size825 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Nieuwsblad Dark Mode
@namespace jgoyvaerts
@version 1.0.0
==/UserStyle== */
@-moz-document domain("nieuwsblad.be") {
body, *, .site-container main {
background-color: #222222;
color: #EEEEEE !important;
}
div section h3, nav, nav *, .site-logo-sticky {
background-color: #222222 !important;
}
.site-container main * {
color: #EEEEEE !important;
}
.header-clear, #niet-abo, #CBAWIDGET, .site-logo-sticky img, div[data-mht-block="article-detail__article-promo"],div[data-mht-widget="wg-|-nieuws-|-zone-3-|-article-detail"] {
display: none !important;
}
.site-logo-sticky svg.icon {
background-color: #222222;
fill: #EEEEEE;
}
[id^=video-player-], [id^=video-player-] * {
background-color: transparent !important;
}
}