mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Merge branch 'fmhy:main' into main
This commit is contained in:
commit
e1c0e7d05b
3 changed files with 15 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "FMHY SafeGuard",
|
||||
"author": "Kenneth Hendricks & contributors",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.4",
|
||||
"icons": {
|
||||
"128": "res/ext_icon_144.png"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 3,
|
||||
"name": "FMHY SafeGuard",
|
||||
"author": "Kenneth Hendricks & contributors",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.4",
|
||||
"icons": {
|
||||
"128": "res/ext_icon_144.png"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,30 +7,30 @@ 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/videopiracyguide.md",
|
||||
"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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue