intorust / intorust.com

Learn Rust real good.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put prominent "speed control" buttons on the YouTube videos

nikomatsakis opened this issue · comments

Not everyone knows you can make a YouTube video play at 1.5x or 2x. Particularly for tutorials, this is a nice feature to have. We should make it more prominent in the interface. There is some kind of JS API we can use:

https://developers.google.com/youtube/js_api_reference#setPlaybackRate

Got this working now. Huzzah!