abcnews.go.com - Dark Mode

ABCNews.go.com - Dark Mode!

  1. /* ==UserStyle==
  2. @name abcnews.go.com - Dark Mode
  3. @version 20241106.05.19
  4. @namespace typpi.online
  5. @description ABCNews.go.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("abc12.com") {
  13. /* Invert colors except images and videos */
  14. :is(html:not([stylus-iframe]), img, svg, video):not(
  15. z#z.z[z],
  16. svg,
  17. a > img,
  18. #site-footer-container
  19. ) {
  20. filter: invert(1) hue-rotate(180deg) !important;
  21. }
  22.  
  23. /* Ensure background images are not inverted */
  24. :is(html:not([stylus-iframe]), img, svg, video):not(
  25. z#z.z[z]
  26. ) {
  27. background-color: inherit !important;
  28. }
  29. }