Einfaches dunkles Aussehen für WinFuture.
EN:
Simple Dark Theme for WinFuture.
Authorsi13n7
LicenseCC0 - Public Domain
Categorywinfuture.de
Created
Updated
Size2.2 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Einfaches dunkles Aussehen für WinFuture.
EN:
Simple Dark Theme for WinFuture.
/* ==UserStyle==
@name WinFuture [Minimal Dark | Oct, 2022]
@version 20230121.08.49
@namespace userstyles.world/user/si13n7
@description Einfaches dunkles Aussehen für WinFuture.
----------
EN:
Simple Dark Theme for WinFuture.
@author si13n7
@license CC0 - Public Domain
==/UserStyle== */
@-moz-document regexp("http(s)?:\\/\\/(.*\\.)?winfuture.de(\\/.*)?(?<!\\.([gG][iG][fF]|[jJ][pP][gG]|[jJ][pP][eE]|[pP][nN][gG]|[wW][eE][bB]|[sS][vV][gG]|[mM][pP]4))(?<!\\.([jJ][pP][eE][gG]|[wW][eE][bB][pP]))(\\?.+)?") {
html {
background: #000 !important
}
body {
background: #fff !important;
filter: invert(93%) hue-rotate(180deg) !important;
overflow: visible !important
}
:fullscreen:not([type~='checkbox']):not([class~='select-arrow']),
iframe:not([type~='checkbox']):not([class~='select-arrow']),
img,
svg:not([class~='checked']):not([class~='select-arrow']),
video,
span.colorview-swatch {
filter: invert(1) hue-rotate(180deg) !important
}
div.pswp__container > div > div > img {
position: absolute !important;
bottom: -2400px !important;
max-width: 1920px;
max-height: 1080px;
margin: auto !important
}
button.pswp__button.pswp__button--zoom,
div.modeswitch,
#to-startpage {
display: none
}
/*
Ads are blocked.
I usually don't block ads completely. But WinFuture overdoes it.
You should therefore not support them with ads.
*/
div.billboard,
div.primis_widget,
[class*='ads'],
[class*='contentAd'],
[class*='outbrain'],
[id*='ads'],
[id*='contentAd'],
[id*='outbrain'],
[style*='min-height:'],
[style='width:670px;height:280px;'],
w-div.g-gktima,
div.ob-smartfeed-wrapper {
display: none !important
}
}
@-moz-document url("https://winfuture.de/news/ticker/") {
div.topnews + script + div,
ul.newsTicker + script + div,
ul.newsTicker li:has(span.anz) {
display: none !important;
}
/*
This is still experimental in Firefox, so `layout.css.has-selector.enabled`
needs to be enabled in `about:config` and the CSS path needs more selectors
to get it work.
*/
:-moz-any(div#centerWrap ul.newsTicker li:has(li span.anz)) {
display: none !important
}
}