Follow

Browser Video Hack:

Have you ever wanted to change the play rate of video beyond the given settings. Well with

```
document.getElementsByTagName('video')[0].playbackRate = <number>
```

you can change it to any `<number>` speed of your choosing.

Just paste the command in your browsers console and you should be good to go. (Change `<number>` to an actual number.)

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.