bitfan爛播放器

強制放大影片+聊天室;背景灰色

  1. /* ==UserStyle==
  2. @name bitfan爛播放器
  3. @namespace https://greasyfork.org/zh-TW/users/4839-leadra
  4. @version 1.0.1
  5. @description 強制放大影片+聊天室;背景灰色
  6. @author Leadra
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://jcm-event.bitfan.id/broadcastings/") {
  11. *{background:#00000030!important;}
  12. div.l-liveSubscriber__comment__border {
  13. position: fixed;
  14. right:1em;
  15. top:800px;}
  16.  
  17. div.l-liveSubscriber__comment,div.p-liveCommentList__scroller{width:360px ;height:700px!important;
  18. position: fixed;
  19. right:1em;
  20. top:100px;background:#00000090!important;color:#FFF
  21. }
  22. div.l-liveVideo,l-liveSubscriber__video{width:1500px !important;
  23. position: fixed;
  24. left:1em;
  25. top:100px;
  26. }
  27.  
  28. div.p-clubNavigation--bottom,div.l-clubFooter__inner{display:none;}
  29. }