tampermonkey.net - Dark Mode

Dark mode theme for Tampermonkey

Versão de: 12/01/2025. Veja: a última versão.

/* ==UserStyle==
@name           tampermonkey.net - Dark Mode
@namespace      typpi.online
@version        1.0.4
@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,
		.changelog .changeset .header .version
	) {
		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;
	}
	.changelog .changeset .changes .change .fa,
	.col-full svg {
		fill: #cb8a3e;
	}
}
长期地址
遇到问题?请前往 GitHub 提 Issues。