From cbd6ffa50c3d01c0d1f96bd8fc584fcc5220e75a Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 27 Aug 2025 19:38:57 +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 c774b51..7cc2dda 100644 --- a/index.html +++ b/index.html @@ -702,7 +702,7 @@ }); document.getElementById("clear-cache").onclick = e => { const links = document.querySelectorAll("a[href^='https://gh-proxy.com/https://github.com/elseif/MikroTikPatch/']"); - document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).join("\n"); + document.getElementById("urls-list").innerText = Array.from(links).map(a => a.href).filter(href => !href.includes(".yml")).join("\n"); document.getElementById("urls-pannel").style.display = "block"; };