Forked from JustAnotherMark/youtube-custom-speed.js
Last active
October 13, 2022 00:09
-
-
Save bjverde/e250939a84774839f11324b7a632e984 to your computer and use it in GitHub Desktop.
Custom Youtube video speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
* 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