back

by josephcsible·9mo ago·view on hn ↗
Does this bookmarklet work to give you 2x speed anyway?

    javascript:for(v of document.getElementsByTagName('video'))v.playbackRate=2;void(0)
1 comments
Interestingly, it doesn't. I'll later spend some time checking the tag name. Thanks for the idea, I might code that into an extension.