Wigle.net Dark Mode

Dark Mode for Wigle.net

  1. /* ==UserStyle==
  2. @name Wigle.net Dark Mode
  3. @version 20240926.22.60
  4. @namespace wigle.net
  5. @description Dark Mode for Wigle.net
  6. @author Nick2bad4u
  7. @license The UnLicense
  8. ==/UserStyle== */
  9. @-moz-document domain("wigle.net") {
  10. :root {
  11. filter: invert(1);
  12. /* background-color: black; */
  13. }
  14. img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline):not(
  15. img[alt='GPS']
  16. ):not(img[alt='Cell']):not(img[alt='WiFi']):not(img[alt='BT']) {
  17. filter: invert(1);
  18. }
  19. .mw-logo {
  20. filter: invert(100%);
  21. }
  22. }

QingJ © 2025

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