mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-14 21:32:43 +00:00
bg.js
This commit is contained in:
parent
d3590ccfbc
commit
4a4861f1b5
@ -100,7 +100,7 @@ chrome.storage.local.get(['lastU', 'lastV', 'ldb', 'opd', 'cep'], 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';
|
||||
@ -235,7 +235,7 @@ chrome.runtime.onMessage.addListener((requests, sender, sendResponse) => {
|
||||
chrome.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':
|
||||
chrome.storage.local.set({
|
||||
|
Loading…
Reference in New Issue
Block a user