tampermonkey.net - Dark Mode

Dark mode theme for Tampermonkey

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

/* ==UserStyle==
@name           tampermonkey.net - Dark Mode
@namespace      typpi.online
@version        1.0.2
@description    Dark mode theme for Tampermonkey
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("tampermonkey.net")
{
	/* Invert colors except images and videos */
	:is( html:not(iframe),
	img,
	svg,
	video,
	.header,
	.mainnav,
	.col-full .row h1,
	.row.md iframe,
	.toc a)
	{
		filter: invert(1) hue-rotate(180deg);
	}

	.header .icon .svg,
	.tab-label > svg,
	.changelog .changeset .header .browsers img
	{
		filter: unset !important;
	}

	.subnav .tab-label span
	{
		color: #000 !important;
	}

	.toc a
	{
		color: #1182A7;
	}
}

QingJ © 2025

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