Skip to content

Instantly share code, notes, and snippets.

@bjverde
Forked from JustAnotherMark/youtube-custom-speed.js
Last active October 13, 2022 00:09
Show Gist options
  • Save bjverde/e250939a84774839f11324b7a632e984 to your computer and use it in GitHub Desktop.
Save bjverde/e250939a84774839f11324b7a632e984 to your computer and use it in GitHub Desktop.
Custom Youtube video speed
/***
* YouTube More Speed
* Open console Browser with hot key F12
*
* Link text in Portugueses
* http://devblog.drall.com.br/assistindo-videos-do-youtube-em-velocidades-diferentes-das-fornecidas-em-suas-opcoes
*
* Be careful with speed above 4, it may cause audio problems.
**/
vid = document.getElementsByClassName("video-stream html5-main-video")[0];
vid.playbackRate = 2.7;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment