MCPcopy Index your code
hub / github.com/hoothin/UserScripts / visibilitychangeHandler

Function visibilitychangeHandler

Pagetual/pagetual.user.js:13638–13641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13636 }
13637
13638 function visibilitychangeHandler() {
13639 document.removeEventListener('visibilitychange', visibilitychangeHandler);
13640 init();
13641 }
13642
13643 setTimeout(() => {
13644 if (document.hidden) {

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected