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

Function xs_bF

Autopage.user.js:2088–2091  ·  view source on GitHub ↗
(pageE, reg)

Source from the content-addressed store, hash-verified

2086 }
2087 // 文字型插入前函数(正则过滤)
2088 function xs_bF(pageE, reg) {
2089 pageE.forEach(function (one) {one.innerHTML = one.innerHTML.replace(reg[0], reg[1])});
2090 return pageE
2091 }
2092
2093 // 通用型获取下一页地址(从 元素 中获取页码)该函数仅供脚本内部调用
2094 function getNextE_(css) {

Callers 1

setDBSiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected