1 parent 7710e3e commit 477beaeCopy full SHA for 477beae
1 file changed
Autopage.user.js
@@ -1516,6 +1516,7 @@ function: {
1516
1517
function getRulesUrl_(n = false, url) {
1518
if (n) {url = urlArr2[Math.floor(Math.random()*urlArr2.length)];} else {url = urlArr[Math.floor(Math.random()*urlArr.length)];}
1519
+ if (url === undefined) {GM_notification({text: '❌ 所有更新地址均以试过,已无可用地址,请联系作者解决...', timeout: 5000}); return}
1520
GM_xmlhttpRequest({
1521
url: url,
1522
method: 'GET',
0 commit comments