Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/XIU2/UserScript
/ intervalPause
Function
intervalPause
Autopage.user.js:1677–1682 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1675
});
1676
1677
function
intervalPause() {
1678
if
(curSite.pager.interval) {
1679
pausePage = false
1680
setTimeout(
function
(){pausePage = true;}, curSite.pager.interval)
1681
}
1682
}
1683
}
1684
1685
// 翻页类型 1/3
Callers
1
pageLoading
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected