Created
March 1, 2018 21:39
-
-
Save nojaf/0fe5b9b071b633d199a937f435b47923 to your computer and use it in GitHub Desktop.
Temptation Island
This file contains 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
var vs = document.querySelectorAll("video"); for(let i = 0;i< vs.length;i++){ vs.item(i).playbackRate = 1.4; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment