MCPcopy Index your code
hub / github.com/XIU2/UserScript / pageNumIncrement

Function pageNumIncrement

Autopage.user.js:2866–2868  ·  view source on GitHub ↗
(num = 1)

Source from the content-addressed store, hash-verified

2864
2865 // 页码递增,省略参数默认 +1
2866 function pageNumIncrement(num = 1) {
2867 pageNum.now = pageNum._now + num
2868 }
2869
2870 // 菜单开关
2871 function menu_switch(menu_status, Name, Tips) {

Callers 6

mangabz_insertEFunction · 0.85
dm5_insertEFunction · 0.85
xmanhua_insertEFunction · 0.85
pageLoadingFunction · 0.85
insIframeFunction · 0.85
processElemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected