Wigle.net Dark Mode

Dark Mode for Wigle.net

目前为 2024-10-26 提交的版本。查看 最新版本

/* ==UserStyle==
@name         Wigle.net Dark Mode
@version      20240926.22.60
@namespace    wigle.net
@description  Dark Mode for Wigle.net
@author       Nick2bad4u
@license      The UnLicense
==/UserStyle== */
@-moz-document domain("wigle.net") {
	:root {
		filter: invert(1);
		/*            background-color: black; */
	}
	img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline):not(img[alt="GPS"]):not(img[alt="Cell"]):not(img[alt="WiFi"]):not(img[alt="BT"]) {
		filter: invert(1);
	}
	.mw-logo {
		filter: invert(100%);
	}
}

QingJ © 2025

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