mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-07-09 03:00:29 +00:00
Upload files to 'addon_chrome/ismitmlink'
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
let apiurl = 'https://searxes.eu.org/collab/open/ismitm.php';
|
||||
let apiurl = 'https://api.searxes.eu.org/_/ismitm.php';
|
||||
|
||||
fetch('http://xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/ok.php', {
|
||||
fetch('http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ok.php', {
|
||||
method: 'GET',
|
||||
mode: 'cors'
|
||||
}).then(r => r.text()).then(r => {
|
||||
if (r == 'ok') {
|
||||
apiurl = 'http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/collab/open/ismitm.php';
|
||||
apiurl = 'http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ismitm.php';
|
||||
}
|
||||
}).catch(() => {});
|
||||
|
||||
|
Reference in New Issue
Block a user