Skip to content

Unroll.me Dark Mode by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Unroll.me-DarkMode.user.css

Screenshot of Unroll.me Dark Mode

Details

AuthorNick2bad4u

LicenseThe UnLicense

Categoryunroll

Created

Updated

Size612 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Unroll.me

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Unroll.me Dark Mode
@version      20241013.22.62
@namespace    Unroll.me
@description  Dark Mode for Unroll.me
@author       Nick2bad4u
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@supportURL   https://github.com/Nick2bad4u/UserStyles/issues
@license      UnLicense
==/UserStyle== */
@-moz-document domain("unroll.me") {
	:root {
		filter: invert(1);
		/*            background-color: black; */
	}
	img:not(
			.mwe-math-fallback-image-display,
			.mwe-math-fallback-image-inline,
			img[alt='GPS']
		) {
		filter: invert(1);
	}
	.mw-logo {
		filter: invert(100%);
	}
}

Reviews

No reviews yet.