How to make B station video (bilibili) custom playback

How to make B station video (bilibili) play at double speed

Install tampermonkey

tampermonkey installation

Install HTML5 video player enhanced script

Insert picture description here

HTML5 video playback enhancement script, support all H5 video playback websites, full shortcut key control, support: double-speed playback/accelerated playback, video screenshots, picture-in-picture, full-screen webpages, adjustment of brightness, saturation, contrast, custom configuration enhancements And other functions.
Web player enhanced script
Project address: https://github.com/xxxily/h5player
script installation address: https://greasyfork.org/scripts/381682

characteristic

  • Widely compatible, all web pages with video tags are supported, even if they are embedded in iframe, shadowdom, they are compatible
  • Support cross-domain control, shortcut keys can be seamlessly connected under cross-domain restricted pages
  • Support multiple instances (such as twitter and instagram are also compatible)
  • Support playback progress record
  • Support playback speed recording
  • Support video zoom
  • Support picture-in-picture function
  • Support cross-tab control picture-in-picture
  • Support video screenshot function
  • Support profile add custom function

Shortcut list

hot key Description
ctrl+\ Whether the shortcut key is available on the whole webpage, the default is true
Ctrl+space Disable/enable the playback plugin
Fast forward 5 seconds
5 seconds back
Ctrl+→ Fast forward 30 seconds
Ctrl+← Back 30 seconds
10% increase in volume
Volume down 10%
Ctrl+↑ 20% increase in volume
Ctrl+↓ 20% volume reduction
C Speed ​​up playback +0.1
X Slow playback -0.1
WITH Normal speed playback
shift+C Enlarge video screen +0.1
shift+X Shrink the video screen -0.1
shift+Z Restore video
shift+P Enter or exit picture-in-picture function
shift+S Take a screenshot, take a screenshot of the current screen and save it
shift+R Enable or disable automatic playback progress function
shift+→ Move the screen 10px to the right
shift+← Move the screen 10px to the left
shift+↑ Move the picture up 10px
shift+↓ The screen moves down 10px
Enter Enter full screen
shift+Enter Go to full screen
N Next/episode video (only supported by some websites)
D Previous frame (fine-tune when taking screenshots to find the best quality frame)
F Next frame (netflix is ​​not supported because of shortcut key conflict)
E Brightness increase%
W Brightness reduction%
T Contrast increase%
R Contrast reduction%
U % Increase in saturation
Y % Reduction in saturation
THE Hue increases by 1 degree
I Hue reduced by 1 degree
K Blur increased by 1 px
J Blur reduced by 1 px
Q Image reset
S Rotate the screen 90 degrees

Guess you like

Origin blog.csdn.net/e891377/article/details/108745475