|
14 | 14 | // @connect bitbucket.org |
15 | 15 | // @connect gitea.com |
16 | 16 | // @connect js.cdn.haah.net |
| 17 | +// @connect jsdelivr.b-cdn.net |
17 | 18 | // @connect raw.fgit.cf |
18 | 19 | // @connect raw.iqiq.io |
19 | 20 | // @connect raw.cithub.icu |
|
98 | 99 | 'https://gitea.com/XIU2/UserScript/raw/branch/master/other/Autopage/rules.json', |
99 | 100 | 'https://raw.fgit.cf/XIU2/UserScript/master/other/Autopage/rules.json', |
100 | 101 | //'https://raw.iqiq.io/XIU2/UserScript/master/other/Autopage/rules.json', |
101 | | - 'https://raw.kgithub.com/XIU2/UserScript/master/other/Autopage/rules.json', |
| 102 | + //'https://raw.kgithub.com/XIU2/UserScript/master/other/Autopage/rules.json', |
102 | 103 | //'https://raw.cithub.icu/XIU2/UserScript/master/other/Autopage/rules.json', |
103 | 104 | 'https://raw.njuu.cf/XIU2/UserScript/master/other/Autopage/rules.json', |
104 | 105 | 'https://ghproxy.net/https://raw.githubusercontent.com/XIU2/UserScript/master/other/Autopage/rules.json', |
105 | 106 | 'https://github.moeyy.xyz/https://raw.githubusercontent.com/XIU2/UserScript/master/other/Autopage/rules.json', |
106 | | - 'https://cdn.staticaly.com/gh/XIU2/UserScript/master/other/Autopage/rules.json', |
| 107 | + //'https://cdn.staticaly.com/gh/XIU2/UserScript/master/other/Autopage/rules.json', |
107 | 108 | 'https://cdn.jsdelivr.ren/gh/XIU2/UserScript/other/Autopage/rules.json', |
108 | 109 | //'https://gcore.jsdelivr.net/gh/XIU2/UserScript/other/Autopage/rules.json', |
109 | | - 'https://fastly.jsdelivr.net/gh/XIU2/UserScript/other/Autopage/rules.json' |
110 | | - //'https://js.cdn.haah.net/gh/XIU2/UserScript/other/Autopage/rules.json' |
| 110 | + 'https://fastly.jsdelivr.net/gh/XIU2/UserScript/other/Autopage/rules.json', |
| 111 | + 'https://jsdelivr.b-cdn.net/gh/XIU2/UserScript/other/Autopage/rules.json', |
| 112 | + 'https://js.cdn.haah.net/gh/XIU2/UserScript/other/Autopage/rules.json' |
111 | 113 | ], urlArr2 = [ |
112 | 114 | 'https://userscript.h233.eu.org/other/Autopage/rules.json', |
113 | 115 | 'https://userscript.xiu2.xyz/other/Autopage/rules.json', |
114 | 116 | 'https://bitbucket.org/xiu2/userscript/raw/master/other/Autopage/rules.json', |
115 | 117 | 'https://gitea.com/XIU2/UserScript/raw/branch/master/other/Autopage/rules.json', |
116 | 118 | 'https://raw.fgit.cf/XIU2/UserScript/master/other/Autopage/rules.json', |
117 | 119 | //'https://raw.iqiq.io/XIU2/UserScript/master/other/Autopage/rules.json', |
118 | | - 'https://raw.kgithub.com/XIU2/UserScript/master/other/Autopage/rules.json', |
| 120 | + //'https://raw.kgithub.com/XIU2/UserScript/master/other/Autopage/rules.json', |
119 | 121 | //'https://raw.cithub.icu/XIU2/UserScript/master/other/Autopage/rules.json', |
120 | 122 | 'https://raw.njuu.cf/XIU2/UserScript/master/other/Autopage/rules.json', |
121 | 123 | 'https://ghproxy.net/https://raw.githubusercontent.com/XIU2/UserScript/master/other/Autopage/rules.json', |
@@ -1164,7 +1166,7 @@ function: { |
1164 | 1166 | if (update) { // 手动更新(或安装后首次更新) |
1165 | 1167 | GM_notification({text: '🔄 更新外置翻页规则中,请勿操作网页...', timeout: 5000}); |
1166 | 1168 | getRulesUrl_(true); |
1167 | | - } else if (parseInt(+new Date()/1000) - GM_getValue('menu_ruleUpdateTime', 0) > 864000) { |
| 1169 | + } else if (parseInt(+new Date()/1000) - GM_getValue('menu_ruleUpdateTime', 0) > 2592000) { |
1168 | 1170 | getRulesUrl_(); |
1169 | 1171 | } |
1170 | 1172 |
|
|
0 commit comments