Skip to content

Remove Power-ups by perilstar

Details

Authorperilstar

LicenseNo License

Categorytwitch.tv

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Get rid of the power-ups section from the channel points popup!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Remove Power-ups
@namespace      cinderwolf.net
@version        1.1.1
@description    Get rid of the power-ups section from the channel points popup!
@author         Cinder
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    /* Hide original header "Power-ups & Rewards" */
    h5.CoreText-sc-1txzju1-0:nth-child(2) {
        visibility: hidden;
    }
    /* Add it back without that cringe */
    h5.CoreText-sc-1txzju1-0:nth-child(2):before {
        visibility: visible;
        content: 'Channel Point Rewards';
        position: absolute;
    }
    /* Remove the bits counter at the top of the box */
    .krMWyI > div:nth-child(1) {
        display: none;
    }
    /* Remove the Power-ups and their header, also the Rewards header since there's no need to specify */
    .rewards-list > *:nth-child(-n + 7) {
        display: none !important;
    }
    /* Remove the bits counter from the button at the bottom */
    .chMBew > *:nth-child(-n + 2) {
        display: none !important;
    }
    .hmYPYb {
        display: none !important;
    }
}

Reviews

No reviews yet.