Hacker News new | ask | show | jobs
by dubya 2291 days ago
I've found that plug-in to work even where sites try to prevent speed control and skipping, for example our various campus mandatory online training courses.

This is also very satisfying:

document.querySelector('video').playbackRate = 100;

but the videos are often served from a different host and I forgot to record the setting that makes it work in that case.