Skip to content

Twitch: Right-Click Context Menu PiP Fix by vee0ne

Details

Authorvee0ne

LicenseNo License

Categorytwitch

Created

Updated

Size529 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Lets you right click the Twitch video player and enter picture-in-picture mode; done by changing the z-index of the video player itself (and also the controls on their own, so you can still click on them).

The only caveat is that in order to pause streams/clips, you must click directly on the pause button.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitch: Right-Click Context Menu PiP Fix
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    Lets you right click the Twitch video player and enter picture-in-picture mode; The only caveat is that in order to pause streams/clips, you must click directly on the pause button.
@author         orniidiien
==/UserStyle== */

@-moz-document domain("twitch.tv") {
    .video-player video {
        z-index: 1;
    }
    
    .player-controls {
        z-index: 2;
    }
}

Reviews

No reviews yet.