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

Code size429 B

Code checksum4fe8eec1

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      20250320.21.43
@namespace    https://userstyles.world/user/Kaedriz
@description  Brings back video context menus to videos in supported sites
@author       Kaedriz
@license      No License
==/UserStyle== */

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

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

Reviews

No reviews yet.