mywindsock.com - Dark Mode

Dark mode for MyWindSock

  1. /* ==UserStyle==
  2. @name mywindsock.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.3
  5. @description Dark mode for MyWindSock
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  10. ==/UserStyle== */
  11. @-moz-document domain("mywindsock.com") {
  12. /* Invert colors except images and videos */
  13. :is(
  14. html:not([stylus-iframe]),
  15. img,
  16. svg,
  17. video,
  18. #app_btns,
  19. .hide_show,
  20. #splash-overlay,
  21. #splash,
  22. #chartarea
  23. ) {
  24. filter: invert(1) hue-rotate(180deg) !important;
  25. }
  26. #options-underlay,
  27. #login-underlay,
  28. #notice-underlay,
  29. .underlay,
  30. #chartarea_premium {
  31. opacity: 0%;
  32. }
  33. #premium-chart-cta,
  34. #chartarea_premium,
  35. #popup-modal,
  36. #popup_modal_underlay {
  37. display: none !important;
  38. }
  39. }