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.

As of 2020-05-17. See the latest version.

نووسەر
Егор Николаев
Ratings
0 0 0
وەشان
0.11
Created
2018-03-10
Updated
2020-05-17
Size
35.2 KB
مۆڵەت
MIT
Applies to
// 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;