Fix the issue when you drag the volume slider to max and happen to release above the live batch causing the drag doesn't release
youtube live volume slider drag release fix by rickymohk
Details
Authorrickymohk
LicenseMIT
Categoryyoutube
Created
Updated
Size571 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 youtube live volume slider drag release fix
@version 20240705.15.51
@namespace https://userstyles.world/user/rickymo
@description Fix the issue when you drag the volume slider to max and happen to release above the live batch causing the drag doesn't release
@author rickymohk
@license MIT
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
#movie_player > div.ytp-chrome-bottom > div.ytp-chrome-controls > div.ytp-left-controls > div.ytp-time-display.notranslate.ytp-live {
z-index:-999;
}
}