From 932cb0318420c9141b37aceb212f0a332df39e43 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:32:08 -0400 Subject: [PATCH] Update video piracy guide URL to video URL --- 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 0e5d013..238a3c9 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/videopiracyguide.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/video", ]; const fmhyFilterListURL = "https://raw.githubusercontent.com/fmhy/FMHY-SafeGuard/refs/heads/main/fmhy-filterlist.txt";