From 25f2b2bbe281faa007c97c4b82bbd334e4b4436d Mon Sep 17 00:00:00 2001 From: bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:24:47 -0700 Subject: [PATCH] fix google domain url --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index ef7ee6c..4b72c4c 100644 --- a/script.js +++ b/script.js @@ -781,7 +781,7 @@ function createResourceCard(resource) { // Try multiple favicon sources const faviconSources = [ - `https://www.google.com/s2/favicons?domain=${domain}&sz=64`, + `https://www.google.com/s2/favicons?domain=https://${domain}&sz=64`, `https://${domain}/favicon.ico`, `https://${domain}/favicon.png`, `https://${domain}/apple-touch-icon.png`,