Hi first of all really informative video! Kudos! But I have a few questions: I am not able to find the video code line when I start inspect. What do I do in such a case?
Which only worked on 1 video if there was more than one (the first one on the page, in my case), but this solution still works now in 2022!
I can right click the video I want to change the speed of, click inspect element, find the video tag (which is usually close), select it, and then $0.playbackRate = 2 and there we go!
Thanks a F'ing lot …. yousaved my day.. I already knew for just youtube video playbackback speed document.getElementsByTagName("video")[0].playbackRate = 2.75
but today I know about how to speed up video on any platform.. I 'm watching an academic video on a platform and it didn't had speed up feature and above coomand didn't work. But after watching youjr video and actually knowing the components behind the javascript comand , I'm able to speed up the tutorial .. Again thanks a lotttt💖💖
$0
$0.playbackRate = 2;
Hi first of all really informative video! Kudos! But I have a few questions: I am not able to find the video code line when I start inspect. What do I do in such a case?
Doesn't work on relias
Thank you
Thank you sir, even after 7 years, this video is the best i could find.
GOD TIER. I knew there was a way to do this Thank You and have a wonderful diner
Thanks!👌
TY
I LOVE IT! Thank you.
Thank you! I was using this:
document.querySelector('video').playbackRate = 2.0
Which only worked on 1 video if there was more than one (the first one on the page, in my case), but this solution still works now in 2022!
I can right click the video I want to change the speed of, click inspect element, find the video tag (which is usually close), select it, and then $0.playbackRate = 2 and there we go!
For anyone struggling to locate the video tag in the inspect element view, be sure to search for <video instead of just video.
Amazing
Thank you very very much!
Thank you so much!!!
It works on edgenuity!!!!! thank you so much
Thanks it was so helpful!
YOU ARE AN ANGEL! I was looking for a way to speed up videos in my work computer without install anything, thank you so much
Thank you !! very useful!!
tysm!
Thanks a F'ing lot …. yousaved my day..
I already knew for just youtube video playbackback speed
document.getElementsByTagName("video")[0].playbackRate = 2.75
but today I know about how to speed up video on any platform..
I 'm watching an academic video on a platform and it didn't had speed up feature and above coomand didn't work.
But after watching youjr video and actually knowing the components behind the javascript comand , I'm able to speed up the tutorial ..
Again thanks a lotttt💖💖
Is there a way to do the same thing on an Android device?
THANK u