Releases: JumpJets/Global-moving-support-userscript
Releases · JumpJets/Global-moving-support-userscript
v2023.04.06
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.