Five Server - Preview Dark Theme

Dark theme for Five Server preview that excludes .html files

目前為 2024-12-28 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name Five Server - Preview Dark Theme
  3. @namespace typpi.online
  4. @version 1.0.2
  5. @description Dark theme for Five Server preview that excludes .html files
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document url-prefix("http://192.168.1.223:5500/"),
  11. url-prefix("https://192.168.1.223:5500/"),
  12. url-prefix("http://localhost:5500/"),
  13. url-prefix("http://127.0.0.1:5500/"),
  14. url-prefix("https://127.0.0.1:5500/")
  15. {
  16. /* Invert colors except images and videos */
  17. html,
  18. img,
  19. svg,
  20. video,
  21. iframe {
  22. filter: invert(1) hue-rotate(180deg);
  23. background: #fff;
  24. }
  25.  
  26. .container {
  27. filter: invert(1) hue-rotate(180deg);
  28. }
  29. }
  30.  
  31. @-moz-document regexp(".*\.html$") {
  32. /* Invert colors except images and videos */
  33. html,
  34. img,
  35. svg,
  36. video,
  37. iframe {
  38. filter: none !important;
  39. background: unset !important;
  40. }
  41.  
  42. .container {
  43. filter: none !important;
  44. }
  45. }

QingJ © 2025

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