Skip to content

v1.1.2 Present each parallel url as focused tab to the JS on that page

Compare
Choose a tag to compare
@antitoxic antitoxic released this 23 Sep 13:18
· 4 commits to main since this release

Previously any scripts (JS) on a page which were waiting for document.hidden to be false or to execute via window.requestAnimationFrame might have been stuck forever since other page can be the focused tab in Chrome.

With this version we lie/force/monkey-patch each page so that the scripts (JS) see it as focused even if it's not.