From 4dc24c4353cae16b9017bd094beecd97a162357e Mon Sep 17 00:00:00 2001 From: Yury <31569908+kiriuru@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:19:41 +0500 Subject: [PATCH] Add files via upload --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bec788c..5d8fb48 100644 --- a/index.html +++ b/index.html @@ -619,7 +619,7 @@ originalUrl = `https://api.beatleader.xyz/players?search=${encodeURIComponent(config.blId)}`; } - const proxiedUrl = `https://api.allorigins.win/raw?url=${encodeURIComponent(originalUrl)}`; + const proxiedUrl = `https://api.codetabs.com/v1/proxy?quest=${encodeURIComponent(originalUrl)}`; const res = await fetch(proxiedUrl, { headers: { 'Accept': 'application/json' } }); if (!res.ok) throw new Error(`Network error: ${res.status}`);