Skip to content

Bring back context menus for videos by Kaedriz

Screenshot of Bring back context menus for videos

Details

AuthorKaedriz

LicenseNo License

Categorytwitch

Created

Updated

Size416 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Brings back video context menus to videos in supported sites

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Bring back context menus for videos
@version      20250303.12.43
@namespace    https://userstyles.world/user/Kaedriz
@description  Brings back video context menus to videos in supported sites
@author       Kaedriz
==/UserStyle== */

@-moz-document domain("twitch.tv") {
.video-player__overlay {
    pointer-events: none;
}

.tw-transition {
    pointer-events: all;
}
}

Reviews

No reviews yet.