Created
August 25, 2023 14:58
-
-
Save Napat/ec9ab457eb34687697f2ce8a01693b0e to your computer and use it in GitHub Desktop.
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
``` | |
videos = document.getElementsByTagName("video"); | |
for(var i = 0; i < videos.length; i++){ | |
videos[i].playbackRate = 2; | |
} | |
``` | |
https://steve-condylios.medium.com/how-to-change-the-speed-of-a-facebook-video-bb09346d15b9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to change playback rate in jwplayer