Play Bilibili Videos at N Times Speed on PC
About 140 wordsLess than 1 minute...
Abstract
This article provides a method to set the playback speed of videos on Bilibili to any desired rate:
Method
// Open the browser developer tools, default shortcut `ctrl + shift + i` or `F12`
// Enter the following command and execute it
document.querySelector("video").playbackRate = n;
Info
n
represents the playback speed, supporting floating-point types
Warning
The playback speed needs to be reset when changing videos
Powered by Waline v3.3.0