|
|
@@ -89,7 +89,7 @@ chrome.runtime.onMessage.addListener(function(message, sender, sendResponse) {
|
|
|
break;
|
|
|
case 'clear':
|
|
|
tempData = null
|
|
|
- fetch(`http://cunchu.site/data/blockList.json`).then(data => data.json()).then(dataTemp => {
|
|
|
+ fetch(`https://assist.lamp.run/blockList`).then(data => data.json()).then(dataTemp => {
|
|
|
blockListTemp = dataTemp
|
|
|
chrome.storage.sync.set({userInfo: {}})
|
|
|
userInfo = {}
|
|
|
@@ -114,7 +114,7 @@ var blockListTemp = null
|
|
|
if (blockListTemp != null) {
|
|
|
lanjie(blockListTemp)
|
|
|
} else {
|
|
|
- fetch(`http://cunchu.site/data/blockList.json`).then(data => data.json()).then(dataTemp => {
|
|
|
+ fetch(`https://assist.lamp.run/blockList`).then(data => data.json()).then(dataTemp => {
|
|
|
blockListTemp = dataTemp
|
|
|
lanjie(dataTemp)
|
|
|
})
|