Wigle.net Dark Mode

Dark Mode for Wigle.net

目前为 2024-11-04 提交的版本。查看 最新版本

  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(
  15. .mwe-math-fallback-image-inline
  16. ):not(img[alt="GPS"]):not(img[alt="Cell"]):not(img[alt="WiFi"]):not(
  17. img[alt="BT"]
  18. ) {
  19. filter: invert(1);
  20. }
  21. .mw-logo {
  22. filter: invert(100%);
  23. }
  24. }

QingJ © 2025

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