fivethirtyeight.com Dark Mode

fivethirtyeight.com Dark Mode!

  1. /* ==UserStyle==
  2. @name fivethirtyeight.com Dark Mode
  3. @version 20241106.04.60
  4. @namespace typpi.online
  5. @description fivethirtyeight.com Dark Mode!
  6. @homepageURL https://github.com/Nick2bad4u/UserStyles
  7. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  8. @author Nick2bad4u
  9. @license UnLicense
  10. ==/UserStyle== */
  11.  
  12. @-moz-document domain("projects.fivethirtyeight.com") {
  13. /* Invert colors except images and videos */
  14. :is(html:not([stylus-iframe]), img, svg, video):not(
  15. z#z.z[z],
  16. a.logo > img,
  17. a.abclogo > img
  18. ) {
  19. filter: invert(1) hue-rotate(180deg) !important;
  20. }
  21.  
  22. /* Ensure background images are not inverted */
  23. :is(html:not([stylus-iframe]), img, svg, video):not(
  24. z#z.z[z]
  25. ) {
  26. background-color: inherit !important;
  27. }
  28. }

QingJ © 2025

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