Skip to content

techpowerup.com - Dark Mode by Nick2bad4u

Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/TechPowerUp-DarkMode.user.css

Screenshot of techpowerup.com - Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorytechpowerup

Created

Updated

Size720 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

techpowerup.com - Dark Mode!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           techpowerup.com - Dark Mode
@namespace      typpi.online
@version        20241119.00.13
@description    techpowerup.com - Dark Mode!
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@supportURL     https://github.com/Nick2bad4u/UserStyles/issues
@author         Nick2bad4u
@license        UnLicense
==/UserStyle== */
@-moz-document domain("techpowerup.com") {
	/* Invert colors except images and videos */
	:is(
		html:not([stylus-iframe]),
		img,
		svg,
		video
	) {
		filter: invert(1) hue-rotate(180deg) !important;
	}

	/* Ensure background images are not inverted */
	:is(
		html:not([stylus-iframe]),
		img,
		svg,
		video
	) {
		background-color: inherit !important;
	}
}

Reviews

No reviews yet.