document.addEventListener("visibilitychange", function(event) {
Object.defineProperty(document, "hidden", { value: false, configurable: true });
Object.defineProperty(document, "visibilityState", { value: "visible", configurable: true });
});