Sets focus to video element after using volume bar, so that left/right arrow keys can be used for video seeking instead of volume change
코드가 바뀐 버전들입니다. 모든 버전 보기
Use mutation observer for applying our fix
Ensure the script is launched on pages with video player only
Make sure the video is loaded before running our script
Added functionality to restore focus after clicking on progress bar.