I use
document.getElementsByClassName("video-stream html5-main-video")[0].playbackRate = x;
and x
from 0 to 16. There is an error if it bigger than 16
VM308:1 Uncaught DOMException: Failed to set the 'playbackRate' property on 'HTMLMediaElement': The provided playback rate (17) is not in the supported playback range.
at <anonymous>:1:82
So, how to speed it up more than 16x? Thanks