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.)