No Indeterminate-bar in YouTube Live Chat

A new userstyle

  1. /* ==UserStyle==
  2. @name No Indeterminate-bar in YouTube Live Chat
  3. @namespace github.com/openstyles/stylus
  4. @version 0.1.0
  5. @description A new userstyle
  6. @author CY Fung
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("youtube.com") {
  11. /* Insert code here... */
  12. #banner-container.yt-live-chat-banner-renderer #indeterminate-bar {
  13. --yt-live-chat-banner-indeterminate-bar-background:repeating-linear-gradient( 90deg, transparent, transparent 6px, transparent 6px, transparent 9px )
  14. }
  15. }

QingJ © 2025

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