📜  如何更快地播放 youtube 视频 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:55.758000             🧑  作者: Mango

代码示例1
Windows: Ctrl + Shift + J
macOS: Command + Option + J

Copy and paste this into the console:
document.getElementsByTagName("video")[0].playbackRate = x

Replace x with the speed you want the video to be played at, and enter/return.
Works for speeds with decimals too, so you can try 3, 0.1, 200, etc.
Cheers!