Skip to content

Twitch: Hide overlay when paused by carp

Details

Authorcarp

LicenseCC Zero

Categorytwitch

Created

Updated

Size396 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the dark overlay when the player is paused

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           7/21/2022, 1:33:51 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("twitch.tv") {
    .player-overlay-background--darkness-5 {
        background: transparent;
    }
    .video-ref button.tw-interactable {
        opacity: 0.15;
    }
}

Reviews

No reviews yet.