Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 1, 2020 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save afomi/4d99e26c23e70e813d0433a801e62bfe to your computer and use it in GitHub Desktop.
Save afomi/4d99e26c23e70e813d0433a801e62bfe to your computer and use it in GitHub Desktop.
Create a Chrome bookmark with this code to make a Bookmarklet to change the playback speed of Vimeo videos
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate - ie: 2.0'); v.playbackRate = parseFloat(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment