Advertisement
Zacam

Twitch.tv Stylus CSS

Dec 15th, 2023 (edited)
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.47 KB | Source Code | 0 0
  1. @-moz-document domain("www.twitch.tv") {
  2. /* Site Wide/Watch */
  3. /* Pronouns */
  4. span.pronoundb-chat-badge
  5. {
  6.     display: none !important;
  7. }
  8.  
  9. span.chat-badge.user-pronoun
  10. {
  11.     border: none !important;
  12.     background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet) !important;
  13.     background-clip: text !important;
  14.     -webkit-text-fill-color: transparent;
  15. }
  16.  
  17. /* Hype Chat */
  18. [data-test-selector="chat-room-component-layout"]>div.chat-room__content>div.Layout-sc-1xcs6mc-0:nth-of-type(2)
  19. {
  20.     display: none !important;
  21. }
  22.  
  23. /* Themed Ads */
  24. div.subtember-gradient, div.holiday-gradient
  25. {
  26.     display: none !important;
  27. }
  28.  
  29. #directory-banner[data-a-target="directory-banner-ad-slot"]
  30. {
  31.     display: none !important;
  32. }
  33.  
  34. /* Inline Stream Overlay Ads */
  35. .stream-display-ad__wrapper.stream-display-ad__wrapper_skyscraper,
  36. .stream-display-ad__wrapper.stream-display-ad__wrapper_squeezeback
  37. {
  38.     display: none !important;
  39. }
  40.  
  41. .video-ref.video-player--stream-display-ad_squeezeback
  42. {
  43.     height: 100% !important;
  44.     width: 100% !important;
  45. }
  46. }
  47.  
  48. @-moz-document url-prefix("https://www.twitch.tv/moderator/") {
  49. /* Mod View Overlay */
  50. .stream-info-card
  51. {
  52.     display: none !important;
  53. }
  54.  
  55. .stream-info-social-panel
  56. {
  57.     position: absolute !important;
  58.     top: -5px !important;
  59.     left: -8px !important;
  60.     margin-top: 0px !important;
  61. }
  62.  
  63. .stream-info-social-panel>.Layout-sc-nxg1ff-0>figure
  64. {
  65.     display: none !important;
  66. }
  67.  
  68. .stream-info-social-panel>.Layout-sc-nxg1ff-0>.Layout-sc-nxg1ff-0:first-of-type
  69. {
  70.     display: none !important;
  71. }
  72.  
  73. .modview-dock-widget
  74. {
  75.     margin-bottom: 4px !important;
  76. }
  77.  
  78. .moderation-view-page--v2 .mod-view-grid .mosaic-tile
  79. {
  80.     margin: 1px !important;
  81. }
  82.  
  83. .simplebar-track.horizontal
  84. {
  85.     display: none !important;
  86. }
  87.  
  88. [data-highlight-selector="community-drawer"]>[style="width: 340px;"]
  89. {
  90.     width: 256px !important;
  91. }
  92. }
  93.  
  94. @-moz-document url-prefix("https://www.twitch.tv/directory/following/live") {
  95. /* Following Page (Live) */
  96. .common-centered-column
  97. {
  98.     max-width: 90% !important;
  99. }
  100.  
  101. .common-centered-column div:not(section div)
  102. {
  103.     margin-top: 0px !important;
  104.     margin-bottom: 0px !important;
  105. }
  106.  
  107. p>[data-a-target="preview-card-game-link"]:not(:hover)
  108. {
  109.     color: #ccb0ff !important;
  110. }
  111. }
  112.  
  113. @-moz-document url-prefix("https://www.twitch.tv/directory/category/") {
  114. /* Category View */
  115. [data-a-target="directory-card-ad-slot"]
  116. {
  117.     display: none !important;
  118. }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement