From 8281f0193f1c56a39d92d0ef3d9ae428d440880f Mon Sep 17 00:00:00 2001 From: elseif Date: Fri, 19 Sep 2025 13:02:02 +0800 Subject: [PATCH] Update index.html Signed-off-by: elseif --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 221c2cb..2374d06 100644 --- a/index.html +++ b/index.html @@ -504,7 +504,7 @@ clearCacheBtn.style.display = ghProxyCheckbox.checked ? "inline-flex" : "none"; function updateAllDownloadLinks() { - document.querySelectorAll('a[href*="github.com/elseif/MikroTikPatch"]').forEach(link => { + document.querySelectorAll('a[href*="github.com/elseif/MikroTikPatch/release/"]').forEach(link => { const isProxyEnabled = localStorage.getItem("gh-proxy-enabled") === "true"; const hasProxy = link.href.includes('gh-proxy.com'); if (isProxyEnabled && !hasProxy) {