B station video playback triple speed

Table of contents

1. Operation
document.querySelector('video').playbackRate = 3
  • 1. F12 or right-click on the current interface and select Inspect to open the developer tools platform
    Insert image description here

  • 2. Execute in the console interfacedocument.querySelector('video').playbackRate = 3

    document.querySelector('video').playbackRate = 3
    

    Insert image description here

Guess you like

Origin blog.csdn.net/weixin_43411585/article/details/131746865