From 6c7a89d27a464fa09cd7c7d0f0887dcfd7b9876d Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:54:24 -0500 Subject: [PATCH] Update background.js Updated links --- platform/firefox/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/js/background.js b/platform/firefox/js/background.js index a5caece..124badd 100644 --- a/platform/firefox/js/background.js +++ b/platform/firefox/js/background.js @@ -7,7 +7,7 @@ const safeListURL = "https://api.fmhy.net/single-page"; const starredListURL = "https://raw.githubusercontent.com/fmhy/bookmarks/refs/heads/main/fmhy_in_bookmarks_starred_only.html"; const fmhyFilterListURL = - "https://raw.githubusercontent.com/kenhendricks00/FMHY-SafeGuard/refs/heads/main/fmhy-filterlist.txt"; + "https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/fmhy-filterlist.txt"; const DEFAULT_CHECK_INTERVAL = 60 * 60 * 1000; // 1 hour in milliseconds // State Variables