Answers for "how to speed up youtube videos faster than 2x"

6

speed up youtube videos more than 2x

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!
Posted by: Guest on March-26-2021
2

more than 2x speed on youtube

Ctrl+Shift+J
document.getElementsByTagName("video")[0].playbackRate = x
Posted by: Guest on June-04-2021

Code answers related to "how to speed up youtube videos faster than 2x"

Browse Popular Code Answers by Language