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

Function loadMoreExclude

Autopage.user.js:2896–2901  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

2894 }
2895 // 遍历 loadMoreExclude 数组,判断是否包含域名
2896 function loadMoreExclude(l) {
2897 for (let i=0; i<l.length; i++) {
2898 if (location.hostname.indexOf(l[i]) != -1) return false
2899 }
2900 return true
2901 }
2902 // 获取 Cookie
2903 function getCookie(name) {
2904 if (!name) return ''

Callers 1

doesItSupportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected