Baidu network disk web version video online double speed playback

1. Open the Baidu network disk webpage in the browser, press F12 or right-click "check" to open the console, and click Console

2. Enter the following code in the console and press Enter

videojs.getPlayers("video-player").html5player.tech_.setPlaybackRate(2);

//括号里填的是你想要的播放倍速

3. It is too troublesome to write code like this every time, just add a bookmark

Add bookmark or Ctrl + D, and click "More"

to write the following code in the URL part

javascript:videojs.getPlayers("video-player").html5player.tech_.setPlaybackRate(2);

4. Just click every time the video is playing

Guess you like

Origin blog.csdn.net/UCB001/article/details/106348221