Skip to content

Instantly share code, notes, and snippets.

@krsntn
Created January 20, 2020 05:35
Show Gist options
  • Select an option

  • Save krsntn/829c6c92b0568a9a3e978d3a9ddeccbe to your computer and use it in GitHub Desktop.

Select an option

Save krsntn/829c6c92b0568a9a3e978d3a9ddeccbe to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll('video')).filter(x => !x.paused)[0].playbackRate = 1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment