Skip to content

Instantly share code, notes, and snippets.

@nojaf
Created March 1, 2018 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nojaf/0fe5b9b071b633d199a937f435b47923 to your computer and use it in GitHub Desktop.
Save nojaf/0fe5b9b071b633d199a937f435b47923 to your computer and use it in GitHub Desktop.
Temptation Island
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