Skip to content

Releases: JumpJets/Global-moving-support-userscript

v2023.04.06

22 Apr 11:18
6a65107

Choose a tag to compare

v2023.04.06 Pre-release
Pre-release

Version where userscript start using page lifecycle API (pagehide / pageshow) after Tampermonkey fixed stuff that prevent it from firing.

However there is some little fix needed in order it to run always, which is currently tested and will be released late April or slightly later.

It related to loading exactly cached pages (e.g. with History Back / History Next) and not having mounting events in them (pageshow). The idea now is to fire both pageshow and readystatechange with document.readyState === "interactive" which is currently tested and if proven as right solution, will be released.