One line of code realizes double-speed playback on Baidu Netdisk

One line of code realizes double-speed playback on Baidu Netdisk

The reason is that a friend came to me today to ask me how to watch Baidu web disk video at double speed. Today I will share with you two ways to achieve double speed playback.

The first method: code implementation

Enter the developer tools in Google Chrome F12, enter the following code in the Console console (the last number can be changed arbitrarily)

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

Example

The second method: oil monkey

What is oil monkey?

Oil Monkey is a user script manager. User scripts are a piece of code that can optimize your web browsing experience. After installation, some scripts can add new features to the website, some can make the interface of the website easier to use, and some can hide annoying parts of the website.
Oil monkey interface
It's this plugin
There is this on the left side of the page
This double-speed playback is universal across the entire network. I'll just put my head on the oil monkey and Amway, okay! ! Go and use it for me! !

This is my first time writing a blog, please forgive me~

Guess you like

Origin blog.csdn.net/weixin_43822883/article/details/115348795