diff options
author | sameerasw <[email protected]> | 2025-02-26 16:41:15 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-26 16:41:15 +0530 |
commit | 8ad5353bf3f698ec8653ec97e9da66ae58536b0a (patch) | |
tree | a61772dafc747f0bf87ffe09a6e56a709c4cc954 /popup/popup.js | |
parent | c9f8b3ae0fd94fd922b79036501fee87b90ded19 (diff) |
JSON link fixed
Diffstat (limited to 'popup/popup.js')
-rw-r--r-- | popup/popup.js | 4 |
1 files changed, 2 insertions, 2 deletions
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", |