Baidu network disk speed playback using a computer online video (360 speed browser)

Recently busy studying study section, but Baidu network disk on your computer to play video too inconvenient, double-speed playback as well as open membership, Internet search, tutorials, many ways are pasting a block of code in the JS console, but these tutorials are very before long hair, but after my test, this approach has failed, then toss a bit.

Used browser: 360 speed browser (Google Chrome is also OK)

Use of plug-ins: tampermonkey, extended store will be able to download

Used footsteps: HTML5 video player to enhance the script (install tampermonkey plug-in before you can install this script)

Note: Baidu network disk automatically uses the Adobe Flash Player for video playback, so speed is not turned on, so we want it to be disabled.

Attach 360 speed browser disables Adobe Flash Player methods:

 

 

Similar to the way Google browser, disable Adobe Flash Player is designed to make Web pages using the HTML5 video player to play, so our script to work.

Then the video player interface, you can use shortcut keys to control the video playback.

Attach scripts to use:

快捷键	说明
ctrl+\	快捷键是否全网页可用,默认true
Ctrl+space	禁用/启用 该播放插件
→	快进3秒
←	后退3秒
↑	音量升高 1%
↓	音量降低 1%
C	加速播放 +0.1
X	减速播放 -0.1
Z	正常速度播放
shift+C	放大视频画面 +0.1
shift+X	缩小视频画面 -0.1
shift+Z	恢复视频画面
shift+P	进入或退画中画功能
shift+S	截图,截取当前画面并保存
shift+R	启用或禁止自动恢复播放进度功能
shift+→	画面向右移动10px
shift+←	画面向左移动10px
shift+↑	画面向上移动10px
shift+↓	画面向下移动10px
Enter	进入全屏
shift+Enter	进入网页全屏
N	下一个/集视频(仅部分网站支持)
D	上一帧 (截图时进行微调以找到质量最佳的一帧)
F	下一帧 (不支持netflix,因为快捷键冲突)
E	亮度增加%
W	亮度减少%
T	对比度增加%
R	对比度减少%
U	饱和度增加%
Y	饱和度减少%
O	色相增加 1 度
I	色相减少 1 度
K	模糊增加 1 px
J	模糊减少 1 px
Q	图像复位
S	画面旋转 90 度

 

Published 147 original articles · won praise 83 · views 40000 +

Guess you like

Origin blog.csdn.net/KK_2018/article/details/104516706