(item)
| 485 | const NodeCheck2 = (item) => subi.toLowerCase().indexOf(item.toLowerCase()) != -1; //URI 类型 |
| 486 | const RewriteCheck = (item) => subs.indexOf(item) != -1 ; // quanx 重写判定 |
| 487 | const ProfileCheck = (item) => subs.indexOf(item) != -1; //是否为quanx配置文件 |
| 488 | var subsn = subs.split("\n") |
| 489 | if ( (subs.indexOf(html) != -1 || subs.indexOf("doctype html") != -1) && link0.indexOf("github.com" == -1)) { |
| 490 | $notify("‼️ 该链接返回为无效网页内容"+ " ➟ " + "⟦" + subtag + "⟧", "⁉️ 点通知跳转以确认链接是否失效\n"+link0, "返回内容如下⬇️:\n"+subs, nan_link); |
nothing calls this directly
no test coverage detected
searching dependent graphs…