UserScript Template

Description

目前為 2025-01-03 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           UserScript Template
@namespace      typpi.online
@version        1.0.2
@description    Description
@author         Nick2bad4u
@license        UnLicense
@homepageURL    https://github.com/Nick2bad4u/UserStyles
==/UserStyle== */
@-moz-document domain("") {
	/* Invert colors except images and videos */
	html,
	img,
	svg,
	video,
	iframe {
		filter: invert(1) hue-rotate(180deg) !important;
	}
}