Skip to content

Twitch hide partner badges by rockethog55

Details

Authorrockethog55

LicenseWTFPL

Categorytwitch.tv

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide partner badges on Twitch

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitch hide partner badges
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hide partner badges on Twitch
==/UserStyle== */

@-moz-document domain("twitch.tv") {
/* STREAMER RECENT BROADCASTS PAGE */

/* hide partner badge */
.izrobB {
    display: none !important;
}


/* STREAMER HOME PAGE */

/* hide partner badge */
.eixYeQ > .cAiDuO,
.BsVfC > .cAiDuO,
.cVmNmw > .MlGQD {
    display: none !important;
}

/* about page */
.gPnGCC > .bAZbwa {
    display: none !important;
}

/* STREAMER BIO POPUP */

/* hide partner badge */
.jmJdZu > .lbrPLP {
    display: none !important;
}

/* SUB POPUP */

/* hide partner badge */
.hitFRC > .foYRxS {
    display: none !important;
}

/* SEARCH PAGE */

/* hide partner badges */
.search-result-verified-badge,
.hwOwLR > .finIGU,
.cVmNmw > .kjLavE,
.jjAyLi > .iEYSOT,
.cVmNmw > .euNtxZ,
.bQImNn > .fWwTSH {
    display: none !important;
}

/* FOLLOWING PAGE */

/* hide upcoming streams partner badges */
.bUwKwq {
    display: none !important;
}

}

Reviews

No reviews yet.