From bc770d06be5a8f64bbcfd63c4d662b5df55b3db8 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:55:51 -0700 Subject: [PATCH 01/12] Create sept-2025.md --- docs/posts/sept-2025.md | 83 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 docs/posts/sept-2025.md diff --git a/docs/posts/sept-2025.md b/docs/posts/sept-2025.md new file mode 100644 index 000000000..4904b3a11 --- /dev/null +++ b/docs/posts/sept-2025.md @@ -0,0 +1,83 @@ +--- +title: Monthly Updates [Sept] +description: Sept 2025 updates +date: 2025-08-31 +next: false + +prev: false + +footer: true +--- + + + +:::info +These update threads only contains major updates. If you're interested +in seeing all minor changes you can follow our +[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or +[Updates Channel](https://redd.it/17f8msf) in Discord. +::: + +# Wiki Updates + +- FMHY.net URLs have **[been updated](https://i.imgur.com/rNoyhHH.png)** to make them look cleaner, and easier to share / type. + +- Split AI Chatbots into [Official Model](https://fmhy.net/ai#official-model-sites), [Multi-Model](https://fmhy.net/ai#multiple-model-sites), and [Specialized](https://fmhy.net/ai#specialized-chatbots) to make it easier to navigate. + +- Added [QR Code Tools](https://fmhy.net/internet-tools#qr-code-tools) section to Internet. + +- Added [SAT Testing](https://fmhy.net/edupiracyguide#sat-testing) section to Educational. + +- Added [AI Coding Benchmarks](https://fmhy.net/ai#coding-ai-benchmarks) section to AI. + +- Merged [Quotes / Poetry](https://fmhy.net/readingpiracyguide#quotes-poetry) into one section under Reading. + +- Debloated and reorganized [Translator](https://fmhy.net/text-tools#translators) section. [Before vs After](https://i.imgur.com/CO0U0xQ.png) + +- Debloated and reorganized [Image Generator](https://fmhy.net/ai#image-generation) section. [Before vs After](https://i.imgur.com/wAcNMrX.png) + +- Debloated and reorganized [Hackintosh](https://fmhy.net/system-tools#hackintosh) section. [Before vs After](https://i.imgur.com/aAHEhqe.png) + +- Debloated and reorganized [Live Webcams](https://fmhy.net/misc#live-webcams) section. [Before vs After](https://i.imgur.com/jI0f3OV.png) + +- Debloated and reorganized [Resume / Portfolio](https://fmhy.net/miscguide#resume-portfolio) section. [Before vs After](https://i.imgur.com/pwUZsYl.png) + +- Debloated and reorganized [LaTeX Tools](https://fmhy.net/text-tools#latex-tools) section. [Before vs After](https://i.imgur.com/rVzuyvF.png) + +- Cleaned up formatting in [Image Gen Guide](https://fmhy.net/ai#guides-tools) section. [Before vs After](https://i.imgur.com/ml6JGy7.png) + +- **Thank you to CY83R, Kiri, Hugo, and anyone else who helped organize / create sections this month.** + +*** + +# Stars Added ⭐ + +- Re-Starred [Copilot](https://fmhy.net/ai#official-model-sites) in Official Models, and moved it to #2 spot. It now has unlimited o4-mini and GPT-5. + +- Starred [DeepL](https://fmhy.net/text-tools#translators) in Translators. Fast, accurate, has flexible post-processing making it good for production environments. + +- Starred [UnionCrax](https://fmhy.net/gaming#download-games) in Game Downloading. Fast hosts, pre-installs, allows requests. + +- Starred [VORAPIS](https://fmhy.net/social-media-tools#youtube-customization) in YouTube Customization. Restores classic layout + improves performance. + +- Starred [WiiLink](https://fmhy.net/gaming-tools#wii-u-wii-homebrew) in Wii Homebrew. Restores functionality to Wii Channels that have been abandoned by Nintendo. + +- Starred [AN1](https://fmhy.net/mobile#modded-apks) in Android APKs. Big library of games, quick updates, single click downloads. + +- Starred [Namida](https://fmhy.net/mobile#android-audio-players) in Android Audio Players. Smooth, highly customizable, has YouTube support, and nice UI. + +- Starred [StartAllBack](https://fmhy.net/system-tools#system-tweaks) in System Tweaks. Restores Win10 style UI features in Win11, and improves overall responsiveness. + +- Starred [Z.ai](https://fmhy.net/ai) in AI Chatbots. Fast, unlimited, performs well, one of the better open-source reasoning models. + +- Starred [GAM.ONL](https://fmhy.net/gaming#browser-emulators) in Browser Emulators. Has very nice UI / navigation system + many consoles and games. + +- Starred [Vita Hacks Guide](https://fmhy.net/gaming-tools#playstation-homebrew) in Playstation Homebrew. Well respected, easy to follow, recommended to anyone starting Vita modding. + +- Starred [Subtitle Edit](https://fmhy.net/video#subtitle-tools) in Subtitle Tools. Easy to use, feature-rich, well maintained subtitle editor. + +*** + +# Things Removed + +- Unstarred ChatGPT, has bad overall limits, bad reasoning quotas, its not considered very good as a free option anymore compared to others. From 7603f48439ec6bcd020110832f9a9cb10cdf9e64 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 03:56:31 -0700 Subject: [PATCH 02/12] Update index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index bf8e144ae..852a0d377 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ hero: name: freemediaheckyeah tagline: The largest collection of free stuff on the internet! announcement: - title: Aug 2025 Updates ✨ - link: /posts/aug-2025 + title: Sept 2025 Updates ⚡ + link: /posts/sept-2025 image: src: /test.png alt: FMHY Icon From 150b37066c0040958bc301431c7f52240c7bab84 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 04:13:12 -0700 Subject: [PATCH 03/12] updated 5 pages --- docs/beginners-guide.md | 2 +- docs/misc.md | 2 +- docs/non-english.md | 2 +- docs/storage.md | 2 +- docs/system-tools.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 903484df6..1b600f745 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -112,7 +112,7 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea > How can I download / activate Windows for free? -Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**. +Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYBase64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://rentry.co/FMHYBase64#win10-eol)**. * **[Windows Install / Debloat Guide](https://wispydocs.netlify.app/docs/windows/)** * **Software Piracy: [CracksURL](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)** diff --git a/docs/misc.md b/docs/misc.md index bdd564284..c1c6db1f8 100644 --- a/docs/misc.md +++ b/docs/misc.md @@ -16,7 +16,7 @@ * [Track Awesome List](https://www.trackawesomelist.com/) - Daily Awesome List Updates * [⁠ForumDirectory](https://www.forumdirectory.com/) - Forum Directory * [ooh.directory](https://ooh.directory/) - Blog Directory -* [/danfmhy/](https://dan.valeena.dev/#my-guides) - List of Guides by Dan +* [Dan's Guides](https://dan.valeena.dev/#my-guides) - List of Guides by Dan * [StatsCrop](https://www.statscrop.com/websites/top-sites/), [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/sites/int), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings * [findPWA](https://findpwa.com/), [Store.app](https://store.app/), [SaaS Discovery](https://saasdiscovery.com/) or [Electron](https://www.electronjs.org/apps) - Web App Indexes * [SmartLinks](https://smartlinks.org/index.html) - Website Directory diff --git a/docs/non-english.md b/docs/non-english.md index 829e40d21..aa52974d6 100644 --- a/docs/non-english.md +++ b/docs/non-english.md @@ -1807,7 +1807,7 @@ * ⭐ **[hoc10](https://hoc10.vn/)** - Textbooks, Study Material, Lecture Notes, etc. * ⭐ **[Thư Viện Pháp Luật](https://thuvienphapluat.vn/)** - Legal Information Portal / [Facebook](https://www.facebook.com/ThuVienPhapLuat.vn/) -* ⭐ **[VietJack](https://vietjack.com/)**, **[LoiGiaiHay](https://loigiaihay.com/)**, **[VNDoc](https://vndoc.com/)** or **[Tech12h](https://tech12h.com/)** - Educational Books / Documents / Study References +* ⭐ **[VietJack](https://vietjack.com/)**, **[LoiGiaiHay](https://loigiaihay.com/)**, **[VNDoc](https://vndoc.com/)** or **[Tech12h](https://tech12h.com/)** - Study References * [Thivien](https://www.thivien.net/) - Poetry * [MeTaiSach](https://metaisach.com/) - Books * [GacSach](https://gacsach.org/) - Books diff --git a/docs/storage.md b/docs/storage.md index 25ca40f05..4f574aeb5 100644 --- a/docs/storage.md +++ b/docs/storage.md @@ -367,8 +367,8 @@ ## SMS Verification Sites -* ⭐ **[receive-sms-online](https://www.receive-sms-online.info/)** - Sign-Up Required * ⭐ **[SMSCodeOnline](https://smscodeonline.com/)** +* ⭐ **[receive-sms-online](https://www.receive-sms-online.info/)** - Sign-Up Required * ⭐ **[mianfeijiema](https://mianfeijiema.com/)** or [us-phone-number](https://us-phone-number.com/) * ⭐ **[sms24](https://www.sms24.me/)** * ⭐ **[receive-sms](https://receive-sms.cc/)** diff --git a/docs/system-tools.md b/docs/system-tools.md index bed7acd59..8c18dcb20 100644 --- a/docs/system-tools.md +++ b/docs/system-tools.md @@ -368,7 +368,7 @@ ## ▷ Windows Updates -* ⭐ **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)** - Receive Windows Updates After Win10's End-Of-Life +* ⭐ **[Windows 10 After EOL](https://rentry.co/FMHYBase64#win10-eol)** - Receive Windows Updates After Win10's End-Of-Life * ⭐ **[ChangeWindows](https://www.changewindows.org/timeline)** - Latest Windows Update Info * [LegacyUpdate](https://legacyupdate.net/) - Fix Windows Updates for Legacy Editions * [WURefresh](https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/windows_update_refresh.bat) - Reset Windows Update Components From 95806d58bb46bfc1779f542e2b9fb24c884d947a Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 04:18:28 -0700 Subject: [PATCH 04/12] Update sept-2025.md --- docs/posts/sept-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/posts/sept-2025.md b/docs/posts/sept-2025.md index 4904b3a11..b65a0a566 100644 --- a/docs/posts/sept-2025.md +++ b/docs/posts/sept-2025.md @@ -46,7 +46,7 @@ in seeing all minor changes you can follow our - Cleaned up formatting in [Image Gen Guide](https://fmhy.net/ai#guides-tools) section. [Before vs After](https://i.imgur.com/ml6JGy7.png) -- **Thank you to CY83R, Kiri, Hugo, and anyone else who helped organize / create sections this month.** +- **Thank you to CY83R, AnarchyDr, Kiri, Hugo, and anyone else who helped organize / create sections this month.** *** From 69c7970754174392c681b5bd7b60317c5ee9d39b Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 04:31:26 -0700 Subject: [PATCH 05/12] Update sept-2025.md --- docs/posts/sept-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/posts/sept-2025.md b/docs/posts/sept-2025.md index b65a0a566..e5331b2e1 100644 --- a/docs/posts/sept-2025.md +++ b/docs/posts/sept-2025.md @@ -26,7 +26,7 @@ in seeing all minor changes you can follow our - Added [QR Code Tools](https://fmhy.net/internet-tools#qr-code-tools) section to Internet. -- Added [SAT Testing](https://fmhy.net/edupiracyguide#sat-testing) section to Educational. +- Added [SAT Testing](https://fmhy.net/educational#sat-testing) section to Educational. - Added [AI Coding Benchmarks](https://fmhy.net/ai#coding-ai-benchmarks) section to AI. From 7c1f73f96138130f6f698ef2bf377aafa94833f2 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 07:10:24 -0700 Subject: [PATCH 06/12] updated 6 pages --- docs/beginners-guide.md | 2 +- docs/downloading.md | 2 +- docs/gaming.md | 2 +- docs/internet-tools.md | 2 +- docs/mobile.md | 2 +- docs/system-tools.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 1b600f745..1c59e5384 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -112,7 +112,7 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea > How can I download / activate Windows for free? -Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYBase64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://rentry.co/FMHYBase64#win10-eol)**. +Download an ISO from Massgrave's **[Genuine Installation Media](https://rentry.co/FMHYBase64#genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYBase64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://rentry.co/FMHYBase64#win10-eol)**. * **[Windows Install / Debloat Guide](https://wispydocs.netlify.app/docs/windows/)** * **Software Piracy: [CracksURL](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)** diff --git a/docs/downloading.md b/docs/downloading.md index 6d6f6a7e9..16f8d5138 100644 --- a/docs/downloading.md +++ b/docs/downloading.md @@ -118,7 +118,7 @@ * ⭐ **[Mobilism](https://forum.mobilism.org/)** * ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note) / PW: `soft98.ir` * ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required -* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search +* ⭐ **[Virgil Software Search](https://virgil.samidy.com/software-search/)** or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search * ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations * [AIOWares](https://www.aiowares.com/) - Software Forum * [DownloadHa](https://www.downloadha.com/) diff --git a/docs/gaming.md b/docs/gaming.md index fdaedb901..45657c478 100644 --- a/docs/gaming.md +++ b/docs/gaming.md @@ -14,8 +14,8 @@ * 🌐 **[Wotaku](https://wotaku.wiki/games)** / [Discord](https://discord.gg/vShRGx8ZBC) or **[EverythingMoe](https://everythingmoe.com/?section=game)** / [Discord](https://discord.gg/GuueaDgKdS) - Otaku Games Indexes * ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)**, [2](https://csrin.org/) - Download / Torrent / Signup / PW: `cs.rin.ru / csrin.org` / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) * ⭐ **CS.RIN Tools** - [Search Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#csrin-search) (Important) / [Status](https://csrinstaff.writeas.com/) / [Enhancements](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) -* ⭐ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) * ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/SteamRip/) / [Discord](https://discord.gg/WkyjpA3Ua9) +* ⭐ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) * ⭐ **[AnkerGames](https://ankergames.net/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/Anker_Games_/) / [Discord](https://discord.gg/nnMnGzDbwg) * ⭐ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / Signup / PW: `online-fix.me` / [Telegram](https://t.me/onlinefix) / [Discord](https://discord.gg/yExgFYncMD) * ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/dmjUJ4xCEV) diff --git a/docs/internet-tools.md b/docs/internet-tools.md index 48e4aba38..c660712d2 100644 --- a/docs/internet-tools.md +++ b/docs/internet-tools.md @@ -267,7 +267,7 @@ * [TV Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:hrhinud6efg) - Search TV Streaming Sites * [Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0), [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e) * [Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z), [2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Search Download Sites -* [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Search Software Sites +* [Virgil Software Search](https://virgil.samidy.com/software-search/) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Search Software Sites * [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj), [2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Search General Torrent Sites * [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8), [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu), [3](https://cse.google.com/cse?cx=e9657e69c76480cb8), [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [5](https://ravebooksearch.com/), [6](https://recherche-ebook.fr/en/) - Search Reading Sites * [Audiobooks CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd) - Search Audiobook Sites diff --git a/docs/mobile.md b/docs/mobile.md index 2b082ac23..5f77623a4 100644 --- a/docs/mobile.md +++ b/docs/mobile.md @@ -813,7 +813,7 @@ * ⭐ **[Musicolet Music Player](https://krosbits.in/musicolet/)** * ⭐ **[Namida](https://github.com/namidaco/namida)** * ⭐ **[VLC for Android](https://www.videolan.org/vlc/download-android.html)** -* ⭐ **[Foobar2000](https://www.foobar2000.org/apk)** +* ⭐ **[Foobar2000](https://www.foobar2000.org/android)** * ⭐ **[tempo](https://github.com/CappielloAntonio/tempo)**, [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic), [⁠SubstreamerApp](https://substreamerapp.com/) - Subsonic Clients / [Audio Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_servers) * [AIMP](https://www.aimp.ru/?do=download&os=android) * [Gramophone](https://github.com/AkaneTan/Gramophone) diff --git a/docs/system-tools.md b/docs/system-tools.md index 8c18dcb20..77493d4f8 100644 --- a/docs/system-tools.md +++ b/docs/system-tools.md @@ -335,7 +335,7 @@ # ► Windows ISOs -* ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows) +* ⭐ **[Genuine Installation Media](https://rentry.co/FMHYBase64#genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows) * ⭐ **[Windows Install / Debloat Guide](https://wispydocs.netlify.app/docs/windows/)** * [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy * [OS.click](https://os.click/en) - Windows ISOs From 89b60d44dcc66fd67ff7a6b58b3543c7761cb368 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:23:47 -0700 Subject: [PATCH 07/12] small update --- docs/downloading.md | 2 +- docs/social-media-tools.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/downloading.md b/docs/downloading.md index 16f8d5138..2ee0669c6 100644 --- a/docs/downloading.md +++ b/docs/downloading.md @@ -118,8 +118,8 @@ * ⭐ **[Mobilism](https://forum.mobilism.org/)** * ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note) / PW: `soft98.ir` * ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required -* ⭐ **[Virgil Software Search](https://virgil.samidy.com/software-search/)** or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search * ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations +* [Virgil Software Search](https://virgil.samidy.com/software-search/) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search * [AIOWares](https://www.aiowares.com/) - Software Forum * [DownloadHa](https://www.downloadha.com/) * [Team V.R releases](https://rentry.co/FMHYBase64#team-vr) - Adobe Plugins diff --git a/docs/social-media-tools.md b/docs/social-media-tools.md index ebe810e3f..f0dc055b0 100644 --- a/docs/social-media-tools.md +++ b/docs/social-media-tools.md @@ -197,10 +197,9 @@ ## ▷ Reddit Alternatives * ↪️ **[Lemmy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_lemmy_tools)** -* ⭐ **[Raddle](https://raddle.me/)** - Minimalist / Privacy-Focused -* ⭐ **[Saidit](https://saidit.net/)** - Free-Speech / Dual Upvote System +* [Raddle](https://raddle.me/) - Minimalist / Privacy-Focused +* [Saidit](https://saidit.net/) - Free-Speech / Dual Upvote System * [r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives -* [TheMotte](https://www.themotte.org/) - User-Driven Discussion * [Tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion * [Scored](https://communities.win/) - User-Driven Discussion * [Ramble](https://ramble.pw/) - Privacy-Focused From 57b82b599bda8b2cde6f81f11c78ec04ec770ab7 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 09:44:41 -0700 Subject: [PATCH 08/12] small update --- docs/ai.md | 1 + docs/video.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ai.md b/docs/ai.md index db45426f4..fdcc431c1 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -54,6 +54,7 @@ ## ▷ Specialized Chatbots * 🌐 **[Awesome AI Web Search](https://github.com/felladrin/awesome-ai-web-search), [2](https://huggingface.co/spaces/Felladrin/awesome-ai-web-search)** - AI Search Engine Index +* ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=search)** - AI Search Engine / No Sign-Up / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) * ⭐ **[Perplexity](https://www.perplexity.ai/)** - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Open Source Models](https://labs.perplexity.ai/) / [Discord](https://discord.com/invite/perplexity-ai) * [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine / US Only * [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT) diff --git a/docs/video.md b/docs/video.md index c4bea1484..0f281c07f 100644 --- a/docs/video.md +++ b/docs/video.md @@ -86,7 +86,7 @@ *** -* ⭐ **[yFlix](https://yflix.to/)** - Movies / TV / Anime / Auto-Next / [Clones](https://rentry.co/sflix#yflix-clones) +* ⭐ **[1Movies](https://1movies.bz/)** or [yFlix](https://yflix.to/) - Movies / TV / Anime / Auto-Next / [Clones](https://rentry.co/sflix#yflix-clones) * ⭐ **[EE3](https://ee3.me/)**, [2](https://rips.cc/) - Movies / Invite Code: `fmhy` / Sign-Up Required * ⭐ **[Qstream](https://qstream.pages.dev/)** - Movies / TV / Anime * ⭐ **[NEPU](https://nepu.to/)** - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/nepu) From 8b33e92b853f11d1f6e189ffe69c1c59c5d3ea7c Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 31 Aug 2025 16:13:43 -0700 Subject: [PATCH 09/12] updated 4 pages --- docs/ai.md | 4 ++-- docs/developer-tools.md | 5 +++-- docs/educational.md | 2 +- docs/video.md | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/ai.md b/docs/ai.md index fdcc431c1..3c36e39bb 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -13,12 +13,12 @@ ## ▷ Official Model Sites * ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Flash / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) -* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Discord](https://discord.com/invite/go-copilot) +* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#deep-reasoning) / [Discord](https://discord.com/invite/go-copilot) * ⭐ **[⁠Z.ai](https://chat.z.ai/)** - GLM 4.5 Chatbot / Unlimited / [Discord](https://discord.gg/QR7SARHRxK) * ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai) * ⭐ **[Qwen](https://qwen.ai/home)**, [2](https://chat.qwen.ai/) - Qwen3-235B-A22B-2507 / Qwen 3 Coder / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) * ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 4 (5 per 12 hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) +* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#deep-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) * [Kimi](https://kimi.ai/) - Kimi K2 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) * [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ) * [MiniMax AI](https://chat.minimax.io/) - Minimax-M1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) diff --git a/docs/developer-tools.md b/docs/developer-tools.md index 9d8f0466f..fedecbe91 100644 --- a/docs/developer-tools.md +++ b/docs/developer-tools.md @@ -102,6 +102,7 @@ ## ▷ Online Toolkits +* ⭐ **[AppDevTools](https://appdevtools.com/)** * ⭐ **[Appdeveloper-tools](https://appdeveloper-tools.com/)** * [IT Tools](https://it-tools.tech/) * [Web Toolbox](https://web-toolbox.dev/en) @@ -150,7 +151,7 @@ * ⭐ **[Android Developer Roadmap](https://github.com/skydoves/android-developer-roadmap)** * [App ideas](https://github.com/florinpop17/app-ideas) - Collection of App Ideas * [IconKitchen](https://icon.kitchen/) or [AppIcon](https://appicon.co/) - App Icon Generator -* [Mobideveloper-tools](https://addons.mozilla.org/en-US/firefox/addon/mobideveloper-tools/) or [⁠ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers +* [MobiDevTools](https://addons.mozilla.org/en-US/firefox/addon/mobidevtools/) or [⁠ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers * [namae](https://namae.dev/) - App Name Availability Check * [XDGuru](https://www.xdguru.com/) - Adobe XD Resources * [Media Kit](https://github.com/media-kit/media-kit) - Video / Audio Library for Flutter and Dart @@ -1246,7 +1247,7 @@ * 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources * ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering * ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering -* [⁠LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-developer-tools for Reverse Engineering / Debugging +* [⁠LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Developer-Tools for Reverse Engineering / Debugging * [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [Discord](https://discord.gg/YBey7CR9jf) / [GitHub](https://github.com/radareorg/radare2) * [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework * [Frida](https://frida.re/) - Reverse Engineering diff --git a/docs/educational.md b/docs/educational.md index bb21e701a..73eb39936 100644 --- a/docs/educational.md +++ b/docs/educational.md @@ -981,7 +981,7 @@ * [Git Tutorial](https://4geeksacademy.github.io/git-interactive-tutorial/) - Interactive Git Tutorial * [Learn Git Branching](https://learngitbranching.js.org/) - Interactive Git Branching Guide * [Git Time](https://git.bradwoods.io/) - Git Version Control System Learning Game -* [DevToolTips](https://developer-toolstips.org/) - Developer Tips +* [DevToolTips](https://devtoolstips.org/) - Developer Tips * [Roadmap](https://roadmap.sh/) - Developer Roadmaps / [GitHub](https://github.com/kamranahmedse/developer-roadmap) * [Checki0](https://checkio.org/) - Code Learning Games * [Scrimba](https://scrimba.com/) - Interactive Programming Courses diff --git a/docs/video.md b/docs/video.md index 0f281c07f..967de0235 100644 --- a/docs/video.md +++ b/docs/video.md @@ -436,7 +436,7 @@ * [TotalSportek](https://totalsportek.at/), [2](https://streameast.cz/), [3](https://streameast.cz/) * [CrackStreams](https://crackstreams.blog/) * [720pStream](https://720pstream.nu/) -* [BINTV](https://bintv.fun/) / [Telegram](https://t.me/+PiQ1lsDtjoU5NmFl) / [Discord](https://discord.gg/fMU4hpDjPg) +* [BINTV](https://bintv.fun/) / [Discord](https://discord.gg/fMU4hpDjPg) * [BuffStream](https://app.buffstream.io/) * [TopSport](https://topsport.live/), [2](https://sport4all.live/) * [LiveMatches](https://livematches.net/) - Live Events From 53f2ecc6fe0294f50aaefb9b4f257845f4f5d5d9 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Mon, 1 Sep 2025 01:21:30 -0700 Subject: [PATCH 10/12] updated 5 pages --- docs/ai.md | 4 ++-- docs/beginners-guide.md | 2 +- docs/educational.md | 2 +- docs/non-english.md | 5 +++-- docs/video.md | 1 - 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ai.md b/docs/ai.md index 3c36e39bb..494e059eb 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -13,12 +13,12 @@ ## ▷ Official Model Sites * ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Flash / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) -* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#deep-reasoning) / [Discord](https://discord.com/invite/go-copilot) +* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot) * ⭐ **[⁠Z.ai](https://chat.z.ai/)** - GLM 4.5 Chatbot / Unlimited / [Discord](https://discord.gg/QR7SARHRxK) * ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai) * ⭐ **[Qwen](https://qwen.ai/home)**, [2](https://chat.qwen.ai/) - Qwen3-235B-A22B-2507 / Qwen 3 Coder / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) * ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 4 (5 per 12 hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#deep-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) +* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) * [Kimi](https://kimi.ai/) - Kimi K2 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) * [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ) * [MiniMax AI](https://chat.minimax.io/) - Minimax-M1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 1c59e5384..55536703c 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -88,7 +88,7 @@ For iOS, we recommend **[Orion](https://kagi.com/orion/)**, [Brave](https://brav > How can I safely scan files, and determine if detections are false positives? -Before installing any file, it's recommended to scan the setup / install with **[VirusTotal](https://www.virustotal.com/)**. If you're having trouble determining if something is a false positive, refer to the **[Scan Guide](https://rentry.co/VTGuide)**, or send it to us in Discord and we'll take a look for you. +Before installing any file, it's recommended to scan the setup / install with **[VirusTotal](https://www.virustotal.com/)**. If you're having trouble determining if something is a false positive, refer to the **[Scan Guide](https://rentry.co/piracy-faq-virustotal)**, or send it to us in Discord and we'll take a look for you. !!!note Most antivirus programs are unnecessary and can cause slow down. If you use trusted websites, Windows Defender should be all you need to stay safe, and you can run a [Malwarebytes](https://www.malwarebytes.com/) scan from time to time for extra protection. diff --git a/docs/educational.md b/docs/educational.md index 73eb39936..229cb82f3 100644 --- a/docs/educational.md +++ b/docs/educational.md @@ -1344,7 +1344,7 @@ * [Wordwall](https://wordwall.net/) - Lesson Creator * [The Chomsky Index](https://github.com/jasons-gh/the-chomsky-index) - Noam Chomsky Content Index Tool * [Internet-In-A-Box](https://internet-in-a-box.org/) - Create Free Offline Learning Hotspots / [GitHub](https://github.com/iiab/iiab) -* [SlideShareDownloader](https://www.slidesdownloader.com/), [SlidesDownloaders](https://slidesdownloaders.com/) or [SlideShareSaver](https://slidesharesaver.com/) - Download Slideshare Slides +* [SlideShareDownloader](https://www.slidesdownloader.com/), [DownloaderSlides](https://downloderslides.com/), [SlidesDownloaders](https://slidesdownloaders.com/) or [SlideShareSaver](https://slidesharesaver.com/) - Download Slideshare Slides *** diff --git a/docs/non-english.md b/docs/non-english.md index aa52974d6..ab6add2d7 100644 --- a/docs/non-english.md +++ b/docs/non-english.md @@ -34,6 +34,7 @@ * ⭐ **[Cimaleek](https://m.cimaleek.to/)** - Movies / TV * ⭐ **[FaselHD](https://www.faselhds.xyz/)**, [2](https://web33.faselhd1watch.one/) - Movies / TV / Anime / Sub / 1080p / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) +* [⁠ma3ak](https://ma3ak.top/) - Movies / TV * [ArabLionz](https://arlionztv.ink/) - Movies / TV / Sub / 1080p * [egydead](https://egydead.space/) - Movies / TV / Anime / Sub / 1080p * [FajerShow](https://fajer.show) - Movies / TV / Cartoons / Sub / 720p @@ -1762,7 +1763,7 @@ * ⭐ **[Unikey](https://www.unikey.org/)** - Vietnamese Keyboard / [SourceForge](https://sourceforge.net/projects/unikey/) * ⭐ **[Baomoi](https://baomoi.com/)** - News Aggregator / [Mobile](https://play.google.com/store/apps/details?id=com.epi&hl=en_US) * [hostsVN](https://github.com/bigdargon/hostsVN/wiki) - Adblocking Guides -* [Quantrimang](https://quantrimang.com/), [Anonyviet](https://anonyviet.com/) - Tech News +* [Quantrimang](https://quantrimang.com/) or [Anonyviet](https://anonyviet.com/) - Tech News * [Phudeviet](http://phudeviet.org/) - Subtitles * [Forumvi](https://www.forumvi.com/) - Create a Forum * [HocMai Forum](https://diendan.hocmai.vn/) - Study Forum @@ -1779,7 +1780,7 @@ ## ▷ Streaming / Phát trực tuyến -* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/rophimzone), [2](https://t.me/congdongrophim) / [Discord](https://discord.gg/rophim) / VPN May Be Required +* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/rophimzone), [Telegram](https://t.me/congdongrophim) (alt) / [Discord](https://discord.gg/rophim) / VPN May Be Required * [Phimmoi](https://vuaphimmoi.net/) - Movies / TV / Anime / Sub / Dub / 720p * [Danet](https://danet.vn/) - Movies / TV / Anime / Live TV / Sub / 720p * [XemPhim](https://xemphim.app/) - Movies / TV / Sub / 720p diff --git a/docs/video.md b/docs/video.md index 967de0235..da48b1837 100644 --- a/docs/video.md +++ b/docs/video.md @@ -438,7 +438,6 @@ * [720pStream](https://720pstream.nu/) * [BINTV](https://bintv.fun/) / [Discord](https://discord.gg/fMU4hpDjPg) * [BuffStream](https://app.buffstream.io/) -* [TopSport](https://topsport.live/), [2](https://sport4all.live/) * [LiveMatches](https://livematches.net/) - Live Events * [StarLive](https://starlive.click/) - Live MMA Events * [TFLIX](https://tv.tflix.app/) - Sports Channels From 4a36246f3bba3aa1ad55a654c751a2a0fda12ad4 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Mon, 1 Sep 2025 03:20:19 -0700 Subject: [PATCH 11/12] small update --- docs/ai.md | 4 ++-- docs/non-english.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ai.md b/docs/ai.md index 494e059eb..077953a31 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -13,14 +13,14 @@ ## ▷ Official Model Sites * ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Flash / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) -* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot) +* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot) * ⭐ **[⁠Z.ai](https://chat.z.ai/)** - GLM 4.5 Chatbot / Unlimited / [Discord](https://discord.gg/QR7SARHRxK) * ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai) * ⭐ **[Qwen](https://qwen.ai/home)**, [2](https://chat.qwen.ai/) - Qwen3-235B-A22B-2507 / Qwen 3 Coder / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) * ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 4 (5 per 12 hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Better Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) * [Kimi](https://kimi.ai/) - Kimi K2 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) * [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ) +* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) * [MiniMax AI](https://chat.minimax.io/) - Minimax-M1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) * [⁠Solar](https://console.upstage.ai/playground/chat) - Solar Pro 2 Model / No Sign-Up / [Discord](https://discord.com/invite/Cge9FYjV4h) * [⁠StepFun](https://stepfun.ai/) - Step 3 / DeepSeek R1 Chatbot diff --git a/docs/non-english.md b/docs/non-english.md index ab6add2d7..dfd076b3e 100644 --- a/docs/non-english.md +++ b/docs/non-english.md @@ -1780,7 +1780,7 @@ ## ▷ Streaming / Phát trực tuyến -* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/rophimzone), [Telegram](https://t.me/congdongrophim) (alt) / [Discord](https://discord.gg/rophim) / VPN May Be Required +* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/rophimzone), [Telegram](https://t.me/congdongrophim) (Alt) / [Discord](https://discord.gg/rophim) / VPN May Be Required * [Phimmoi](https://vuaphimmoi.net/) - Movies / TV / Anime / Sub / Dub / 720p * [Danet](https://danet.vn/) - Movies / TV / Anime / Live TV / Sub / 720p * [XemPhim](https://xemphim.app/) - Movies / TV / Sub / 720p From 78d5fb356651a72a1dd2e8a2ba6b18cfc90a640c Mon Sep 17 00:00:00 2001 From: Hugo <149513282+hugo9655@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:21:26 +0100 Subject: [PATCH 12/12] Update (#4002) --- docs/developer-tools.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/developer-tools.md b/docs/developer-tools.md index fedecbe91..22bce6b37 100644 --- a/docs/developer-tools.md +++ b/docs/developer-tools.md @@ -103,7 +103,6 @@ ## ▷ Online Toolkits * ⭐ **[AppDevTools](https://appdevtools.com/)** -* ⭐ **[Appdeveloper-tools](https://appdeveloper-tools.com/)** * [IT Tools](https://it-tools.tech/) * [Web Toolbox](https://web-toolbox.dev/en) * [devina](https://devina.io/) @@ -1247,7 +1246,7 @@ * 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources * ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering * ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering -* [⁠LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Developer-Tools for Reverse Engineering / Debugging +* [⁠LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Devtools for Reverse Engineering / Debugging * [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [Discord](https://discord.gg/YBey7CR9jf) / [GitHub](https://github.com/radareorg/radare2) * [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework * [Frida](https://frida.re/) - Reverse Engineering