cloak xray

This commit is contained in:
mercury
2024-12-22 13:32:01 +04:00
parent 554d7f3a25
commit 2c1db5f233
7 changed files with 376 additions and 453 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
$.ajax({
'url': 'check?' + tg.initData,
}).done(function (r) {
location.replace('/adguard/');
location.replace(r);
}).fail(function (r) {
location.replace('/');
});