This commit is contained in:
Kas Perch 2020-12-12 02:29:57 +01:00
parent f27693cd4d
commit f1332cce25
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ browser.storage.local.get(['lastU', 'lastV', 'ldb', 'opd', 'cep']).then(g => {
localDB = JSON.parse(g.ldb || '[]');
switch (g.cep) {
case '1':
apiurl = 'https://api.crimeflare.eu.org/_/is_antitor.php';
apiurl = 'https://api.sercxi.eu.org/_/is_antitor.php';
break;
case '2':
apiurl = 'http://avrynpc2q7pknqa3ucf5tvjcwad5nxvxgwnzvl2b6dx6uo4f7nc7zzqd.onion/a/is_at.php';
@ -238,7 +238,7 @@ browser.runtime.onMessage.addListener((requests, sender, sendResponse) => {
browser.storage.local.set({
'cep': '1'
});
apiurl = 'https://api.crimeflare.eu.org/_/is_antitor.php';
apiurl = 'https://api.sercxi.eu.org/_/is_antitor.php';
break;
case 'urltype,2':
browser.storage.local.set({