Skip to content

Instantly share code, notes, and snippets.

@usirin
Created September 30, 2016 18:25
Show Gist options
  • Save usirin/03178d9b67166c1d6ffac9488be9e008 to your computer and use it in GitHub Desktop.
Save usirin/03178d9b67166c1d6ffac9488be9e008 to your computer and use it in GitHub Desktop.
Bookmarklets
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