Clean Douyu

cleaner Douyu

  1. /* ==UserStyle==
  2. @name Clean Douyu
  3. @namespace joyhooian.styles.douyu
  4. @version 0.1
  5. @description cleaner Douyu
  6. @author joyhooian
  7. @match https://www.douyu.com/[0-9]+
  8. @grant none
  9. @license MIT
  10. ==/UserStyle== */
  11.  
  12. @-moz-document regexp("https://www.douyu.com/[0-9]+") {
  13. body {
  14. overflow-y: hidden;
  15. }
  16.  
  17. aside {
  18. display: none;
  19. }
  20.  
  21. #js-bottom {
  22. display: none;
  23. }
  24.  
  25. #js-player-toolbar {
  26. visibility: hidden !important;
  27. }
  28.  
  29. #js-player-title {
  30. display: none;
  31. }
  32.  
  33. #js-player-aside-state {
  34. display: none;
  35. }
  36.  
  37. main.layout-Main {
  38. margin-left: 0!important;
  39. padding-left: 144px!important;
  40. padding-right: 144px!important;
  41. bottom: 0px!important;
  42. }
  43.  
  44. section.layout-Container {
  45. margin-top: 88px;
  46. height: calc(200vh - 60px);
  47. }
  48.  
  49. div.layout-Player-rank {
  50. display: none;
  51. }
  52.  
  53. div.layout-Player-rankAll {
  54. display: none;
  55. }
  56.  
  57. div.layout-Player-announce {
  58. display: none;
  59. }
  60.  
  61. div.layout-Player-barrage {
  62. top: 0;
  63. }
  64.  
  65. .layout-Player-asideMain {
  66. bottom: 88px;
  67. }
  68. }

QingJ © 2025

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