Comment by josephcsible
1 day ago
Does this bookmarklet work to give you 2x speed anyway?
javascript:for(v of document.getElementsByTagName('video'))v.playbackRate=2;void(0)
1 day ago
Does this bookmarklet work to give you 2x speed anyway?
javascript:for(v of document.getElementsByTagName('video'))v.playbackRate=2;void(0)
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.