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.

2020-06-23 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Егор Николаев
평점
0 0 0
버전
0.13
생성일
2018-03-10
갱신일
2020-06-23
크기
37KB
라이선스
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, 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;