(item)
| 484 | const NodeCheck1 = (item) => subi.toLowerCase().indexOf(item.toLowerCase()) != -1; //b64加密的订阅类型 |
| 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)) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…