Brings back video context menus to videos in supported sites
Bring back context menus for videos by Kaedriz

Details
AuthorKaedriz
LicenseNo License
Categorytwitch
Created
Updated
Size416 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}