From c0a178351920316a04ba15f1ba499ac88522eb9c Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sat, 7 Feb 2026 20:36:35 +0900 Subject: [PATCH] Avoid external favicon fetches Render letter badges instead of fetching favicons to prevent noisy 404 errors from Google favicon endpoints. Co-authored-by: Cursor --- script.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/script.js b/script.js index 6420969..ca9df47 100644 --- a/script.js +++ b/script.js @@ -131,11 +131,6 @@ } } - function faviconUrl(url) { - const domainUrl = encodeURIComponent(url); - return `https://www.google.com/s2/favicons?domain_url=${domainUrl}&sz=64`; - } - function escapeHtml(s) { return String(s) .replaceAll("&", "&") @@ -272,7 +267,7 @@
${title}