0
0
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:
not_cloudflare
2019-07-13 04:03:47 +02:00
parent 6705390dce
commit cb75b7305f
3 changed files with 6 additions and 6 deletions

View File

@ -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(() => {});