techpowerup.com - Dark Mode

techpowerup.com - Dark Mode!

当前为 2024-12-14 提交的版本,查看 最新版本

/* ==UserStyle==
@name           techpowerup.com - Dark Mode
@namespace      https://github.com/Nick2bad4u/UserStyles
@version        20241119.00.12
@description    techpowerup.com - Dark Mode!
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@author         Nick2bad4u
@license        UnLicense
==/UserStyle== */
@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;
	}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址