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.

נכון ליום 17-05-2020. ראה הגרסה האחרונה.

יוצר
Егор Николаев
דירוגים
0 0 0
גרסה
0.11
נוצר
10-03-2018
עודכן
17-05-2020
Size
35.2 קילו-בייט
רישיון
MIT
חל על
// 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;