Simple bookmarklet to control html video and audio speed.
I've gotten used to watching the majority of youtube videos at 2x speed. Sometimes 2x isnt enough and I need more. Sometimes I write code.
- Ability to set the playback speed for every audio or video element on the page
- Ability to skip to the end of a piece of media. This skips ads too
- Ability to go back to the beginning
- Go to this page https://caiorss.github.io/bookmarklet-maker/
- Give it a title
- Copy the contents of index.js into the
Code
text area - Click the "Generate Bookmarklet" button
- Drag that blue link to your bookmarks bar
- Go a webpage with audio or video, or both, elements
- Click on the bookmarklet you just created
- Choose the audio or video from the drop down that you want to speed up or slow down
- Slide the slider to change the media's speed
- Enjoy
I wrote this in longform js so that it is easy to understand and modify. Have fun submitting any improvements. Someone make it bounce in or something cool.
- Nature Clip for their demo videos used in test/test.html
MIT