🏠 返回首頁 

Unroll.me Dark Mode

Dark Mode for Unroll.me


Install this script?
Install as user style?
Author's suggested script

You may also like YouTubeTV Volume Control with Memory.


Install this script
/* ==UserStyle==
@name         Unroll.me Dark Mode
@version      20241013.22.60
@namespace    Unroll.me
@description  Dark Mode for Unroll.me
@author       Nick2bad4u
@license      The UnLicense
==/UserStyle== */
@-moz-document domain("unroll.me") {
:root {
filter: invert(1);
/*            background-color: black; */
}
img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline):not(
img[alt='GPS']
) {
filter: invert(1);
}
.mw-logo {
filter: invert(100%);
}
}