Skip to content

Instantly share code, notes, and snippets.

@usirin
Created May 18, 2017 10:23
Show Gist options
  • Save usirin/5310bcb7f15dffa88f763e979e2f7f2b to your computer and use it in GitHub Desktop.
Save usirin/5310bcb7f15dffa88f763e979e2f7f2b to your computer and use it in GitHub Desktop.
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate'); v.playbackRate = parseFloat(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment