(l)
| 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 '' |