How to increase video speed more than 2X

Hi guys,

I recently saw a post where OP was asking for a way to increase video speed more than 2X as a feature. Obviously this is not in Gregmat’s control, since the video player is provided by Vimeo. Although, there is a way you guys can achieve that if you’re using Google Chrome. Just open the video in full screen, right click anywhere on the video and click inspect. Then go to the console tab in the screen that pops and up and paste this
document.getElementsByTagName("video")[0].playbackRate=3
You can change the playbackRate to any value upto 16.
Hope this helps everyone!

would try this aman , but would you reccomend more tha 2x speed?

Definitely. I regularly watch with 2.5x. 3x too when it’s repetitive information(which it is frequently).

cool thank you , i would try and also i wanted to ask if the old gregs discord chaneel still active ?

not that i’m aware of

ok, cool…but

You’ve gotta follow the instructions. Open the video in full screen and then click on Inspect. Then open the console tab and then run the code given.

Just download an extension if you’re using chrome or any chromium based browser such as brave

1 Like