Zacam icon

Twitch.tv Stylus CSS

Zacam | PRO | 12/15/23 05:01:56 PM UTC (Edited) | 0 ⭐ | 5052 👁️ | Never ⏰ | []
CSS |

2.47 KB

|

Source Code

|

0 👍

/

0 👎

@-moz-document domain("www.twitch.tv") {
/* Site Wide/Watch */
/* Pronouns */
span.pronoundb-chat-badge
{
    display: none !important;
}
 
span.chat-badge.user-pronoun
{
    border: none !important;
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet) !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
 
/* Hype Chat */
[data-test-selector="chat-room-component-layout"]>div.chat-room__content>div.Layout-sc-1xcs6mc-0:nth-of-type(2)
{
    display: none !important;
}
 
/* Themed Ads */
div.subtember-gradient, div.holiday-gradient
{
    display: none !important;
}
 
#directory-banner[data-a-target="directory-banner-ad-slot"]
{
    display: none !important;
}
 
/* Inline Stream Overlay Ads */
.stream-display-ad__wrapper.stream-display-ad__wrapper_skyscraper,
.stream-display-ad__wrapper.stream-display-ad__wrapper_squeezeback
{
    display: none !important;
}
 
.video-ref.video-player--stream-display-ad_squeezeback
{
    height: 100% !important;
    width: 100% !important;
}
}
 
@-moz-document url-prefix("https://www.twitch.tv/moderator/") {
/* Mod View Overlay */
.stream-info-card
{
    display: none !important;
}
 
.stream-info-social-panel
{
    position: absolute !important;
    top: -5px !important;
    left: -8px !important;
    margin-top: 0px !important;
}
 
.stream-info-social-panel>.Layout-sc-nxg1ff-0>figure
{
    display: none !important;
}
 
.stream-info-social-panel>.Layout-sc-nxg1ff-0>.Layout-sc-nxg1ff-0:first-of-type
{
    display: none !important;
}
 
.modview-dock-widget
{
    margin-bottom: 4px !important;
}
 
.moderation-view-page--v2 .mod-view-grid .mosaic-tile
{
    margin: 1px !important;
}
 
.simplebar-track.horizontal
{
    display: none !important;
}
 
[data-highlight-selector="community-drawer"]>[style="width: 340px;"]
{
    width: 256px !important;
}
}
 
@-moz-document url-prefix("https://www.twitch.tv/directory/following/live") {
/* Following Page (Live) */
.common-centered-column
{
    max-width: 90% !important;
}
 
.common-centered-column div:not(section div)
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
 
p>[data-a-target="preview-card-game-link"]:not(:hover)
{
    color: #ccb0ff !important;
}
}
 
@-moz-document url-prefix("https://www.twitch.tv/directory/category/") {
/* Category View */
[data-a-target="directory-card-ad-slot"]
{
    display: none !important;
}
}

Comments

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎