From 8ad5353bf3f698ec8653ec97e9da66ae58536b0a Mon Sep 17 00:00:00 2001 From: sameerasw Date: Wed, 26 Feb 2025 16:41:15 +0530 Subject: JSON link fixed --- popup/popup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'popup/popup.js') diff --git a/popup/popup.js b/popup/popup.js index 161634d..1367a5a 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -43,7 +43,7 @@ new(class ExtensionPopup { this.saveSettings(); this.updateActiveTabStyling(); }); - + this.currentSiteFeatures.addEventListener("change", (event) => { if (event.target.type === 'checkbox') { this.saveSettings(); @@ -169,7 +169,7 @@ new(class ExtensionPopup { this.refetchCSSButton.textContent = "Fetching..."; try { const response = await fetch( - "https://github.com/sameerasw/my-internet/raw/refs/heads/experimental/styles.json", + "https://sameerasw.github.io/my-internet/styles.json", { headers: { "Cache-Control": "no-cache", -- cgit v1.2.3