UserScript Template

Description

  1. /* ==UserStyle==
  2. @name UserScript Template
  3. @namespace typpi.online
  4. @version 1.0.3
  5. @description Description
  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("") {
  12. /* Invert colors except images and videos */
  13. html,
  14. img,
  15. svg,
  16. video,
  17. iframe {
  18. filter: invert(1) hue-rotate(180deg) !important;
  19. }
  20. }

QingJ © 2025

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