Wigle.net Dark Mode

Dark Mode for Wigle.net

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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%);
  }
}