Youtube player keyboard controls

Use play/pause/ArrowRight/ArrowLeft keyboard btns anywhere, but not only when youtube player is in focus. Additionaly use '[' and ']' keys to change playbackRate.

Autor
Егор Николаев
Denne inštalácií
0
Celkový počet inštalácií
209
Hodnotenie
4 1 1
Verzia
0.13
Vytvorené
10.03.2018
Aktualizované
23.06.2020
Veľkosť
37,0 KB
Licencia
MIT
Spustiť na
// set config.defaultPlaybackRate to your preferred youtube PlaybackRate (1.5 by default).
config.defaultPlaybackRate = 1.5;
// Some custom styles to Youtube, including hiding search bar (It will appear by mouse hover).
config.customStyles = false;
// Boost Youtube Dark Theme, including opacity for bottom content in theater player mode.
config.customStylesDarkTheme = false;
// If config.customStylesDarkTheme == true, opacity for bottom content in theater player mode.
// Set it to 0, to hide bottom content in theater player mode. It will appear on mouse hover.
config.customStylesDarkTheme_bottomContentOpacity = 0.1;