Edit Topic
Edit Post
Hello Guest!
Since you're a guest, please enter your name and email below to make a comment. Or, considering Registering An Account instead to skip this malarkey!
Since you're a guest, please enter your name and email below to make a comment. Or, considering Registering An Account instead to skip this malarkey!
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 :)
Lol it actually works. Is there a limit? Ie can I do x32 or will it crash?