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.

Versione datata 17/05/2020. Vedi la nuova versione l'ultima versione.

Autore
Егор Николаев
Valutazione
0 0 0
Versione
0.11
Creato il
10/03/2018
Aggiornato il
17/05/2020
Dimensione
35,2 KB
Licenza
MIT
Applica a
// 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
config.customStylesDarkTheme = false;