我用
document.getElementsByClassName("video-stream html5-main-video")[0].playbackRate = x;
andx
从0到16。如果大于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
那么,如何将其加速超过 16 倍呢?谢谢