diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 61472398e..bf73c8aa7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contribute Guide > [!INFO] NOTE -> Some of these steps are easier if you're in our [Discord](https://rentry.co/fmhy-invite). It opens every Friday. +> Some of these steps are easier if you're in our [Discord](https://pastebin.com/raw/n9BfTkjU). It opens every Friday. Here you'll find some general guidelines for those who would like to start contributing. There are multiple ways to do this: @@ -13,7 +13,7 @@ Here you'll find some general guidelines for those who would like to start contr ## Submissions > [!INFO] NOTE -> For bigger changes to the wiki, such as debloating efforts or the restructuring of a page/section, you must first discuss these with us via [Discord](https://rentry.co/fmhy-invite) before opening a [Pull Request](https://github.com/fmhy/edit/pulls). +> For bigger changes to the wiki, such as debloating efforts or the restructuring of a page/section, you must first discuss these with us via [Discord](https://pastebin.com/raw/n9BfTkjU) before opening a [Pull Request](https://github.com/fmhy/edit/pulls). **Don't submit any of the following:** @@ -33,7 +33,7 @@ Here you'll find some general guidelines for those who would like to start contr For submitting new links, follow these steps: - Make sure it's not already in the wiki. The easiest way to do this is to check our [Single Page](https://api.fmhy.net/single-page) using `ctrl+f`. -- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://rentry.co/fmhy-invite). +- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://pastebin.com/raw/n9BfTkjU). - You can optionally include socials, tools, or any other additional info alongside the entry. ### Reporting a Site @@ -43,13 +43,13 @@ For submitting new links, follow these steps: For changes to existing entries, follow these steps: -- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://rentry.co/fmhy-invite). +- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://pastebin.com/raw/n9BfTkjU). - Feel free to leave contact info when using the feedback system, if needed. Only trusted staff can view this. - If you'd like to report a site removal or star change, you must include details as to why your changes should be accepted. ### Link Testing -All additions have to first go through our testing process on [Discord](https://rentry.co/fmhy-invite). +All additions have to first go through our testing process on [Discord](https://pastebin.com/raw/n9BfTkjU). You can help us test new sites to figure out their use-case, safety, and whether they'd be a good fit for the wiki. @@ -61,7 +61,7 @@ The wiki will always have some variation either due to exceptions being made, th For these reasons, there are too many conditions and nuances to satisfy to make an easy-to-follow guide. However, you can generally get an idea by looking at how existing links are structured. -If you're unsure, ask in the wiki channels on [Discord](https://rentry.co/fmhy-invite) and wait for a staff member to reply. +If you're unsure, ask in the wiki channels on [Discord](https://pastebin.com/raw/n9BfTkjU) and wait for a staff member to reply. ## Making Changes diff --git a/.github/ISSUE_TEMPLATE/wiki.yml b/.github/ISSUE_TEMPLATE/wiki.yml index 17cf6c819..005c6b6c5 100644 --- a/.github/ISSUE_TEMPLATE/wiki.yml +++ b/.github/ISSUE_TEMPLATE/wiki.yml @@ -13,7 +13,7 @@ body: * Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything. * If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/edit/main/single-page) (control + f) first to make sure we don't already have it. * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). - * You can send us stuff directly via [💬 Discord](https://rentry.co/fmhy-invite). + * You can send us stuff directly via [💬 Discord](https://pastebin.com/raw/n9BfTkjU). * You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki. - type: dropdown id: type diff --git a/.github/README.md b/.github/README.md index b9b8b9514..d0c4e36ca 100644 --- a/.github/README.md +++ b/.github/README.md @@ -26,11 +26,11 @@ Here are a few ways you can get involved: * Anyone can suggest changes or corrections to the wiki. Please read our [contribution guide](https://fmhy.net/other/contributing) before trying to add or remove anything. * If you're adding a new site, please [search](https://api.fmhy.net/single-page) (`Ctrl + F`) first to make sure we don't already have it. * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). -* You can send us stuff directly via [💬 Discord](https://rentry.co/fmhy-invite). +* You can send us stuff directly via [💬 Discord](https://pastebin.com/raw/n9BfTkjU). * To help us find new sites, check out the lists of links in [site hunting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/). ## 🔔 Follow
diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index f46682711..ba72c42fb 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -129,7 +129,7 @@ export const search: DefaultTheme.Config['search'] = { export const socialLinks: DefaultTheme.SocialLink[] = [ { icon: 'github', link: 'https://github.com/fmhy/edit' }, - { icon: 'discord', link: 'https://rentry.co/fmhy-invite' }, + { icon: 'discord', link: 'https://pastebin.com/raw/n9BfTkjU' }, { icon: 'reddit', link: 'https://reddit.com/r/FREEMEDIAHECKYEAH' diff --git a/docs/.vitepress/theme/components/Feedback.vue b/docs/.vitepress/theme/components/Feedback.vue index 48f9f683f..17df4987a 100644 --- a/docs/.vitepress/theme/components/Feedback.vue +++ b/docs/.vitepress/theme/components/Feedback.vue @@ -226,7 +226,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value) more information from you, otherwise join our Discord. diff --git a/docs/.vitepress/types/Feedback.ts b/docs/.vitepress/types/Feedback.ts index e38050539..7694f2560 100644 --- a/docs/.vitepress/types/Feedback.ts +++ b/docs/.vitepress/types/Feedback.ts @@ -19,9 +19,9 @@ import z from 'zod' export const FeedbackSchema = z.object({ message: z.string().min(5).max(1000), type: z.enum(['suggestion', 'appreciation', 'other']), - page: z.string().min(3).max(20), + page: z.string().min(3).max(25), // For heading based feedback - heading: z.string().min(3).max(20).optional() + heading: z.string().min(3).max(99).optional() }) export interface Option { diff --git a/docs/adblockvpnguide.md b/docs/adblockvpnguide.md index d45c33284..16787dca9 100644 --- a/docs/adblockvpnguide.md +++ b/docs/adblockvpnguide.md @@ -137,7 +137,7 @@ * ↪️ **[File Encryption](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_encryption)** * ↪️ **[Drive Formatting / File Deletion](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_formatting_.2F_deletion)** * ⭐ **[Tails](https://tails.net/)** / [Telegram](https://t.me/torproject) / [GitHub](https://github.com/torproject), [Whonix](https://www.whonix.org/) / [Telegram](https://t.me/s/Whonix) / [GitHub](https://github.com/Whonix), [Kodachi](https://www.digi77.com/linux-kodachi/) / [GitHub](https://github.com/WMAL/Linux-Kodachi) or [Qubes](https://www.qubes-os.org/) / [GitHub](https://github.com/QubesOS) - Privacy-Based Operating Systems -* [/r/Privacy](https://reddit.com/r/privacy), [/r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [/r/privatelife](https://www.reddit.com/r/privatelife/) - Privacy Discussion, News & Tools +* [/r/Privacy](https://reddit.com/r/privacy), [/r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [/r/privatelife](https://www.reddit.com/r/privatelife/) - Privacy Discussion / Forums * [O&O ShutUp10++](https://www.oo-software.com/en/shutup10) or [W10Privacy](https://www.w10privacy.de/english-home/) - Privacy and Data Protection Tools * [Telemetry.md](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) - Disable Windows 10/11 Telemetry * [Disable Recall](https://rentry.co/b88ixo8f) - Disable Microsoft Recall on Windows 11 @@ -228,6 +228,7 @@ ## ▷ Browser Privacy +* 🌐 **[Browser Privacy Guides](https://www.privacyguides.org/en/desktop-browsers)** - Browser Privacy / Setup Guides * ↪️ **[Browser Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_browser_tools)** * ↪️ **[Android Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)** * ⭐ **[Tor Browser](https://www.torproject.org/)**, [2](https://tor.eff.org/) - Onion-Routed Browser / [TG Downloads](https://t.me/gettor_bot) / [Telegram](https://t.me/torproject) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser) / [GitHub](https://github.com/torproject) @@ -248,6 +249,7 @@ * ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [X](https://x.com/beemdevelopment) / [GitHub](https://github.com/beemdevelopment/Aegis) * ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app) * ⭐ **[Password Strength Chart](https://i.ibb.co/B2Vz3hSj/89x5g3t4xrxe1.png)** +* [Proton Authenticator](https://proton.me/authenticator) - 2FA / Windows, Mac, Linux, Android, iOS * [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas) * [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android * [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android @@ -378,13 +380,12 @@ * ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)** * ⭐ **[VPN Binding Guide](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** - Bind VPN to Torrent Client to Avoid ISP Letters -* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Guide](https://www.wireguard.com/quickstart/) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/) +* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Guide](https://www.wireguard.com/quickstart/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/) * ⭐ **[Tailscale](https://tailscale.com/)** or [ZeroTier](https://www.zerotier.com/) - Secure Network VPN * [Nebula](https://github.com/slackhq/nebula) or [Headscale](https://github.com/juanfont/headscale) - Self-Hosted Secure Network VPN * [WGDashboard](https://wgdashboard.dev/) - WireGuard and Amnezia Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard) / [Subreddit](https://www.reddit.com/r/WGDashboard/) -* [Cloudflare Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) - VPN Tunnel / [WireGuard](https://rentry.co/tunnel-to-wg) -* [OpenVPN](https://openvpn.net/) - VPN Tunnel * [Cloudflare Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) - VPN Tunnel / [WireGuard](https://gist.github.com/WildeBeast2521/adabae243e0b83e344ceef0422c3fa6d) +* [OpenVPN](https://openvpn.net/) - VPN Tunnel * [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnel * [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui) * [VpnHood](https://github.com/vpnhood/VpnHood), [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Self-Hosted VPNs diff --git a/docs/ai.md b/docs/ai.md index 6cddac4e4..026d99b35 100644 --- a/docs/ai.md +++ b/docs/ai.md @@ -10,72 +10,63 @@ *** -## ▷ Online Chatbots +## ▷ Official Model Sites -* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - Chatbot Resources / Mirrors -* ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) +* ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini) * ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o / o4-mini Chatbot / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [Subreddit](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) -* ⭐ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) * ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / 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/) or [Qwen3-Demo](https://huggingface.co/spaces/Qwen/Qwen3-Demo) - Qwen3-235B-A22B-Instruct-2507 / Qwen3-235B-A22B-Thinking-2507 / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) * ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 3 Mini Thinking (8 daily) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) -* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o / OpenAI o3-Mini-High / No Sign-Up / [Discord](https://discord.com/invite/go-copilot) -* ⭐ **[Qwen](https://qwen.ai/home)** / [2](https://chat.qwen.ai/) or [Qwen3-Demo](https://huggingface.co/spaces/Qwen/Qwen3-Demo) - Alibaba's Chatbots / Qwen3-235B-A22B-Instruct-2507 / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) -* [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) +* [Z.ai](https://chat.z.ai/) - GLM 4.5 Chatbot / [Discord](https://discord.gg/QR7SARHRxK) * [Kimi](https://kimi.ai/) - Kimi K2 Chatbot / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI) -* [ISH](https://ish.junioralive.in/) - o1 / Grok 3 / DeepSeek R1 / Multiple Chatbots / [Discord](https://discord.gg/cwDTVKyKJz) -* [Mistral](https://chat.mistral.ai) - Magistral Medium / Privacy-Focused / [Discord](https://discord.gg/mistralai) -* [Mirexa](https://mirexa.vercel.app/) - Deepseek R1 / GPT 4.1 / Mistral / Grok 3 mini -* [Genspark](https://www.genspark.ai/) - o3 / Gemini 2.5 Pro / [Discord](https://discord.com/invite/CsAQ6F4MPy) -* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / o4-Mini / No Sign-Up -* [FreePass](https://freepass.ai/) - Multiple Chatbots -* [Lambda Chat](https://lambda.chat/chatui/) - Deepseek-R1 / Multiple Chatbots / Unlimited / No Sign-Up +* [Microsoft Copilot](https://copilot.microsoft.com) - GPT-4o / o3-Mini-High / No Sign-Up / [Discord](https://discord.com/invite/go-copilot) +* [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 / [Hugging Face](https://huggingface.co/spaces/MiniMaxAI/MiniMax-M1) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1) / [Discord](https://discord.com/invite/hailuoai) -* [Dots](https://huggingface.co/spaces/rednote-hilab/dots-demo) / No Sign-Up -* [ChatK](https://chat.oaichat.cc/) or [lobe.wr.do](https://lobe.wr.do/) / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) - GPT-4o / DeepSeek-R1-32b / Multiple Chatbots * [Solar](https://console.upstage.ai/playground/chat) - Solar Pro 2 Model / No Sign-Up / [Discord](https://discord.com/invite/Cge9FYjV4h) -* [Reka](https://www.reka.ai/) - Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf) -* [Groq](https://groq.com/) - Qwen QwQ-32B / Deepseek-R1-Distill / Multiple Chatbots / [Discord](https://discord.gg/invite/groq) -* [Gradient](https://chat.gradient.network/) - Qwen 2.5 & 3 / Utilizes 5 32GB RTX 5090s -* [NVIDIA NIM](https://build.nvidia.com/) - Deepseek-R1 / Multiple Chatbots / No Sign-Up +* [StepFun](https://stepfun.ai/) - Step 3 / DeepSeek R1 Chatbot +* [Ernie](https://ernie.baidu.com/) - ERNIE X1 Turbo / Baidu's Chatbot +* [Mistral](https://chat.mistral.ai) - Magistral Medium / Privacy-Focused / [Discord](https://discord.gg/mistralai) +* [Reka](https://www.reka.ai/) - Reka Flash 3.1 / Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf) +* [Dots](https://huggingface.co/spaces/rednote-hilab/dots-demo) dots.llm.1 Chatbot / No Sign-Up * [Meta AI](https://www.meta.ai/) - Llama 4 Chatbot -* [Ernie](https://ernie.baidu.com/) - Baidu's Chatbot -* [Ai2 Playground](https://playground.allenai.org/) - OLMo 2 Chatbot / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu) * [Pi](https://pi.ai/) - Inflection AI's Chatbot -* [AI SDK](https://sdk.vercel.ai/) - Multiple Chatbots / [GitHub](https://github.com/vercel/ai) -* [HelixMind](https://helixmind.online/) - Multiple Chatbots / [Discord](https://discord.gg/7CmPjK87n3) -* [Electron Hub](https://www.electronhub.ai/) - Deepseek-R1 / o3-Mini-High / Multiple Chatbots / [Discord](https://discord.com/invite/apUUqbxCBQ) -* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up -* [Scira](https://scira.ai/) - Multiple Chatbots / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira) -* [OIChat](https://oi.wr.do/) - Gemini-2.5-Pro-Exp / DeepSeek R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots -* [SciSpace](https://scispace.com/) (No Sign-Up), [Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots -* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs -* [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/) / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm), [Onyx](https://www.onyx.app/) / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking +* [Ai2 Playground](https://playground.allenai.org/) - OLMo 2 Chatbot / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu) *** -## ▷ AI Search Engines +## ▷ Multiple Model Sites -* 🌐 **[Awesome AI Web Search](https://github.com/felladrin/awesome-ai-web-search)** - AI Search Engine Index +* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - Chatbot Resources / Mirrors +* ⭐ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) +* [Genspark](https://www.genspark.ai/) - o3 / Gemini 2.5 Pro / [Discord](https://discord.com/invite/CsAQ6F4MPy) +* [ISH](https://ish.junioralive.in/) - o1 / Grok 3 / DeepSeek R1 / Multiple Chatbots / [Discord](https://discord.gg/cwDTVKyKJz) +* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / o4-Mini / No Sign-Up +* [Mirexa](https://mirexa.vercel.app/) - Deepseek R1 / GPT 4.1 / Mistral / Grok 3 mini +* [Groq](https://groq.com/) - Kimi K2 / Multiple Chatbots / [Discord](https://discord.gg/invite/groq) +* [Gradient](https://chat.gradient.network/) - Qwen 2.5 & 3 / Utilizes 5 32GB RTX 5090s +* [Scira](https://scira.ai/) - Multiple Chatbots / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira) +* [Lambda Chat](https://lambda.chat/chatui/) - Deepseek-R1 / Multiple Chatbots / Unlimited / No Sign-Up +* [NVIDIA NIM](https://build.nvidia.com/) - Deepseek-R1 / Multiple Chatbots / No Sign-Up +* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up +* [AI SDK](https://sdk.vercel.ai/) - Multiple Chatbots / [GitHub](https://github.com/vercel/ai) +* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro / GPT-4.1 +* [OIChat](https://oi.wr.do/) - Gemini 2.5 Pro / DeepSeek R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots +* [ChatK](https://chat.oaichat.cc/) or [lobe.wr.do](https://lobe.wr.do/) / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) - GPT-4o / DeepSeek-R1-32b / Multiple Chatbots +* [HelixMind](https://helixmind.online/) - Multiple Chatbots / [Discord](https://discord.gg/7CmPjK87n3) +* [Electron Hub](https://www.electronhub.ai/) - Deepseek-R1 / o3-Mini-High / Multiple Chatbots / [Discord](https://discord.com/invite/apUUqbxCBQ) + +*** + +## ▷ 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 * ⭐ **[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) -* ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile) -* ⭐ **[You](https://you.com/)** - AI Search Engine / Sign-Up Required / [Discord](https://discord.com/invite/youdotcom) / [GitHub](https://github.com/You-OpenSource) * [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine / US Only -* [Hyperspace](https://hyper.space/) - P2P AI Network / [Web App](https://play.hyper.space/), [2](https://compute.hyper.space/) / [GitHub](https://github.com/hyperspaceai) -* [Phind](https://www.phind.com/) - Llama Search Engine / [Discord](https://discord.gg/S25yW8TebZ) -* [Morphic](https://www.morphic.sh/) - GPT-4o-mini AI Search Engine / [Discord](https://discord.gg/zRxaseCuGq) -* [Komo](https://komo.ai/) - AI Search Engine -* [Jina](https://search.jina.ai/) - AI Search Engine -* [Felo](https://felo.ai/) - AI Search Engine / AI Agents -* [searc.ai](https://searc.ai/) - AI Search Engine -* [RabbitHoles](https://rabbitholes.dojoma.ai/) - Mind Map Style Search / [Discord](https://discord.com/invite/VQMBGR8u5v) / [GitHub](https://github.com/AsyncFuncAI/rabbitholes) -* [Hika](https://hika.fyi/) - Deepseek-R1 AI Search Engine / [Discord](https://discord.gg/tUATkScUue) -* [Khoj](https://khoj.dev/) - Gemini-2.0-Flash AI Search Engine / AI Agents / Sign-Up Required / [Discord](https://discord.gg/BDgyabRM6e) / [GitHub](https://github.com/khoj-ai/khoj) -* [AyeSoul](https://ayesoul.com/) - AI Search Engine -* [Venice](https://venice.ai/) - Llama 3 AI Search Engine -* [uncovr](https://uncovr.app/) - GPT-4o-mini / Gemini-2.0-Flash AI Search Engine / [Discord](https://discord.gg/a4gDaVWceP) -* [Exa](https://exa.ai/) - AI Search Engine / [Discord](https://discord.gg/HCShtBqbfV) -* [Lepton Search](https://search.lepton.run/) - AI Search Engine / [GitHub](https://github.com/leptonai/search_with_lepton) -* [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT) +* [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT) +* [SciSpace](https://scispace.com/) (No Sign-Up), [Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots +* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs +* [Hyperspace](https://hyper.space/) - P2P AI Network / [GitHub](https://github.com/hyperspaceai) +* [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/) / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm), [Onyx](https://www.onyx.app/) / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking *** @@ -277,13 +268,11 @@ * [PixVerse](https://pixverse.ai/) - 1 Daily / [Discord](https://discord.com/invite/MXHErdJHMg) * [Wan AI](https://wan.video/) or [Wan 2.1 Fast](https://huggingface.co/spaces/multimodalart/wan2-1-fast) / 10 Daily / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1) * [Kling AI](https://klingai.com/) - 8 Monthly / [Discord](https://discord.com/invite/8tj8YjSzKr) -* [Pika](https://www.pika.art/) - 5 Monthly / [Discord](https://discord.com/invite/pika) * [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 150 Monthly * [Qwen](https://chat.qwen.ai/) - 10 Daily / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) * [Hailuo AI](https://hailuoai.video/) - 3 Daily / [Discord](https://discord.com/invite/hvvt8hAye6) * [Fusion Brain](https://fusionbrain.ai/en/) - Unlimited * [Vivago](https://vivago.ai/) - 1 Daily -* [ChatGLM](https://chatglm.cn/) - Unlimited / Requires Sign-Up & Phone # / SMS Generators Work * [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / NVIDIA GPU Required * [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor @@ -293,12 +282,12 @@ * 🌐 **[Imgsys Rankings](https://imgsys.org/rankings)** - Image Generator Benchmarks / Leaderboards * ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - Multiple Generators / No Sign-Up / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat) -* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** or [Whisk](https://labs.google/fx/en/tools/whisk) - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs) -* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)** or [Gemini](https://gemini.google.com/) - Imagen 4 + Ultra / Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/gemini) +* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)**, [Whisk](https://labs.google/fx/en/tools/whisk) or [Gemini](https://gemini.google.com/) - Imagen 4 + Ultra / Unlimited / Region-Based / [Discord](https://discord.com/invite/gemini) +* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs) +* ⭐ **[Qwen](https://chat.qwen.ai/)** / Unlimited / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) +* ⭐ **[Grok](https://grok.com/)** / 20 Per 2 Hours / 2 Per Prompt / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) * ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP) * ⭐ **[FLUX.1 Schnell](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**, [FLUX.1 Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev), [FLUX.1-Kontext-Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-Kontext-Dev) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up -* ⭐ **[Qwen](https://chat.qwen.ai/)** / Unlimited / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM) -* ⭐ **[Grok](https://grok.com/)** / 20 Per 2 Hours / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) * [ComfyUI Online](https://www.runcomfy.com/comfyui-web) / Unlimited * [Dezgo](https://dezgo.com/) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/RQrGpUhPhx) * [Bing Create](https://www.bing.com/images/create) / Unlimited @@ -313,9 +302,9 @@ * [NVIDIA NIM](https://build.nvidia.com/models?filters=usecase%3Ausecase_image_gen) / 50 Daily / No Sign-Up * [Hotpot](https://hotpot.ai/) / 75 Daily / No Sign-Up * [BAGEL](https://demo.bagel-ai.org/) / Unlimited / [GitHub](https://github.com/ByteDance-Seed/Bagel) -* [Prodia](https://app.prodia.com/playground) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/495hz6vrFN) * [Pollinations](https://pollinations.ai/) / Unlimited / No Sign-Up / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#pollinations-note) / [Discord](https://discord.gg/k9F7SyTgqn) / [GitHub](https://www.github.com/pollinations/pollinations) * [Leonardo](https://leonardo.ai/) / 150 Daily +* [AIGazou](https://muryou-aigazou.com/) / Unlimited / 10 GPT Image 1 or Seedream 3.0 Daily / [Discord](https://discord.gg/v6KzUbPeKh) * [Loras](https://www.loras.dev/) / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev) * [ChatGLM](https://chatglm.cn/) / Unlimited * [Ernie](https://ernie.baidu.com/) / Unlimited @@ -333,12 +322,8 @@ * [ChatK](https://chat.oaichat.cc/) / Unlimited * [Reve Image](https://preview.reve.art/) / 20 Daily * [ImageLabs](https://editor.imagelabs.net/) / Unlimited / No Sign-Up -* [AIGazou](https://muryou-aigazou.com/) / Unlimited -* [Dreamina](https://dreamina.capcut.com/ai-tool/home) / 50 Daily +* [Dreamina](https://dreamina.capcut.com/ai-tool/home) / 60 Daily / Seedream 3.0 / 4 Gens Per Prompt * [Perchance](https://perchance.org/ai-text-to-image-generator), [2](https://perchance.org/ai-photo-generator) / Unlimited / No Sign-Up -* [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) -* [ChatGPT](https://chatgpt.com/) - 3 Daily / [Discord](https://discord.com/invite/openai) -* [PixAI](https://pixai.art/) / 5 Daily / [Discord](https://discord.com/invite/pixai) * [Artoons](https://artoons.vercel.app/) - Cartoon Style Generator / [GitHub](https://github.com/sujjeee/artoons) * [Diffusers Image Outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint) - AI Image Extender / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) * [Genie](https://lumalabs.ai/genie) / [Discord](https://discord.com/invite/ASbS3EykXm), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [threestudio](https://github.com/threestudio-project/threestudio) / [Colab](https://colab.research.google.com/github/threestudio-project/threestudio/blob/main/threestudio.ipynb) / [Discord](https://discord.gg/ejer2MAB8N) - 3D Image Generators diff --git a/docs/android-iosguide.md b/docs/android-iosguide.md index f137b4022..e3b99972c 100644 --- a/docs/android-iosguide.md +++ b/docs/android-iosguide.md @@ -13,10 +13,10 @@ * ⭐ **[RockMods](https://www.rockmods.net/)** / [Telegram](https://t.me/RBMods) * ⭐ **[PlatinMods](https://platinmods.com/)** * ⭐ **[PDALife](https://pdalife.com/)** / [App](https://pdalife.com/pdalife-app-android-a40597.html) / [Telegram](https://t.me/pdalife_official) / [Discord](https://discord.gg/erVkAkzGHZ) +* ⭐ **[AN1](https://an1.com/)** / [Telegram](https://t.me/android1com) * [LiteAPKs](https://liteapks.com/) / [App](https://liteapks.com/app.html) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#liteapk--modyolo-note) / [Telegram](https://t.me/liteapks) * [Modyolo](https://modyolo.com/) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#liteapk--modyolo-note) / [Telegram](https://t.me/modyolo_official) * [Nsane Forums](https://nsaneforums.com/) -* [Android1](https://an1.com/) / [Telegram](https://t.me/android1com) * [Sbenny](https://sbenny.com/) / [Telegram](https://www.reddit.com/r/SbennyOfficial/) * [farsroid](https://www.farsroid.com/) / [Telegram](https://t.me/farsroid_official) * [APKSum](https://www.apksum.com/) @@ -123,10 +123,8 @@ * [Direct Download From Google Play](https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/) - Add Direct DL Links to Google Play * [GBox](https://www.gboxlab.com/) - GMS Google Box / [Telegram](https://t.me/+ZiW_7bvq8Sc5MzFl) * [InstallWithOptions](https://github.com/zacharee/InstallWithOptions/) - Install / Merge APKs with Extra Options -* [APK Editor Studio](https://qwertycube.com/apk-editor-studio/) / [GitHub](https://github.com/kefir500/apk-editor-studio) or [Apktool M](https://maximoff.su/apktool/?lang=en) - APK Editing / Merging * [Raccoon](https://raccoon.onyxbits.de/) - Private APK Downloader * [APKeep](https://github.com/EFForg/apkeep) - APK Download CLIs -* [APKTool](https://apktool.org/) - APK Reverse Engineering Tool / [GitHub](https://github.com/iBotPeaches/Apktool) * [CorePatch](https://github.com/LSPosed/CorePatch) - Disable Signature Verification / [Telegram](https://t.me/core_patch_chat) * [Zygisk Detach](https://github.com/j-hc/zygisk-detach) - Detach APKs from Google Play Store / [Telegram](https://t.me/rv_magisk) * [Beta Maniac](https://play.google.com/store/apps/details?id=it.mirko.beta) - Beta Release Notifications @@ -236,9 +234,9 @@ ## ▷ Customization -* ⭐ **[Iconify](https://github.com/Mahmud0808/Iconify)** (root), [RBoard](https://xdaforums.com/t/app-rboard-theme-manager.4331445/) / [GitHub](https://github.com/DerTyp7214/RboardThemeManagerV3), [ColorBlendr](https://github.com/Mahmud0808/ColorBlendr) (requires shizuku) or [Substratum](https://www.xda-developers.com/substratum-hub/) - Theme Managers * ⭐ **[/r/AndroidThemes](https://www.reddit.com/r/androidthemes/)** - Android Themes Subreddit * ⭐ **[Mobile Abyss](https://mobile.alphacoders.com/)** - Wallpapers +* [RBoard](https://xdaforums.com/t/app-rboard-theme-manager.4331445/) / [GitHub](https://github.com/DerTyp7214/RboardThemeManagerV3), [ColorBlendr](https://github.com/Mahmud0808/ColorBlendr) (requires shizuku) or [Substratum](https://www.xda-developers.com/substratum-hub/) - Theme Managers * [PixelXpert](https://github.com/siavash79/PixelXpert) or [Dashbud](https://dashbud.dev/) / [Discord](https://discord.com/invite/78h7xgj) - Android Customization Apps * [DualWallpaper](https://github.com/Yanndroid/DualWallpaper) - Change Wallpaper Depending on System Theme * [Wallpaper Engine](https://www.wallpaperengine.io/android/en) - Wallpapers / Live Wallpapers @@ -359,7 +357,6 @@ * [Orangefox](https://orangefox.download/) or [SkyHawk](https://skyhawkrecovery.github.io/) - Custom Recovery Firmware * [Smali Patcher](https://xdaforums.com/t/module-smali-patcher-7-4.3680053/) - Android System Patcher * [Albastuz3d](https://albastuz3d.net/) - Stock Phone ROMs -* [ConnectBot](https://connectbot.org/) - SSH Client * [LSPosed](https://github.com/JingMatrix/LSPosed) - LSPosed Framework * [PixelFlasher](https://github.com/badabing2005/PixelFlasher) - Pixel Phone Flashing GUI @@ -371,8 +368,7 @@ * ⭐ **[CustomRomBay](https://customrombay.org/)** - ROMs Compatibility Search * ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security & Privacy Hardened Android / Google Pixel Only / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS) * [CalyxOS](https://calyxos.org/) - Privacy-Focused OS -* [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/) - +* [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) *** # ► Android Tools @@ -437,19 +433,21 @@ * 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources * ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)** * ↪️ **[Android 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)** -* ⭐ **[TrackerControl](https://trackercontrol.org/)** / [GitHub](https://github.com/TrackerControl/tracker-control-android), [Permission Pilot](https://github.com/d4rken-org/permission-pilot) or [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Managers -* ⭐ **[Exodus](https://reports.exodus-privacy.eu.org/en/)** - App Tracker Database -* ⭐ **[VirusTotal](https://docs.virustotal.com/docs/mobile-apps)** or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners -* ⭐ **[URLCheck](https://github.com/TrianguloY/URLCheck)**, [Leon](https://github.com/svenjacobs/leon), [LinkSheet](https://github.com/LinkSheet/LinkSheet), [Tarnhelm](https://github.com/lz233/Tarnhelm) or [Untracker](https://github.com/zhanghai/Untracker) - URL Cleaners / Tracking Removal +* ⭐ **[TrackerControl](https://trackercontrol.org/)** - Tracker Monitor / Controller / [GitHub](https://github.com/TrackerControl/tracker-control-android) +* ⭐ **[Triage](https://tria.ge/)**, **[Hybrid Analysis](https://hybrid-analysis.com/)**, [VirusTotal](https://docs.virustotal.com/docs/mobile-apps) or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners +* ⭐ **[URLCheck](https://github.com/TrianguloY/URLCheck)**, [Tarnhelm](https://github.com/lz233/Tarnhelm), [LinkSheet](https://github.com/LinkSheet/LinkSheet) or [Untracker](https://github.com/zhanghai/Untracker) - URL Cleaners / Tracking Removal * ⭐ **[Shadowsocks-Android](https://github.com/shadowsocks/shadowsocks-android)** - Shadowsocks Proxy App * ⭐ **[NekoBoxForAndroid](https://github.com/MatsuriDayo/NekoBoxForAndroid)** or [Matsuri](https://matsuridayo.github.io/) - Proxy Clients * ⭐ **[TorServices](https://f-droid.org/packages/org.torproject.torservices/)** or [Orbot](https://orbot.app/en/) - Tor Proxy Apps * ⭐ **[ByeDPIAndroid](https://github.com/dovecoteescapee/ByeDPIAndroid)**, [ByeByeDPI](https://github.com/romanvht/ByeByeDPI/blob/master/README-en.md) or [Lantern](https://lantern.io/download?os=android) - Anti-Censorship Proxies +* ⭐ **[Exodus](https://reports.exodus-privacy.eu.org/en/)** - App Tracker Database * ⭐ **[XPL-EX](https://github.com/0bbedCode/XPL-EX)** or [InviZible](https://github.com/Gedsh/InviZible?tab=readme-ov-file#invizible-pro) - Privacy Managers * ⭐ **[Amarok](https://github.com/deltazefiro/Amarok-Hider)**, [Aer](https://github.com/nain-F49FF806/anemo-aer) or [SafeSpace](https://github.com/aashishksahu/SafeSpace) - Hide Files / Apps +* [AFWall+](https://github.com/ukanth/afwall/) (root) or [Rethink App](https://rethinkdns.com/) / [GitHub](https://github.com/celzero/rethink-app), [Karma](https://github.com/StarGW-net/karma-firewall) - Firewalls * [Ceno Browser](https://censorship.no/en/index.html) - Proxy Browser / [GitHub](https://github.com/censorship-no/ceno-browser) * [husi](https://github.com/xchacha20-poly1305/husi) - Proxy Config Manager -* [WG Tunnel](https://wgtunnel.com/) - WireGuard VPN App / [Docs](https://wgtunnel.com/docs/) / [Telegram](https://t.me/wgtunnel) / [GitHub](https://github.com/wgtunnel/wgtunnel) +* [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Manager +* [WG Tunnel](https://wgtunnel.com/) - WireGuard VPN App / [Telegram](https://t.me/wgtunnel) / [GitHub](https://github.com/wgtunnel/wgtunnel) * [Oblivion](https://github.com/bepass-org/oblivion) - Warp Client / [English Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#oblivion-translate) * [Intra](https://getintra.org) - Proxies * [Privacy Guides](https://www.privacyguides.org/en/android/) - Android Privacy Guides @@ -458,7 +456,6 @@ * [Sapio](https://github.com/jonathanklee/Sapio) - Scan Apps for Google Dependency * [NetGuard](https://www.netguard.me/) - Block Internet Access Per App / [GitHub](https://github.com/M66B/NetGuard) * [AirGuard](https://github.com/seemoo-lab/AirGuard) - AirTag Tracking Protection -* [AFWall+](https://github.com/ukanth/afwall/) (root) or [Rethink App](https://rethinkdns.com/) / [GitHub](https://github.com/celzero/rethink-app), [Karma](https://github.com/StarGW-net/karma-firewall) - Firewalls * [v2rayNG](https://github.com/2dust/v2rayNG) - V2Ray Shadowsocks / Hyteria Proxy Client * [Open SSTP Client](https://github.com/kittoku/Open-SSTP-Client) - SSTP Client * [SimpleLogin](https://github.com/simple-login/Simple-Login-Android) or [AnonAddy](https://gitlab.com/Stjin/anonaddy-android) - Email Forwarding @@ -512,13 +509,12 @@ * [FFUpdater](https://github.com/Tobi823/ffupdater) - Multi-Browser Updater * [Privacy Browser](https://www.stoutner.com/privacy-browser-android/) - Customizable Browser / Privacy-Focused * [Eruda](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#eruda) - Mobile Browser Console / [Userscript](https://greasyfork.org/en/scripts/400760-console-for-mobile-browsers-eruda) / [GitHub](https://github.com/liriliri/eruda) -* [MobiDevTools](https://addons.mozilla.org/en-US/firefox/addon/mobidevtools/) - Firefox Inspect Element *** ## ▷ Android File Tools -* ↪️ **[Mobile / Desktop Tranfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)** +* ↪️ **[Mobile / Desktop Transfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)** * ⭐ **[1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager)** / [Extra Features](https://rentry.co/FMHYBase64#link-1dm), [ADM](https://rentry.co/FMHYBase64#adm) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers * ⭐ **[MiXplorer](https://mixplorer.com/beta/)**, [2](https://mixplorer.com/), [3](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/) - Advanced Root File Explorer / Manager / [Themes](https://play.google.com/store/apps/details?id=de.dertyp7214.mixplorerthemecreator) * ⭐ **[SD Maid SE](https://github.com/d4rken-org/sdmaid-se)** - File Manager / Cleaner / [Unlock Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sd-maid) / [Discord](https://discord.com/invite/8Fjy6PTfXu) @@ -527,7 +523,7 @@ * ⭐ **[ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)** or [ZipXtract](https://github.com/WirelessAlien/ZipXtract) - File Archivers * ⭐ **[SyncThing Fork](https://github.com/Catfriend1/syncthing-android)** - File Sync * ⭐ **[Pairdrop](https://pairdrop.net/)** - File Sharing / [GitHub](https://github.com/fm-sys/snapdrop-android) -* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [File Explorer Compose](https://github.com/Raival-e/File-Explorer-Compose), [MT Manager](https://rentry.co/FMHYBase64#mt-manager) or [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) - File Managers / Explorers +* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [Prism File Explorer Compose](https://github.com/Raival-e/Prism-File-Explorer), [MT Manager](https://rentry.co/FMHYBase64#mt-manager) or [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) - File Managers / Explorers * [Aria2App](https://github.com/devgianlu/Aria2App) - Download Manager Controller * [Round Sync](https://github.com/newhinton/Round-Sync) or [MetaCTRL](https://metactrl.com/) - Multi-Site Cloud Storage File Managers * [AdbFileManager](https://github.com/T0biasCZe/AdbFileManager) - Manage Android File via Windows @@ -572,7 +568,7 @@ * [OpenDocument](https://opendocument.app/) or [LibreOffice Viewer](https://f-droid.org/packages/org.documentfoundation.libreoffice/) - Document Readers * [Paperless](https://github.com/astubenbord/paperless-mobile) - Document Manager * [DiaryVault](https://github.com/SankethBK/diaryvault) - Diary App -* [Read Aloud AI](https://readaloudai.com/android) - Text to Speech +* [Read Aloud AI](https://readaloudai.com/android) - Text to Speech / [Discord](https://readaloudai.com/discord) * [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [RTranslator](https://github.com/niedev/RTranslator) or [TranslateYou](https://github.com/you-apps/TranslateYou) - Translation Apps * [UnicodePad](https://play.google.com/store/apps/details?id=jp.ddo.hotmist.unicodepad) - Emoji / Unicode Manager / [GitHub](https://github.com/Ryosuke839/UnicodePad) * [Memory Guardian](https://github.com/hashemi-hossein/memory-guardian/) or [Clipboard CopyPaste](https://www.evvasoft.com/ccp.html) - Clipboard Managers @@ -682,6 +678,7 @@ *** * 🌐 **[Emulators on Android](https://emulation.gametechwiki.com/index.php/Emulators_on_Android)** / [Frontends](https://emulation.gametechwiki.com/index.php/Emulators_on_Android#Launcher_Frontends) +* 🌐 **[GSI List](https://github.com/TrebleDroid/treble_experimentations/wiki/Generic-System-Image-(GSI)-list)** - Generic System Image Index * 🌐 **[EmuReady](https://www.emuready.com/)** - Mobile Game Emulation Compatibility / Info / [GitHub](https://github.com/Producdevity/EmuReady) * ⭐ **[Termux](https://termux.dev/)** - Terminal Emulator / [Matrix](https://matrix.to/#/#Termux:matrix.org) / [Telegram](https://telegram.me/termux24x7) / [Subreddit](https://www.reddit.com/r/termux) / [Discord](https://discord.gg/HXpF69X) / [GitHub](https://github.com/termux/) * ⭐ **Termux Tools** - [YT-DL](https://github.com/khansaad1275/Termux-YTD) / [GUI](https://github.com/termux/termux-gui) / [Beautify](https://github.com/mayTermux/myTermux) @@ -831,11 +828,11 @@ * ⭐ **[Poweramp](https://rentry.co/FMHYBase64#poweramp)** * ⭐ **[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)** * [AIMP](https://www.aimp.ru/?do=download&os=android) * [Gramophone](https://github.com/AkaneTan/Gramophone) -* [Namida](https://github.com/namidaco/namida) * [Oto Music](https://play.google.com/store/apps/details?id=com.piyush.music) * [Symphony](https://zyrouge.github.io/symphony/) * [Auxio](https://github.com/OxygenCobalt/Auxio/) @@ -853,11 +850,14 @@ ## ▷ YouTube Music -* ⭐ **[Metrolist](https://github.com/mostafaalagamy/metrolist)**, [OuterTune](https://github.com/OuterTune/OuterTune) or [InnerTune](https://github.com/Malopieds/InnerTune) / [2](https://github.com/z-huang/InnerTune) - YouTube Music Players / Innertune Forks +* **Note** - YouTube Music has a generous free tier that allows 100,000 songs to be uploaded to the cloud without using storage quota. + +*** + +* ⭐ **[Metrolist](https://github.com/mostafaalagamy/metrolist)**, [OuterTune](https://github.com/OuterTune/OuterTune) or [InnerTune](https://github.com/Malopieds/InnerTune) / [2](https://github.com/z-huang/InnerTune) - YouTube Music Players / Innertune Forks / Audio Players * [Musify](https://gokadzev.github.io/Musify/) - YouTube Music Player / [GitHub](https://github.com/gokadzev/Musify) * [Harmony Music](https://github.com/anandnet/Harmony-Music) - YouTube Music Player * [SimpMusic](https://simpmusic.org/) - YouTube Music Player / [GitHub](https://github.com/maxrave-dev/SimpMusic) -* [ViTune](https://github.com/25huizengek1/ViTune) - YouTube Music Player * [Namida](https://github.com/namidaco/namida) - YouTube Music Player * [Gyawun](https://github.com/jhelumcorp/gyawun) - YouTube Music Player @@ -973,7 +973,7 @@ ## ▷ Android Live TV -* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)** - IPTV Player / [Extra Features](https://rentry.co/FMHYBase64#tivimate) +* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)** - IPTV Player * [Perfect IPTV Player](https://rentry.co/FMHYBase64#perfect-iptv-player) - IPTV Player * [OTTRun](https://www.ottrun.com/) - IPTV Player * [OTT Navigator](https://www.apkmirror.com/apk/sia-scillarium-studio/ott-navigator-iptv/) - IPTV Player diff --git a/docs/audiopiracyguide.md b/docs/audiopiracyguide.md index 29a4f7e37..ca54805e7 100644 --- a/docs/audiopiracyguide.md +++ b/docs/audiopiracyguide.md @@ -390,7 +390,7 @@ *** -* 🌐 **[Music Education Masterlist](https://rentry.co/FMHYBase64#music-education-masterlist)** +* 🌐 **[Music Download Guide](https://rentry.co/wheredownloadmusic)** - Downloading Guide / Site Index * ⭐ **[TrackerHub](https://rentry.co/FMHYBase64#trackerhub)** - Artists Spreadsheet / [Frontend](https://artistgrid.netlify.app/) / [Discord](https://discord.gg/trackerhub) * ⭐ **[Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w) / [CSE 3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Multi-Site Search * [/r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup) @@ -561,7 +561,7 @@ * [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks * [KDramaOST](https://kdramaost.com/en/) - KDrama Soundtracks * [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio -* [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks +* [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [JMAX](https://discord.gg/hCw8VqJV8J), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks * [OtakuOst](https://otakuost.net/) - Anime Soundtracks & Japanese Music * [AMV](https://www.animemusicvideos.org/) - Anime Music Videos * [Doujin Cafe (Discord)](https://discord.com/invite/doujincafe) or [DoujinStyle](https://doujinstyle.com/) / [Discord](https://discord.com/invite/z2QDFdA) - Doujin Music @@ -757,7 +757,7 @@ ## ▷ Audio Metadata * ⭐ **[MP3Tag](https://www.mp3tag.de/en/)** - Metadata Organizer -* ⭐ **[MusicBrainz](https://picard.musicbrainz.org/)** - Metadata Organizer +* ⭐ **[MusicBrainz Picard](https://picard.musicbrainz.org/)** - Metadata Organizer * [YADG](https://yadg.cc/) - Scrape Music Release Info / [API](https://yadg.cc/api/) * [Beets](https://beets.io/) - Metadata Organizer / [Guides](https://redd.it/11iaafu) / [GitHub](https://github.com/beetbox/beets) * [TagEditor](https://github.com/Martchus/tageditor) - Metadata Organizer diff --git a/docs/beginners-guide.md b/docs/beginners-guide.md index 1af16417a..e5143ac77 100644 --- a/docs/beginners-guide.md +++ b/docs/beginners-guide.md @@ -64,7 +64,7 @@ For iOS **[Orion](https://kagi.com/orion/)**, [Brave](https://brave.com/) or Saf ### Gaming -* **Download / Torrent: [FitGirl Repacks](https://fitgirl-repacks.site/) / [SteamRIP](https://steamrip.com/)** +* **Download / Torrent: [SteamRIP](https://steamrip.com/) / [FitGirl Repacks](https://fitgirl-repacks.site/)** * **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [/r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYBase64#myrient)** * **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2)** * **Track / Discover: [Backloggd](https://www.backloggd.com/) / [Glitchwave](https://glitchwave.com/)** diff --git a/docs/devtools.md b/docs/devtools.md index da46869bb..250425014 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -53,7 +53,7 @@ * [Student Developer Pack](https://education.github.com/pack) - Free Developer Tools for Students * [choose-a-license](https://writefreesoftware.org/learn/participate/choose-a-license/), [SPDX License List](https://spdx.org/licenses/) or [ChooseALicense](https://choosealicense.com/) - License Picking Guides / Lists * [PrivacyPolicyTemplate](https://www.privacypolicytemplate.net/) - Generate Privacy Policies -* [Eternal Terminal](https://eternalterminal.dev/) or [NxShell](https://nxshell.github.io/) - SSH Clients / Servers +* [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) or [NxShell](https://nxshell.github.io/) - SSH Clients / Servers * [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/) / [Fork](https://www.9bis.net/kitty/#!index.md) / [GitHub](https://github.com/cyd01/KiTTY/) * [Penpot](https://penpot.app/) - Cross Domain Design & Prototyping Platform * [Webhook.site](https://webhook.site/) - Webhook Tools @@ -152,12 +152,15 @@ * ⭐ **[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 +* [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 * [ADB](https://github.com/ashishb/adb-enhanced) or [Appium](https://appium.io/) / [GitHub](https://github.com/appium/appium) - Automated App Testing * [Privado](https://docs.privado.ai) - Generate App Privacy Reports / [GitHub](https://github.com/Privado-Inc/privado) * [PM2](https://pm2.keymetrics.io/) - Process Manager +* [ConnectBot](https://connectbot.org/) - Android SSH Client +* [APKEditor](https://github.com/REAndroid/APKEditor) or [Apktool M](https://maximoff.su/apktool/?lang=en) - APK Editing / Merging * [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools * [CS Android](https://cs.android.com/) - Android Code Search * [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack @@ -386,7 +389,7 @@ * ⭐ **[Hugging Face](https://huggingface.co/)**, [LLM Papers](https://potent-twister-29f.notion.site/b0fc32542854456cbde923e0adb48845?v=e2d14d2ef0c848f5a1d5b71f9977d7c5) or [OpenML](https://www.openml.org/) - Machine Learning Datasets / Papers * ⭐ **[Deep playground](http://playground.tensorflow.org/)** - Neural Networks Playground * [Awesome Generative AI Guide](https://github.com/aishwaryanr/awesome-generative-ai-guide) - LLM Research Resources -* [LLM Text Complation](https://github.com/molbal/llm-text-completion-finetune) or [Unsloth](https://github.com/unslothai/unsloth?tab=readme-ov-file#-finetune-for-free) - LLM Finetuning / Text Completion +* [Unsloth](https://github.com/unslothai/unsloth?tab=readme-ov-file#-finetune-for-free) - LLM Finetuning / Text Completion / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide) * [DeepSpeed](https://www.deepspeed.ai/) - Deep Learning Optimization Library * [Netron](https://github.com/lutzroeder/netron) - Visualizer for Neural Network, Deep Learning, and Machine Learning Models * [MMDeploy](https://mmdeploy.readthedocs.io/en/latest/) - Deep Learning Model Deployment Toolset / [GitHub](https://github.com/open-mmlab/mmdeploy) @@ -980,7 +983,7 @@ * [LambDatest](https://www.lambdatest.com/) - Cross Browser Testing Cloud * [Pa11y](https://pa11y.org/), [Wave](https://wave.webaim.org/), [Andi](https://www.ssa.gov/accessibility/andi/help/install.html) or [A11ygator](https://a11ygator.chialab.io/) - Accessibility Evaluation Tools * [Accessibility Insights](https://accessibilityinsights.io/) - Fix Accessibility Issues -* [Accessibility Cheatsheet](https://moritzglantz.de/accessibility-cheatsheet/) or [A11Project](https://www.a11yproject.com/checklist) - Site Accessibility Guidelines +* [ADG](https://www.accessibility-developer-guide.com/) / [GitHub](https://github.com/Access4all/adg), [Accessibility Cheatsheet](https://moritzglantz.de/accessibility-cheatsheet/) or [A11Project](https://www.a11yproject.com/checklist) - Site Accessibility Guidelines * [Web Vitals Leaderboard](https://vitals-leaderboard.pazguille.me/), [CodSpeed](https://codspeed.io/) or [Lighthouse Metrics](https://lighthouse-metrics.com/) - Website Performance Tests * [Prometheus](https://prometheus.io/) - Site Metrics / [Setup](https://thanos.io/) * [Carbon Calculator](https://www.websitecarbon.com/) - Estimate Sites Carbon Footprint @@ -1253,6 +1256,7 @@ * [Frida](https://frida.re/) - Reverse Engineering * [Flare VM](https://github.com/mandiant/flare-vm) - Reverse Engineering Environment Setup Script * [ROP Emporium](https://ropemporium.com/) - Learn Return-Oriented Programming +* [APK Editor Studio](https://qwertycube.com/apk-editor-studio/) / [GitHub](https://github.com/kefir500/apk-editor-studio) or [APKTool](https://apktool.org/) / [GitHub](https://github.com/iBotPeaches/Apktool) - APK Reverse Engeineering * [MSTG](https://mas.owasp.org/) or [DVIA-v2](https://github.com/prateek147/DVIA-v2) - App Security Testing / Reverse Engineering * [Malimite](https://github.com/LaurieWired/Malimite) - iOS / macOS Decompiler * [challenges.re](https://challenges.re/) - Reverse Engineer Code diff --git a/docs/downloadpiracyguide.md b/docs/downloadpiracyguide.md index 697283ef8..48bf893ca 100644 --- a/docs/downloadpiracyguide.md +++ b/docs/downloadpiracyguide.md @@ -16,7 +16,6 @@ * [eMule Plus](https://www.emule-project.com/) - File Sharing App * [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive * [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search -* [dedigger](https://www.dedigger.com/) - Google Drive File Search * [lumpysoft](https://lumpysoft.com/) - Search String Builder * [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community * [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer @@ -80,7 +79,6 @@ * [Meawfy](https://meawfy.com/) - Mega, GoFile and MediaFire Search * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) * [scnlog](https://scnlog.me/) -* [filesearch.link](https://filesearch.link/) * [Linktury](https://www.ddlspot.com/) * [MediafireTrend](https://mediafiretrend.com/) - Mediafire Search * [WarezOmen](https://warezomen.com/) - Indexer / Search Engine diff --git a/docs/edupiracyguide.md b/docs/edupiracyguide.md index 357a03772..429dcad82 100644 --- a/docs/edupiracyguide.md +++ b/docs/edupiracyguide.md @@ -225,7 +225,6 @@ ## ▷ Music -* 🌐 **[Music Education Masterlist](https://rentry.co/FMHYBase64#music-education-masterlist)** * 🌐 **[Awesome Music Theory](https://github.com/vpavlenko/study-music)** - Music Theory Resources * 🌐 **[Music Outfitters](https://musicoutfitters.com/)** - Music Services / Information * ↪️ **[Sheet Music / Notation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sheet_music_.2F_notation)** @@ -505,6 +504,7 @@ * ⭐ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.com/) - Adaptive Problem Solving * ⭐ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses * ⭐ **[Manim](https://www.manim.community/)**, [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos / [Videos](https://github.com/3b1b/videos) / [Difference Between Versions](https://docs.manim.community/en/stable/faq/installation.html#different-versions) +* ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile) * [Wolfram MathWorld](https://mathworld.wolfram.com/), [Encyclopedia Of Math](https://encyclopediaofmath.org/) or [nLab Math](https://ncatlab.org/nlab/show/mathematics) - Mathematics Encyclopedias * [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites * [Mathcha](https://www.mathcha.io/), [Corca](https://corca.app/) or [Math Editor](https://math-editor.online/) - Online Math Editors @@ -788,7 +788,7 @@ * ↪️ **[Japanese Learning Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_japanese_learning_sites)** / [YouTube Channels](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_youtube_channels) * ↪️ **[Dictionaries / Translation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dictionaries_.2F_translation)** * ↪️ **[Kanji Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_kanji_learning)** -* ⭐ **[Animelon](https://animelon.com/)**, [JapaneseWithAnime](https://www.japanesewithanime.com/) or [Immersion Kit](https://www.immersionkit.com/) - Learn Japanese via Anime / Manga +* [JapaneseWithAnime](https://www.japanesewithanime.com/) or [Immersion Kit](https://www.immersionkit.com/) - Learn Japanese via Anime / Manga * [Nihongo con Teppei](https://nihongoconteppei.com/) - Japanese Beginners Podcast * [JapaneseTab](https://github.com/Anupya/JapaneseTab) - Japanese Learning Extension * [Minato](https://minato-jf.jp/) - Japanese Courses @@ -1025,7 +1025,7 @@ * [The Linux Kernel](https://www.kernel.org/doc/html/latest/) - Linux Kernel Development Guides / [Archives](https://kernel.org/) * [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench) * [aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes -* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning +* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering), [udlbook](https://udlbook.github.io/udlbook/) / [GitHub](https://github.com/udlbook/udlbook/), [ML Visualized](https://ml-visualized.com/) / [GitHub](https://github.com/gavinkhung/machine-learning-visualized) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning * [Approaching (Almost) Any Machine Learning Problem](https://files.catbox.moe/b34jd4.pdf) - Machine Learning Problem-Solving Book * [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems * [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides @@ -1039,9 +1039,8 @@ ## ► Coding Tutorials * 🌐 **[Project Based Learning](https://github.com/practical-tutorials/project-based-learning)** - Project Based Learning Resources -* ⭐ **[W3Schools](https://www.w3schools.com/)** - Web Development Tutorials / [Discord](https://discord.com/invite/w3schools) / [Offline Version](https://github.com/Ja7ad/W3Schools) * ⭐ **[Build your own X](https://codecrafters.io)** - Advanced Coding Tutorials / [GitHub](https://github.com/codecrafters-io/build-your-own-x) / [Discord](https://discord.gg/DeqUD2P) -* ⭐ **[GeeksforGeeks](https://www.geeksforgeeks.org/)**, [Programiz](https://www.programiz.com/), [TutorialKart](https://www.tutorialkart.com/), [Hackr.io](https://hackr.io/), [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE) or [Tpoint Tech](https://www.tpointtech.com/) / [Telegram](https://t.me/tpointtech) - General Coding Tutorials +* [Programiz](https://www.programiz.com/), [TutorialKart](https://www.tutorialkart.com/), [Hackr.io](https://hackr.io/), [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [GeeksforGeeks](https://www.geeksforgeeks.org/) or [Tpoint Tech](https://www.tpointtech.com/) / [Telegram](https://t.me/tpointtech) - General Coding Tutorials * [Guru99](https://www.guru99.com/) - Software / Web Development * [Codelabs](https://codelabs.developers.google.com/) - Project Based Tutorials * [calmcode](https://calmcode.io/) - Video Tutorials @@ -1290,7 +1289,7 @@ * [Tempumail](https://tempumail.com/edu-mail-generator) or [etempmail](https://etempmail.com/) - EDU Email Addresses * [Edu VPN](https://www.eduvpn.org/) - Institute Access VPN * [BachelorStudies](https://bachelorstudies.com/) - Bachelor Degree Search -* [Extracurriculars.org](https://extracurriculars.org/) / [Discord](https://discord.gg/SGEtqcaSRu) or [Talem](https://www.talem.org/extracurriculars) - Extracurricular Search +* [Extracurriculars.org](https://extracurriculars.org/) / [Discord](https://discord.gg/SGEtqcaSRu), [snow.day](https://www.snow.day/) or [Talem](https://www.talem.org/extracurriculars) - Extracurricular Search * [Niche](https://www.niche.com/), [TheUniGuide](https://www.theuniguide.co.uk/), [Alumnius](https://alumnius.net/) or [Top Universities](https://www.topuniversities.com/) - University / School Comparisons * [RateMyDorm](https://ratemydorm.com) or [:)](https://docs.google.com/document/d/14Mn1CrA-CV5YZAkOZtrMKTmn2O4oL-2EhIXhzXZbO0A/edit#) - College Dorm Reviews * [RateMyProfessor](https://www.ratemyprofessors.com/) - Professor Ratings diff --git a/docs/feedback.md b/docs/feedback.md index d93f0ef50..d2d716733 100644 --- a/docs/feedback.md +++ b/docs/feedback.md @@ -47,7 +47,7 @@ These are all anonymous comments taken from Reddit, Discord, X.com and our feedb * *"I'm not kidding when I say my quality of life would be SO. MUCH. LOWER. if it wasn't for the people running this thing, as well as the people running all the tools we get to use. I seriously pray we get at least several more solid years of this style of internet."* -* *"FMHY genuinely made my life better. I am someone who loves video editing and I think it is my true passion, and if it weren't for fmhy and r/piracy megathread, I would be extremely sad. Editing would be so pay to win. I don't think I have spent money in the last while because while most people window shop or look for stuff to buy to fill the void in their hearts, I can just find cool plugins and resources. Thank you to everyone in the community, your hard work is greatly appriciated."* +* *"FMHY genuinely made my life better. I am someone who loves video editing and I think it is my true passion, and if it weren't for fmhy and r/piracy megathread, I would be extremely sad. Editing would be so pay to win. I don't think I have spent money in the last while because while most people window shop or look for stuff to buy to fill the void in their hearts, I can just find cool plugins and resources. Thank you to everyone in the community, your hard work is greatly appreciated."* * *"You guys have made this wonderful piece of combined knowledge into website, its like being exposed to what not I haven't seen/experienced in my life. I am really grateful for this initiative as I am not that financially blessed and I cannot afford a lot of the software out in the market, but due to fmhy I have access to nearly everything."* diff --git a/docs/file-tools.md b/docs/file-tools.md index d3828a6b5..beeae8c7b 100644 --- a/docs/file-tools.md +++ b/docs/file-tools.md @@ -14,6 +14,7 @@ * [Magika](https://github.com/google/magika) - AI File Content Type Detector * [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / [Online](https://mediaarea.net/MediaInfoOnline) * [Icaros](https://github.com/Xanashi/Icaros) - Add Explorer Thumbnails to any Video Format +* [copyparty](https://github.com/9001/copyparty/) - Portable File Server * [Tagging for Windows](https://tagging.connectpaste.com/) - Tag-Based File System * [HTTPDirfs](https://github.com/fangfufu/httpdirfs) or [hfs](https://rejetto.com/hfs/) / [2](https://github.com/rejetto/hfs) - HTTP File Systems * [WinBtrfs](https://github.com/maharmstone/btrfs) - Btrfs File System @@ -295,7 +296,7 @@ * ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days After Last Pageview / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326) * ⭐ **[Buzzheavier](https://buzzheavier.com/)**, [2](https://fuckingfast.net/), [3](https://bzzhr.co/) - Unlimited / 8 Days, Can Extend Forever / [File Expiry](https://buzzheavier.com/help) / **[Use Adblocker](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buzzheavier-warning)** / [Discord](https://discord.gg/ttQjgC28WP) * ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever -* ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever +* ⭐ **[Pillowcase](https://pillows.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever * [Send.now](https://send.now/) - 100GB / 30 Days After Last Download * [Transfer.it](https://transfer.it/) / Unlimited / 90 Days / Owned by Mega.nz * [DesiUpload](https://desiupload.co/) - 15 Days (2GB per file / 30 Days w/ Account) @@ -321,6 +322,7 @@ * [GrosFichiers](https://www.grosfichiers.com/) or [DataTransfer](https://www.datatransfer.com/) - 10GB / 14 Days * [Fshare](https://www.fshare.vn/) - 10GB / 5 Days * [ShareFile](https://sharefile.co/), [2](https://gofile.to/) - 5GB / Unlimited +* [Akira Box](https://akirabox.com/) - 20GB Free / 1 Year * [FileTransfer.io](https://filetransfer.io/) - 6GB / 21 Days / 50 Downloads * [udrop](https://www.udrop.com/) - 5GB / Forever * [Imagenetz](https://www.imagenetz.de/?setLang=en) - 5GB / 30 Days After Last Download @@ -375,7 +377,6 @@ * [CyberFile](https://cyberfile.me/) - 10GB Free * [MrOwl](https://www.mrowl.com/) - 10GB Free / ~$16 for 1TB * [Blomp](https://www.blomp.com/) - 20GB Free / 1 Month / ~$3 for 2TB -* [Akira Box](https://akirabox.com/) - 20GB Free / 1 Year * [Backblaze B2](https://www.backblaze.com/cloud-storage/) - 10GB Free / ~$6 for 1TB * [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) - 10GB Free / ~$15.5 per 1TB * [1Cloud File](https://1cloudfile.com/) - 10GB Free diff --git a/docs/gaming-tools.md b/docs/gaming-tools.md index 05e547183..ac351ac28 100644 --- a/docs/gaming-tools.md +++ b/docs/gaming-tools.md @@ -335,7 +335,6 @@ * [Steam Workshop Downloader](https://github.com/shadoxxhd/steamworkshopdownloader) * [Wallpaper EngineWorkshop Downloader](https://github.com/SteamAutoCracks/WallpaperEngineWorkshopDownloader) * [Steamworkshop.download](http://steamworkshop.download/) - Web-Based -* [ggntw](https://ggntw.com/steam) - Web-Based * [Skymods](https://catalogue.smods.ru) - Web-Based *** @@ -359,7 +358,7 @@ * [OpenSpy](https://openspy.net/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/sMaWdbt) / [GitHub](https://github.com/openspy/openspy-core) * [Team XLink](https://www.teamxlink.co.uk/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/XUS9n73KSP) * [ZLOEmu](https://zloemu.net/) - LAN Multiplayer Fix -* [t7patch](https://github.com/shiversoftdev/t7patch) - Black Ops 3 Crash Fix +* [t7patch](https://github.com/shiversoftdev/t7patch) - Black Ops 3 Fixes *** @@ -369,6 +368,7 @@ * 🌐 **[CoD All](https://gitlab.com/xifil/cod-all)** - CoD Multiplayer Mod Index * ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah) * [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool) +* [Ezz-BOIII](https://rentry.co/FMHYBase64#boiii) - COD Black Ops 3 Multiplayer Client * [CoD4x Mod](https://cod4x.ovh/) - COD4 (2007) Multiplayer Project / Requires MP Key / [Discord](https://discord.cod4x.ovh/) * [Venice Unleashed](https://veniceunleashed.net/) / [Discord](https://discord.com/invite/dpJwaVZ) or [Warsaw Revamped](https://warsaw.gg/) / [Discord](https://discord.com/invite/C9Zrh4G) - Battlefield Mod Projects * [SM64 Coop Deluxe](https://sm64coopdx.com/) - Super Mario 64 Co-Op / [Discord](https://discord.gg/TJVKHS4) @@ -452,7 +452,7 @@ ## ▷ Switch Homebrew -* ↪️ **[Switch Homebrew Guides](https://rentry.co/FMHYBase64#switch-homebrew-guides)** +* ⭐ **[Switch Homebrew Guides](https://rentry.co/FMHYBase64#switch-homebrew-guides)** * ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store * [/r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [/r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits * [LAN Play Status](http://lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers @@ -467,14 +467,14 @@ ## ▷ Wii U / Wii Homebrew -* ⭐ **[WiiBrew](https://wiibrew.org/)** - Wii Homebrew Wiki -* ⭐ **[WiiUBrew](https://wiiubrew.org/wiki/Main_Page)** - Wii U Homebrew Wiki * ⭐ **[Wii U Hacks Guide](https://wiiu.hacks.guide/)** - Wii U Jailbreak Guide * ⭐ **[Wii Hacks Guide](https://wii.hacks.guide/)** - Wii Jailbreak Guides -* ⭐ **[Wiimmfi](https://wiimmfi.de/)** - Wii Multiplayer Servers +* ⭐ **[WiiBrew](https://wiibrew.org/)** - Wii Homebrew Wiki +* ⭐ **[WiiUBrew](https://wiiubrew.org/wiki/Main_Page)** - Wii U Homebrew Wiki +* ⭐ **[WiiLink](https://wiilink.ca/)** - Wii Channel Restoration / [Discord](https://discord.gg/wiilink) / [X](https://x.com/WiiLink24) / [GitHub](https://github.com/WiiLink24) +* ⭐ **[Wiimmfi](https://wiimmfi.de/)** or [WiiLink WFC](https://wfc.wiilink.ca/) / [X](https://x.com/WiiLink24) - Wii Multiplayer Servers * ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store * [Pretendo](https://pretendo.network/) - Wii U Network Replacement -* [WiiLink](https://wiilink.ca/) - Wii Channel Restoration / [Server](https://wfc.wiilink24.com/) / [Discord](https://discord.gg/wiilink) / [GitHub](https://github.com/WiiLink24) * [/r/WiiUHacks](https://www.reddit.com/r/WiiUHacks/) - Wii U Homebrew Subreddit * [/r/WiiHacks](https://www.reddit.com/r/WiiHacks/) - Wii Homebrew Subreddit * [Open Shop Channel](https://oscwii.org/) - Wii Homebrew App Library @@ -496,8 +496,6 @@ * [BootNTR](https://github.com/Nanquitas/BootNTR) - Stream 3DS to PC or Mac / [Instructions](https://gbatemp.net/threads/3ds-screen-recording-without-a-capture-card-ntr-cfw-method.423445/) * [/r/3DSPiracy](https://www.reddit.com/r/3dspiracy/) or [3DSHacks](https://reddit.com/r/3dshacks/) - 3DS Modding Subreddit * [FlagBrew](https://flagbrew.org/) - 3DS Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa) -* [Luma3DS](https://github.com/LumaTeam/Luma3DS) - 3DS Custom Firmware -* [GodMode9](https://github.com/d0k3/GodMode9) - 3DS File Browser * [Batch CIA 3DS Decryptor](https://gbatemp.net/threads/batch-cia-3ds-decryptor-a-simple-batch-file-to-decrypt-cia-3ds.512385/) - Decrypt 3DS Files * [Rverse](https://discord.gg/wCvJSCxf4G) - 3DS Miiverse Recreation Discord Server @@ -533,6 +531,7 @@ * 🌐 **[Steam Deck Mods](https://docs.google.com/document/d/1TWhN9nCorKxut5O7UbPQPDhXLb-8C-CIoesB01yfhmY/)** - Steam Deck Mods / [Discord](https://discord.com/invite/SteamDeck) * ⭐ **[Decky Loader](https://decky.xyz/)** - Steam Deck Plugin Loader / [Plugins](https://plugins.deckbrew.xyz/) / [GitHub](https://github.com/SteamDeckHomebrew/decky-loader) +* [Steam Deck Guide](https://main.steamdeck.guide/), [2](https://steamdeck.guide/) - Steam Deck Guide / Resources / [GitHub](https://github.com/NKkrisz/Steam-Deck-Guide) * [/r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit * [great-on-deck-search](https://github.com/cptpiepmatz/great-on-deck-search) - Verified Steam Deck Game Search * [Steam Deck Tools](https://steam-deck-tools.ayufan.dev) - Fan Overlay, Power Control and Steam Controller diff --git a/docs/gamingpiracyguide.md b/docs/gamingpiracyguide.md index fe87cccb5..8a1be233c 100644 --- a/docs/gamingpiracyguide.md +++ b/docs/gamingpiracyguide.md @@ -24,10 +24,10 @@ * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Account Required * [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines * [g4u](https://g4u.to/) - Download / PW: `404` +* [UnionCrax](https://union-crax.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS) * [GLoad](https://gload.to/) - Download * [Gamesdrive](https://gamesdrive.net/) - Download / [Discord](https://discord.gg/wXdNEhf73x) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) * [SteamGG](https://steamgg.net/) - Download / Pre-Installs / **Use Adblocker** / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE) -* [UnionCrax](https://union-crax.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS) * [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs / [Telegram](https://t.me/appnetica_info) / [Discord](https://discord.gg/TvKnH6P) * [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b) * [ElEnemigos](https://elenemigos.com/) - Download / PW: `elenemigos.com` / [DDL Guide](https://elenemigos.com/guide) / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos) @@ -53,12 +53,12 @@ * ⭐ **[FitGirl Repacks](https://fitgirl-repacks.site/)** - Download / Torrent / ROM Repacks / [Unofficial Launcher](https://github.com/CarrotRub/Fit-Launcher/) * ⭐ **[KaOsKrew](https://kaoskrew.org/)** - Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs) -* ⭐ **[DODI Repacks](https://rentry.co/FMHYBase64#dodi)** - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE) * ⭐ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - Download / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X) * ⭐ **[Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks)** - Download / PW: `gnarly` * [Fluxy Repacks](https://fluxyrepacks.xyz/) - Download / Torrent / [Discord](https://discord.gg/TBs8Te5nwn) * [ScOOt3r Repacks](https://discord.gg/xe3Fys8Upy) - Download / Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs) * [M4CKD0GE Repacks](https://m4ckd0ge-repacks.site/) - Download / [Discord](https://discord.gg/693hNBdymb) +* [DODI Repacks](https://rentry.co/FMHYBase64#dodi) - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE) * [Stevv Game](https://www.stevvgame.com/) - Download / [Discord](https://discord.gg/snbpB6pCK9) * [Xatab Repacks](https://byxatab.com/) - Torrent * [Elamigos](https://elamigos.site/) - Download @@ -88,7 +88,6 @@ * ⭐ **[Retro eXo](https://www.retro-exo.com/)** - Abandonware / Retro PC Games / Torrents * ⭐ **[Zombs-Lair](https://www.zombs-lair.com/)** - Abandonware * ⭐ **[VETUSWARE](https://vetusware.com/category/Games/)** - Abandonware -* ⭐ **[Magipack](https://www.magipack.games)** - Abandonware * ⭐ **[CollectionChamber](https://collectionchamber.blogspot.com/)** - Abandonware * ⭐ **[LegendsWorld](https://www.legendsworld.net/)** - Retro PC Adventures * [File Hunter](https://www.file-hunter.com/) - MSX Games @@ -96,6 +95,7 @@ * [Japanese PC Compendium](https://japanesepccompendium.blogspot.com/) - Retro Japanese PC Games * [OldGamesDownload](https://oldgamesdownload.com/) - Abandonware * [ClassicPCGames](https://archive.org/details/classicpcgames) - Abandonware +* [Magipack](https://rentry.co/FMHYBase64#magipack) - Abandonware * [Old-Games.com](https://www.old-games.com/) - Abandonware / 2 Daily Downloads * [Win7Games](https://win7games.com/) - Classic Windows Games * [The U-M Software Archives](https://websites.umich.edu/~archive/) - Retro PC / Mac Games @@ -118,7 +118,7 @@ ## ▷ Remakes / Ports * 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games -* 🌐 **[Game De-compilations](https://decomps.samidy.com/)** / [Rentry](https://rentry.co/Gamedecomps) / [GitHub](https://github.com/SamidyFR/Game-Decompilations), [RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games), [TheGamingEmporium](https://www.thegamingemporium.com/) or [awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations) - Game Decompilations +* 🌐 **[Game Decomps](https://decomps.samidy.com/)** / [Rentry](https://rentry.co/Gamedecomps) / [GitHub](https://github.com/SamidyFR/Game-Decompilations), [RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games), [TheGamingEmporium](https://www.thegamingemporium.com/) or [awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations) - Game Decompilations * 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - PC Ports, Decompilations, Remakes, Fan Games and more * 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes * 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games @@ -298,7 +298,7 @@ * [GameGinie](https://gameginie.com/) - Emulators / ROMs * [The Old Computer](https://www.theoldcomputer.com/) - Emulators / ROMs * [Emulator Games](https://www.emulatorgames.net/) - Emulators / ROMs -* [Emuparadise](https://www.emuparadise.me/) - Emulators / ROMs / [Forum](https://www.epforums.org/) / [Workaround Script](https://web.archive.org/web/20230115181306/https://gist.github.com/byzantium225/484101c7846ce18e514b7b10bf4815c2) +* [Emuparadise](https://www.emuparadise.me/) - Emulators / ROMs / [Forum](https://www.epforums.org/) / [Fix Downloads](https://gist.github.com/infval/c69b479ff0bd590f2dd7e1975fe2fcad/raw/8be1b17f03837939c8baab3b2247eb60a22fa89a/emuparadise.download.user.js) * [ROMsPURE](https://ROMspure.cc/) - Emulators / ROMs * [Romspedia](https://www.romspedia.com/) - Emulators / ROMs * [TechToROMs](https://techtoroms.com/) - Emulators / ROMs @@ -336,7 +336,6 @@ * [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Gameboy * [64DD.org](https://64dd.org/) - ROMs / 64DD * [NswRom](https://nswrom.com/) - ROMs / Switch -* [ROMsHQ](https://romshq.com/) - ROMs / Switch * [SwitchGamesMall](https://switchgamesmall.icu/) - ROMs / Switch / DDL / Torrents / [Discord](https://discord.gg/rgttByzYRY) * [notUltraNX](https://not.ultranx.ru/en) - ROMs / Switch / Sign-Up Required * [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd) @@ -344,7 +343,6 @@ * [NXBrew](https://nxbrew.net/) - ROMs / Switch / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#nxbrew-warning) * [SwitchROM](https://switchrom.net/) - ROMs / Switch * [SwitchROM.io](https://switchrom.io/) - ROMs / Switch -* [Egg NS](https://eggnsemulator.com/nintendo-switch-roms) - ROMs / Switch / **ROMS Only, Emulator Isn't Recommended** * [NSWDB](https://www.nswdb.com) - Switch Release Tracker * [3DSDB](https://3dsdb.com/) - 3DS Release Tracker * [SM64ROMHacks](https://rentry.co/FMHYBase64#sm64romhacks) - Super Mario 64 Mods / [Discord](https://discord.com/invite/BYrpMBG) diff --git a/docs/img-tools.md b/docs/img-tools.md index 3ce7a8bb8..5cc6337ee 100644 --- a/docs/img-tools.md +++ b/docs/img-tools.md @@ -265,6 +265,7 @@ * ↪️ **[SVG Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)** / **[SVG Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_svg_tools)** * ⭐ **[Alphacoders Avatars](https://avatars.alphacoders.com/)** - PFPs / Avatars * ⭐ **[Picrew](https://picrew.me/en/)** - Avatar Creator +* [Icon Gen](https://icon-gen.netlify.app/) - Logo to Avatar / Icon Generator * [PixelMe](https://xsgames.co/pixelme/) or [Avatar Mixer](https://kenney.itch.io/avatar-mixer) - 8-bit Avatar Creators * [Bitmoji](https://www.bitmoji.com/) - Full Body Avatar Creator * [Avatar Maker](https://avatarmaker.com/), [Avataaars](https://getavataaars.com/) or [Personas](https://personas.draftbit.com/) - Simple Avatar Creators @@ -553,10 +554,11 @@ ## ▷ 3D Modeling Tools +* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations * [Embossify](https://www.embossify.com/) or [Tripo3D](https://www.tripo3d.ai/app/home) - Image to 3D Model Converters * [3D Transformer](https://www.3dtransformer.com/) - Rotate 3D Images * [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter -* [PaintUp](http://technohippy.github.io/teddyjs/) - Make 2D Art into 3D +* [PaintUp](http://technohippy.github.io/teddyjs/) or [VGGT](https://huggingface.co/spaces/facebook/vggt) - Make 2D Art into 3D * [Keygen](https://keygen.co/) - 3D Key Model Generator * [AliceVision](https://alicevision.org/) - 3D Reconstruction / Camera Tracking * [Perspective Grid](https://www.reubenlara.com/perspectivegrid/) - 3D Perspective Tool @@ -734,6 +736,7 @@ * [Lychee](https://lycheeorg.github.io/) * [Photoprism](https://github.com/photoprism/photoprism) * [Photoview](https://github.com/photoview/photoview) +* [Ente](https://help.ente.io/self-hosting/) * [Photonix](https://photonix.org/) * [photos](https://github.com/nextcloud/photos/) * [imagestore](https://github.com/gregordr/imagestore) @@ -745,7 +748,7 @@ * [Chevereto](https://chevereto.com/) * [Photofield](https://github.com/SmilyOrg/photofield) * [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos -* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper) +* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/Xentraxx/GooglePhotosTakeoutHelper) * [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Guide for Unlimited Google Photos Storage on Windows * [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos @@ -803,7 +806,7 @@ * [ScreenshotX](https://screenshotx.com/) * [Pilko](https://pilko.studio/) - Video Frame Capture Tool * [FRAMED](https://framedsc.com/index.htm) - In-Game Screenshotting Tips -* [Pika](https://pika.style/) / [GitHub](https://github.com/rishimohan/pika), [FabPic](https://www.fabpic.app/), [OnPaste](https://onpaste.com/), [Screenstab](https://screenstab.com/editor/) or [Limus](https://limus.netlify.app/) - Screenshot Editors / Mockups +* [Moocup](https://moocup.jaydip.me/) - Screenshot Editor / Mockups * [Screenshot Guru](https://screenshot.guru/), [Site-Shot](https://www.site-shot.com/) or [Pikwy](https://pikwy.com/) - Take Screenshots of Websites * [Screenshot Rocks](https://screenshot.rocks/) / [GitHub](https://github.com/daveearley/screenshot.rocks) - Create Screenshot Mockups of Websites * [paste.photos](https://www.paste.photos/) - Paste Image to Download diff --git a/docs/index.md b/docs/index.md index 708623483..eed3ec535 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: July 2025 Updates ☀️ - link: /posts/july-2025 + title: Aug 2025 Updates ✨ + link: /posts/aug-2025 image: src: /test.png alt: FMHY Icon @@ -24,7 +24,7 @@ hero: link: /other/contributing - theme: alt text: Discord - link: https://rentry.co/fmhy-invite + link: https://pastebin.com/raw/n9BfTkjU features: - title: Adblocking / Privacy diff --git a/docs/internet-tools.md b/docs/internet-tools.md index a1b436460..98e264685 100644 --- a/docs/internet-tools.md +++ b/docs/internet-tools.md @@ -312,7 +312,7 @@ * [Linkify Plus Plus](https://greasyfork.org/scripts/4255) - Turn Plain Text URLs Into Links * [Open Bulk URL](https://openbulkurl.com/), [Open URL](https://openurl.online/) or [OpenAllURLs](https://www.openallurls.com/) - Bulk Open URLs * [Link Lock](https://rekulous.github.io/link-lock/) - Encrypt & Decrypt Links with Passwords -* [scrt.link](https://scrt.link/), [Br3f](https://www.br3f.com/) or [Temporary URL](https://www.temporary-url.com/) - Temporary Single-Use Links +* [scrt.link](https://scrt.link/) or [Temporary URL](https://www.temporary-url.com/) - Temporary Single-Use Links * [W.A.R. Links Checker Premium](https://greasyfork.org/en/scripts/2024) - File Host Link Auto-Check * [XML-Sitemaps](https://www.xml-sitemaps.com/) - Sitemap Creator * [IndexKings](http://www.indexkings.com/) - URL Indexer @@ -676,6 +676,7 @@ * [Firefox Scripts](https://github.com/xiaoxiaoflood/firefox-scripts) - Chrome Extensions in Firefox * [Dark Background and Light Text](https://github.com/m-khvoinitsky/dark-background-light-text-extension) - Dark Mode * [Bookmarks Organizer](https://github.com/cadeyrn/bookmarks-organizer) - Bookmark Cleanup +* [Bookmark Batch-Updater](https://addons.mozilla.org/en-US/firefox/addon/bookmark-batch-updater/) - Modify Properties of Multiple Bookmarks * [New Tab Override](https://www.soeren-hentzschel.at/firefox-webextensions/new-tab-override/) - Pick Site that Opens in New Tabs / [GitHub](https://github.com/cadeyrn/newtaboverride) * [Multi Tabs](https://addons.mozilla.org/en-US/firefox/addon/search-multi-tabs/) - Multi Tab Word Search * [Search Site WE](https://addons.mozilla.org/en-US/firefox/addon/search-site-we/) - Search Current Domain @@ -686,7 +687,7 @@ * [Chrome Mask](https://addons.mozilla.org/en-US/firefox/addon/chrome-mask/) - Use Chrome-Only Sites on Firefox / [GitHub](https://github.com/denschub/chrome-mask) * [Always Visible](https://addons.mozilla.org/en-US/firefox/addon/always-visible/) - Always Active / On-Top Window * [SoundFixer](https://github.com/valpackett/soundfixer) - Fixes / Increase Browser Audio -* [Read Aloud](https://readaloud.app/) - Text to Speech +* [Read Aloud](https://readaloud.app/) - Text to Speech / [Discord](https://readaloudai.com/discord) * [Firefox Stats](https://firefox-stats.com/) - Compare / Analyze Firefox Extensions * [PWAsForFirefox](https://pwasforfirefox.filips.si) - Install Progressive Web Apps diff --git a/docs/linuxguide.md b/docs/linuxguide.md index 283294ed1..71474e0f0 100644 --- a/docs/linuxguide.md +++ b/docs/linuxguide.md @@ -216,7 +216,7 @@ * [Audacious](https://audacious-media-player.org/) - Audio Player / [GitHub](https://github.com/audacious-media-player) * [Amberol](https://gitlab.gnome.org/World/amberol) - Audio Player * [Fooyin](https://www.fooyin.org/) - Audio Player / [GitHub](https://github.com/fooyin/fooyin) -* [g4music](https://gitlab.gnome.org/neithern/g4music) - Audio Player +* [Gapless](https://gitlab.gnome.org/neithern/g4music) - Audio Player * [dopamine](https://github.com/digimezzo/dopamine) - Audio Player * [AudioTube](https://invent.kde.org/multimedia/audiotube), [ytermusic](https://github.com/ccgauche/ytermusic/) or [Monophony](https://gitlab.com/zehkira/monophony) - YouTube Audio Clients * [MOC](http://moc.daper.net/) or [Kew](https://github.com/ravachol/kew) - TUI Audio Players @@ -268,7 +268,7 @@ * ⭐ **[protondb](https://www.protondb.com/)** - Proton Compatibility / [Steam Extension](https://github.com/Trsnaqe/protondb-community-extension) * ⭐ **[Lutris](https://lutris.net/)** - Games Manager * ⭐ **[proton-ge-custom](https://github.com/GloriousEggroll/proton-ge-custom)** - Play Windows Games on Linux / [Guide](https://www.reddit.com/r/LinuxCrackSupport/comments/yqfirv/how_to_install_fitgirl_or_dodi_windows_repacks_in/) -* ⭐ **[ProtonUp-QT](https://github.com/DavidoTek/ProtonUp-Qt/)** - Install / Manage Proton-GE for Steam and Wine-GE for Lutris +* ⭐ **[ProtonPlus](https://github.com/Vysp3r/ProtonPlus)** or [ProtonUp-QT](https://github.com/DavidoTek/ProtonUp-Qt/) -Linux Game Launcher Compatibility Managers * ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=4.0)** - Linux Games / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install) * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games * ⭐ **[johncena141](https://1337x.to/user/johncena141/)** - Linux Games / [Search](https://games.melroy.org/) / [Support](https://gitlab.com/jc141x/portal) @@ -326,7 +326,6 @@ * [OpenVPN Wrapper](https://github.com/slingamn/namespaced-openvpn) - VPN Tunnel * [Openconnect VPN Server](https://ocserv.gitlab.io/www/index.html) - Linux SSL VPN Server * [DSVPN](https://github.com/jedisct1/dsvpn) - Self-Hosted VPN -* [wireguird](https://github.com/UnnoTed/wireguird) - WireGuard GTK GUI * [vnStat](https://github.com/vergoh/vnstat) - Network Monitors * [Howdy](https://github.com/boltgolt/howdy) - Linux Facial Authentication * [USBGuard](https://github.com/USBGuard/usbguard) - Implement USB Device Authorization Policies @@ -615,7 +614,6 @@ * 🌐 **[Mac Menu Bar](https://macmenubar.com/)** - Menu Bar App Index * ⭐ **[Homebrew](https://brew.sh/)** / [GUI](https://corkmac.app/), [Munki](https://www.munki.org/munki/), [MacApps](https://macapps.link/en/) or [Applite](https://aerolite.dev/applite) - Package Managers * [AppsTorrent](https://appstorrent.ru/) -* [MacBed](https://www.macbed.com/) * [nMac](https://nmac.to/) * [Mac App Store](https://macappstre.com/) * [Antibiotic's](https://t.me/AntibioticsChannel) diff --git a/docs/miscguide.md b/docs/miscguide.md index d86767447..58dbb6ac4 100644 --- a/docs/miscguide.md +++ b/docs/miscguide.md @@ -9,7 +9,6 @@ * 🌐 **[Awesome List Index](https://github.com/sindresorhus/awesome), [2](https://github.com/topics/awesome)** or [awesome-list](https://github.com/topics/awesome-list) - All Awesome Lists * 🌐 **[lists](https://github.com/jnv/lists)** - List Index * ↪️ **[AI Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_indexes)** -* ↪️ **[Piracy Site Proxies](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_piracy_site_proxies)** * ⭐ **[FMHY Search](https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/105xraz/howto_search_fmhy/)** - Search the Wiki * ⭐ **[Awesome Search](https://awesomelists.top/)** - Awesome List Search * ⭐ **[Couleur Tweak Tips](https://ctt.cx/)** - Comprehensive Hub of Resources and Tools / [Discord](https://discord.gg/CTT) @@ -110,10 +109,10 @@ * ⭐ **[FindHelp](https://www.findhelp.org/)** - Find Free or Reduced-Cost Resources / US Only * [Single Mother Guide](https://singlemotherguide.com/) - Single Mother Government Benefits Guide / US Only +* [Be My Eyes](https://www.bemyeyes.com/) - Assist the Visually Impaired * [/r/Assistance](https://www.reddit.com/r/Assistance/) or [/r/borrow](https://www.reddit.com/r/borrow/) - Assistance / Donation Subreddits * [/r/Homeless](https://www.reddit.com/r/homeless/) - Homeless Assistance Subreddit * [/r/Random_Acts_Of_Pizza](https://www.reddit.com/r/Random_Acts_Of_Pizza/) - Pizza Donation Subreddit -* [BeMyEyes](https://www.bemyeyes.com/) - Assist the Visually Impaired * [TinyKitten](https://tinykittens.com/) - Kitten Rescue / Donation * [CharityNavigator](https://www.charitynavigator.org/), [Arab.org](https://arab.org/), [CharityWatch](https://www.charitywatch.org/), [ProPublica](https://projects.propublica.org/nonprofits/) or [GiveWell](https://www.givewell.org) - Charity Ratings / Resources * [Free Rice](https://freerice.com/) - Earn Rice for the World Food Programme / Trivia @@ -125,7 +124,7 @@ * 🌐 **[/m/food](https://www.reddit.com/user/Siryonkee/m/food/)** - Food Multireddit * 🌐 **[MapOfTheBest](https://mapofthebest.com/)** - Top Restaurant List * ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators -* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://patrickzedler.com/grocy/) / [Subeddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy), [Listonic](https://new.app.listonic.com/en) or [KitchenOwl](https://kitchenowl.org/) / [GitHub](https://github.com/TomBursch/kitchenowl) - Grocery / Pantry Managers +* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://patrickzedler.com/grocy/) / [Subreddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy), [Listonic](https://new.app.listonic.com/en) or [KitchenOwl](https://kitchenowl.org/) / [GitHub](https://github.com/TomBursch/kitchenowl) - Grocery / Pantry Managers * ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews * ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides * ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search @@ -214,7 +213,7 @@ * 🌐 **[Cannabis Growing Subreddits](https://www.reddit.com/r/trees/wiki/entreddits_social#wiki_growing)** or [Marijuana Subs](https://www.reddit.com/r/trees/wiki/entreddits_social) - Marijuana Subreddits * ⭐ **[EarthEasy](https://learn.eartheasy.com/)**, [How To Garden](https://www.bhg.com/gardening/how-to-garden/), [HappySprout](https://www.happysprout.com), [Growing Guide](https://blog.planter.garden/), [GrowStuff](https://www.growstuff.org/) or [GrowVeg](https://www.growveg.com/) - Gardening Guides * ⭐ **[/r/Gardening](https://reddit.com/r/gardening)** - Gardening Community -* ⭐ **[/r/Whatsthisplant](https://www.reddit.com/r/whatsthisplant/)** - Plant Identification Communities +* ⭐ **[/r/Whatsthisplant](https://www.reddit.com/r/whatsthisplant/)** - Plant Identification Community * [PictureThis](https://www.picturethisai.com/) / [Premium](https://forum.mobilism.org/search.php?keywords=picturethis&terms=all&author=&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search) or [Pl@ntNet](https://identify.plantnet.org/) - Plant Identification Tools / [Android](https://play.google.com/store/apps/details?id=cn.danatech.xingseus) / [iOS](https://apps.apple.com/us/app/picturethis-plant-identifier/id1252497129) * [WildFlowerSearch](https://wildflowersearch.org/) - Flower Identifier * [Permapeople](https://permapeople.org/) - Garden Plant Info @@ -460,7 +459,7 @@ * ↪️ **[Newspaper Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_newspapers)** * ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)** * ⭐ **[TorrentFreak](https://torrentfreak.com/)** / [Telegram](https://t.me/torrentfreaks) - Piracy News -* ⭐ **[Current Events Wiki](https://en.m.wikipedia.org/wiki/Portal:Current_events)** - Breaking News +* ⭐ **[Current Events Wiki](https://en.wikipedia.org/wiki/Portal:Current_events)** - Breaking News * ⭐ **[Good News Network](https://www.goodnewsnetwork.org/)** or [Happy Daze](https://happydaze.io/) - Uplifting News * [News as Facts](https://newsasfacts.com/) - Wiki-Based News * [Google Alerts](https://www.google.com/alerts) - News Alerts by Topics @@ -519,6 +518,7 @@ * [TechURLs](https://techurls.com/) - Tech News * [Techmeme](https://www.techmeme.com/) - Tech News * [The Brutalist Report](https://brutalist.report/) - Tech News +* [ThisWeekInVideoGames](https://thisweekinvideogames.com/news/) - Gaming News * [TuxURLs](https://tuxurls.com/) - Linux News * [Liliputing](https://liliputing.com/) - Hardware / Linux Mobile News * [Geeks3D](https://www.geeks3d.com/), [Toms Hardware](https://www.tomshardware.com/) or [Overclock3D](https://overclock3d.net/) - Hardware News / Reviews @@ -764,36 +764,20 @@ ## ▷ Resume / Portfolio -* ⭐ **[RX Resume](https://rxresu.me/)** - Resume Maker / [GitHub](https://github.com/amruthpillai/reactive-resume) -* ⭐ **[KickResume](https://www.kickresume.com/en/help-center/resume-samples/)** or [ThisResumeDoesNotExist](https://thisresumedoesnotexist.com/) - Resume Samples +* ⭐ **[RX Resume](https://rxresu.me/) / [GitHub](https://github.com/amruthpillai/reactive-resume)**, [FlowCV](https://flowcv.com/), [Resuminator](https://www.resuminator.in/) / [GitHub](https://github.com/resuminator/resuminator) or [Sheets](https://sheetsresume.com/builder) - Resume Builders +* ⭐ **[KickResume](https://www.kickresume.com/en/help-center/resume-samples/)** - Resume Samples +* [ResumGO](https://www.resumgo.com/) - Resume Templates +* [YAMLResume](https://yamlresume.dev/) / [GitHub](https://github.com/yamlresume/yamlresume) or [RenderCV](https://rendercv.com/) / [GitHub](https://github.com/rendercv/rendercv) - YAML Based Resume Builders +* [IntelligentCV](https://www.intelligentcv.app/) - Resume Builder Mobile App * [ChatProfolio](https://chatprofolio.vercel.app/) or [PeerList](https://peerlist.io/) - Portfolio Builders -* [Dopefolio](https://github.com/rammcodes/Dopefolio) - Developer Portfolio Template -* [CoFolios](https://cofolios.com/) - Portfolio Sharing -* [RenderCV](https://rendercv.com/) - YAML-Based / [GitHub](https://github.com/rendercv/rendercv) -* [Resume Builder](https://resume.haveloc.com/) -* [ResumeMatcher](https://www.resumematcher.fyi/) -* [HeyCV](https://heycv.app/) -* [resumonk](https://www.resumonk.com/) -* [Resuminator](https://www.resuminator.in/) -* [flowcv](https://flowcv.com/) -* [Resumake](https://resumake.io/) / [GitHub](https://github.com/saadq/resumake.io) -* [resume-nation](https://resume-nation.github.io/) -* [sajilocv](https://sajilocv.com/) -* [GotResumeBuilder](https://www.gotresumebuilder.com/) -* [Resume.com](https://www.resume.com/) -* [CvResumeNest](https://cvresumenest.com/) -* [intelligentcv](https://www.intelligentcv.app/) -* [resumgo](https://www.resumgo.com/) -* [resumake](https://latexresu.me/) -* [open-resume](https://www.open-resume.com/) -* [novoresume](https://novoresume.com/) -* [ResumeFromSpace](https://resumefromspace.com/) +* [CoFolios](https://cofolios.com/) - Portfolio Samples *** ## ▷ Remote Jobs * 🌐 **[Awesome Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job)** or [Established Remote](https://github.com/yanirs/established-remote) - Remote Job Resources +* 🌐 **[remote-jobs](https://remoteintech.company/)** - Remote Friendly Company Index / [GitHub](https://github.com/remoteintech/remote-jobs) * ⭐ **[Real Work From Anywhere](https://www.realworkfromanywhere.com/)** - Global "Work-From-Anywhere" Job Board * [Overemployed](https://overemployed.com/) - Discuss Working 2+ Remote Jobs / [Subreddit](https://www.reddit.com/r/overemployed) / [Discord](https://discord.com/invite/a8VGhbZyek) * [WFH Companies India](https://github.com/abhagsain/WFH-Companies-India) - Work from Home Jobs in India @@ -1012,6 +996,7 @@ * [DrawTab](https://docs.thesevenpens.com/drawtab) - Drawing Tablet Info / Wiki * [Consolevariations](https://consolevariations.com/) - Game Console Rarity / Shopping * [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras +* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations *** @@ -1029,7 +1014,7 @@ * [PSPrices](https://psprices.com/) / [Discord](https://discord.com/invite/hN57zh8Ey2) * [EpicGamesDC](https://epicgamesdb.info/) - Epic Store Price Tracker * [PriceCharting](https://www.pricecharting.com/) - Game, Comic & Trading Card Price Tracker -* [DekuDeals](https://www.dekudeals.com/) / [Discord](https://discord.gg/WEuq5CTcBa), [NTDeals](https://ntdeals.net/) or [AppGG](https://appagg.com/) / [Discord(https://discord.gg/PpKgSCQr) - Switch Game Price Trackers +* [AppAgg](https://appagg.com/) / [Discord](https://discord.gg/XUhs6fcFqQ), [DekuDeals](https://www.dekudeals.com/) / [Discord](https://discord.gg/WEuq5CTcBa), [NTDeals](https://ntdeals.net/) - Switch Game Price Trackers * [PS Deals](https://psdeals.net/) or [XB Deals](https://xbdeals.net/) - Game Price Trackers *** @@ -1104,7 +1089,6 @@ ## ▷ Multi Tool Sites * 🌐 **[Mr Free Tools](https://mrfreetools.com/)** - Find Free Tools -* ⭐ **[LibreOps](https://libreops.cc/)** - Open-Source Tools * ⭐ **[TinyWow](https://tinywow.com/)** - Text / Image / PDF / File * ⭐ **[PineTools](https://pinetools.com/)** - Text / Multimedia / Colors / Code * [ZeroKit](https://zerokit-dun.vercel.app/) - Text / Image / Social Media / Code / [Discord](https://discord.gg/XDqV2ucEpP) @@ -1526,6 +1510,7 @@ * [ToyBox](https://toybox.toms.toys/) - Toys / Games * [The Red Button](https://clicktheredbutton.com/) - Random Video / Song Generator * [Visit A Random Website](https://visitarandomwebsite.com/) - Find Random Sites +* [LinkRoll](https://satyrs.eu/linkroll) - Find Random Sites * [BoredButton](https://www.boredbutton.com/) - Find Random Sites * [Sharkle!](https://sharkle.com/) - Find Random Sites * [The Useless Web](https://theuselessweb.com/), [2](https://theuselessweb.site/) - Find Random Sites diff --git a/docs/non-english.md b/docs/non-english.md index eb0dcd987..462041b4b 100644 --- a/docs/non-english.md +++ b/docs/non-english.md @@ -33,26 +33,28 @@ ## ▷ Streaming / البث * ⭐ **[Cimaleek](https://m.cimaleek.to/)** - Movies / TV -* ⭐ **[FaselHD](https://www.faselhds.care/)** - Movies / TV / Anime / Sub / 1080p / Use Adblocker +* ⭐ **[FaselHD](https://www.faselhds.xyz/)**, [2](https://web33.faselhd1watch.one/) - Movies / TV / Anime / Sub / 1080p / Use Adblocker * [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 * [ArabSeed](https://a.asd.homes/main/) - Movies / TV / Anime * [egybest](https://egybest.la/) - Movies / TV / Anime * [My Cima](https://my-cima.video/) - Movies / TV -* [mycima-wecima](https://mycima-wecima.com/) - Movies / TV +* [mycima](https://mycima-wecima.com/), [2](https://mycinma.video/) - Movies / TV * [Laroza TV](https://tv.laroza.now/) - TV +* [kirmalk](https://ba.kirmalk.com/) - TV * [witanime](https://witanime.cyou/) - Anime / Sub / 1080p * [okanime](https://okanime.tv/) - Anime / Sub / 1080p / Region Locked * [ristoanime](https://ristoanime.com/) - Anime +* [anslayerweb](https://anslayerweb.com/) - Anime * [animezid](https://animezid.net/) - Anime / Cartoons -* [arabic-toons](https://www.arabic-toons.com/) - Cartoons -* [Flowind](https://flowind.net/) - Cartoons * [Animerco](https://animerco.org/) - Anime / Sub / 1080p * [maycima](https://maycima.com/) - Anime * [shahiid](https://shahiid-anime.net/) - Anime / Sub / 720p * [anime3rb](https://anime3rb.com/) - Anime / Sub * [jotorrent](https://www.jotorrent.com/) - Anime / Sign-Ups Open Every Month +* [arabic-toons](https://www.arabic-toons.com/) - Cartoons +* [Flowind](https://flowind.net/) - Cartoons * [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV * [Bein4kora](https://bein4kora.com/) - Live Football * [koraa-live](https://www.koraa-live.com/) - Live Football @@ -185,7 +187,6 @@ ## ▷ Downloading / 下载 -* [shinybbs](https://sysub.vip/) - Movies / TV / 1080p * [AnimeNep](https://t.me/AnimeNep) - Anime * [J-pop Music Download](https://jpop.xyz/category/c-pop/) - Music / FLAC / MP3 * [icourse163](https://www.icourse163.org/) / [Icourse163 Downloader](https://greasyfork.org/en/scripts/372684) - Courses @@ -229,6 +230,7 @@ * [VidHub](https://vidhub.me/) - Movies / TV / Anime / Sub / 1080p * [ztv.tw](https://ztv.tw) - Streaming / Movies / TV / Anime * [chinaq.app](https://chinaq.app/) - Movies / TV / Anime +* [xigua2](https://xigua2.com/) - Movies / TV / Sub * [Imaple](https://imaple8.co/) - Movies / TV / Sub / 1080p * [xiaoyakankan](https://xiaoyakankan.com/) - Movies / TV / 720p * [IYF](https://www.iyf.tv/) - Movies / TV / Sub / Dub / 720p @@ -275,6 +277,7 @@ * [Piaotian](https://www.piaotia.com/) - Books / Light-Novels * [qqszz](https://www.qqszz.net/) - Books / Light-Novels / Sign-Up Required * [yodu](https://www.yodu.org/) - Books / Light-Novels +* [256zw](https://www.256zw.org/) - Light-Novels * [Doujin Fiction Network](https://www.trxs.me/) or [Readfine](https://t.me/Readfine) / [Discussion](https://t.me/ReadfineChat) - FanFiction * [shuge](https://www.shuge.org/) - Rare / Ancient Books * [CText](https://ctext.org/), [ChineseNotes](https://chinesenotes.com/texts.html) or [quanxue](https://www.quanxue.cn/) - Chinese Historic Text Archives @@ -285,7 +288,7 @@ * [Shufazidian](https://www.shufazidian.com/) - Chinese Calligraphy Dictionary * [owlook](https://www.owlook.com.cn/) - Chinese Web Novel Search / [GitHub](https://github.com/howie6879/owllook) * [CCams](http://www.ccamc.co/) - Chinese Character Search -* [CBeta](https://www.cbeta.org/) - Chinese Buddhist Scriptures +* [CBeta](https://www.cbeta.org/) or [Goodweb](http://goodweb.net.cn/sutra/) - Chinese Buddhist Scriptures * [Open Literature](http://open-lit.com/html/) - Classic Chinese Novels * [21dzk](https://21dzk.l.u-tokyo.ac.jp/SAT/index.html) - Chinese Buddhist Scriptures * [wenku](https://pypi.org/project/wenku/) - Baidu Wenku Downloader @@ -310,7 +313,6 @@ * [DM5](https://www.dm5.com/), [2](https://tel.1kkk.com/) - Manga / Manhua * [godamanga.site](https://godamh.com/) - Manga * [xmanhua.com](https://xmanhua.com/) - Manga / Some NSFW -* [8comic](https://www.8comic.co) - Manga * [tvbsmh](https://www.tvbsmh.com/) - Manga * [manhuagui](https://www.manhuagui.com/) - Manga * [colamanga](https://www.colamanga.com/) - Manga @@ -388,12 +390,15 @@ * [finna.fi](https://www.finna.fi/) - Media Archive / Library Card Required * [Sanuli](https://sanuli.fi/) - Finnish Wordle +* [Viittomaluettelot](https://suvi.viittomat.net/) - Sign Language Dictionary ## ▷ Streaming / Suoratoisto * [Elonet](https://elonet.finna.fi/) - Classic Movies * [Areena](https://areena.yle.fi/) - Movies / TV / 1080p +* [Viddla](https://www.viddla.fi/) - Movies / TV / Library Card Required * [TVKaista](https://www.tvkaista.org/) - Finnish IPTV +* [Podcast24](https://podcast24.fi/) - Podcasts ## ▷ Reading / Lukeminen @@ -446,6 +451,8 @@ * [Deksov](https://deksov.com/) - Movies / TV / Anime * [Darkiworld](https://darkiworld2025.com/) - Movies / TV / Anime * [cinepulse](https://cinepulse.to/) - Movies / TV / Anime +* [xalaflix](https://xalaflix.io/) - Movies / TV / Anime / Dub / [Discord](https://discord.gg/7myEXg2tQF) +* [frembed](https://frembed.top/) - Movies / TV / Anime / Dub * [coflix](https://coflix.mov/) - Movies / TV / Anime * [Sadisflix](https://sadisflix.ing/) - Movies / TV / Anime / Dub / 1080p / Use Adblocker / [Telegram](https://t.me/sadisflix) * [Kordoz](https://www.kordoz.com/) - Movies / TV / Anime @@ -472,12 +479,11 @@ * [vostanime](https://vostanime.fr/) - Anime / Sub / 1080p * [animeko](https://animeko.co/) - Anime / Sub / 1080p * [anime-sama](https://anime-sama.fr/) - Anime / Sub / 1080p +* [molotov.tv](https://www.molotov.tv/) - Live TV * [LeFoot](https://lefoot.ru/) - Live Sports * [oohquelbut](https://oohquelbut.ru/) - Live Sports -* [canalsport](https://canalsport.ru/) - Live Sports * [JokerTV](https://jokertv.ru/) - Live Football * [remontadatv](https://remontadatv.ru/) - Live Football -* [CatoonHub](https://catoonhub.com/) - Cartoons / Dub / 720p * [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App * [Lesics](https://youtube.com/@LesicsFR) - Sabins Civil Engineering * [Grafikart](https://grafikart.fr/) - Programming Courses @@ -495,6 +501,7 @@ * [Mangadraft](https://www.mangadraft.com/) - Manga / Comics / Webtoons / Light-Novels * [Planete-BD](https://planete-bd.org/) - Manga / Comics * [SushiScan](https://sushiscan.net/) - Manga +* [lelscanfr](https://lelscanfr.com/) - Manga * [Theses.fr](https://www.theses.fr/) - Theses * [FRDownMags](https://fr.downmagaz.net/) - Magazines / Some NSFW * [ORAEDES](https://oraedes.fr/) - Occult / Esoteric @@ -592,6 +599,7 @@ * [Greek-Movies](https://greek-movies.com/) - Movies / TV / Live / Courses / Dub / 720p * [xrysoi](https://xrysoi.pro/), [2](https://tainiesonline.xyz) - Movies / TV +* [tenies](https://tenies.gr/) - Movies / TV / Anime / Live TV / Live Sports * [filmatic](https://filmatic.online/) - Movies / TV * [gamatotv](https://gamatotv.info/) - Movies / TV * [movio](https://movio.club/) - Movies / TV @@ -650,6 +658,7 @@ * [moviedrive](https://moviedrive.hu/) - Movies / TV / Anime / Sub / Dub / 1080p * [OnlineFilmekIngyen](https://www.onlinefilmekingyen1.com/) - Movies / Sub / Dub / 1080p * [filmezz](https://filmezz.club/) - Movies / TV / Dub / 720p +* [filminvazio](https://filminvazio.cc/) - Movies / TV * [filmezek](https://filmezek.com/) - Movies * [mozicsillag](https://mozicsillag1.me/) - Movies / TV / Sub / Dub / 720p * [animedrive](https://animedrive.hu/) - Anime / [Discord](https://discord.com/invite/blackfire) @@ -702,6 +711,7 @@ * [PikaHD](https://pikahd.com/) - Anime / Dub / 1080p * [Anilot.in](https://www.animeraja.in/) - Anime / 1080p / [Telegram](https://t.me/Anilot_Anime) * [Toonhub4u](https://toonhub4u.me/) - Anime / Cartoon / Dub / 1080p / [Telegram](https://telegram.me/joinchat/oHRgJ6SMZ6c3OTI1) +* [TamilToon](https://tamiltoon.net/) - Tamil / Telegu / Hindi / English / Cartoons * [New Hindi Animes](https://t.me/New_Hindi_Animes) - Anime Telegram Chat * [Indian Flac Songs](https://t.me/indianflacsongs) - Music / FLAC * [Malayalam Film Songs](https://t.me/cc_NewMalayalamMp3) - Audio @@ -782,6 +792,7 @@ * [ngefilm21](https://www.ngefilm21.pw/) - Movies / TV / Anime * [MyNimeku](https://www.mynimeku.com/) - Anime / Sub / 1080p * [anoBoy](https://ww1.anoboy.app/) - Anime / Sub / 1080p +* [Anoboye](https://anoboye.com/) - Anime / Sub * [Samehadaku](https://samehadaku.care/) - Anime / Sub / 1080p / [Telegram](https://t.me/samehadaku_care) * [Best Release](https://best-release.koisuru.web.id/) - Anime Release Info * [Irama Nusantara](https://www.iramanusantara.org/en) - Music / [Downloader](https://irnus-dl.slickerius.com/) @@ -818,7 +829,7 @@ ## ▷ Streaming -* [StreamingCommunity](https://streaming-community.bio/) - Movies / TV +* [StreamingCommunity](https://streamingcommunityz.info/) - Movies / TV / [Status](https://telegra.ph/Link-Aggiornato-StreamingCommunity-09-29) * [Altadefinizione](https://altadefinizionegratis.life/) - Movies / Sub / Dub / 1080p / 4K * [CasaCinema](https://casacinema.world/) - Movies / TV / Anime / Sub / Dub / 1080p / 4K * [RaiPlay](https://www.raiplay.it/) - Movies / TV / Dub @@ -835,7 +846,6 @@ ## ▷ Reading / Leggere * [LiberLiber](https://liberliber.it/opere/libri/) - Books -* [MangaWorld](https://www.mangaworld.nz/) - Manga * [hastateam](https://ddt.hastateam.com/) - Manga * [Slumberland](https://www.slumberland.it/) - Comic Encyclopedia * [EFP Fanfiction](https://efpfanfic.net/) - Fanfiction @@ -905,11 +915,11 @@ * [A-zmanga](https://www.a-zmanga.net/) - Manga * [AsianMediaBlog Manga](https://asiamediablog.com/media/comic/manga/) - Manga * [Comic77.com](https://comic77.com/) - Manga -* [MangaSuika](https://www.mangasuika.com/) - Manga * [Comics888](https://comics888.com/) - Manga * [KLManga](https://klz9.com/) - Manga * [LManga](https://www.lmanga.com/) - Manga * [jmanga](https://jmanga.se/) - Manga +* [rawkuma](https://rawkuma.net/) - Manga * [raw1001](https://raw1001.net/) - Manga * [mangakoma01](https://mangakoma01.net/) - Manga * [mangakoma](https://mangakoma.net/) - Manga @@ -1006,6 +1016,7 @@ * [pop-music](https://pop-music.ir/) - Music / MP3 * [MusicDagh](https://www.musicdagh.ir/) - Music / MP3 * [GolsarMusic](https://golsarmusic.ir/) - Music / MP3 +* [upmusics](https://upmusics.com/) - Music / MP3 * [Download1Music](https://download1music.ir/) - Music / MP3 * [mytehranmusic](https://mytehranmusic.com/) - Music / MP3 * [Just Music](https://just-music.ir/) - Classical Music / MP3 @@ -1021,6 +1032,7 @@ * [RadioVatani](https://www.radiovatani.com/) - Persian Movies / TV / Live / 1080p * [Nostalgik](https://nostalgiktv.org/) - Persian Movies / TV / Cartoons / 720p * [imvbox](https://www.imvbox.com/) - Movies / TV / Sub +* [hikoca](https://hikoca.co.uk/) - Movies / TV * [Anten.ir](https://www.anten.ir/) - Live TV / Sports * [Sepehr](https://sepehrtv.ir/) - Live TV * [ParsaTV](https://www.parsatv.com/) - Live TV @@ -1029,6 +1041,7 @@ ## ▷ Reading / خواندن +* [parsbook](https://www.parsbook.com/) - Educational Books * [Afghanistandl](https://afghanistandl.nyu.edu/) - Historical Books *** @@ -1054,6 +1067,7 @@ ## ▷ Streaming +* ⭐ **[Kreskowki24](https://kreskowki24.top/)** - Movies / Cartoons / [Discord](https://discord.gg/SB5bdaRNfb) * ⭐ **[Obejrzyj](https://www.obejrzyj.to/)** - Movies / TV * ⭐ **[OgladajAnime](https://ogladajanime.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.com/invite/XJTq5Ez5Kv) * ⭐ **[Grupa Mirai](https://www.grupa-mirai.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.gg/WyXrp6ZK5J) @@ -1132,7 +1146,7 @@ * ⭐ **[Cineby](https://www.cineby.app/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial) * ⭐ **[Gyn Cursos](https://gyncursos.com.br)**, [Curso em Vídeo](https://www.cursoemvideo.com), [iEstudar Cursos](https://iestudar.com) or [Pensar Cursos](https://www.pensarcursos.com.br) - Courses * [Redecanais](https://redecanais.fi/) - Movies / TV / Anime / Dub / 1080p -* [WarezCDN](https://warezcdn.com) - API for Movies / TV / Anime +* [WarezCDN](https://warezcdn.link/) - API for Movies / TV / Anime * [GoFilmes](https://gofilmes.me/m/) - Movies / TV / Sub / Dub / 1080p * [tugaflix](https://tugaflix.best) - Movies / TV / Sub / 1080p * [megafilmeshd50](https://megafilmeshd50.zip/) - Movies / TV @@ -1141,6 +1155,7 @@ * [Libreflix](https://libreflix.org) - Portuguese TV / Documentaries / 720p * [AnimeFire](https://animefire.plus/) - Anime / Sub / 1080p * [anroll](https://anroll.net/) - Anime / Sub / 1080p +* [goyabu](https://goyabu.to/) - Anime / Sub * [NewZect](https://newzect.com) - Asian Drama / Sub / 720p * [NetMovies](https://www.netmovies.com.br) - Movies / TV / Requires Login * [Bombozila](https://bombozila.com) - Movies / TV / Requires Login @@ -1252,6 +1267,7 @@ * [portalultautv](https://portalultautv.biz/) - Movies / TV / Sub * [fsonline](https://www3.fsonline.app/) - Movies / TV / Sub * [xfilme](https://xfilme.ro/) - Movies +* [telenovelero](https://telenovelero.com/) - TV * [filmflix](https://filmflix.ro/) - Movies * [Meoo.ro](https://meoo.ro/) - Movies * [vezihd](https://vezihd.ro/) - Movies @@ -1375,7 +1391,7 @@ * [Dokonlin](https://www.dokonlin.online/) - Documentaries / Dub / 1080p * [mult-fan](https://mult-fan.tv/) - Cartoons * [animatsiya](https://animatsiya.net/) - Russian Animation Archive -* [TurkishTV](https://turkishtv.co/), [KinoTurk](https://kinoturk.net/) or [TurkRu.TV](https://turkrutv.tv/) - Turkish TV w/ Russian Subs +* [TurkishTV](https://turkishtv.co/), [turserial](https://turserial.info/), [KinoTurk](https://kinoturk.net/) or [TurkRu.TV](https://turkrutv.tv/) - Turkish TV w/ Russian Subs * [TVRF](https://tvrf.online/) - Live TV * [Viks](http://ip.viks.tv/) - Live TV * [Telik](https://telik.top/) - Live TV @@ -1552,6 +1568,7 @@ * [ModoCine](https://modocine.com/) - Movies / TV * [poseidonhd2](https://www.poseidonhd2.co/) - Movies / TV * [PelisPedia](https://pelispedia.mov/) - Movies / TV / Latino +* [rtvcplay](https://rtvcplay.co/) - Free Public Columbian TV * [futbollibrehd](https://futbollibrehd.cl/) - Live Sports * [la12hd](https://la12hd.com/) - Live Sports * [Zanex](https://zanex.lat/) - Live Sports @@ -1801,7 +1818,7 @@ ## ▷ Streaming / Phát trực tuyến -* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / [Telegram](https://t.me/rophimzone), [2](https://t.me/congdongrophim) / [Discord](https://discord.gg/rophim) +* ⭐ **[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) * ⭐ **[VTVGo](https://vtvgo.vn/)** - Live TV * ⭐ **[ZingMP3](https://zingmp3.vn/)** - Music * [JenkaStudioVN](https://www.jenkastudiovn.net/) - Movies / Anime / Sub / Dub / 1080p @@ -1811,7 +1828,6 @@ * [XemPhim](https://xemphim.app/) - Movies / TV / Sub / 720p * [chuyenphim18](https://chuyenphim18.site/) - Movies / TV / Anime / Sub / 720p * [kkphim](https://kkphim.com/), [2](https://phim.nguonc.com/), [3](https://ophim.movie/) / Movies / TV / Anime / [Ad Script](https://github.com/Hth4nh/PureMovies) -* [HoatHinh3D](https://hoathinh3d.fun/) - Chinese Animation / Sub / 1080p * [phim.in](https://phim.in.net/) - Anime / Movies / TV / Chinese Animation / Sub / Dub / 1080p * [AnimeTVN](https://animetvn4.com/) - Anime / Chinese Animation / Sub / 1080p * [AnimeVietsub](https://animevietsub.link/) - Anime / Chinese Animation / Sub / 1080p @@ -1884,6 +1900,7 @@ * [amharicbookss](https://t.me/amharicbookss) - Amharic / Books * [Yoda](https://yoda.az/) - Azerbaijani / Live TV * [euskal](https://www.euskal-encodings.eus/) - Basque / Download / Movies / TV +* [radioplayer.be](https://radioplayer.be/) - Belgian Radio Stations / French / Dutch * [channelmyanmar](https://channelmyanmar.org) - Burmese / Movies / TV / Cartoons / 1080p / 4K * [lupiteam](https://lupiteam.net/) - Corsican / Manga * [BalkanDownload](https://balkandownload.org/) - Croatian / Download / Video / Audio / Games / Books / Comics @@ -1894,7 +1911,7 @@ * [Lesics](https://youtube.com/@LesicsDE) - Danish / Sabins Civil Engineering * [TorrentHeaven](https://www.torrentheaven.org/) - Dutch Torrents / Video / Audio / Books / NSFW * [NPO](https://npo.nl/) - Dutch / TV Streaming -* [Oorboekje](https://oorboekje.nl/) - Dutch Radio Stations +* [Oorboekje](https://oorboekje.nl/ or [luisterradio](https://luisterradio.fm/) - Dutch Radio Stations * [Eboek.info](https://eboek.info/) - Dutch / Download / Comics * [Deildu](https://deildu.net/) - Icelandic / Torrents * [Shafilm](https://shafilm.vip/) - Kurdish / Streaming / Movies / TV / Anime / Cartoons diff --git a/docs/posts/aug-2025.md b/docs/posts/aug-2025.md new file mode 100644 index 000000000..6f72c318a --- /dev/null +++ b/docs/posts/aug-2025.md @@ -0,0 +1,103 @@ +--- +title: Monthly Updates [August] +description: August 2025 updates +date: 2025-08-01 +next: false + +prev: false + +footer: true +--- + +