From 97ad98c9580f4579ec772c8ccba8f4c4c7c08bec Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:18:11 -0400 Subject: [PATCH 1/9] Update manifest.json Updated version --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 106b644..d70b176 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.1", + "version": "1.2.2", "icons": { "128": "res/ext_icon_144.png" }, From 7122a68449f44355465ea7b4b4f8b194df273a36 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:18:24 -0400 Subject: [PATCH 2/9] Update manifest.json Updated version --- platform/chromium/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index a3bf330..b7cefe9 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.1", + "version": "1.2.2", "icons": { "128": "res/ext_icon_144.png" }, 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 3/9] 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"; 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 4/9] 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"; From 25a7ac6dce0708f66bb818090965635ba5fb9529 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:32:50 -0400 Subject: [PATCH 5/9] Bump version from 1.2.2 to 1.2.3 --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index d70b176..e6586e0 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.2", + "version": "1.2.3", "icons": { "128": "res/ext_icon_144.png" }, From b284aa309ccc033d551e5775e63c04c2aa1ece7a Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:33:03 -0400 Subject: [PATCH 6/9] Bump version from 1.2.2 to 1.2.3 --- platform/chromium/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b7cefe9..7be6f63 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.2", + "version": "1.2.3", "icons": { "128": "res/ext_icon_144.png" }, From 28b55e7130b3febdaf17515d81c6954ff3503d4a Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:06:43 -0400 Subject: [PATCH 7/9] Update safeListURLs in background.js --- src/js/background.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/js/background.js b/src/js/background.js index cfc2375..d7c5d83 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -7,28 +7,28 @@ const filterListURLUnsafe = const filterListURLPotentiallyUnsafe = "https://raw.githubusercontent.com/fmhy/FMHYFilterlist/refs/heads/main/sitelist-plus.txt"; const safeListURLs = [ - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/adblockvpnguide.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/privacy.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/ai.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/android-iosguide.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/audiopiracyguide.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/devtools.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/downloadpiracyguide.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/edupiracyguide.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/mobile.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/audio.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/developer-tools.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/downloading.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/educational.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/file-tools.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/gaming-tools.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/gamingpiracyguide.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/img-tools.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/gaming.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/image-tools.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/internet-tools.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/linuxguide.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/miscguide.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/linux-macos.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/misc.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/non-english.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/nsfwpiracy.md", - "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/readingpiracyguide.md", + "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/reading.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/social-media-tools.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/storage.md", "https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/system-tools.md", "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/torrenting.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.md", ]; From 0f0a164c45099a9eeb63b9bef75c54730d2b5e2e Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:16:58 -0400 Subject: [PATCH 8/9] Bump version from 1.2.3 to 1.2.4 --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index e6586e0..6163b4f 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.3", + "version": "1.2.4", "icons": { "128": "res/ext_icon_144.png" }, From b9ca967d71d26501d9827ced98d427c203dca7e3 Mon Sep 17 00:00:00 2001 From: Kenneth Hendricks <50819541+kenhendricks00@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:17:07 -0400 Subject: [PATCH 9/9] Bump version from 1.2.3 to 1.2.4 --- platform/chromium/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 7be6f63..a4fedb6 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "FMHY SafeGuard", "author": "Kenneth Hendricks & contributors", - "version": "1.2.3", + "version": "1.2.4", "icons": { "128": "res/ext_icon_144.png" },