Hacker News new | ask | show | jobs
by rasmus1610 730 days ago
I used to do the same with some online-training videos which would stop when I de-focused the browser window.

I just overwrote `window.hasFocus()` to always return true in the browser console.

This felt (and still feels) like magic.