How to speed up youtube videos faster than 2x

Drew Gillies
Jun 16, 2021

1. hit f12
2. go to the console tab
3. enter document.querySelectorAll(‘video’).forEach(v => v.playbackRate = 2.45) (you can replace the 2.45 with the speed you want.)

here’s a youtube video where I go over this https://youtu.be/9NmuWW-J6NE

You’re using JavaScript to manipulate the website and it will work on websites that call their videos video.

Photo by Saffu on Unsplash

--

--

Drew Gillies

Developer dude who does stuff with computers and software