Skip to content

Wigle.net Dark Mode by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Wigle-DarkMode.user.css

Screenshot of Wigle.net Dark Mode

Details

AuthorNick2bad4u

LicenseUnLicense

Categorywigle

Created

Updated

Size670 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Wigle.net

Notes

Userstyle doesn't have notes.

Source code

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

Reviews

No reviews yet.