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

Function foundNext

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

Source from the content-addressed store, hash-verified

13374 if (inAction || !iframeDoc) return;
13375 inAction = true;
13376 let foundNext = () => {
13377 document.removeEventListener("scroll", forceRefresh);
13378 }
13379 setTimeout(async () => {
13380 inAction = false;
13381 if (!ruleParser.nextLinkHref && !isPause) {

Callers 1

forceRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected