Fix volume controls on new YouTube video layout

Fixes #2248
This commit is contained in:
Ajay 2025-04-23 19:52:00 -04:00
parent d49bfa0a4c
commit f9e9c5c868

View file

@ -6,6 +6,8 @@ export function getControls(): HTMLElement {
const controlsSelectors = [
// YouTube
".ytp-right-controls",
// New YouTube (2025 April)
".ytp-right-controls-right",
// Mobile YouTube
".player-controls-top",
// Invidious/videojs video element's controls element