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 @@