Skip to content

Commit 1e5d462

Browse files
committed
Update Kill Baidu AD.user.js
1 parent fd83ec5 commit 1e5d462

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Kill Baidu AD/Kill Baidu AD.user.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,10 @@
458458
blackList = blackList.filter((value, index) => blackList.indexOf(value) === index);
459459
saveBlackList();
460460
blackListInput.value = blackList.join("\n");
461+
},
462+
onerror: function(e) {
463+
console.log(e);
464+
alert("网络错误,导入失败");
461465
}
462466
});
463467
});

0 commit comments

Comments
 (0)