DigitalTQ Logo DigitalTQ

How to speed up YouTube Videos more than 2x

User Icon

If you've ever wanted to speed up a YouTube Video more than 2x the speed, enter this little bit of code into your web dev tools (press f12) and into the console:

$('video').playbackRate=4

You can replace 4 with any number you like :)

2
User Icon

Lol it actually works. Is there a limit? Ie can I do x32 or will it crash?

1