From 51bd64ec8f46133da54c1073a597a50df0b68e98 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:32:26 -0400 Subject: [PATCH] Fix URL in background.js for video documentation --- src/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/background.js b/src/js/background.js index 238a3c9..cfc2375 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -30,7 +30,7 @@ const safeListURLs = [ "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/text-tools.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/torrentpiracyguide.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video-tools.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video.md", ]; const fmhyFilterListURL = "https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/fmhy-filterlist.txt";