mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 05:53:56 +00:00
Compare commits
58 Commits
f271deb08b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
887dcdc9c0 | ||
|
|
fd171130a9 | ||
|
|
6e7a285a46 | ||
|
|
b053290951 | ||
|
|
04d4449346 | ||
|
|
91775cc1dd | ||
|
|
ffb5eabd2d | ||
|
|
bec133394e | ||
|
|
bf54290287 | ||
|
|
33162eca11 | ||
|
|
0096e2fbde | ||
|
|
ac1422c52f | ||
|
|
9308764802 | ||
|
|
31bd66e455 | ||
|
|
aa95a444c5 | ||
|
|
c0f71dfae8 | ||
|
|
30b4ba4ffa | ||
|
|
35ffe199d2 | ||
|
|
5091acc1f3 | ||
|
|
4861b4bdb9 | ||
|
|
32b11ba3c0 | ||
|
|
e099fab018 | ||
|
|
da772d5491 | ||
|
|
c21b1a1686 | ||
|
|
4746986df0 | ||
|
|
10014801ca | ||
|
|
fc9cab8d7e | ||
|
|
03377cd68e | ||
|
|
eccf8472b1 | ||
|
|
7e2b4c3ba5 | ||
|
|
3551faed9d | ||
|
|
0757624cb2 | ||
|
|
617663d9dd | ||
|
|
4ec2ecb22e | ||
|
|
50b013d356 | ||
|
|
04b1829c7a | ||
|
|
5e08bbe913 | ||
|
|
8bb9a04331 | ||
|
|
4b340191ad | ||
|
|
e6fb8d7520 | ||
|
|
ce280b9af7 | ||
|
|
da9cb76361 | ||
|
|
99acae6f45 | ||
|
|
89ca8d01ce | ||
|
|
3e2556c484 | ||
|
|
98ec650b29 | ||
|
|
1eed3819fd | ||
|
|
2e126b84f0 | ||
|
|
025eeacd06 | ||
|
|
dc5d4abfc7 | ||
|
|
ad15525706 | ||
|
|
c7ca6554ea | ||
|
|
25c48d13d6 | ||
|
|
3f0e9d04f4 | ||
|
|
4102c327b6 | ||
|
|
d6bf9dc79a | ||
|
|
27bc24bf0d | ||
|
|
a252f8ee65 |
4
.github/README.md
vendored
4
.github/README.md
vendored
@@ -8,7 +8,7 @@
|
||||
|
||||
- Website: [fmhy.net](https://fmhy.net)
|
||||
- News & Monthly Updates: [fmhy.net/posts](https://fmhy.net/posts)
|
||||
- Backups: [github.com/fmhy/FMHY/wiki/Backups](https://github.com/fmhy/FMHY/wiki/Backups)
|
||||
- Backups, Markdown, JSON API: [github.com/fmhy/FMHY/wiki/Backups](https://github.com/fmhy/FMHY/wiki/Backups)
|
||||
- Neither the site nor GitHub host any files
|
||||
|
||||
## 🗺️ Emoji Legend
|
||||
@@ -33,4 +33,4 @@ Here are a few ways you can get involved:
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/fmhy/FMHY/wiki/FMHY-Discord"><img width="30px" src="./assets/discord.svg" alt="Discord"></a> <a href="https://github.com/fmhy"><img width="30px" src="./assets/github.svg" alt="GitHub"></a>
|
||||
</p>
|
||||
</p>
|
||||
@@ -2,10 +2,13 @@
|
||||
import { onBeforeUnmount, onMounted, ref } from 'vue'
|
||||
import Switch from './Switch.vue'
|
||||
|
||||
const isDisabled = ref(false)
|
||||
const isOn = ref(false)
|
||||
|
||||
const syncState = () => {
|
||||
isOn.value = document.documentElement.classList.contains('indexes-only')
|
||||
const root = document.documentElement
|
||||
isDisabled.value = root.classList.contains('starred-only')
|
||||
isOn.value = root.classList.contains('indexes-only')
|
||||
}
|
||||
|
||||
let observer: MutationObserver | undefined
|
||||
@@ -22,6 +25,11 @@ onMounted(syncState)
|
||||
onBeforeUnmount(() => observer?.disconnect())
|
||||
|
||||
const toggleIndexes = (value: boolean) => {
|
||||
if (isDisabled.value) {
|
||||
isOn.value = document.documentElement.classList.contains('indexes-only')
|
||||
return
|
||||
}
|
||||
|
||||
const root = document.documentElement
|
||||
const enabling = value
|
||||
const wasStarred = root.classList.contains('starred-only')
|
||||
@@ -47,11 +55,13 @@ const toggleIndexes = (value: boolean) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Switch v-model="isOn" @update:modelValue="toggleIndexes" />
|
||||
<Switch v-model="isOn"
|
||||
:disabled="isDisabled"
|
||||
:class="{ disabled: isDisabled }"@update:modelValue="toggleIndexes" />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.indexes-only li:not(.index) {
|
||||
.indexes-only .vp-doc li:not(.index) {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -47,7 +47,7 @@ const toggleStarred = (value: boolean) => {
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.starred-only li:not(.starred) {
|
||||
.starred-only .vp-doc li:not(.starred) {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
67
docs/ai.md
67
docs/ai.md
@@ -15,14 +15,14 @@
|
||||
* ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** - Gemini 3 Pro / 100 Daily / Sign-Up Required / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[Z.ai](https://chat.z.ai/)** - GLM 4.7 / Slides / Unlimited / [Discord](https://discord.gg/QR7SARHRxK)
|
||||
* ⭐ **[Grok](https://grok.com/)** - Grok 4 Fast (96 daily) / Grok 4.1 (24 daily) / [Rate Display](https://greasyfork.org/en/scripts/558017), [2](https://chromewebstore.google.com/detail/grok-rate-limit-display/fcoijmefliggikpeofhojmkpoooocifk) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* ⭐ **[Gemini](https://gemini.google.com/)** - Gemini 3 Pro (5 per day) / 3 Flash (Unlimited) / [Limits](https://support.google.com/gemini/answer/16275805) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.2 / Sign-Up Required / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai)
|
||||
* ⭐ **[Kimi](https://www.kimi.com/)** - Kimi K2 (Thinking) / Slides / Sign-Up Required / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI)
|
||||
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5.1 / Unlimited / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot)
|
||||
* [Gemini](https://gemini.google.com/) - Gemini 3 Pro (5 per day) / 3 Flash (Unlimited) / [Limits](https://support.google.com/gemini/answer/16275805) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)
|
||||
* [ChatGPT](https://chatgpt.com/) - GPT-5.2 / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-limits) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
|
||||
* [Qwen](https://chat.qwen.ai/) - Qwen3-Max / Unlimited / [Subreddit](https://www.reddit.com/r/Qwen_AI/) / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* [Claude](https://claude.ai/) - Claude 4.5 Sonnet / Google Login Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ)
|
||||
* [Ernie](https://ernie.baidu.com/) - ERNIE 5.1 Preview 1203 / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo)
|
||||
* [Ernie](https://ernie.baidu.com/) - ERNIE 5.0 Preview 1203 / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo)
|
||||
* [Mistral](https://chat.mistral.ai) - Mistral Large 3 / [Subreddit](https://www.reddit.com/r/MistralAI/) / [Discord](https://discord.gg/mistralai)
|
||||
* [MiniMax AI](https://agent.minimax.io/) - MiniMax-M2.1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1)
|
||||
* [Ai2 Playground](https://playground.allenai.org/) - Olmo3 32B / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu)
|
||||
@@ -42,14 +42,14 @@
|
||||
## ▷ Multiple Model Sites
|
||||
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / Reset Limits w/ Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)
|
||||
* [Yupp.ai](https://yupp.ai/) - Gemini 3 Pro / GPT-5.1-high / Grok 4.1 / Qwen 3 Max / Google Login / [Discord](https://discord.com/invite/yuppai)
|
||||
* [Pollinations](https://chat.pollinations.ai/) - Gemini 3 Pro / Claude 4.5 Opus / GPT 5.2 / No Sign-Up
|
||||
* [ISH](https://ish.chat/) - GPT-5 / Grok 4.1 / Kimi K2 / Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [Yupp.ai](https://yupp.ai/) - Nano Banana Pro / GPT Image 1.5 / Multiple Generators / Google Login / [Discord](https://discord.com/invite/yuppai)
|
||||
* [Pollinations](https://chat.pollinations.ai/) - Gemini 3 Pro / Claude 4.5 Opus / GPT 5.2 / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#pollinations-limits)
|
||||
* [ISH](https://ish.chat/) - GPT-5 / Grok 4.1 / Kimi K2 / Multiple Chatbots / No Sign-Up / [Subreddit](https://www.reddit.com/r/Ishchat/) / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-V3.2/ GLM-4.7/ Mistral Large 3 / Kimi K2 / Multiple Chatbots / No Sign-Up
|
||||
* [Khoj](https://app.khoj.dev/) - Grok 4.1 / Gemini 3 Flash / Reset Limits w/ Temp Mail
|
||||
* [Groq](https://groq.com/) - Kimi K2-0905 / GPT-OSS 120B / Sign-Up Required / [Discord](https://discord.com/invite/e6cj7aA4Ts)
|
||||
* [Together.ai](https://chat.together.ai/) - DeepSeek V3.1 / Qwen 3 235B-2507 / Up-To 110 Daily / [Discord](https://discord.gg/9Rk6sSeWEG)
|
||||
* [Woozlit](https://woozlit.com/) - Gemini 3 / Multiple Chatbots / No Sign-Up
|
||||
* [Khoj](https://app.khoj.dev/) - Grok 4.1 / Gemini 3 Flash / Reset Limits w/ Temp Mail
|
||||
* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up
|
||||
* [Duck AI](https://duck.ai/) - GPT-5 mini / Multiple Chatbots / No Sign-Up
|
||||
* [NVIDIA NIM](https://build.nvidia.com/) - DeepSeek V3.1 / Kimi K2 / Multiple Chatbots / No Sign-Up
|
||||
* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro / GPT-5-chat / No Sign-Up / [Telegram](https://t.me/freepass_ai)
|
||||
@@ -63,6 +63,7 @@
|
||||
* ⭐ **[Perplexity](https://www.perplexity.ai/)** - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Discord](https://discord.com/invite/perplexity-ai)
|
||||
* ⭐ **[NotebookLM](https://notebooklm.google/)** - Document Chatbot / Note-Taking / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm)
|
||||
* [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine
|
||||
* [Ask Brave](https://search.brave.com/ask) - AI Search Engine
|
||||
* [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT)
|
||||
* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs
|
||||
* [SciSpace](https://scispace.com/) - Research Chatbot
|
||||
@@ -78,6 +79,7 @@
|
||||
|
||||
## ▷ Local AI Frontends
|
||||
|
||||
* 🌐 **[Awesome Local LLM](https://github.com/rafska/awesome-local-llm/)** - Local LLM Platforms / Resources
|
||||
* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [Discord](https://discord.gg/sillytavern) / [GitHub](https://github.com/SillyTavern/SillyTavern)
|
||||
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
|
||||
* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Demo](https://g4f.dev/chat/pro.html), [2](https://g4f.dev/chat/) / [Telegram](https://telegram.me/g4f_channel)
|
||||
@@ -115,13 +117,13 @@
|
||||
## ▷ Roleplaying Chatbots
|
||||
|
||||
* 🌐 **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources
|
||||
* ⭐ **[Perchance](https://perchance.org/ai-character-chat)** / [2](https://perchance.org/amoled-chat) / [3](https://perchance.org/urv-ai-chat) - Roleplaying / No Sign-Up / Unlimited / Allows Images / Some NSFW / [Resources](https://perchance.org/perlist) / [Lemmy](https://lemmy.world/u/perchance) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)
|
||||
* ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://claraiscute.neocities.org/Guides/PygmalionLinks/), [2](https://claraiscute.pages.dev/Guides/PygmalionLinks/) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI)
|
||||
* ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf)
|
||||
* ⭐ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [Discord](https://discord.gg/chubai) / [GitHub](https://github.com/CharHubAI)
|
||||
* ⭐ **[Perchance](https://perchance.org/ai-character-chat)** / [2](https://perchance.org/amoled-chat) / [3](https://perchance.org/urv-ai-chat) - Roleplaying / No Sign-Up / Unlimited / Allows Images / Some NSFW / [Resources](https://perchance.org/perlist) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)
|
||||
* [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide / No Sign-Up
|
||||
* [KoboldAI](https://koboldai.com/) - GUI for Roleplaying Chatbots / No Sign-Up / [Discord](https://discord.com/invite/XuQWadgU9k) / [GitHub](https://github.com/henk717/KoboldAI)
|
||||
* [Kajiwoto](https://kajiwoto.ai/), [Miku](https://docs.miku.gg/) (No Sign-Up) / [Discord](https://discord.gg/3XPdpUdGgV), [HammerAI](https://www.hammerai.com/desktop) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders
|
||||
* [Miku](https://docs.miku.gg/) (No Sign-Up) / [Discord](https://discord.gg/3XPdpUdGgV), [HammerAI](https://www.hammerai.com/desktop) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders
|
||||
* [4thWall AI](https://beta.4wall.ai/) - Roleplaying Chatbots / [Subreddit](https://www.reddit.com/r/4WallAI/) / [Discord](https://discord.com/invite/4wallai)
|
||||
* [WyvernChat](https://app.wyvern.chat/) - Roleplaying Chatbots
|
||||
* [FictionLab](https://fictionlab.ai/) - Roleplaying / Story Chatbot / [Discord](https://discord.com/invite/SKcb2C7HjH)
|
||||
@@ -144,9 +146,8 @@
|
||||
* ↪️ **[Coding AI Benchmarks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_coding_benchmarks)**
|
||||
* ⭐ **[Gemini CLI](https://google-gemini.github.io/gemini-cli/)** or [AIStudio](https://aistudio.google.com/app/apps) - Coding AI / [GitHub](https://github.com/google-gemini/gemini-cli)
|
||||
* [GitHub Copilot](https://github.com/features/copilot) - Coding AI
|
||||
* [OpenCode](https://opencode.ai/) - Coding AI / [GitHub](https://github.com/sst/opencode)
|
||||
* [Google Antigravity](https://antigravity.google/) - Coding AI / Gemini 3 / Opus 4.5 / Limits Reset Weekly
|
||||
* [Sourcery](https://sourcery.ai/) - Auto-Pull Request Reviews / [GitHub](https://github.com/sourcery-ai/sourcery)
|
||||
* [OpenCode](https://opencode.ai/) - Coding AI / [Resources](https://github.com/awesome-opencode/awesome-opencode) / [GitHub](https://github.com/sst/opencode)
|
||||
* [Google Antigravity](https://antigravity.google/) - Coding AI / Gemini 3 / Opus 4.5 / Limits Reset Weekly / [Account Manager](https://github.com/lbjlaq/Antigravity-Manager) / [Usage Tracker](https://open-vsx.org/extension/crsx/ag-usage)
|
||||
* [Devv](https://devv.ai/) - Coding Search Engine / [GitHub](https://github.com/devv-ai/devv)
|
||||
* [Roo Code](https://roocode.com/) / [GitHub](https://github.com/RooCodeInc/Roo-Code) or [Cline](https://cline.bot/) / [Discord](https://discord.gg/cline) / [GitHub](https://github.com/cline/cline) - Coding AI
|
||||
* [Code Web Chat](https://codeweb.chat/) - Coding AI / No Sign-Up / [GitHub](https://github.com/robertpiosik/CodeWebChat) / [Discord](https://discord.com/invite/KJySXsrSX5) / [Subreddit](https://www.reddit.com/r/codewebchat/)
|
||||
@@ -154,7 +155,6 @@
|
||||
* [Pieces](https://pieces.app/) - Multi-LLM Coding AI / GPT-4 / 4o for Free
|
||||
* [Qwen Code](https://github.com/QwenLM/qwen-code) - CLI Coding AI / [Docs](https://qwenlm.github.io/qwen-code-docs/en/)
|
||||
* [Llama Coder](https://llamacoder.together.ai/) - Code Generator / No Sign-Up / [GitHub](https://github.com/Nutlope/llamacoder)
|
||||
* [imgcook](https://imgcook.com) - Coding AI / No Sign-Up / [GitHub](https://github.com/imgcook/imgcook)
|
||||
* [Supermaven](https://supermaven.com/) - Coding AI / No Sign-Up / [Discord](https://discord.com/invite/QQpqBmQH3w)
|
||||
* [OpenHands](https://www.all-hands.dev/) - Coding AI / [Discord](https://discord.gg/ESHStjSjD4) / [GitHub](https://github.com/All-Hands-AI/OpenHands)
|
||||
* [Continue](https://continue.dev/) - Coding AI / [Discord](https://discord.com/invite/EfJEfdFnDQ) / [GitHub](https://github.com/continuedev/continue)
|
||||
@@ -163,11 +163,8 @@
|
||||
* [AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder) - Coding AI
|
||||
* [AI SDK](https://sdk.vercel.ai/) - Coding AI / [GitHub](https://github.com/vercel/ai)
|
||||
* [Qodo](https://www.qodo.ai/) - Coding AI
|
||||
* [Blackbox](https://www.blackbox.ai/) - Coding AI
|
||||
* [Seron](https://www.seron.dev/) - Coding AI
|
||||
* [Denigma](https://denigma.app/) - Coding AI / No Sign-Up / [Discord](https://discord.gg/mZx4REBvKm)
|
||||
* [Aider](https://aider.chat/) - Terminal Coding AI / [Discord](https://discord.com/invite/Y7X7bhMQFV) / [GitHub](https://github.com/Aider-AI/aider)
|
||||
* [Codacy](https://www.codacy.com/) - Code Fixing AI / [GitHub](https://github.com/codacy)
|
||||
* [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z)
|
||||
* [Orchids](https://orchids.app/) - Text to Site Code
|
||||
* [v0](https://v0.app/) - Text to Site Code
|
||||
@@ -176,6 +173,8 @@
|
||||
* [Fragments](https://fragments.e2b.dev/) - AI App Builder / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev)
|
||||
* [Rork](https://rork.com/) - AI App Builder [Code Export Bypass](https://greasyfork.org/en/scripts/538090)
|
||||
* [Code2prompt](https://github.com/mufeedvh/code2prompt) - Convert Codebase into Single LLM Prompt
|
||||
* [PR-Agent](https://github.com/qodo-ai/pr-agent) - Automated Pull Requests
|
||||
* [Gitingest](https://gitingest.com/) or [Repomix](https://repomix.com/) / [GitHub](https://github.com/yamadashy/repomix) - Convert Repos to Prompt-Friendly Text
|
||||
|
||||
***
|
||||
|
||||
@@ -187,11 +186,9 @@
|
||||
* [tldraw computer](https://computer.tldraw.com/) - Create Component Workflows to Generate or Transform Data / [Discord](https://discord.com/invite/SBBEVCA4PG) / [GitHub](https://github.com/tldraw/tldraw)
|
||||
* [Page Assist](https://github.com/n4ze3m/page-assist), [ChatGPT Box](https://github.com/josStorer/chatGPTBox) or [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/blob/main/docs/README_EN.md) - Extensions
|
||||
* [LLM](https://llm.datasette.io/) - LLM CLI / [Discord](https://discord.com/invite/RKAH4b8TvE) / [GitHub](https://github.com/simonw/llm)
|
||||
* [ChatPDF](https://www.chatpdf.com/) (No Sign-Up) or [AskYourPDF](https://askyourpdf.com/) - Turn Books / PDFs into Chatbots
|
||||
* [ChatGPT DeMod](https://github.com/4as/ChatGPT-DeMod) - Block ChatGPT Moderation Checks
|
||||
* [MassiveMark](https://www.bibcit.com/en/massivemark) - Convert LLM Chats to DOCX / [Discord](https://discord.gg/fPtQAQYmqq)
|
||||
* [ChatGPT Widescreen](https://chatgptevo.com/widescreen/) - ChatGPT Widescreen / Fullscreen / [GitHub](https://github.com/adamlui/chatgpt-widescreen)
|
||||
* [Voice Control](https://voicecontrol.chat/) - ChatGPT Voice Control
|
||||
* [screenpipe](https://screenpi.pe/) - AI Screen Recorder / No Sign-Up / [Discord](https://discord.gg/dU9EBuw7Uq) / [GitHub](https://github.com/mediar-ai/screenpipe)
|
||||
* [ChatGPT Exporter](https://greasyfork.org/en/scripts/456055) - Export Chats / [GitHub](https://github.com/pionxzh/chatgpt-exporter)
|
||||
* [GPThemes](https://github.com/itsmartashub/GPThemes) - ChatGPT Themes
|
||||
@@ -280,9 +277,6 @@
|
||||
|
||||
* ⭐ **[TextFX](https://textfx.withgoogle.com/)** / [GitHub](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/textfx) or [Rytr](https://rytr.me/) - AI Creative Writing Tools / No Sign-Up
|
||||
* ⭐ **[Toolbaz](https://toolbaz.com/)** - Online AI Text Tools
|
||||
* [Scrip AI](https://scripai.com/) - Online AI Text Tools / No Sign-Up
|
||||
* [INK](https://app.inkforall.com/tools) - Online AI Text Tools
|
||||
* [QuickPen AI](https://quickpenai.com/) - Online AI Text Tools
|
||||
* [Dreamily](https://dreamily.ai/) - Story Writing AI
|
||||
* [Quarkle](https://quarkle.ai/) - AI Writing Assistant
|
||||
|
||||
@@ -300,13 +294,15 @@
|
||||
|
||||
* 🌐 **[VBench](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard)** - Video Generation Model Leaderboard
|
||||
* ⭐ **[Grok Imagine](https://grok.com/imagine)** - 30 Daily / Imagine 0.9 / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* [GeminiGen AI](https://geminigen.ai/) - Sora 2 / Veo 3.1 / Grok / Google Login Required / [Discord](https://discord.gg/vJnYe86T8F)
|
||||
* ⭐ **[GeminiGen AI](https://geminigen.ai/app/video-gen)** - Sora 2 / Grok / Google Login Required / [Discord](https://discord.gg/vJnYe86T8F)
|
||||
* [Bing Create](https://www.bing.com/images/create) - Sora 1 / No Image Input
|
||||
* [Sora](https://openai.com/index/sora/) - 6 Daily / [Signup Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sora) / [Remove Watermarks](https://unmarkit.app/sora)
|
||||
* [Wan AI](https://wan.video/) / Wan Ai / Wan 2.6 / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1)
|
||||
* [Qwen](https://chat.qwen.ai/) - 10 Daily / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* [Wan AI](https://wan.video/) / 10 Daily / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1)
|
||||
* [Vheer](https://vheer.com/) - Unlimited / No Sign-Up
|
||||
* [AIFreeVideo](https://aifreevideo.com/) - Unlimited / MiniMax Video-01 / Sign-Up Required
|
||||
* [Meta AI](https://www.meta.ai/) - Unlimited / Sign-Up Required
|
||||
* [Klipy](https://klipy.com/) - Klipy / Veo 3 / GIFs / Unlimited / Sign-Up Required
|
||||
* [Google Whisk](https://labs.google/fx/en/tools/whisk) - Veo 3 / 10 Monthly
|
||||
* [Google Flow](https://labs.google/fx/tools/flow) - Veo 2 (10 Monthly) / Veo 3.1 (5 Monthly)
|
||||
* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 120 Credits Daily
|
||||
@@ -324,31 +320,30 @@
|
||||
|
||||
* 🌐 **[LMArena Text to Image](https://lmarena.ai/leaderboard/text-to-image)** or **[LMArena Editing](https://lmarena.ai/leaderboard/image-edit)** - Image Generator Benchmarks / Leaderboards
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - GPT Image 1.5 / Nano Banana Pro / Multiple Generators / Editing / Reset Limits w/ Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)
|
||||
* ⭐ **[Gemini](https://gemini.google.com/)** - Nano Banana (100 per day) / Nano Banana Pro (2 per day) / Sign-Up Required / Region-Based / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[Gemini](https://gemini.google.com/)** - Nano Banana (100 per day) / Nano Banana Pro (2 per day) / Sign-Up Required / Region-Based / [Remove Watermarks](https://banana.ovo.re/) / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)** or [Whisk](https://labs.google/fx/en/tools/whisk) - Imagen 4 + Ultra / Nano Banana / Sign-Up Required / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[Bing Create](https://www.bing.com/images/create)** - Unlimited / GPT-4o / MAI-Image-1 / Editing / Sign-Up Required
|
||||
* ⭐ **[PigenAI](https://pigenai.art/)** - Unlimited / Imagen 4 / Qwen / Nano Banana
|
||||
* ⭐ **[Dreamina](https://dreamina.capcut.com/ai-tool/home)** - 120 Credits Daily / Seedream 4.0 / Sign-Up Required
|
||||
* ⭐ **[PigenAI](https://pigenai.art/)** - 50 Credits Daily / Editing / Generating/ Z-Image Turbo / Unlimited / Multiple Generators
|
||||
* ⭐ **[Dreamina](https://dreamina.capcut.com/ai-tool/home)** - 120 Credits Daily / Seedream 4.5/ Nano Banana / Sign-Up Required
|
||||
* ⭐ **[Perchance](https://perchance.org/ai-photo-generator)** / [2](https://perchance.org/ai-text-to-image-generator) - Chroma-Based / Unlimited / No Sign-Up / [Resources](https://perchance.org/perlist) / [Lemmy](https://lemmy.world/u/perchance) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)
|
||||
* [Yupp.ai](https://yupp.ai/) - Nano Banana Pro / GPT Image 1.5 / Seedream 4.5 Max / Qwen-Image / Google Login / [Discord](https://discord.com/invite/yuppai)
|
||||
* [Pollinations](https://chat.pollinations.ai/) - Nano Banana Pro / GPT Image 1.5 / Multiple Generators / No Sign-Up / [Limit Tips](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#pollinations-limits)
|
||||
* [ISH](https://ish.chat/) - Unlimited / GPT Image 1 mini / Dall-E 3 / Flux Kontext (dev) / Editing / No Sign-Up / [Subreddit](https://www.reddit.com/r/Ishchat/) / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [Hunyuan Image Generation](https://hunyuan.tencent.com/image/en) - Hunyuan Image 3.0 / Unlimited
|
||||
* [ISH](https://ish.chat/) - Unlimited / GPT Image 1 mini / Dall-E 3 / Flux Kontext (dev) / Editing / No Sign-Up / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [Grok](https://grok.com/) - 96 Daily / Editing / Sign-Up Required / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* [Grok](https://grok.com/) - Traffic-Based / Editing / Generating / Sign-Up Required / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* [Qwen](https://chat.qwen.ai/) - 30 Per 24 Hours / Editing / Sign-Up Required / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* [Recraft](https://www.recraft.ai/) - 30 Daily / Sign-Up Required / [Discord](https://discord.gg/recraft)
|
||||
* [Reve Image](https://app.reve.com) - 20 Daily / Editing / Sign-Up Required / [X](https://x.com/reve) / [Discord](https://discord.gg/Nedxp9fYUZ)
|
||||
* [Khoj](https://app.khoj.dev/) - Nano Banana / Imagen 4 / Reset Limits w/ Temp Mail
|
||||
* [ImageFX](https://labs.google/fx/tools/image-fx) - Imagen 4 / Unlimited / Region-Based / Sign-Up Required / [Discord](https://discord.com/invite/googlelabs)
|
||||
* [TheresAnAIForThat](https://theresanaiforthat.com/@taaft/image-to-image-generator/) - Unlimited / Editing / Flux Kontext Dev
|
||||
* [ZonerAI](https://zonerai.com/) - Unlimited / Editing
|
||||
* [Vheer](https://vheer.com/) - Unlimited / Flux Kontext Dev / Flux Schnell
|
||||
* [Perchance](https://perchance.org/ai-photo-generator) / [2](https://perchance.org/ai-text-to-image-generator) - Chroma / Unlimited / No Sign-Up / [Resources](https://perchance.org/perlist) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)
|
||||
* [AIGazou](https://muryou-aigazou.com/) - Flux / Z-Image Turbo / Unlimited / No Sign-Up / Seedream 3 / GPT Image 1 / 10 Daily / Sign-Up Required / [Discord](https://discord.gg/v6KzUbPeKh)
|
||||
* [Z-Image](https://huggingface.co/spaces/Tongyi-MAI/Z-Image-Turbo) - z-Image / [GitHub](https://github.com/Tongyi-MAI/Z-Image)
|
||||
* [Meta AI](https://www.meta.ai/) - Unlimited / Sign-Up Required
|
||||
* [Vheer](https://vheer.com/) - Unlimited / Flux Kontext Dev / Flux Schnell
|
||||
* [Z-Image](https://huggingface.co/spaces/Tongyi-MAI/Z-Image-Turbo) / [GitHub](https://github.com/Tongyi-MAI/Z-Image), [Pollinations Play](https://pollinations.ai/play) or [Z-GEN TURBO](https://z-gen-turbo.vercel.app/) - Z-Image Turbo
|
||||
* [Ernie](https://ernie.baidu.com/) - Unlimited / Editing / Sign-Up Required
|
||||
* [LongCat AI](https://longcat.chat/) - 100 Daily / Editing
|
||||
* [Pollinations Play](https://pollinations.ai/play) - Unlimted / Nano Banana / Z-Image Turbo / 5K Daily Pollinations
|
||||
* [Mage](https://www.mage.space/) / [Discord](https://discord.com/invite/GT9bPgxyFP), [Tater AI](https://taterai.github.io/Text2Image-Generator.html), [Loras](https://www.loras.dev/) / [X](https://x.com/tater_ai) / [GitHub](https://github.com/Nutlope/loras-dev), [ToolBaz](https://toolbaz.com/image/ai-image-generator), [AI Gallery](https://aigallery.app/) / [Telegram](https://t.me/aigalleryapp), [Seedream](https://seedream.pro/) or [Art Genie](https://artgenie.pages.dev/) - Flux Schnell
|
||||
* [Mage](https://www.mage.space/) / [Discord](https://discord.com/invite/GT9bPgxyFP), [Tater AI](https://taterai.github.io/Text2Image-Generator.html), [Loras](https://www.loras.dev/) / [X](https://x.com/tater_ai) / [GitHub](https://github.com/Nutlope/loras-dev), [ToolBaz](https://toolbaz.com/image/ai-image-generator), [AI Gallery](https://aigallery.app/) / [Telegram](https://t.me/aigalleryapp), [AIFreeForever](https://aifreeforever.com/image-generators), [ZonerAI](https://zonerai.com/) or [Art Genie](https://artgenie.pages.dev/) - Flux Schnell
|
||||
* [Coze](https://space.coze.cn/) - Seadream 4.0 / SoTA Image Gen / 50 Daily / Sign-Up with Phone # Required / US Select CA
|
||||
* [AIImagetoImage](https://aiimagetoimage.io/) or [Image-Editor](https://image-editor.org/) - Nano Banana / Editing / No Sign-Up
|
||||
* [imgsys](https://imgsys.org/) - Compare Generators / Unlimited / No Direct Mode
|
||||
@@ -405,7 +400,6 @@
|
||||
* [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based
|
||||
* [WolframTones](https://tones.wolfram.com/) / No Sign-Up
|
||||
* [Stable Audio](https://www.stableaudio.com/) / 10 Monthly / [Discord](https://discord.com/invite/stablediffusion)
|
||||
* [Fake Music Generator](https://www.fakemusicgenerator.com/) / No Sign-Up
|
||||
* [MusicGen](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu)
|
||||
* [Sonauto](https://sonauto.ai/) / Unlimited / [Discord](https://discord.gg/pfXar3ChH8)
|
||||
* [Waveformer](https://waveformer.replicate.dev/) / [GitHub](https://github.com/fofr/waveformer)
|
||||
@@ -413,7 +407,6 @@
|
||||
* [Mubert](https://mubert.com/)
|
||||
* [AIVA](https://aiva.ai/) / [Discord](https://discord.com/invite/ypDnFXN)
|
||||
* [Boomy](https://boomy.com/) / [Discord](https://discord.gg/DNHQXeJegp)
|
||||
* [Melobytes](https://melobytes.com/en)
|
||||
* [MusicGPT](https://musicgpt.com/) / Refresh Limits w/ New Account (temp mail)
|
||||
* [AI Jukebox](https://huggingface.co/spaces/enzostvs/ai-jukebox) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up
|
||||
* [Eapy](https://home.eapy.io/) - MIDI Sample Generator
|
||||
@@ -426,7 +419,6 @@
|
||||
## ▷ Text to Speech
|
||||
|
||||
* ⭐ **[TTS Online](https://www.text-to-speech.online/)** / No Sign-Up
|
||||
* [Uberduck](https://uberduck.ai/) / [Discord](https://discord.gg/uberduck-768215836665446480)
|
||||
* [Google Illuminate](https://illuminate.google.com/) - Generate AI Conversations
|
||||
* [ElevenLabs](https://elevenlabs.io/) / No Sign-Up / [Discord](https://discord.gg/elevenlabs) / [GitHub](https://github.com/elevenlabs)
|
||||
* [Google Speech Gen](https://aistudio.google.com/generate-speech)
|
||||
@@ -508,6 +500,7 @@
|
||||
* [minitorch](https://github.com/minitorch/minitorch) - Machine Learning Engineering Course Code
|
||||
* [ML YouTube Courses](https://github.com/dair-ai/ML-YouTube-Courses) or [Deep Learning Drizzle](https://deep-learning-drizzle.github.io/) - Machine Learning Courses on YouTube
|
||||
* [Unsloth](https://github.com/unslothai/unsloth) - LLM Finetuning / Text Completion / [Notebooks](https://github.com/unslothai/notebooks) / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide)
|
||||
* [Markdown Web Browser](https://github.com/Dicklesworthstone/markdown_web_browser) - Webpage > Markdown Converter
|
||||
* [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)
|
||||
|
||||
@@ -27,14 +27,17 @@
|
||||
|
||||
## ▷ Streaming Sites
|
||||
|
||||
* 🌐 **[HiFi Tidal Instances](https://github.com/SamidyFR/monochrome/blob/main/INSTANCES.md)** - Tidal Instance List
|
||||
* ⭐ **[YouTube Music](https://music.youtube.com/)** or [Zozoki](https://zozoki.com/music/) - YouTube Music WebUIs
|
||||
* ⭐ **YouTube Music Tools** - [Enhancements](https://themesong.app/), [2](https://github.com/Sv443/BetterYTM) / [Library Manager / Deleter](https://github.com/apastel/ytmusic-deleter) / [Upload Delete](https://rentry.co/tv4uo) / [Spotify Playlist Import](https://spot-transfer.vercel.app/), [2](https://github.com/mahdi-y/Spotify2YoutubeMusic), [3](https://github.com/linsomniac/spotify_to_ytmusic), [4](https://github.com/sigma67/spotify_to_ytmusic) / [Better Lyrics](https://better-lyrics.boidu.dev/) / [Discord](https://discord.gg/UsHE3d5fWF) / [GitHub](https://github.com/better-lyrics/better-lyrics)
|
||||
* ⭐ **[Monochrome](https://monochrome.samidy.com/)** / [Legacy](https://monochrome.samidy.com/legacy/) / [Discord](https://monochrome.samidy.com/discord), [squid.wtf](https://tidal.squid.wtf) or [BiniLossless](https://music.binimum.org/) - HiFi Tidal Instances / [Full List](https://github.com/SamidyFR/monochrome/blob/main/INSTANCES.md)
|
||||
* ⭐ **[Monochrome](https://monochrome.samidy.com/)**, [2](https://monochrome-back.pages.dev/), [3](https://monochrome.tf/) - HiFi Tidal Instance / [Legacy](https://monochrome.binimum.org/legacy/) / [Discord](https://monochrome.samidy.com/discord)
|
||||
* ⭐ **[DAB Music Player](https://dabmusic.xyz/)** - Browser Music / Lossless / Sign-Up Required / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC)
|
||||
* ⭐ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player
|
||||
* ⭐ **[SoundCloud](https://soundcloud.com/)** - User Made Songs
|
||||
* ⭐ **[ArtistGrid](https://artistgrid.cx/)** - Unreleased / [Render](https://dev.artistgrid.cx/) / [Discord](https://discord.gg/tns89b3w7R) / [GitHub](https://github.com/ArtistGrid/)
|
||||
* [Spotify](https://open.spotify.com/) - Web Player / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics) / [Lyrics Script](https://greasyfork.org/en/scripts/377439)
|
||||
* [squid.wtf](https://tidal.squid.wtf) - HiFi Tidal Instance
|
||||
* [BiniLossless](https://music.binimum.org/) - HiFi Tidal Instance
|
||||
* [Deezer](https://www.deezer.com/) - Browser Music / Sign-Up Required
|
||||
* [Audiomack](https://audiomack.com/) - Browser Music
|
||||
* [Pandora](https://www.pandora.com/) - Browser Music
|
||||
@@ -43,6 +46,7 @@
|
||||
* [Mixupload](https://mixupload.com/) - Browser Music
|
||||
* [zvu4no](https://zvu4no.org/) or [Tancpol](https://tancpol.net/) - Russian Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [jiosaavn](https://www.jiosaavn.com/), [Saavn Web](https://saavn-web-ui.vercel.app/) / [GitHub](https://github.com/wiz64/saavn-web-ui) or [Hayasaka](https://hayasaka.vercel.app/) - Browser Music / [API](https://cyberboysumanjay.github.io/JioSaavnAPI/)
|
||||
* [MTV REWIND](https://wantmymtv.xyz/) - Recreates MTV Experience from Different Eras
|
||||
* [Ballsack TV](https://bsky.app/profile/feed.ballsack.tv) - MTV Style User-Submitted Music Video Feed / [Discord](https://discord.gg/KT2Dht4zcZ)
|
||||
* [Hype Machine](https://hypem.com/popular) - Rising
|
||||
* [Bandcamp](https://bandcamp.com/discover/free-music) - Free Music Release Platform
|
||||
@@ -180,9 +184,9 @@
|
||||
|
||||
# ► Radio Streaming
|
||||
|
||||
* 🌐 **[FMSTREAM](https://fmstream.org/)**, **[Recommended Streams](https://github.com/deroverda/recommended-radio-streams)**, **[Station Index](https://en.wikipedia.org/wiki/List_of_Internet_radio_stations)** or **[Radio Browser](https://www.radio-browser.info/users)** - Radio Indexes
|
||||
* 🌐 **[FMSTREAM](https://fmstream.org/)**, **[Recommended Streams](https://github.com/deroverda/recommended-radio-streams)**, **[Station Index](https://en.wikipedia.org/wiki/List_of_Internet_radio_stations)**, **[RadioStationWorld](https://radiostationworld.com/)** or **[Radio Browser](https://www.radio-browser.info/users)** - Radio Indexes
|
||||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps
|
||||
* ⭐ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-up Radio / UK VPN Required / [Downloader](https://github.com/get-iplayer/get_iplayer)
|
||||
* ⭐ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-Up Radio / UK VPN Required / [Downloader](https://github.com/get-iplayer/get_iplayer)
|
||||
* ⭐ **[Drive n Listen](https://drivenlisten.com/)** - Radio Driving Simulators
|
||||
* [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/) or [TuneIn](https://tunein.com/) - Podcasts / Radio
|
||||
* [Internet Archive](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts
|
||||
@@ -356,13 +360,12 @@
|
||||
|
||||
* ⭐ **[lucida](https://lucida.to/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.com/invite/dXEGRWqEbS)
|
||||
* ⭐ **[squid.wtf](https://squid.wtf/)** - Amazon Music / KHInsider / Qobuz / Soundcloud / Tidal / FLAC
|
||||
* ⭐ **[Monochrome](https://monochrome.samidy.com/)** - FLAC / [Legacy](https://monochrome.samidy.com/legacy/) / [Discord](https://monochrome.samidy.com/discord)
|
||||
* ⭐ **[Monochrome](https://monochrome.samidy.com/)**, [2](https://monochrome-back.pages.dev/), [3](https://monochrome.tf/) - FLAC / [Legacy](https://monochrome.binimum.org/legacy/) / [Discord](https://monochrome.samidy.com/discord)
|
||||
* ⭐ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site / 320kb / FLAC / [Telegram](https://t.me/lucidahasmusic)
|
||||
* ⭐ **[DAB Music Player](https://dabmusic.xyz)** - FLAC / Sign-Up Required / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC)
|
||||
* [QQDL](https://tidal.qqdl.site/) or [BiniLossless](https://music.binimum.org/) - Tidal / FLAC / [Full List](https://github.com/SamidyFR/monochrome/blob/main/INSTANCES.md)
|
||||
* [Spotisaver](https://spotisaver.net/) - Multi-Site
|
||||
* [am-dl](https://am-dl.pages.dev/) - Apple Music / AAC-M4A
|
||||
* [YAMS](https://yams.tf/) - Deezer / FLAC / Sign-Up Required
|
||||
* [Jumo-DL](https://jumo-dl.pages.dev/) - Qobuz
|
||||
* [EzConv](https://ezconv.cc/) - YouTube / 256kb
|
||||
* [YTiz](https://ytiz.xyz/) - SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz)
|
||||
@@ -384,7 +387,6 @@
|
||||
* [Archive](https://rentry.co/FMHYB64#archive) - Qobuz / Tidal / Soundcloud / FLAC
|
||||
* [DeemixFix](https://gitlab.com/deeplydrumming/DeemixFix), [Deemix Revival](https://github.com/bambanah/deemix) or [SaturnMusic](https://github.com/SaturnMusic/) - Deezer / FLAC
|
||||
* [Murglar](https://murglar.app/) - Deezer / SoundCloud / VK / 320kb MP3
|
||||
* [SpotiFLAC](https://github.com/afkarxyz/SpotiFLAC) - Tidal / Deezer / Qobuz / Amazon Music
|
||||
* [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / 128kb AAC
|
||||
* [QobuzDownloaderX-MOD](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free 256 ACC Premium / FLAC / Use Firehawk52
|
||||
* [qobuz-dl](https://github.com/vitiko98/qobuz-dl) - Qobuz / 128kb Free / FLAC / Use Firehawk52
|
||||
@@ -724,8 +726,9 @@
|
||||
* [Phiola](https://github.com/stsaz/phiola), [AudioToolSet](https://audiotoolset.com/) or [Safeaudiokit](https://safeaudiokit.com/) - Audio Multi-Tool Apps / Sites
|
||||
* [Vocaroo](https://vocaroo.com/) - Online Voice Recorder
|
||||
* [Tunebat](https://tunebat.com/) or [QO & SPECTRE](https://docs.google.com/spreadsheets/u/0/d/1QEvWoGa10BctJ1yqDgZl3IoY8bhB3AwbHzgCHjJ5neI/htmlview) - Music Key / BPM Databases
|
||||
* [Karaoke Mugen](https://mugen.karaokes.moe/en/) - Karaoke App
|
||||
* [Karaoke Mugen](https://mugen.karaokes.moe/en/) or [Karaoke Eternal](https://www.karaoke-eternal.com/) / [Discord](https://discord.gg/PgqVtFq) / [GitHub](https://github.com/bhj/KaraokeEternal/) - Karaoke Apps / Systems
|
||||
* [X-Minus](https://x-minus.pro/) or [LRC Maker](https://lrcmaker.com/) - Create / Find Karaoke Songs
|
||||
* [Kara.moe](https://kara.moe/) - Anime Theme Song Videos / Download / Karaoke
|
||||
* [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader
|
||||
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
|
||||
|
||||
@@ -746,7 +749,7 @@
|
||||
* [XMPlay](https://www.un4seen.com/) - Module-Friendly
|
||||
* [Butterchurn Visualizer](https://butterchurnviz.com/), [MusicVid](https://musicvid.org/), [Vizzy](https://vizzy.io/) or [CatNip](https://github.com/noriah/catnip) - Audio Visualizers
|
||||
* [PartyEngine](https://aggrocrab.itch.io/partyengine) - Audio Party Visualizer
|
||||
* [NCurses++](https://github.com/ncmpcpp/ncmpcpp)
|
||||
* [ncmpc++](https://github.com/ncmpcpp/ncmpcpp)
|
||||
* [Nagi](https://github.com/Anthonyy232/Nagi)
|
||||
* [Museeks](https://museeks.io/)
|
||||
* [Audacious](https://audacious-media-player.org/)
|
||||
@@ -832,13 +835,12 @@
|
||||
* ⭐ **[dumb](https://github.com/rramiachraf/dumb)**, [Intellectual](https://intellectual.insprill.net/) or [Genius](https://genius.com/) - Lyric Explanations
|
||||
* [AZLyrics](https://www.azlyrics.com/), [Lyricsify](https://www.lyricsify.com/), [Lyrhub](https://lyrhub.com/en), [FindMusicByLyrics](https://findmusicbylyrics.com/) or [Lyrics.com](https://www.lyrics.com/) - Lyric Search
|
||||
* [Lyrical Nonsense](https://www.lyrical-nonsense.com/global/) - Japanese Song Lyrics
|
||||
* [AnimeSongLyrics](https://www.animesonglyrics.com/) - Anime Song Lyrics
|
||||
* [Lyricify](https://github.com/WXRIW/Lyricify-App) - Lyrics Desktop App
|
||||
* [Versefy](https://versefy.app/) or [Lyrics-In-Terminal](https://github.com/Jugran/lyrics-in-terminal) - Lyric Finder for Spotify / Tidal / VLC
|
||||
* [LyricsTranslate](https://lyricstranslate.com/) - Lyric Translator
|
||||
* [LRC Maker](https://lrc-maker.github.io/) - Web-Based Lyrics Editor / [GitHub](https://github.com/magic-akari/lrc-maker)
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
## ▷ Sheet Music / Notation
|
||||
|
||||
@@ -48,12 +48,12 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
||||
|
||||
### Movies / Shows
|
||||
|
||||
* **Streaming: [Cineby](https://www.cineby.gd/) / [yFlix](https://yflix.to/)**
|
||||
* **Streaming: [Cineby](https://www.cineby.gd/) / [NEPU](https://nepu.to/) / [yFlix](https://yflix.to/)**
|
||||
* **Downloading: [Directories](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_download_sites)**
|
||||
* **Torrenting: [1337x](https://1337x.to/movie-library/1/) / [ExT.to](https://ext.to/browse/?cat=1)**
|
||||
* **Sports Streaming: [Streamed](https://streamed.su/) / [WatchSports](https://watchsports.to/)**
|
||||
* **Torrenting: [ExT.to](https://ext.to/browse/?cat=1) / [1337x](https://1337x.to/movie-library/1/)**
|
||||
* **Sports Streaming: [Streamed](https://streamed.pk/) / [WatchSports](https://watchsports.to/)**
|
||||
* **Drama Streaming: [DramaCool](https://dramacoolt.com.in/)**
|
||||
* **Track / Discover: [Trakt](https://trakt.tv/) / [Simkl](https://simkl.com/) / [Letterboxd](https://letterboxd.com/)**
|
||||
* **Track / Discover: [Simkl](https://simkl.com/) / [Trakt](https://trakt.tv/) / [Letterboxd](https://letterboxd.com/)**
|
||||
|
||||
***
|
||||
|
||||
@@ -68,10 +68,10 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
||||
|
||||
### Music
|
||||
|
||||
* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Monochrome](https://monochrome.samidy.com/)**
|
||||
* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Monochrome](https://monochrome.samidy.com/)**, [2](https://monochrome-back.pages.dev/), [3](https://monochrome.tf/)
|
||||
* **Downloading: [lucida](https://lucida.to/) / [DoubleDouble](https://doubledouble.top/) / [Soulseek](https://slsknet.org/)**
|
||||
* **Mobile: [Metrolist](https://github.com/mostafaalagamy/metrolist) (Android) / [ReVanced Manager](https://revanced.app/) (Android) / [SpotC++](https://spotc.yodaluca.dev/) (iOS)**
|
||||
* **Track / Discover: [Last.fm](https://www.last.fm/home) / [RateYourMusic](https://rateyourmusic.com/)**
|
||||
* **Mobile: [Metrolist](https://github.com/mostafaalagamy/metrolist) (Android) / [ReVanced Manager](https://revanced.app/) (Android) / [Morphe](https://morphe.software/) (Android) / [SpotC++](https://spotc.yodaluca.dev/) (iOS)**
|
||||
* **Track / Discover: [RateYourMusic](https://rateyourmusic.com/) / [Last.fm](https://www.last.fm/home)**
|
||||
|
||||
***
|
||||
|
||||
@@ -102,7 +102,7 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
||||
|
||||
Privacy is about controlling your personal information, not just keeping things secret. Non-sensitive data is used by companies to track your behavior, target ads, and influence your choices.
|
||||
|
||||
For email privacy, we recommend **[Proton](https://proton.me/mail)** and for search **[SearX](https://searx.fmhy.net/)**. It's also good to check sites like **[HaveIBeenPwned](https://haveibeenpwned.com/Passwords)** to make sure your info hasn't been part of any recent data breaches.
|
||||
For email privacy, we recommend **[Proton](https://proton.me/mail)** and for search **[SearXNG](https://searx.fmhy.net/)**. It's also good to check sites like **[HaveIBeenPwned](https://haveibeenpwned.com/Passwords)** to make sure your info hasn't been part of any recent data breaches.
|
||||
|
||||
!!!note Remember never to use your real email, or password on any site you're not sure is trustworthy. It's good to use a different password on every site you register for, that way if a breach happens, only the password for that one site is compromised. You can also use email [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing).
|
||||
|
||||
|
||||
@@ -8,18 +8,13 @@
|
||||
|
||||
* ⭐ **[StackOverflow](https://stackoverflow.com/)** - Developer Forum
|
||||
* ⭐ **[XDA](https://xdaforums.com/)** - App Development Forum / [Discord](https://discord.com/invite/e4v8qtkcBw)
|
||||
* [CodeProject](https://www.codeproject.com/) - Developer Forum
|
||||
* [Spiceworks Community](https://community.spiceworks.com/) - Developer Forum
|
||||
* [DEV Community](https://dev.to/) - Developer Forum
|
||||
* [Blind](https://www.teamblind.com/) - Developer Forum
|
||||
* [IndieHackers](https://www.indiehackers.com/) - Developer Forum
|
||||
* [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums
|
||||
* [TheSecMaster](https://x.com/TheSecMaster1) - Cybersecurity Blog
|
||||
* [Tech-Blogs](https://tech-blogs.dev/) or [HN Popularity](https://refactoringenglish.com/tools/hn-popularity/) - Blogs for Developers
|
||||
* [The Devs Network](https://thedevs.network/) - Developer Chat
|
||||
* [DevBuddies](https://buddies.dev/) - Search for Programming Partners
|
||||
* [StackShare](https://stackshare.io/) - Tech Stack Collaboration
|
||||
* [Cloudflare Dev](https://discord.com/invite/cloudflaredev) - Official Cloudflare Discord
|
||||
|
||||
***
|
||||
|
||||
@@ -28,12 +23,9 @@
|
||||
* ⭐ **[KrebsOnSecurity](https://krebsonsecurity.com/)** - Cybersecurity News
|
||||
* ⭐ **[Lobsters](https://lobste.rs/)** - Dev News / [Highlighter](https://greasyfork.org/en/scripts/40906)
|
||||
* [DevURLs](https://devurls.com/) - Dev News
|
||||
* [jimmyr](https://jimmyr.com/) - Dev News
|
||||
* [daily.dev](https://app.daily.dev/posts) - Dev News
|
||||
* [Talos Blog](https://blog.talosintelligence.com/) - Cybersecurity News
|
||||
* [IT Security Guru](https://www.itsecurityguru.org/) - Cybersecurity News
|
||||
* [This Week in Rust](https://this-week-in-rust.org/) - Rust News / Updates
|
||||
* [hackertab.dev](https://hackertab.dev/) - Dev Browser Startpages
|
||||
* [hackertab.dev](https://hackertab.dev/) - Dev Browser Startpages / [GitHub](https://github.com/medyo/hackertab.dev)
|
||||
|
||||
***
|
||||
|
||||
@@ -46,57 +38,38 @@
|
||||
* ↪️ **[Data Visualization Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_data_visualization_tools)**
|
||||
* ↪️ **[Machine / Deep Learning](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_machine_learning)**
|
||||
* ↪️ **[Markup Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25BA_markup_tools)**
|
||||
* 🌐 **[Awesome Minimalist](https://github.com/neiesc/awesome-minimalist)** - Curated Minimal Dev Frameworks
|
||||
* ⭐ **[DevToys](https://devtoys.app/)** - Dev Multi-Tool App / [GitHub](https://github.com/DevToys-app/DevToys)
|
||||
* ⭐ **[DevDocs](https://devdocs.io/)** / [GitHub](https://github.com/freeCodeCamp/devdocs) or [ZealDocs](https://zealdocs.org/) - Dev Documentation
|
||||
* ⭐ **[ImHex](https://imhex.werwolv.net/)** / [Web Version](https://web.imhex.werwolv.net/) / [GitHub](https://github.com/WerWolv/ImHex) or [HexEd.it](https://hexed.it/) - Hex Editors
|
||||
* [Slidev](https://sli.dev/) - Developer Presentation Slides / [GitHub](https://github.com/slidevjs/slidev)
|
||||
* ⭐ **[Free for Developers](https://free-for.dev/)** - Tool Index / [GitHub](https://github.com/ripienaar/free-for-dev)
|
||||
* [Useful Tools](https://trolologuy.github.io/useful-tools/) - Tool Index / [GitHub](https://github.com/trolologuy/useful-tools)
|
||||
* [Tiny Helpers](https://tiny-helpers.dev/) - Tool Index / [GitHub](https://github.com/stefanjudis/tiny-helpers)
|
||||
* [Tiny Tools](https://tinytools.directory/) - Tool Index
|
||||
* [Free For Life](https://free.hrsn.dev/) - Tool Index / [GitHub](https://github.com/wdhdev/free-for-life/)
|
||||
* [WebdevHome](https://webdevhome.github.io/) - Tool Index
|
||||
* [Free Developer Stuff](https://freestuff.dev/) - Tool Index
|
||||
* [Addy](https://toolkit.addy.codes/) - Tool Index
|
||||
* [Prototypr](https://prototypr.io/toolbox/page/1) - Tool Index
|
||||
* [StackShare](https://stackshare.io/) - Tech Stack Collaboration
|
||||
* [Awesome Sys Admin](https://github.com/awesome-foss/awesome-sysadmin) - System Admin Resources
|
||||
* [Awesome Design Patterns](https://github.com/DovAmir/awesome-design-patterns) - Design Pattern Resources
|
||||
* [Devhints](https://devhints.io/) - Developer Cheat Sheets
|
||||
* [Dev Emoji List](https://gist.github.com/oliveratgithub/0bf11a9aff0d6da7b46f1490f86a71eb) - Emoji-List with Names, Shortcodes, Unicode & HTML Entities
|
||||
* [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
|
||||
* [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) or [NxShell](https://nxshell.github.io/) - SSH Clients / Servers
|
||||
* [choose-a-license](https://writefreesoftware.org/learn/participate/choose-a-license/), [tl;drLegal](https://www.tldrlegal.com/), [SPDX License List](https://spdx.org/licenses/) or [ChooseALicense](https://choosealicense.com/) - License Picking Guides / Lists
|
||||
* [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) - SSH Clients / Servers
|
||||
* [Beszel](https://beszel.dev/) - Dev Data Dashboard
|
||||
* [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/)
|
||||
* [Penpot](https://penpot.app/) - Cross Domain Design & Prototyping Platform / [GitHub](https://github.com/penpot/penpot)
|
||||
* [Webhook.site](https://webhook.site/) - Webhook Tools
|
||||
* [Libraries.io](https://libraries.io/) - Package, Framework & Tool Search
|
||||
* [Deps.dev](https://deps.dev/) - Open Source Package Search
|
||||
* [Bardeen](https://www.bardeen.ai/) or [N8N](https://n8n.io/) / [Workflow Index](https://github.com/Zie619/n8n-workflows) - Workflow Automation
|
||||
* [UI.Vision RPA](https://ui.vision/) - Workflow Automation Extension
|
||||
* [Hajimari](https://hajimari.io/) - Kubernetes Startpage / [Discord](https://discord.com/invite/HWGZSWJsA8)
|
||||
* [N8N](https://n8n.io/) / [Workflow Index](https://github.com/Zie619/n8n-workflows) - Workflow Automation
|
||||
* [botwiki](https://botwiki.org/) - Learn How to Make Bots
|
||||
* [reddit-moderator-toolbox](https://github.com/toolbox-team/reddit-moderator-toolbox) - Toolbox for Reddit Extension Development
|
||||
* [Commands.dev](https://www.commands.dev/) - Terminal Commands
|
||||
* [AirBroke](https://airbroke.icorete.ch/) or [Glitchtip](https://glitchtip.com) - Error Tracking Platforms
|
||||
* [UMLet](https://www.umlet.com/), [PlantUML](https://www.plantuml.com/) or [JDL Studio](https://start.jhipster.tech/jdl-studio/) - UML Diagrams Generators / Creators
|
||||
* [Mockaroo](https://mockaroo.com/) - Generate Mock Data
|
||||
* [Mockium](https://softwium.com/mockium/) - Generate Test Data
|
||||
* [Globster](https://globster.xyz/) - Test Glob Patterns
|
||||
* [Sentry](https://sentry.io/) or [Darkly](https://launchdarkly.com/) - Error Tracking Platforms
|
||||
* [Mockaroo](https://mockaroo.com/) or [Mockium](https://softwium.com/mockium/) - Generate Test Data
|
||||
* [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Check for Edge Case Inputs
|
||||
* [overmind](https://github.com/DarthSim/overmind) - Process Managers
|
||||
* [sed.js](https://sed.js.org/) - GNU sed Live Editor
|
||||
* [PlantText](https://www.planttext.com/) - UML Editor
|
||||
* [Code::Stats](https://codestats.net/) or [Wakatime](https://wakatime.com/) - Programmer Stat Tracking
|
||||
* [WiredJS](https://wiredjs.github.io/designer/) - Wireframe Designer
|
||||
* [KeyCheck](https://keycheck.dev/) - Dev Tool Hotkeys
|
||||
* [NBviewer](https://nbviewer.org/) - Jupyter Notebook Sharing
|
||||
|
||||
***
|
||||
|
||||
## ▷ Dev Tool Indexes
|
||||
|
||||
* ⭐ **[Free for Developers](https://free-for.dev/)** / [GitHub](https://github.com/ripienaar/free-for-dev)
|
||||
* [Useful Tools](https://trolologuy.github.io/useful-tools/) / [GitHub](https://github.com/trolologuy/useful-tools)
|
||||
* [Tiny Helpers](https://tiny-helpers.dev/) / [GitHub](https://github.com/stefanjudis/tiny-helpers)
|
||||
* [Tiny Tools](https://tinytools.directory/)
|
||||
* [Free For Life](https://free.hrsn.dev/) / [GitHub](https://github.com/wdhdev/free-for-life/)
|
||||
* [WebdevHome](https://webdevhome.github.io/)
|
||||
* [Free Developer Stuff](https://freestuff.dev/)
|
||||
* [Addy](https://toolkit.addy.codes/)
|
||||
* [Rankchart](https://rankchart.org/)
|
||||
* [Prototypr](https://prototypr.io/toolbox/page/1)
|
||||
* [Awesome Sys Admin](https://github.com/awesome-foss/awesome-sysadmin) - System Admin Resources
|
||||
* [Awesome Design Patterns](https://github.com/DovAmir/awesome-design-patterns) - Design Pattern Resources
|
||||
* [Wakatime](https://wakatime.com/) - Programmer Stat Tracking
|
||||
|
||||
***
|
||||
|
||||
@@ -106,12 +79,7 @@
|
||||
* [Sharevb IT Tools](https://sharevb-it-tools.vercel.app/) / [GitHub](https://github.com/sharevb/it-tools) or [IT Tools](https://it-tools.tech/) / [GitHub](https://github.com/CorentinTh/it-tools)
|
||||
* [Web Toolbox](https://web-toolbox.dev/en)
|
||||
* [devina](https://devina.io/)
|
||||
* [24x7](https://www.site24x7.com/tools.html)
|
||||
* [wangchujiang](https://wangchujiang.com/tools/)
|
||||
* [Coders Tool](https://www.coderstool.com/)
|
||||
* [Utilities and Tools](https://utilities-online.info/)
|
||||
* [Clean CSS](https://www.cleancss.com/)
|
||||
* [FreeFormatter.com](https://freeformatter.com/)
|
||||
|
||||
***
|
||||
|
||||
@@ -120,25 +88,23 @@
|
||||
* 🌐 **[Awesome Software Quality](https://github.com/ligurio/sqa-wiki/wiki)** - Software Quality Testing Resources
|
||||
* 🌐 **[Awesome DOS](https://github.com/balintkissdev/awesome-dos)** - DOS App Development Resources
|
||||
* 🌐 **[Awesome Smart TV](https://github.com/vitalets/awesome-smart-tv)** - Smart TV App Development Resources
|
||||
* ⭐ **[Every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know)**, [raylib technologies](https://raylibtech.itch.io/) or [bookmarks](https://github.com/SansGuidon/bookmarks) - Software Development Tools
|
||||
* ⭐ **[Every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know)** or [bookmarks](https://github.com/SansGuidon/bookmarks) - Software Development Tools
|
||||
* ⭐ **Electron Tools** - [App Store](https://www.electronjs.org/apps/) / [Debugger](https://github.com/pd4d10/debugtron) / [Mod Loader](https://kernel.fish/) / [Builder](https://www.electron.build/)
|
||||
* ⭐ **[new(releases)](https://newreleases.io/)** - Software Release Notifications
|
||||
* [Budibase](https://budibase.com/), [ToolJet](https://www.tooljet.ai/) or [Appsmith](https://www.appsmith.com/) - Internal Tool Builders
|
||||
* [Theos](https://theos.dev/) - Program Build System / [GitHub](https://github.com/theos/theos) / [Jailed Tweaks](https://github.com/kabiroberai/theos-jailed/wiki/Installation)
|
||||
* [Budibase](https://budibase.com/) or [Appsmith](https://www.appsmith.com/) - Internal Tool Builders
|
||||
* [New Software](https://github.com/ardalis/new-software-project-checklist) - Project Decision Checklist
|
||||
* [Open Source Guides](https://opensource.guide/) - Open Source Software Tips / [GitHub](https://github.com/github/opensource.guide)
|
||||
* [Dokploy](https://github.com/dokploy/dokploy) - App Deployment
|
||||
* [PublicWWW](https://publicwww.com/) or [grep.app](https://grep.app/) - Source Code Search
|
||||
* [Gaultier Blog](https://gaultier.github.io/blog/x11_x64.html) - Learn x86-64 Assembly
|
||||
* [PM2](https://pm2.keymetrics.io/) - Process Manager
|
||||
* [namae](https://namae.dev/) - App Name Availability Check
|
||||
* [up-for-grabs](https://up-for-grabs.net/) - Curated List of Tasks for New Contributes
|
||||
* [dnSpyEx](https://github.com/dnSpyEx/dnSpy) - .NET Debugger and Assembly Editor
|
||||
* [Crontab Guru](https://crontab.guru/) - Crontab Editor / Job Scheduler
|
||||
* [Crontab Generator](https://crontab-generator.org/) - Generate Crontab Syntax
|
||||
* [Slint](https://slint.dev) - GUI Development Tools / [GitHub](https://github.com/slint-ui/slint)
|
||||
* [Inno Setup](https://jrsoftware.org/isinfo.php) or [InstallForge](https://www.installforge.net/) - Create Installation Programs
|
||||
* [Etebase](https://www.etebase.com/) - Encrypted App Backend
|
||||
* [tl;drLegal](https://www.tldrlegal.com/) - Software License Summaries
|
||||
* [minisign](https://jedisct1.github.io/minisign/) - Sign Files / Verify Digital Signatures / [GitHub](https://github.com/jedisct1/minisign)
|
||||
* [VirtualBuddy](https://github.com/insidegui/VirtualBuddy) - Virtualize macOS 12 and later on Apple Silicon
|
||||
* [Pencil](https://pencil.evolus.vn/) - Software Mockup Tool / [GitHub](https://github.com/evolus/pencil)
|
||||
|
||||
***
|
||||
|
||||
@@ -150,27 +116,16 @@
|
||||
* ↪️ **[App Mockups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_app_.2F_site_mockups)**
|
||||
* ⭐ **[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://sourceforge.net/projects/mobidevtools/) or [ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers
|
||||
* [namae](https://namae.dev/) - App Name Availability Check
|
||||
* [IconKitchen](https://icon.kitchen/) - App Icon Generator
|
||||
* [ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers
|
||||
* [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
|
||||
* [Official Android Courses](https://developer.android.com/courses) - Android Training Courses
|
||||
* [Android Libhunt](https://android.libhunt.com/) - Android Packages
|
||||
* [Android-Iconics](https://github.com/mikepenz/Android-Iconics) - Use Any Icon / Font as Your Drawable App
|
||||
* [AndroidAssetStudio](https://romannurik.github.io/AndroidAssetStudio/) - Android App Assets
|
||||
* [Contacts Android](https://vestrel00.github.io/contacts-android/) - Android Contacts APIs
|
||||
* [Push Notifications API](https://github.com/viktorholk/push-notifications-api) - Push Notifications API
|
||||
* [React Native Apps](https://github.com/ReactNativeNews/React-Native-Apps/) - React App Examples
|
||||
* [TV Samples](https://github.com/android/tv-samples) - Android TV App Samples
|
||||
* [iOS Icon Gallery](https://www.iosicongallery.com/) - iOS Icon Examples
|
||||
* [PrivacyFlash-Pro](https://github.com/privacy-tech-lab/privacyflash-pro) - Generate iOS Privacy Policies
|
||||
|
||||
@@ -181,8 +136,8 @@
|
||||
* 🌐 **[DB Engines](https://db-engines.com/en/ranking)** or [DBDB](https://dbdb.io/stats) - Database Rankings
|
||||
* 🌐 **[Awesome Opensource Data Engineering](https://github.com/gunnarmorling/awesome-opensource-data-engineering)** - Data Engineering Tools
|
||||
* 🌐 **[Awesome Big Data](https://github.com/oxnr/awesome-bigdata)** - Big Data Resources
|
||||
* 🌐 **[Awesome MySQL](https://github.com/shlomi-noach/awesome-mysql)** - MySQL Resources
|
||||
* ⭐ **[DB Browser](https://sqlitebrowser.org/)**, [SQLook](https://sqlook.com/) or [SQL Lite Studio](https://sqlitestudio.pl/) - SQLite Browsers
|
||||
* [HeidiSQL](https://www.heidisql.com/) - SQL Manager
|
||||
* [DuckDB](https://duckdb.org/) - Database Manager
|
||||
* [Qdrant](https://qdrant.tech/) -Database Manager
|
||||
* [Gel](https://www.geldata.com/) - Database Manager
|
||||
@@ -191,9 +146,6 @@
|
||||
* [DBeaver](https://dbeaver.io/) - Universal Database Tool
|
||||
* [ChartDB](https://chartdb.io/) - Database Visualization / [GitHub](https://github.com/chartdb/chartdb)
|
||||
* [Ingestr](https://bruin-data.github.io/ingestr/) - Transfer Data between Databases
|
||||
* [NocoDB](https://www.nocodb.com/) - Turn Database into Smart Spreadsheet / [GitHub](https://github.com/nocodb/nocodb)
|
||||
* [SQL Cheat Sheet](https://files.catbox.moe/5q57h3.png) - SQL Cheat Sheet
|
||||
* [QueryStorm](https://querystorm.com/) - SQL and .NET programming in Excel
|
||||
* [franchise](https://franchise.cloud/) - SQL Notebook
|
||||
|
||||
***
|
||||
@@ -203,32 +155,18 @@
|
||||
* 🌐 **[Console](https://console.substack.com/)** - Search Projects on OpenSourceHub.io
|
||||
* 🌐 **[Forge Comparison](https://git.sdf.org/humanacollaborator/humanacollabora/src/branch/master/forge_comparison.md)**, [Forgejo](https://forgejo.org/compare/#only-develops-free-software) or [Forgeperf.org](https://forgeperf.org/) - Git Collab Tool Comparison
|
||||
* ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)**
|
||||
* ⭐ **[Fork](https://git-fork.com/)**, [GitButler](https://github.com/gitbutlerapp/gitbutler) or [GitQlient](https://github.com/francescmm/GitQlient) - Git Desktop Clients
|
||||
* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [GitLab](https://about.gitlab.com/) or [sourcehut](https://sourcehut.org/) - GitHub Alternatives
|
||||
* [Savannah](https://savannah.gnu.org/), [FSFE](https://git.fsfe.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting Services
|
||||
* [Gitea](https://about.gitea.com/), [Forgejo](https://forgejo.org/), [Gogs](https://gogs.io/) - Self-Hosted Repository Platforms
|
||||
* [Git](https://git-scm.com/) - Version Control System
|
||||
* [searchcode](https://searchcode.com/) or [PublicWWW](https://publicwww.com/) - Source Code Search
|
||||
* ⭐ **[Fork](https://git-fork.com/)** or [GitButler](https://github.com/gitbutlerapp/gitbutler) - Git Desktop Clients
|
||||
* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [GitLab](https://about.gitlab.com/), [sourcehut](https://sourcehut.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting Services
|
||||
* [Gitea](https://about.gitea.com/) or [Forgejo](https://forgejo.org/) - Self-Hosted Repository Platforms
|
||||
* [Git](https://git-scm.com/) or [Jujutsu](https://www.jj-vcs.dev) - Version Control Systems
|
||||
* [git-sim](https://github.com/initialcommit-com/git-sim) - Visually Simulate Git Operations Before Running
|
||||
* [posh-git](https://github.com/dahlbyk/posh-git) - Git Powershell Environment
|
||||
* [up-for-grabs](https://up-for-grabs.net/) - Curated List of Tasks for New Contributes
|
||||
* [GitKraken](https://www.gitkraken.com/), [RelaGit](https://rela.dev/), [Sourcetree](https://www.sourcetreeapp.com/), [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/gitui-org/gitui) - Git GUIs
|
||||
* [Gut](https://gut-cli.dev/), [Jujutsu](https://github.com/jj-vcs/jj), [GitHub Cli](https://cli.github.com/) or [gitu](https://github.com/altsem/gitu) - Git CLI / TUI
|
||||
* [git-pr](https://github.com/picosh/git-pr) - Git Collab Tools
|
||||
* [Git-notify](https://github.com/jevakallio/git-notify) - Embed Announcements into Git Commit Messages
|
||||
* [Allstar](https://github.com/ossf/allstar) - Git Repository Security App
|
||||
* [git-bug](https://github.com/git-bug/git-bug) - Git Embedded Bug Tracker
|
||||
* [Git Extensions](https://gitextensions.github.io/) or [Thermal](https://thermal.codecarrot.net/) - Git Project / Repo Managers
|
||||
* [git-annex](https://git-annex.branchable.com/) - Manage Large Git Files (without Git)
|
||||
* [GitList](https://gitlist.org/) - Elegant Git Repository Viewer / [GitHub](https://github.com/klaussilveira/gitlist)
|
||||
* [Gittyup](https://murmele.github.io/Gittyup/) - Git Source Code History / [GitHub](https://github.com/Murmele/Gittyup)
|
||||
* [Gource](https://gource.io/) - Git Project Visualizer
|
||||
* [GitKraken](https://www.gitkraken.com/) or [Graphite](https://graphite.com/), [Ungit](https://github.com/FredrikNoren/ungit) or [RelaGit](https://rela.dev/) - Git GUIs
|
||||
* [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/gitui-org/gitui) - Git TUIs
|
||||
* [Gut](https://gut-cli.dev/), [GitHub Cli](https://cli.github.com/) or [gitu](https://github.com/altsem/gitu) - Git CLI / TUI
|
||||
* [multi-gitter](https://github.com/lindell/multi-gitter) - Bulk Repository Updater
|
||||
* [Difftastic](https://difftastic.wilfred.me.uk/) / [GitHub](https://github.com/Wilfred/difftastic), [Delta](https://github.com/dandavison/delta) or [Git-Split-Diffs](https://github.com/banga/git-split-diffs) - Syntax Highlighting / Diff Tools
|
||||
* [Onefetch](https://onefetch.dev) - Command-line Git information tool / [GitHub](https://github.com/o2sh/onefetch)
|
||||
* [Difftastic](https://difftastic.wilfred.me.uk/) / [GitHub](https://github.com/Wilfred/difftastic) or [Delta](https://github.com/dandavison/delta) - Syntax Highlighting / Diff Tools
|
||||
* [pre-commit](https://pre-commit.com/) - Manage / Maintain Pre-Commit Hooks / [GitHub](https://github.com/pre-commit/)
|
||||
* [commitlint](https://commitlint.js.org/) - Lint Commit Messages / [GitHub](https://github.com/conventional-changelog/commitlint)
|
||||
* [Git Cliff](https://git-cliff.org) - Changelog Generator
|
||||
* [GIT Quick Stats](https://git-quick-stats.sh/) - View Git Statistics / [GitHub](https://github.com/git-quick-stats/git-quick-stats)
|
||||
|
||||
***
|
||||
@@ -241,59 +179,35 @@
|
||||
* 🌐 **[Awesome Browser Extensions](https://stefanbuck.com/awesome-browser-extensions-for-github)** - GitHub Browser Extensions
|
||||
* 🌐 **[Awesome README](https://github.com/matiassingers/awesome-readme)** - GitHub Readme Resources
|
||||
* 🌐 **[Awesome Badges](https://dev.to/envoy_/150-badges-for-github-pnk)** - GitHub Badge Resources
|
||||
* 🌐 **[GitHub-Userscripts](https://greasyfork.org/en/users/24847)** - GitHub Userscripts
|
||||
* ⭐ **[refined-github](https://github.com/refined-github/refined-github)** - Improved GitHub Interface
|
||||
* ⭐ **[GitHub Desktop](https://github.com/apps/desktop)** / [Linux](https://github.com/shiftkey/desktop) - GitHub Desktop Client
|
||||
* [Gothub](https://codeberg.org/gothub/gothub) - GitHub Frontend
|
||||
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - GitHub Cheat Sheet
|
||||
* [GitHubStatus](https://www.githubstatus.com/) - GitHub Outage Status
|
||||
* [Languish](https://tjpalmer.github.io/languish/) - GitHub Programming Language Stats
|
||||
* [Langits](https://langits.davejudd.dev/) - View Your Most Used Languages on GitHub
|
||||
* [refined-github](https://github.com/refined-github/refined-github) or [Ungit](https://github.com/FredrikNoren/ungit) - Improved GitHub Interface
|
||||
* [GitHub Dorks](https://github-dorks.vercel.app/) - GitHub Search Tool
|
||||
* [Imgbot](https://imgbot.net/) - GitHub Image Compression / [GitHub](https://github.com/imgbot/Imgbot)
|
||||
* [ActionServerless](https://github.com/gitfx/ActionServerless) - Create Serverless Service
|
||||
* [Rahularity](https://gist.github.com/rahularity/86da20fe3858e6b311de068201d279e3) - Use Multiple Git Accounts at Once
|
||||
* [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles
|
||||
* [Chezmoi](https://www.chezmoi.io/) - Dotfile Managers
|
||||
* [GitHub Web IDE](https://chromewebstore.google.com/detail/github-web-ide/adjiklnjodbiaioggfpbpkhbfcnhgkfe) - Web IDE / [GitHub](https://github.com/zvizvi/GitHub-Web-IDE)
|
||||
* [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/), [advanced-github-notifier](https://github.com/freaktechnik/advanced-github-notifier), [PR Monitor](https://github.com/fwouts/prmonitor), [Gitification](https://github.com/Gitification-App/gitification) or [CatLight](https://catlight.io/) - GitHub Notifications
|
||||
* [Pages CMS](https://pagescms.org/) - GitHub Content Management System / [GitHub](https://github.com/pages-cms/pages-cms)
|
||||
* [DownGit](https://downgit.evecalm.com/), [GitHub2File](https://github.com/cognitivecomputations/github2file), [Gitzip](https://kinolien.github.io/gitzip/) or [Download Directory](https://download-directory.github.io/) - Download GitHub Repo Sub-Folders / Files
|
||||
* [Eget](https://github.com/zyedidia/eget) - Install Packages / Binaries Directly from GitHub
|
||||
* [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) - GitHub Fork Search
|
||||
* [Active-Forks](https://techgaun.github.io/active-forks/index.html) - Find Active GitHub Forks / [GitHub](https://github.com/techgaun/active-forks)
|
||||
* [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/) or [CatLight](https://catlight.io/) - GitHub Notifications
|
||||
* [Download Directory](https://download-directory.github.io/) - Download GitHub Repo Sub-Folders / Files
|
||||
* [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) or [Active-Forks](https://techgaun.github.io/active-forks/index.html) / [GitHub](https://github.com/techgaun/active-forks) - Find Active GitHub Forks
|
||||
* [Graphite](https://graphite.dev/) or [Stacking](https://stacking.dev/) - Improve Pull Request Workflow
|
||||
* [PR-Agent](https://github.com/qodo-ai/pr-agent) - Automated Pull Requests
|
||||
* [SemanticDiff](https://app.semanticdiff.com/) - Review Pull Requests using Language Aware Diff
|
||||
* [StarGrab](https://github.com/zekroTJA/stargrab) - Mirror GitHub Repositories
|
||||
* [Repo2Txt](https://repo2txt.com/) - Convert Repos to Text Formatted Files / [GitHub](https://github.com/abinthomasonline/repo2txt)
|
||||
* [Gitingest](https://gitingest.com/) or [Repomix](https://repomix.com/) / [GitHub](https://github.com/yamadashy/repomix) - Convert Repos to Prompt-Friendly Text
|
||||
* [OctoLinker](https://octolinker.vercel.app/) - Make GitHub Code References Clickable
|
||||
* [Octotree](https://www.octotree.io/) - GitHub Repo File Tree View
|
||||
* [Nightly.link](https://nightly.link/) - GitHub Shareable Nightly Links
|
||||
* [ActionFlow](https://actionsflow.github.io/) - Action Workflow Automation
|
||||
* [act](https://nektosact.com/) - Run GitHub Actions Locally / [GitHub](https://github.com/nektos/act)
|
||||
* [shot-scraper-template](https://github.com/simonw/shot-scraper-template) - Take Automated Screenshots of Web Pages
|
||||
* [Star History](https://star-history.com/) - Repository Star History Graph
|
||||
* [GitWhoIs](https://gitwhois.com/) - GitHub Repo History / Info
|
||||
* [Gitstar Ranking](https://gitstar-ranking.com/) - Git Repo Star Rankings
|
||||
* [GithubReleasesBot](https://telegram.me/GithubReleasesBot) - Repository Change Feeds
|
||||
* [GitHub Markdown Preview](https://aviaryan.github.io/javascripts/github.md/) - Preview GH Markdown
|
||||
* [github-readme-terminal](https://github.com/x0rzavi/github-readme-terminal) - Terminal Style Readme
|
||||
* [ReadmeGallery](https://felixhayashi.github.io/ReadmeGalleryCreatorForGitHub/) - GitHub Readme Gallery Creator
|
||||
* [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Dynamically Generated GitHub Readme Stats
|
||||
* [GitHub Readme Quotes](https://github-readme-quotes-returns.vercel.app/) - GitHub Readme Quote Generator / [GitHub](https://github.com/shravan20/github-readme-quotes)
|
||||
* [Shields.io](https://shields.io/) - Metadata Badges for GitHub Readme
|
||||
* [SkillIcons](https://skillicons.dev/), [SpaceBadgers](https://badgers.space/) / [GitHub](https://github.com/splittydev/spacebadgers) or [SimpleBadges](https://badges.pages.dev/) / [GitHub](https://github.com/developStorm/simple-badges) - Skill Badges for GitHub Readme / Resumes
|
||||
* [SkillIcons](https://skillicons.dev/) - Skill Badges for GitHub Readme / Resumes
|
||||
* [For the Badge](https://forthebadge.com/) - Custom GitHub Badges
|
||||
* [GitHub Spray](https://annihil.github.io/github-spray-generator) - Draw on GitHub Contribution Page
|
||||
* [GitHub Snake](https://dev.to/mishmanners/how-to-enable-github-actions-on-your-profile-readme-for-a-contribution-graph-4l66) - Enable Snake Game on GitHub Readme
|
||||
* [GitHub Profile Readme Generator](https://rahuldkjain.github.io/gh-profile-readme-generator/) or [GPRM](https://gprm.itsvg.in/) - Generate Git Profile Readme
|
||||
* [GitHub Profile Readme Generator](https://rahuldkjain.github.io/gh-profile-readme-generator/) - Generate Git Profile Readme
|
||||
* [GitStalk](https://gitstalk.netlify.app/) - GitHub Profile Info Search
|
||||
* [Beautify GitHub Profile](https://github.com/rzashakeri/beautify-github-profile) - Custom GitHub Profile Resources
|
||||
* [Discord MD Badge](https://github.com/gitlimes/dcbadge) - Add Discord Badge to GitHub
|
||||
* [github-material-icons-extension](https://github.com/material-extensions/material-icons-browser-extension) - Material Icons
|
||||
* [gist.io](https://gist.io/) or [Gmeek](https://github.com/Meekdai/Gmeek) - Git Blog Platform
|
||||
* [gist.io](https://gist.io/) - Git Blog Platform
|
||||
|
||||
***
|
||||
|
||||
@@ -306,8 +220,7 @@
|
||||
* ⭐ **[Portainer](https://portainer.io/)**, [DockGE](https://dockge.kuma.pet/) or [moncho](https://moncho.github.io/dry/) - Container Managers
|
||||
* ⭐ **[Composerize](https://www.composerize.com/)**, [2](https://github.com/irbigdata/data-dockerfiles) - Compose Docker Files
|
||||
* ⭐ **[Hub Docker](https://hub.docker.com/)**, [2](https://linuxserver.io/), [3](https://hotio.dev/) - Docker Images
|
||||
* [LazyDocker](https://github.com/jesseduffield/lazydocker), [oxker](https://github.com/mrjackwills/oxker) or [Isaiah](https://github.com/will-moss/isaiah) - Docker Managers / TUIs
|
||||
* [Dockerized](https://github.com/datastack-net/dockerized) - Docker Command-Line
|
||||
* [LazyDocker](https://github.com/jesseduffield/lazydocker), [oxker](https://github.com/mrjackwills/oxker), [Arcane](https://getarcane.app/) / [GitHub](https://github.com/getarcaneapp/arcane) or [Isaiah](https://github.com/will-moss/isaiah) - Docker Managers / TUIs
|
||||
* [Dockle](https://github.com/goodwithtech/dockle) - Image Linter
|
||||
* [Dive](https://github.com/wagoodman/dive) - Analyze Images
|
||||
* [WatchTower](http://watchtower.nickfedor.com/) / [GitHub](https://github.com/nicholas-fedor/watchtower) - Container Automation
|
||||
@@ -340,7 +253,7 @@
|
||||
|
||||
## ▷ API Tools
|
||||
|
||||
* 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [PublicAPIs](https://publicapis.io/), [APIVault](https://apivault.dev/) or [Any API](https://any-api.com/) - API Indexes
|
||||
* 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [PublicAPIs](https://publicapis.io/), [APIVault](https://apivault.dev/), [FreeAPIs](https://freeapis.io/) or [Any API](https://any-api.com/) - API Indexes
|
||||
* 🌐 **[Awesome API Security](https://github.com/arainho/awesome-api-security)** or [APIKit](https://github.com/API-Security/APIKit) - API Security Resources
|
||||
* 🌐 **[Streaming Site APIs](https://rentry.co/FMHYB64#streaming-apis)**
|
||||
* 🌐 **[Manga APIs](https://rentry.co/manga-apis)** - Manga Site APIs
|
||||
@@ -538,7 +451,6 @@
|
||||
* [Ray](https://www.ray.so/), [Carbon](https://carbon.now.sh/), [CodeImage](https://codeimage.dev/), [ShowCode](https://showcode.app/), [Beauty Codes](https://code.html.zone/) or [Chalk](https://chalk.ist/) - Code Screenshot Tools
|
||||
* [Meld](https://meld.app/) / [2](https://meldmerge.org/) or [WinMerge](https://winmerge.org/) - File / Directory Comparison Tools
|
||||
* [0xacab](https://about.0xacab.org/) - Code Host
|
||||
* [OctoLinker](https://octolinker.vercel.app/) - Turn Code Statements into Links / [GitHub](https://github.com/OctoLinker/OctoLinker)
|
||||
* [RTutor](https://rtutor.ai/) - Translate Natural Language to R code / No Sign-Up
|
||||
* [BrickHub](https://brickhub.dev/) - Share Code Brick Templates
|
||||
* [Sourcegraph](https://sourcegraph.com/search) or [SeaGOAT](https://github.com/kantord/SeaGOAT) - Code Searching
|
||||
@@ -759,6 +671,8 @@
|
||||
* ⭐ **[Ray.st](https://ray.st/)** or [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites / [Addons](https://www.wappalyzer.com/apps/)
|
||||
* ⭐ **[GoAccess](https://goaccess.io/)** - Web Log Analyzer / [GitHub](https://github.com/allinurl/goaccess)
|
||||
* ⭐ **[Formulaer](https://formulaer.com/)**, [Tally](https://tally.so/), [FormBricks](https://github.com/formbricks/formbricks), [Formshare](https://formshare.ai/), [Deformity](https://deformity.ai/) or [Stylr](https://www.stylr.xyz/) - Form Builders
|
||||
* ⭐ **[PlayWright](https://playwright.dev/)**, [Selenium](https://www.selenium.dev/) or [Huginn](https://github.com/huginn/huginn) - Browser Automation
|
||||
* [Automa](https://www.automa.site/) or [Browserflow](https://browserflow.app/) - Browser Automation Extensions
|
||||
* [Flounder](https://flounder.online/) - Website Building Discussion
|
||||
* [FileQ](https://fileq.net/) or [DataNodes](https://datanodes.to/) / [Discord](https://discord.gg/mKyBMyeKvh) - Webmasters Only File Hosts
|
||||
* [Website Planet Tools](https://www.websiteplanet.com/webtools/), [Networking Toolbox](https://networkingtoolbox.net/), [Browserling Tools](https://www.browserling.com/tools/) or [WebCode](https://webcode.tools/) - Site Development Tools
|
||||
@@ -797,8 +711,6 @@
|
||||
* [frp](https://github.com/fatedier/frp), [GoDoxy](https://github.com/yusing/godoxy) or [YARP](https://github.com/dotnet/yarp) - Reverse Proxies
|
||||
* [wsrv.nl](https://wsrv.nl/) - Image Caching / Delivery
|
||||
* [WhatPWACanDo](https://whatpwacando.today/) - PWA Examples
|
||||
* [Selenium](https://www.selenium.dev/), [CopyCat](https://www.runcopycat.com/), [PlayWright](https://playwright.dev/) or [Huginn](https://github.com/huginn/huginn) - Browser Automation
|
||||
* [Automa](https://www.automa.site/) or [Browserflow](https://browserflow.app/) - Browser Automation Extensions
|
||||
* [PWABuilder](https://www.pwabuilder.com/) - Turn Site into Progressive Web App
|
||||
* [Chaos Frontend Toolkit](https://chaos-frontend-toolkit.web.app/) - Break Your Web Apps to Improve Them
|
||||
* [LocalHost](https://localhost.run/) - Connect Web Apps to Internet
|
||||
@@ -884,7 +796,7 @@
|
||||
* ↪️ **[Design Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_design_resources)** or [Open Source Design](https://opensourcedesign.net/)
|
||||
* ⭐ **[Design Checklist](https://www.checklist.design/)**, [Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) or [Front-End Checklist](https://frontendchecklist.io/) - Frontend Development Checklist
|
||||
* ⭐ **[ThemeWagon](https://themewagon.com/theme-price/free/)** or [Tooplate](https://www.tooplate.com/) - Free HTML Templates
|
||||
* ⭐ **[Boilerplate](https://html5boilerplate.com/)** or [html5up](https://html5up.net/) - Custom HTML Templates
|
||||
* ⭐ **[awwwards](https://www.awwwards.com/websites)**, **[Boilerplate](https://html5boilerplate.com/)** or [html5up](https://html5up.net/) - Custom HTML Templates
|
||||
* [CollectUI](https://collectui.com/), [Hoverstat](https://www.hoverstat.es/), [httpster](https://httpster.net/), [Wave Guide](https://www.waveguide.io/), [Godly Website](https://godly.website/), [Websitevice](https://websitevice.com/), [Dribbble](https://dribbble.com/), [ReallyGoodUX](https://goodux.appcues.com/) or [Pageflows](https://pageflows.com/) - UI / Site Design Inspiration
|
||||
* [Templatemo](https://www.templatemo.com/) - Free CSS Templates
|
||||
* [Repth Themes](https://repth.neocities.org/theme) - Y2K Anime Themes
|
||||
@@ -924,7 +836,6 @@
|
||||
* [Lorem.space](https://lorem.space/), [dummyimage](https://dummyimage.com/), [Placeholdifier](https://github.com/pomber/placeholdifier), [PlaceHolder](https://placeholder.pics/) or [PicSum](https://picsum.photos/) - Site Placeholder Images
|
||||
* [Visiwig](https://www.visiwig.com/) - Copy / Paste Site Graphics
|
||||
* [WebDesigner](https://webdesigner.withgoogle.com/), [T3](https://github.com/tooll3/t3), [Theatre.js](https://www.theatrejs.com/) / [GitHub](https://github.com/theatre-js/theatre), [GSAP](https://gsap.com/), [Stylie](https://jeremyckahn.github.io/stylie/), [RenderForest](https://www.renderforest.com), [Mantra](https://jeremyckahn.github.io/mantra/) or [Lottielab](https://www.lottielab.com/) - Create Motion Graphics
|
||||
* [useAnimations](https://useanimations.com/index.html) or [LordIcon](https://lordicon.com/) - Animated Icons
|
||||
* [NakerApp](https://app.naker.io/back/) - Interactive Background Maker
|
||||
* [HTTP Cats](https://http.cat/) - Put Cat Pictures in Your Status Codes
|
||||
|
||||
@@ -957,6 +868,7 @@
|
||||
* [Regex Syntax Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet) - Regex Cheatsheet (JS Flavor)
|
||||
* [iHateRegex](https://ihateregex.io/) - Premade Regex Patterns List
|
||||
* [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody)
|
||||
* [Globster](https://globster.xyz/) - Test Glob Patterns
|
||||
|
||||
***
|
||||
|
||||
@@ -973,6 +885,7 @@
|
||||
* [Prometheus](https://prometheus.io/) - Site Metrics / [Setup](https://thanos.io/)
|
||||
* [Carbon Calculator](https://www.websitecarbon.com/) - Estimate Sites Carbon Footprint
|
||||
* [UX Check](https://chromewebstore.google.com/detail/ux-check/giekhiebdpmljgchjojblnekkcgpdobp) - Site Heuristic Evaluation
|
||||
* [Rankchart](https://rankchart.org/) - Optimization Reports
|
||||
* [Testmail](https://testmail.app/) - Site Signup Test
|
||||
* [Responsive Viewer](https://responsiveviewer.org/) - Test Site on Multiple Screen Types / [Chrome](https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb)
|
||||
* [Responsively](https://responsively.app/), [ResponsiveTestTool](https://responsivetesttool.com/), [Responsivize](https://virejdasani.github.io/Responsivize/) or [Am I Responsive](https://ui.dev/amiresponsive) - Website Responsiveness Tests
|
||||
@@ -982,7 +895,7 @@
|
||||
|
||||
## ▷ SVG Tools
|
||||
|
||||
* ↪️ **[SVG / Vector Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)**
|
||||
* ↪️ **[SVG / Vector Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)**
|
||||
* [Method](https://editor.method.ac/), [SVG.wtf](https://svg.wtf/), [Boxy SVG](https://boxy-svg.com/), [Mossaik](https://mossaik.app/) or [SVG Viewer](https://www.svgviewer.dev/) - SVG Editors / Viewers
|
||||
* [SVGFilters](https://svgfilters.com/) - SVG Filter Builder
|
||||
* [Crayon](https://designstripe.com/crayon) or [SVGArtista](https://svgartista.net/) - SVG Animation Tools
|
||||
@@ -1034,6 +947,7 @@
|
||||
* [HumHub](https://www.humhub.com), [HubZilla](https://hubzilla.org/page/info/discover) or [scuttlebutt](https://scuttlebutt.nz/) - Self-Hosted Social Network
|
||||
* [UNIT3D](https://github.com/HDInnovations/UNIT3D) - Private Tracker Hosting
|
||||
* [OpenPanel](https://openpanel.com/) / [GitHub](https://github.com/stefanpejcic/openpanel), [Sentora](https://sentora.org/) or [Moonlight](https://github.com/Moonlight-Panel/Moonlight) - Web Hosting Panels
|
||||
* [24x7](https://www.site24x7.com/tools.html) - Various Hosting Tools
|
||||
* [Uptime Kuma](https://github.com/louislam/uptime-kuma), [Checkmate](https://github.com/bluewave-labs/Checkmate), [UptimeRobot](https://uptimerobot.com/), [AreWeDown?](https://github.com/shukriadams/arewedown) or [StatPing](https://github.com/statping/statping) - Uptime Monitors
|
||||
* [Kener](https://kener.ing/) or [cstate](https://github.com/cstate/cstate) - Self-Hosted Status Pages
|
||||
* [redirect.name](https://redirect.name/) - URL Forwarding
|
||||
@@ -1176,7 +1090,6 @@
|
||||
* ⭐ **[mess with dns](https://messwithdns.net/)** - Experiment with DNS
|
||||
* [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS) - Encrypted DNS Providers & Resources / [Public Servers](https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers)
|
||||
* [DNSPerf](https://www.dnsperf.com/dns-providers-list/) - DNS Provider Rankings
|
||||
* [GRC DNSBench](https://www.grc.com/dns/benchmark.htm) - DNS Benchmark
|
||||
* [DNS Propagation](https://dnspropagation.net/) - DNS Checker
|
||||
* [MXToolBox](https://mxtoolbox.com/) - MX Record Lookup Tool
|
||||
* [DNSDumpster](https://dnsdumpster.com/), [DNS Watch](https://dnswatch.info), [DNSHistory](https://dnshistory.org/) or [WhatsMyDNS](https://whatsmydns.net/) - DNS Lookup / Security
|
||||
@@ -1228,9 +1141,10 @@
|
||||
* [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework
|
||||
* [Frida](https://frida.re/) - Dynamic Instrumentation Toolkit / [GitHub](https://github.com/frida/frida)
|
||||
* [Flare VM](https://github.com/mandiant/flare-vm) - Reverse Engineering Environment Setup Script
|
||||
* [REMnux](https://remnux.org/) - Reverse Engineering / Malware Analysis
|
||||
* [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
|
||||
* [horsicq](https://horsicq.github.io/) - File Type Identification Tools / [GitHub](https://github.com/horsicq/)
|
||||
* [horsicq](https://horsicq.github.io/) - File Type Identification Tools / [GitHub](https://github.com/horsicq/)
|
||||
|
||||
@@ -101,11 +101,9 @@
|
||||
* ⭐ **[CracksURL](https://cracksurl.com/)** / [Telegram](https://t.me/cracksurldotcom)
|
||||
* ⭐ **[LRepacks](https://lrepacks.net/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org/)** - Sign-Up Required / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note) / PW: `soft98.ir`
|
||||
* ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required
|
||||
* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
|
||||
* [AIOWares](https://www.aiowares.com/) - Software Forum
|
||||
* [DownloadHa](https://www.downloadha.com/) - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Moum](https://moum.top/en/)
|
||||
* [Softsaz](https://softsaz.ir/category/software/) - Design Software / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Team V.R releases](https://rentry.co/FMHYB64#team-vr) - Adobe Plugins
|
||||
@@ -121,6 +119,7 @@
|
||||
|
||||
* 🌐 **[Awesome Open Source](https://awesomeopensource.com/)**, [definitive-opensource](https://github.com/mustbeperfect/definitive-opensource), [Awesome Useful Projects](https://github.com/Furthir/awesome-useful-projects) or [Awesome OSS](https://github.com/RunaCapital/awesome-oss-alternatives) - FOSS Indexes
|
||||
* ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)**
|
||||
* ⭐ **[new(releases)](https://newreleases.io/)** - Software Release Notifications
|
||||
* [SourceForge](https://sourceforge.net/) - FOSS Repositories
|
||||
* [OSSSoftware](https://osssoftware.org/) - FOSS Directory
|
||||
* [Fossies](https://fossies.org/) - FOSS Directory
|
||||
@@ -134,7 +133,7 @@
|
||||
* [Awesome CLI Apps](https://github.com/toolleeo/awesome-cli-apps-in-a-csv) or [CLI Club](https://cli.club/) - FOSS CLI Apps / Tools
|
||||
* [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - FOSS Wikis
|
||||
* [FOSS Wiki](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software/Categories) - FOSS Wikis
|
||||
* [Is It Really FOSS](https://isitreallyfoss.com/) - Determine if Software is FOSS / [Source Code](https://codeberg.org/danb/isitreallyfoss)
|
||||
* [Is It Really FOSS](https://isitreallyfoss.com) - Determine if Software is FOSS / [Source Code](https://codeberg.org/danb/isitreallyfoss)
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# ► Documentaries
|
||||
|
||||
* 🌐 **[Official YT Documentary Channels](https://rentry.co/Free-Official-Youtube-Content#documentaries)** - YouTube Documentary Channels / [GitHub](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#Documentaries)
|
||||
* 🌐 **[Official YT Documentary Channels](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#Documentaries)** - YouTube Documentary Channels
|
||||
* ⭐ **[IHaveNoTV](https://ihavenotv.com)**
|
||||
* ⭐ **[DocumentaryArea](https://www.documentaryarea.com/)** / [Remove Watermark](https://github.com/acridsoul/Clear-Mark) (or use PIP)
|
||||
* ⭐ **[Documentary+](https://www.docplus.com/)**
|
||||
@@ -75,8 +75,6 @@
|
||||
* ⭐ **[tut4dl](https://tut4it.com/)** - Courses / [Request Guide](https://t.me/c/1603660516/91)
|
||||
* ⭐ **[Course Busters](https://www.cbusters.com/home)** - Course Busters Access
|
||||
* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)
|
||||
* [FreeEducationWeb](https://freeeducationweb.com/latest-posts/) - Courses
|
||||
* [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack)
|
||||
* [technet24](https://technet24.ir/category/videos) - Courses
|
||||
* [AfraTafreeh](https://afratafreeh.com/) - Courses
|
||||
* [learningDL](https://learningdl.net/) - Courses / Leech Required
|
||||
@@ -141,6 +139,7 @@
|
||||
* [ActivistHandbook](https://activisthandbook.org/) - Campaigning / Activism Guides
|
||||
* [Bridge Command](https://www.bridgecommand.co.uk/) - Bridge Command Ship Simulator
|
||||
* [HypnosisChatBooks](https://t.me/HypnosisChatBooks) - Hypnosis / Telegram
|
||||
* [AXM Paper Space Scale Models](https://axmpapermodels.com/) - Spacecraft Paper Models
|
||||
* [Erowid](https://www.erowid.org/) - Psychoactive Information
|
||||
* [PsychonautWiki](https://psychonautwiki.org/wiki/Main_Page) - Psychonautics Wiki
|
||||
* [Shroomery](https://www.shroomery.org/) - Magic Mushroom Forum
|
||||
@@ -170,6 +169,7 @@
|
||||
* [Wonderous](https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders) - Learn About Ancient Structures
|
||||
* [Shorpy](https://shorpy.com/) - Historical Photos
|
||||
* [EyewitnesstoHistory](http://www.eyewitnesstohistory.com/index.html) - Historical Eyewitness Testimonies
|
||||
* [HMDB](https://www.hmdb.org/) - Historical Marker Database
|
||||
* [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images
|
||||
* [BlackPast](https://www.blackpast.org/) - African History Encyclopedia
|
||||
* [Athena](https://athena.unige.ch/athena/) - Greek History Encyclopedia
|
||||
@@ -248,7 +248,7 @@
|
||||
* [Midiano](https://midiano.com/) / [Discord](https://discord.com/invite/SfFdbunEm2), [Piano Trainer](https://zaneh.itch.io/piano-trainer) / [GitHub](https://github.com/ZaneH/piano-trainer), [Chord Nebula](https://chords.yottanami.com/), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice / Learning
|
||||
* [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App
|
||||
* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools
|
||||
* [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/), [My Fretboard Trainer](https://myfretboardtrainer.com/home/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords
|
||||
* [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/), [My Fretboard Trainer](https://myfretboardtrainer.com/home/), [QFGM](https://quinnfetrowsguitarmachines.com/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords
|
||||
* [JamStart](https://jamstart.app/) - Spotify Chord Charts
|
||||
* [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts
|
||||
* [JustinGuitar](https://www.justinguitar.com/) or [Guitarsix](https://guitarsix.com/) - Guitar Lessons
|
||||
@@ -312,6 +312,7 @@
|
||||
* [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting
|
||||
* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations
|
||||
* [cg_tuts](https://t.me/cg_tuts) or [cgreferenceshub](https://t.me/cgreferenceshub) - CG Tutorials
|
||||
* [Seven Camels](https://sevencamels.blogspot.com/) - Storyboarding Tips / Learning by Disney's Head of Story
|
||||
* [Agora](https://agora.community/) - Animation Learning Community / Tutorials / [Discord](https://discord.com/invite/9hJxMyR)
|
||||
* [AMV101](https://www.amv101.com/) - Animated Music Video-Making Guides
|
||||
|
||||
@@ -327,7 +328,7 @@
|
||||
* ⭐ **[The Atlas of Economic Complexity](https://atlas.hks.harvard.edu/)** - Global Economic Growth Data
|
||||
* ⭐ **[Soar](https://soar.earth/)** - Digital Atlas
|
||||
* [Maps.com](https://www.maps.com/) - Interesting / Educational Maps
|
||||
* [Ekvis](https://ekvis.com/) / [Reddit](https://www.reddit.com/r/Ekvis/) / [Discord](https://discord.gg/zU89VKknG4), [Seterra](https://www.seterra.com/#quizzes), [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [Learn World Map](https://map.koljapluemer.com/) or [Teuteuf](https://teuteuf.fr/) - Geography Guessing / Quizzes
|
||||
* [Ekvis](https://ekvis.com/) / [Subreddit](https://www.reddit.com/r/Ekvis/) / [Discord](https://discord.gg/zU89VKknG4), [Seterra](https://www.seterra.com/#quizzes), [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [Learn World Map](https://map.koljapluemer.com/) or [Teuteuf](https://teuteuf.fr/) - Geography Guessing / Quizzes
|
||||
* [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes
|
||||
* [The True Size](https://thetruesize.com/) or [True Size of Countries](https://truesizeofcountries.com/) - Compare Country Size
|
||||
* [NationsEncyclopedia](https://www.nationsencyclopedia.com/) - Location / Population Data
|
||||
@@ -335,7 +336,11 @@
|
||||
* [Data Commons](https://datacommons.org/) or [Engaging Data](https://engaging-data.com/) - Data Visualizations
|
||||
* [Global Consciousness Project](https://gcpdot.com/) - Real-Time Global Consciousness Data
|
||||
* [If It Were My Home](https://www.ifitweremyhome.com/), [GlobalEdge](https://globaledge.msu.edu/) or [MyLifeElsewhere](https://www.mylifeelsewhere.com/) - Country Data Comparisons
|
||||
* [GovTrack](https://www.govtrack.us/) - US Government Legislation Tracking / Votes
|
||||
* [Integrity Index](https://integrityindex.us/) - US Political Finance Integrity Database
|
||||
* [OpenSecrets](https://www.opensecrets.org/) - Government Money Tracking
|
||||
* [WorldPoverty](https://worldpoverty.io/) - World Poverty Data
|
||||
* [PixelWealth](https://pixelwealth.ronnycoste.com/) - Wealth Inequality Visualization / Facts / [GitHub](https://github.com/lertsoft/1-pixel-wealth)
|
||||
* [Dollar Street](https://www.gapminder.org/dollar-street) - Compare Homes by Country / Income
|
||||
* [Unequal Scenes](https://unequalscenes.com/) - Scenes of Inequality Around the World
|
||||
* [EverySecond](https://everysecond.io/) - Visualize Per Second Data
|
||||
@@ -420,7 +425,7 @@
|
||||
|
||||
* 🌐 **[Awesome Math](https://github.com/rossant/awesome-math)** or [Math Resources](https://docs.google.com/document/d/1rtokzhpvkUPnymudl_ZVmfAA7H33VIyLQUpujNGwrTo/) - Math Resources
|
||||
* ↪️ **[Calculators / Problem Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_calculators)**
|
||||
* ↪️ **[LaTeX Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_latex_tools)**
|
||||
* ↪️ **[LaTeX Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_latex_tools)**
|
||||
* ⭐ **[Number Academy](https://number.academy/)** - Encyclopedia of Numbers
|
||||
* ⭐ **[Wumbo](https://wumbo.net/)** - Math Reference Site
|
||||
* ⭐ **[Open Source Society University](https://github.com/ossu/math)** / [PT-BR](https://github.com/ossu/math-br) - Math Roadmap / [Discord](https://discord.gg/wuytwK5s9h)
|
||||
@@ -479,7 +484,7 @@
|
||||
* [Sanfoundry](https://www.sanfoundry.com/) - Engineering Questions & Answers
|
||||
* [CESDB](https://www.cesdb.com/) - Engineering Software
|
||||
* [Robot Shop](https://community.robotshop.com/) - Robotics Forum
|
||||
* [VisRo Robotics](https://vis-ro.web.app) - Robotics Learning / [Discord](https://discord.com/invite/TfwZ3hH2D2)
|
||||
* [VisRo Robotics](https://vis-ro.web.app) / [Discord](https://discord.com/invite/TfwZ3hH2D2) or [VittaScience](https://en.vittascience.com/code) - Robotics Learning
|
||||
* [Humanoid Robots Wiki](https://humanoids.wiki/w/Main_Page) - Robotics Courses Index
|
||||
* [Diode](https://www.withdiode.com/) - 3D Hardware Simulator
|
||||
* [Wokwi](https://wokwi.com/) - Arduino / ESP32 Board Simulators
|
||||
@@ -489,12 +494,39 @@
|
||||
* [Circuit Steps](https://circuitsteps.com/) - Circuit Analysis Tool
|
||||
* [BatteryUniversity](https://batteryuniversity.com/articles) - Learn About Batteries
|
||||
* [Electronics Tutorials](https://www.electronics-tutorials.ws/) or [Instrumentacion](http://instrumentacion.qi.fcen.uba.ar/libro.html) - Electronic Guides
|
||||
* [Hacker Fab](https://docs.hackerfab.org/) - Semiconductor Documentation / Research
|
||||
* [RetroSix](https://www.retrosix.wiki/) - Retro Console Repair Guides + Info / [Discord](https://discord.gg/D4Envqc5jr)
|
||||
* [/m/engineering](https://www.reddit.com/user/nbatman/m/engineering/) - Engineering Multireddit
|
||||
* [Build List](https://buildlist.org/) - On-Demand Online Manufacturers
|
||||
|
||||
***
|
||||
|
||||
## ▷ Aerospace Engineering
|
||||
|
||||
* 🌐 **[Awesome Aerospace Engineering](https://github.com/mahran-sayed/awesome-aerospace-engineering/)** - Aerospace Engineering Learning Resources
|
||||
* 🌐 **[Awesome Flying FPV](https://github.com/Matthias84/awesome-flying-fpv)** - Remote Copter / Plane Resources
|
||||
* ↪️ **[Spacecraft Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_spacecraft)**
|
||||
* ↪️ **[Flight Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_flights)**
|
||||
* [r/AerospaceEngineering](https://www.reddit.com/r/AerospaceEngineering/) - Aerospace Engineering Community
|
||||
* [The Rocketry Forum](https://www.rocketryforum.com/) - Project Rocketry Forums / Community
|
||||
* [r/rocketry](https://www.reddit.com/r/rocketry/) - Project Rocketry Community / [Discord](https://discord.com/invite/Ezgs4TGXvx)
|
||||
* [NAR](https://www.nar.org/) - Project Rocketry Safety / Learning / [Facebook](https://www.facebook.com/groups/2255560886/)
|
||||
* [Nakka Rocketry](https://nakka-rocketry.net/) - Project Rocket Technical Archive
|
||||
* [Half Cat Rocketry](https://www.halfcatrocketry.com/) - Liquid Rocket Motor Info / Resources / [X](https://x.com/HalfCatRocketry) / [Discord](https://discord.gg/y2AH6ZegBX) / [GitHub](https://github.com/HalfCatRocketry)
|
||||
* [Jacobs Rocketry](https://www.jacobsrocketry.com/) - Project Rocketry Info / Manuals
|
||||
* [MIT Rocket Team](https://wikis.mit.edu/confluence/display/RocketTeam/MIT+Rocket+Team+Home) - Official MIT Rocket Team Wiki / Resources Wikipedia
|
||||
* [OpenRocket](https://openrocket.info/) - Model Rocket Simulator / [Discord](https://discord.gg/qD2G5v2FAw) / [GitHub](https://github.com/openrocket/openrocket)
|
||||
* [Tripoli Rocketry](https://www.tripoli.org/) - High-Powered Rocket Resources / Info
|
||||
* [RocketPy](https://github.com/RocketPy-Team/RocketPy) - High-Powered Rocket Simulator / [Discord](https://discord.gg/b6xYnNh)
|
||||
* [openMotor](https://github.com/reilleya/openMotor) - Internal Ballistics Simulator
|
||||
* [Flight Mechanics](https://www.aircraftflightmechanics.com) - Aircraft Flight Mechanics Learning
|
||||
* [OpenVSP](https://www.openvsp.org/) - Aircraft Geometry Tool / [GitHub](https://github.com/OpenVSP/OpenVSP)
|
||||
* [Airfoil Tools](http://airfoiltools.com/) - Airfoil Coordinates / Dat Files
|
||||
* [OpenDroneMap](https://www.opendronemap.org/) - Drone Mapping Software
|
||||
* [Stolen Drone](https://stolendrone.info/) - Stolen Drone Info
|
||||
|
||||
***
|
||||
|
||||
## ▷ Chemistry
|
||||
|
||||
* 🌐 **[Wolfram Alpha Chemistry](https://wolframalpha.com/examples/science-and-technology/chemistry)** - Chemistry Calculators / Tools
|
||||
@@ -542,6 +574,7 @@
|
||||
* [periodic-table.io](https://periodic-table.io/) - Interactive Table
|
||||
* [Periodic Table App](https://periodictableapp.com/) - Interactive Table
|
||||
* [WebElements](https://www.webelements.com) - Interactive Table
|
||||
* [Photographic Periodic Table](https://periodictable.com/) - Image-Based Periodic Table w/ Physical Examples
|
||||
|
||||
***
|
||||
|
||||
@@ -675,7 +708,7 @@
|
||||
* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image quar fViewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/)
|
||||
* [Siril](https://siril.org/) - Astronomical Image Processor
|
||||
* [ESAsky](https://sky.esa.int/) - Public Astronomical Data
|
||||
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums
|
||||
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) / [GitHub](https://github.com/Stellarium/stellarium) - Virtual Stellariums
|
||||
* [WorldwideTelescope](https://worldwidetelescope.org/) - Interactive Telescope Data / [Home Page](https://worldwidetelescope.org/home/) / [GitHub](https://github.com/WorldWideTelescope)
|
||||
* [ESA Hubble](https://esahubble.org/), [SpaceTelescopeLive](https://spacetelescopelive.org/) or [HubbleSite](https://hubblesite.org/) - Hubble Telescope Images
|
||||
* [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites
|
||||
@@ -692,6 +725,7 @@
|
||||
|
||||
## ▷ Spacecraft
|
||||
|
||||
* ↪️ **[Aerospace Engineering Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_aerospace_engineering)**
|
||||
* ⭐ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays
|
||||
* ⭐ **[Visible Earth](https://visibleearth.nasa.gov/)**, [SpaceFromSpace](https://spacefromspace.com/), [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery
|
||||
* [NASASpaceFlight](https://www.nasaspaceflight.com/) - Launch Livestreams / News / [Forum](https://forum.nasaspaceflight.com/) / [X](https://www.youtube.com/@NASASpaceflight)
|
||||
@@ -704,6 +738,7 @@
|
||||
* [ISS Sim](https://iss-sim.spacex.com/) - ISS Docking Simulator
|
||||
* [Transit Finder](https://transit-finder.com/), [ISS Tracker](https://isstracker.pl/en), [Spot The Station](https://spotthestation.nasa.gov/) or [Where The ISS At?](https://wheretheiss.at/) - ISS Transit Tracking
|
||||
* [Satellite Map](https://satellitemap.space/), [KeepTrack](https://keeptrack.space/) / [GitHub](https://github.com/thkruz/keeptrack.space/), [SGP4](https://sgp4gl-demo.vercel.app/) / [GitHub](https://github.com/Kayhan-Space/sgp4gl-demo), [KeepTrackSpace](https://www.keeptrack.space/), [Find Starlink](https://findstarlink.com/) or [Look4Sat](https://github.com/rt-bishop/Look4Sat) - Satellite Orbit Maps / Trackers
|
||||
* [Spacebook](https://www.spacebook.com/) - Evaluates / Tracks Satellite Collision Risks & Maneuvers
|
||||
* [Leolabs Space](https://platform.leolabs.space/visualization) - Low Earth Orbit Simulator
|
||||
* [Orbiter](https://www.orbiter-forum.com/) - Spaceflight Simulator / [Subreddit](https://www.reddit.com/r/Orbiter/) / [GitHub](https://github.com/orbitersim/orbiter)
|
||||
* [Andegraf Rockets](https://rockets.andegraf.com/) - Rocket Diagrams
|
||||
@@ -782,7 +817,7 @@
|
||||
* [The Internet TESL Journal](http://iteslj.org/) - Resources for EFL and ESL Teachers
|
||||
* [EFSET](https://www.efset.org/) - English Proficiency Test
|
||||
* [Spellcheck](https://spellcheck.xyz) - English Spelling Game
|
||||
* [Learn English Online](https://www.learn-english-online.org/), [ESLFast](https://www.eslfast.com/), [AntiMoon](https://www.antimoon.com/), [Oxford Online](https://www.oxfordonlineenglish.com/free-english-lessons) or [Cambridge Online](https://www.cambridgeenglish.org/learning-english/) - English Lessons
|
||||
* [Learn English Online](https://www.learn-english-online.org/), [ESLFast](https://www.eslfast.com/), [AntiMoon](https://www.antimoon.com/), [Oxford Online](https://www.oxfordonlineenglish.com/free-english-lessons), [Learn English](https://learnenglishteens.britishcouncil.org/ ) or [Cambridge Online](https://www.cambridgeenglish.org/learning-english/) - English Lessons
|
||||
* [EnglishCentral](https://www.englishcentral.com/), [EngVid](https://www.engvid.com/) or [Voscreen](https://voscreen.com/) - English Video Lessons
|
||||
* [Frenglish](https://frenglish.ru/) or [English E-Reader](https://english-e-reader.net/) - English Learning Books
|
||||
* [elllo](https://www.elllo.org/) or [Listening Lab](https://www.esl-lab.com/) - English Listening Lessons / Practice
|
||||
@@ -908,6 +943,7 @@
|
||||
* [ASL Dictionary](https://www.signasl.org/), [StrongASL](https://www.strongasl.com/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Language Dictionaries
|
||||
* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Convert Text to Fingerspelling in ASL or BSL
|
||||
* [Rochester ASL / LSF](https://projects.lib.rochester.edu/lsf-asl-app/) - ASL / LSF / Click Dictionary
|
||||
* [SignFlow](https://signflow.website/) - Interactive Sign Dictionary / Learning
|
||||
* [BSL Dictionary](https://www.signbsl.com/), [BSL Signbank](https://bslsignbank.ucl.ac.uk/), [MobileSign](http://www.mobilesign.org/) or [Signd](https://signd.co.uk/) - British Sign Language Dictionaries
|
||||
* [Signbank](https://auslan.org.au/) - Australian Sign Language Dictionary
|
||||
* [NZSL](https://nzsl.nz/) - New Zealand Sign Language Dictionary
|
||||
@@ -971,6 +1007,7 @@
|
||||
* [WintrChess](https://wintrchess.com/), [2](https://chess.wintrcat.uk/) - Chess Game / Move Analysis
|
||||
* [Chess Analysis](https://chess-analysis.org/) - Chess Game / Move Analysis / [Discord](https://discord.gg/hvrEXhX8qA)
|
||||
* [Pawn Appétit](https://pawnappetit.com/) - Chess Game / Move Analysis / [GitHub](https://github.com/ChessKitchen/pawn-appetit)
|
||||
* [Chesskit](https://chesskit.org/) - Chess Game / Move Analysis / [Discord](https://discord.com/invite/Yr99abAcUr) / [GitHub](https://github.com/GuillaumeSD/Chesskit)
|
||||
* [YottaChess](https://www.yottachess.com/) - Chess Game / Move Analysis
|
||||
* [Chessigma](https://www.chessigma.com/) - Chess Game / Move Analysis / [Discord](https://discord.gg/dy9VXd5n3v)
|
||||
* [En Croissant](https://encroissant.org/) - Chess Game / Move Analysis
|
||||
@@ -1003,7 +1040,7 @@
|
||||
|
||||
* 🌐 **[Awesome Certificates](https://panx.io/awesome-certificates/)** - Dev Course Indexes
|
||||
* 🌐 **[Awesome YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers)** - YouTube Dev Channels Indexes
|
||||
* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started), [Programming Learning Index](https://github.com/bobeff/programming-math-science) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources
|
||||
* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started), [Programming Learning Index](https://github.com/bobeff/programming-math-science), [awesome-opensource-documents](https://github.com/44bits/awesome-opensource-documents) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources
|
||||
* 🌐 **[Python Discord](https://pythondiscord.com/resources/)** - Python Learning Resources
|
||||
* 🌐 **[Roadmap](https://roadmap.sh/)** - Developer Roadmaps / [GitHub](https://github.com/kamranahmedse/developer-roadmap)
|
||||
* 🌐 **[Path to Senior Engineer](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)** or [Professional Programming](https://github.com/charlax/professional-programming) - Software Engineer Resources
|
||||
@@ -1018,15 +1055,16 @@
|
||||
* [Git Tutorial](https://4geeksacademy.github.io/git-interactive-tutorial/) - Interactive Git Tutorial
|
||||
* [Learn Git Branching](https://learngitbranching.js.org/) - Interactive Git Branching Guide
|
||||
* [Git Time](https://git.bradwoods.io/) - Git Learning Game
|
||||
* [Hack Club](https://hackclub.com/) - Non-Profit High School Coding Community / Resources / [GitHub](https://github.com/hackclub)
|
||||
* [DevToolTips](https://devtoolstips.org/) - Developer Tips
|
||||
* [Checki0](https://checkio.org/) - Code Learning Games
|
||||
* [Scrimba](https://scrimba.com/) - Interactive Programming Courses
|
||||
* [Scrimba](https://scrimba.com/) or [VittaScience](https://en.vittascience.com/code) - Interactive Programming Learning
|
||||
* [CloudSkillsBoost](https://www.cloudskillsboost.google/paths) - Programming Courses
|
||||
* [MOOC.fi](https://www.mooc.fi/en/) - Programming Courses
|
||||
* [EggHead](https://egghead.io/) - Programming Courses
|
||||
* [TechSchool](https://techschool.dev/en) - Programming Courses / [Discord](https://discord.com/invite/C4abRX5skH)
|
||||
* [Josh Comeau](https://www.joshwcomeau.com/) - Programming Tutorials
|
||||
* [Scratch](https://scratch.mit.edu/ / [Extra Features](https://scratchaddons.com/) / [GitHub](http://github.com/ScratchAddons/ScratchAddons) / [Javascript Converter](https://turbowarp.org/), [2](https://github.com/TurboWarp/) or [MIT App Inventor](https://appinventor.mit.edu/) - Beginner Programming Learning
|
||||
* [Scratch](https://scratch.mit.edu/) / [Firefox Extension](https://scratchaddons.com/) / [Chrome Extension](https://www.scratchtools.app/) / [Package Projects](https://packager.turbowarp.org/) / [Javascript Converter](https://turbowarp.org/), [2](https://github.com/TurboWarp/) / [Wiki / Guides](https://scratch-wiki.info/) / [GitHub](http://github.com/ScratchAddons/ScratchAddons) or [MIT App Inventor](https://appinventor.mit.edu/) - Beginner Programming Learning
|
||||
* [USACO Guide](https://usaco.guide/) - Competitive Programming Lessons
|
||||
* [Beej's Guides](https://www.beej.us/guide/) or [LearnByExample](https://learnbyexample.github.io/) - Programming Guides
|
||||
* [CodinGame](https://www.codingame.com/) - Games to Practice Coding / Programming
|
||||
@@ -1252,7 +1290,7 @@
|
||||
* [Hackers101](https://www.hacker101.com/), [SmashTheStack](https://smashthestack.org/) or [WebHacking](https://webhacking.kr/) - Cybersecurity Challenges
|
||||
* [Skills for All](https://www.netacad.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cybersecurity Courses
|
||||
* [Sectube](https://sectube.tv/) - IT Security Event Recordings
|
||||
* [TryHackMe](https://tryhackme.com/), [Hack The Box](https://www.hackthebox.com/) or [OpenSecurityTraining2](https://opensecuritytraining.info/) - Cybersecurity Lessons
|
||||
* [TryHackMe](https://tryhackme.com/), [HackTheBox](https://www.hackthebox.com/) or [OpenSecurityTraining2](https://opensecuritytraining.info/) - Cybersecurity Lessons
|
||||
* [Addielamarr](https://publish.obsidian.md/addielamarr/), [Cyber Talent Kids](https://cybertalentskids.com/) or [Teach Yourself Info Sec](https://teachyourselfinfosec.com/) - Learn About Cybersecurity
|
||||
* [pwn.college](https://pwn.college/) - Cybersecurity Practice
|
||||
* [OverTheWire](https://overthewire.org/wargames/) - Cybersecurity Learning Game
|
||||
@@ -1279,6 +1317,7 @@
|
||||
* ⭐ **[Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA)** - Game Dev Tutorials
|
||||
* ⭐ **[r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community
|
||||
* [20 Games Challenge](https://20_games_challenge.gitlab.io/) - Beginner Game Dev Challenges
|
||||
* [CodeWisp](https://codewisp.net/) - Interactive Beginner Game Dev Learning
|
||||
* [Amit’s Game Programming](http://www-cs-students.stanford.edu/~amitp/gameprog.html) - Game Programming Guide
|
||||
* [GameProgramBooks](https://rentry.co/FMHYB64#gameprogrambooks) - Game Programming Books
|
||||
* [PICO-8](https://mboffin.itch.io/pico8-educational-toolset) - Basic Game Dev Concepts / [Web Version](https://www.pico-8-edu.com/)
|
||||
@@ -1309,12 +1348,14 @@
|
||||
* [AllFreeDumps](https://www.allfreedumps.com/) - Exam Dumps
|
||||
* [IELTS69](https://www.ielts69.com/) - Cambridge Practice Tests
|
||||
* [CaieFinder](https://caiefinder.com/) - Previous Cambridge Test Answers
|
||||
* [Exam Downloader](https://rentry.co/FMHYB64#et-dl) - Exam Download Tool
|
||||
* [ITExams](https://www.itexams.com/) - IT Exam Collection
|
||||
* [Pearson's AP Universe](https://drive.google.com/drive/folders/1kG84_tEPph4bEQqu2GnYx84xUzbdFGLw) - AP Exam Guides / Community / [Discord](https://discord.com/invite/sTanvkAZbN)
|
||||
* [CrackAP](https://www.crackap.com/) - Practice AP Exams
|
||||
* [r/APStudents Course Survey](https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511) - AP Exam Comparison Spreadsheet
|
||||
* [r/CATpreparation](https://www.reddit.com/r/CATpreparation/) - CAT Test Prep / [Discord](https://discord.gg/CAvHUZY6rH)
|
||||
* [Revisely](https://www.revisely.com/) - GCSE Exam Help
|
||||
* [free-clep-prep](https://free-clep-prep.com/) or [ModernStates](https://modernstates.org/) - Free CLEP / DSST Exam Prep
|
||||
* [nzqa.toasting](https://nzqa.toasting.me/) - Download NZQA Past Papers
|
||||
* [CatchaScience](https://catchascience.wordpress.com/), [IGCSEResources](https://sites.google.com/view/igcseresources/home), [r/IGCSE](https://www.reddit.com/r/igcse/) or [ZNotes](https://znotes.org/) - IGCSE Study Notes / Resources
|
||||
* [IGCSE Papers](https://igcse.net/igcse-past-papers-download/), [RevisionScience](https://revisionscience.com/) or [Physics & Maths Tutor](https://www.physicsandmathstutor.com/) - Download Past GCSE / IGCSE Papers
|
||||
@@ -1330,6 +1371,7 @@
|
||||
* ⭐ **[OnePrep](https://oneprep.xyz/)** - SAT Practice Exams / Questions
|
||||
* [SAT Slayer](https://www.satslayer.org/), [2](https://satslayer.vercel.app/) - SAT Practice Exams / Questions
|
||||
* [Mcelroy Tutoring](https://www.mcelroytutoring.com/lower.php?url=44-official-sat-pdfs-and-82-official-act-pdf-practice-tests-free) - SAT Practice Exams / Questions
|
||||
* [Sat DB](https://www.satdbfor.me/) - SAT Practice Exams / Questions / Sign-Up Required
|
||||
* [DSATuz](https://t.me/DSATuz) - SAT Practice Exams / Questions / [Telegram](https://t.me/DSATuzchat)
|
||||
* [The SAT: Practice Tests](https://satsuite.collegeboard.org/sat/practice-preparation/practice-tests) - SAT Practice Exams / Questions
|
||||
* [SATArchive](https://www.satarchive.com/) - Previous SAT Test Archive
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
* [videoutils](https://www.videoutils.com/) - File Converter / 500MB
|
||||
* [OfflineConvert](https://www.offlineconvert.com/) - File Converter
|
||||
* [Xconvert](https://www.xconvert.com) - File Converter / 400MB
|
||||
* [FeeConvert](https://www.freeconvert.com/) - Unlimited / Clear Cookies
|
||||
* [ConvertFiles](https://www.convertfiles.com/) - File Converter / 250MB
|
||||
* [Convertio](https://convertio.co/) - File Converter / 100MB
|
||||
* [AnyConvert](https://anyconv.com/) - File Converter / 100MB
|
||||
@@ -409,7 +410,6 @@
|
||||
* [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) - 10GB Free / ~$15.5 per 1TB
|
||||
* [1Cloud File](https://1cloudfile.com/) - 10GB Free
|
||||
* [Fix-OneDrive-Zip](https://github.com/pmqs/Fix-OneDrive-Zip) - Fix OneDrive Zip Files >4GB
|
||||
* [SeaFile](https://www.seafile.com/en/home/) - Self-Hosted Cloud Storage
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
* [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive
|
||||
* [Buzz In](https://buzzin.live/) - Online Buzzer System
|
||||
* [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournement Creators / Managers
|
||||
* [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Premium Bypass](https://medalbypass.vercel.app/) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools
|
||||
* [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Watermark Remover](https://rentry.co/FMHYB64#medel) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools
|
||||
* [Keystrokes](https://www.deviantart.com/jaxoriginals/art/Keystrokes-v1-3-889349339) - Keystrokes Overlay
|
||||
* [PSNProfiles](https://psnprofiles.com/) - Trophy Guide / PSN Profile Viewer
|
||||
* [Shmuplations](https://shmuplations.com/) - Japanese Developer Interviews
|
||||
@@ -44,7 +44,7 @@
|
||||
* [Interpreter](https://github.com/bquenin/interpreter) - Retro Japanese Game Live Translator
|
||||
* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art
|
||||
* [r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers
|
||||
* [r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org) / [Guilded](https://guilded.gg/crackwatch)
|
||||
* [r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org)
|
||||
|
||||
***
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
* [SystemRequirementsLab](https://www.systemrequirementslab.com/cyri/) or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests
|
||||
* [SweetFX](https://sfx.thelazy.net/) or [ENBSeries](http://enbdev.com) - Game Setting Guides
|
||||
* [RagnoTech Optimization Catalog](https://ragnos1997.com/optimization-catalog/) or [TroubleChute](https://www.youtube.com/c/TroubleChute/featured) - Gaming Optimization Guides
|
||||
* [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) or [MikeMartin](https://www.mikemartin.co/) - FPS / Latency Guides
|
||||
* [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) - FPS / Latency Guides
|
||||
* [Fraps](https://fraps.com/), [OCAT](https://gpuopen.com/ocat/) / [GitHub](https://github.com/GPUOpen-Tools/ocat), [RTSS](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html), [CapFrameX](https://www.capframex.com/) or [Game Bar](https://rentry.co/WindowsFPS) - FPS Monitors
|
||||
* [SSTap](https://github.com/FQrabbit/SSTap-Rule) - Decrease Ping
|
||||
* [r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/) - Game Optimization Community
|
||||
@@ -92,7 +92,7 @@
|
||||
* [ReShade](https://reshade.me/) - Generic Post-Processing Injector / [Easy Installer](https://github.com/OopyDoopy/ReShade-Centralized) / [Shaders](https://github.com/BlueSkyDefender/Depth3D) / [Discord](https://discord.com/invite/PrwndfH) / [GitHub](https://github.com/crosire/reshade)
|
||||
* [Scanlines for Windows](https://s4windows.itch.io/scanlines-for-windows) - Add Scanlines to Games / [Discord](https://discord.gg/MqxMj8MT55)
|
||||
* [DLSSG to FSR3](https://github.com/Nukem9/dlssg-to-fsr3) - AMD FSR3 Frame Generation for NVIDIA
|
||||
* [WindowedBorderlessGaming](https://westechsolutions.net/sites/WindowedBorderlessGaming/), [Borderless Gaming](https://github.com/Codeusa/Borderless-Gaming) or [FullScreenizer](http://runtimeterror.com/tools/fullscreenizer/) - Borderless Windows for All Games
|
||||
* [WindowedBorderlessGaming](https://westechsolutions.net/sites/WindowedBorderlessGaming/), [Borderless Gaming](https://legacy.borderlessgam.ing/) / [Discord](https://discord.gg/8UvpR5UgX3) / [GitHub](https://github.com/andrewmd5/Borderless-Gaming) or [FullScreenizer](http://runtimeterror.com/tools/fullscreenizer/) - Borderless Windows for All Games
|
||||
* [DxWnd](https://sourceforge.net/projects/dxwnd/) - Play Fullscreen Only Games in Window
|
||||
* [WSGF](https://www.wsgf.org/) - Widescreen Gaming Community / Solutions
|
||||
* [Widescreen Fixes Pack](https://thirteenag.github.io/wfp) / [GitHub](https://github.com/ThirteenAG/WidescreenFixesPack), [Widescreen Fixer v3.4](https://community.pcgamingwiki.com/files/file/1754-widescreen-fixer-v34-r737/) or [Flawless Widescreen](https://www.flawlesswidescreen.org/) - Widescreen Fixes
|
||||
@@ -160,7 +160,7 @@
|
||||
## ▷ Game Saves
|
||||
|
||||
* ↪️ **[File Backup](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_backup) / [Sync](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_sync)**
|
||||
* ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)**, [SaveState](https://github.com/Matteo842/SaveState) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Backup Tools / Managers
|
||||
* ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)**, [Ambidex](https://github.com/chwair/ambidex), [SaveState](https://github.com/Matteo842/SaveState) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Backup Tools / Managers
|
||||
* [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under "Game Data"
|
||||
* [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii
|
||||
* [SavegameDownload.com](https://www.savegamedownload.com/) - PC / Mobile / PlayStation / Switch / Xbox
|
||||
@@ -237,6 +237,7 @@
|
||||
* [Gamelib](https://gamelib.app/explore) - Tracking / Database
|
||||
* [Backloggery](https://backloggery.com/) - Tracking / Database
|
||||
* [Exophase](https://www.exophase.com/) - Tracking / Database
|
||||
* [RiotPixels](https://en.riotpixels.com/) - Tracking / Database
|
||||
* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/) - Game Database
|
||||
* [GameFAQs](https://gamefaqs.gamespot.com/) - Game Database
|
||||
* [Rawg](https://rawg.io/) - Game Database
|
||||
@@ -276,6 +277,7 @@
|
||||
* ⭐ **[OpenCritic](https://opencritic.com/)** - Critic Game Reviews / Ratings
|
||||
* ⭐ **[SteamDB Ratings](https://steamdb.info/stats/gameratings/)** - Steam Ratings Chart
|
||||
* [TasteDive](https://tastedive.com/games) or [r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations
|
||||
* [/V/'s Recommended Games Wiki](https://vsrecommendedgames.miraheze.org/) - Game Recommendations
|
||||
* [Emulation Collection](https://docs.google.com/spreadsheets/d/1bYIhExnaQXYyWLnna1WJPLMvXnmSlq2tvazDL3eQ3z0) - Game Recommendation Chart / 7+ Metacritic
|
||||
* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Game Recommendation Directory
|
||||
* [Can I Play That?](https://caniplaythat.com/) - Video Game Accessibility Reviews
|
||||
@@ -296,6 +298,7 @@
|
||||
* [Achievement Watcher](https://github.com/darktakayanagi/Achievement-Watcher) - Multi-Platform Achievement Parser / [Setup Guide](https://breadcloud.net/blog/achievements-guide/)
|
||||
* [SamRewritten](https://github.com/PaulCombal/SamRewritten) or [SteamAchievementManager](https://github.com/gibbed/SteamAchievementManager) - Steam Achievement Managers
|
||||
* [SteamHunters](https://steamhunters.com/) / [Discord](https://discord.com/invite/SeJ25Xv) or [TrueSteamAchievements](https://truesteamachievements.com/) - Steam Achievement Tracking / Leaderboards / Profiles
|
||||
* [VSThemes Steam](https://vsthemes.org/en/steam/) - Custom Steam Profiles
|
||||
* [SteamID](https://steamid.io/) / [2](https://steamid.uk/), [SteamDetective](https://steamdetective.com/) or [SteamFinder](https://steamidfinder.com/) - Steam ID Lookup
|
||||
* [SteamGuard](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
|
||||
* [Super Steam Packer](https://cs.rin.ru/forum/viewtopic.php?f=29&t=131328) - Pack and Share Your Steam Games
|
||||
@@ -325,7 +328,7 @@
|
||||
## ▷ DLC Unlock / DRM Bypass
|
||||
|
||||
* ⭐ **[CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576)** - Steam DLC Unlocker
|
||||
* ⭐ **[GreenLuma](https://cs.rin.ru/forum/viewtopic.php?f=29&t=103709)** - Steam DLC Unlocker / [Manager](https://github.com/3vil3vo/GreenLuma-Manager) / [Family Bypass Guide](https://rentry.org/gzny948p)
|
||||
* ⭐ **[GreenLuma](https://cs.rin.ru/forum/viewtopic.php?f=29&t=103709)** - Steam DLC Unlocker / [Manager](https://github.com/3vil3vo/GreenLuma-Manager)
|
||||
* ⭐ **[Unsteam](https://cs.rin.ru/forum/viewtopic.php?f=20&t=134707&hilit=unsteam)** - Online Steam DRM Bypass / Cracked Servers Only / Multiplayer Emulator
|
||||
* ⭐ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover
|
||||
* ⭐ **[Goldberg Fork](https://github.com/Detanup01/gbe_fork)** / [Guide](https://rentry.co/goldberg_emulator) or [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam / Multiplayer Emulators
|
||||
@@ -396,6 +399,7 @@
|
||||
* ⭐ **[CnCNet](https://cncnet.org/)** - Multiplayer Command & Conquer, Red Alert & more / [Discord](https://discord.com/invite/aJRJFe5)
|
||||
* [OpenFortress](https://openfortress.fun/) - Team Fortress 2 Mod
|
||||
* [TF2 Classified](https://tf2classified.com/) - Team Fortress 2 Classified Mod
|
||||
* [AlterWare](https://alterware.dev/) - COD BO3, AW, and Ghosts Multiplayer Client / Clean Files Required / [Docs](https://alterware.dev/docs) / [Discord](https://discord.com/invite/2ETE8engZM)
|
||||
* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/)
|
||||
* [Ezz-BOIII](https://rentry.co/FMHYB64#boiii) - COD Black Ops 3 Multiplayer Client
|
||||
* [CoD4x Mod](https://cod4x.ovh/) - COD4 (2007) Multiplayer Project / Requires MP Key / [Discord](https://discord.cod4x.ovh/)
|
||||
@@ -421,12 +425,12 @@
|
||||
|
||||
* ⭐ **[TrackyServer](https://www.trackyserver.com/)** - Find Private Multiplayer Servers
|
||||
* ⭐ **[Pelican](https://pelican.dev/)** / [GitHub](https://github.com/pelican-dev/panel) or [Pterodactyl](https://github.com/pterodactyl/panel) / [Discord](https://discord.gg/pterodactyl) - Game Server Management Panel
|
||||
* ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx)
|
||||
* [Server.pro](https://server.pro/) - Game Server Hosting
|
||||
* [Impostor](https://impostor.github.io/Impostor/) - Among Us Private Server / [Discord](https://discord.com/invite/Mk3w6Tb)
|
||||
* [VRCList](https://vrclist.com/) - Find VRChat Worlds / Signup
|
||||
* [OldUnreal](https://www.oldunreal.com/) - Unreal Tournement Servers / [Discord](https://discord.gg/thURucxzs6)
|
||||
* [DiIiS](https://github.com/blizzless/blizzless-diiis) - Open-Source Diablo III Local Server
|
||||
* [Insignia](https://insignia.live/) - Original Xbox Replacement Servers / [Discord](https://discord.gg/CWkdVdc)
|
||||
* [Warehouse](https://wiki.aiwarehouse.xyz/) - Transformers, DJ Hero, Blur, Grid, GH3, & Singularity Multiplayer
|
||||
* [ElDewrito](https://www.eldewrito.org/) - Halo Online / Halo 3 Servers
|
||||
* [Project Cartographer](https://www.halo2.online/) - Halo 2 Online Servers
|
||||
@@ -563,10 +567,12 @@
|
||||
|
||||
## ▷ Xbox Homebrew
|
||||
|
||||
* ⭐ **[Team Resurgent](https://rentry.co/FMHYB64#team-resurgent)** - Xbox Homebrew Tools
|
||||
* [r/360Hacks Guide](https://redd.it/8y9jql) - Xbox 360 Modding Guide
|
||||
* [r/XboxModding](https://www.reddit.com/r/XboxModding/) or [r/XboxRetailHomebrew](https://www.reddit.com/r/XboxRetailHomebrew/) - Xbox Homebrew Subreddits
|
||||
* [r/XboxHomebrew](https://www.reddit.com/r/XboxHomebrew/) - Xbox One/Series Homebrew Subreddit
|
||||
* [Team Resurgent](https://rentry.co/FMHYB64#team-resurgent) - Xbox Homebrew Tools
|
||||
* [xbGuard](https://xbguard.live) - Xbox 360 Stealth Server / [Discord](https://discord.gg/YkpmBHK)
|
||||
* [Insignia](https://insignia.live/) - Original Xbox Replacement Servers / [Discord](https://discord.gg/CWkdVdc)
|
||||
* [dbox.tools](https://dbox.tools/) - Xbox 360 Content Database / Decompiler Required
|
||||
* [C-Xbox Tool](https://gbatemp.net/download/c-xbox-tool.7615/) - .XBE to ISO File Converter
|
||||
|
||||
@@ -644,21 +650,17 @@
|
||||
|
||||
## ▷ Launchers
|
||||
|
||||
* ⭐ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [CurseForge Downloads](https://rentry.co/FMHYB64#curseforge-dl) / [Free Version](https://rentry.co/FMHYB64#prism)
|
||||
* ⭐ **[Freesm Launcher](https://freesmlauncher.org/)** / [Theme Creator](https://new.freesmlauncher.org/themes) / [Telegram](https://t.me/freesmteam) / [Discord](https://discord.com/invite/6jjw4gjy4w) / [GitHub](https://github.com/FreesmTeam/FreesmLauncher), [ShatteredPrism](https://github.com/LunaisLazier/ShatteredPrism), [ElyPrismLauncher](https://github.com/ElyPrismLauncher/ElyPrismLauncher) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher) or [FjordLauncher](https://github.com/unmojang/FjordLauncher) - Prism Launcher Forks w/ Alt Auth Server Support
|
||||
* ⭐ **[ATLauncher](https://atlauncher.com/)** / [Discord](https://discord.com/invite/B7TrrzH) or [Technic Launcher](https://www.technicpack.net/) / [Discord](https://discord.com/invite/technic) - Modpack Launchers
|
||||
* ⭐ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** - Launcher for Bedrock Edition / [Does Not Work w/ Latest MC Versions](https://ibb.co/7NXBJXX5)
|
||||
* 🌐 **[Minecraft Launcher Comparisons](https://mc-launcher.tayou.org/)** - Minecraft Launcher Comparison Chart / [GitHub](https://github.com/TayouVR/MinecraftLauncherComparison)
|
||||
* ⭐ **[ElyPrismLauncher](https://elyprismlauncher.github.io/)** / [Discord](https://discord.gg/5kcBCvnbTp) / [GitHub](https://github.com/ElyPrismLauncher/ElyPrismLauncher), **[Freesm Launcher](https://freesmlauncher.org/)** / [Theme Creator](https://new.freesmlauncher.org/themes) / [Telegram](https://t.me/freesmteam) / [Discord](https://discord.com/invite/6jjw4gjy4w) / [GitHub](https://github.com/FreesmTeam/FreesmLauncher) or [ShatteredPrism](https://github.com/LunaisLazier/ShatteredPrism) - Prism Launcher Forks w/ Alt Auth Server Support
|
||||
* [ZalithLauncher](https://github.com/ZalithLauncher/ZalithLauncher), [Mojolauncher](https://github.com/mojolauncher/mojolauncher) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android & iOS
|
||||
* [SkLauncher](https://skmedix.pl/) - User-friendly Launcher
|
||||
* [AstralRinth](https://git.astralium.su/didirus/AstralRinth) - User-friendly Launcher
|
||||
* [UltimMC](https://github.com/UltimMC/Launcher) - Launcher
|
||||
* [Betacraft Launcher](https://betacraft.uk/) / [2](https://betacraft.ee/) / [3](https://betacraft.ovh/) or [LegacyFix](https://github.com/betacraftuk/legacyfix) - Patch / Fix Legacy Versions
|
||||
* [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL)
|
||||
* [LabyMod](https://www.labymod.net/) - Launcher / [Discord](https://discord.com/invite/labymod)
|
||||
* [Crystal Launcher](https://crystal-launcher.net/) - Launcher / [Discord](https://discord.com/invite/S4cSFjq)
|
||||
* [GDLauncher](https://gdlauncher.com/) - Launcher / [Discord](https://discord.com/invite/8n3NnERF22)
|
||||
* [X Minecraft Launcher](https://xmcl.app/) - Launcher / [Discord](https://discord.com/invite/W5XVwYY7GQ)
|
||||
* [Quantum Launcher](https://mrmayman.github.io/quantumlauncher/) - Lightweight Launcher / [Discord](https://discord.com/invite/bWqRaSXar5) / [GitHub](https://github.com/Mrmayman/quantum-launcher/)
|
||||
* [Premium-Only Launchers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_mc_launchers_account_req) - Launchers that Require Official Account
|
||||
|
||||
***
|
||||
|
||||
@@ -783,8 +785,8 @@
|
||||
* [Ready or Not Doc](https://docs.google.com/spreadsheets/d/1d89lpFDA9lo_v13iBlnhtuA6DvuUnKfPaeo0d4RBGJ4/) - Ready or Not Info
|
||||
* [EFEM](https://efem.club/) - Football Manager Database / Info
|
||||
* [FM Moneyball](https://www.fmdatalab.com/tutorials/moneyball) - Football Manager Recruitment Tool / [Tutorial](https://youtu.be/vBoHCH-rZMI)
|
||||
* [Asphalt Database](https://asphalt9.info/) - Asphalt Legends Unite Database / Wiki
|
||||
* [WRCsetups](https://wrcsetups.com/) - WRC Setups
|
||||
* [Peacock](https://thepeacockproject.org/) - Hitman World of Assassination Server Replacement / [GitHub](https://github.com/thepeacockproject/Peacock)
|
||||
* [Collection Manager](https://github.com/Piotrekol/CollectionManager) - Osu! Collection Manager
|
||||
* [osu trainer](https://github.com/FunOrange/osu-trainer) - Osu! Trainer
|
||||
* [danser-go](https://github.com/Wieku/danser-go) - Osu! Dancing Visualizer
|
||||
@@ -850,14 +852,12 @@
|
||||
* ⭐ **[CsWarzOnE](https://cswarzone.com/)** - Counter-Strike Downloads
|
||||
* ⭐ **[HLTV](https://www.hltv.org/)** or [Dust2](https://www.dust2.us/) - Counter-Strike News
|
||||
* ⭐ **[CS Demo Manager](https://cs-demo-manager.com/)** - Counter-Strike Demo Manager
|
||||
* ⭐ **[Faceit](https://www.faceit.com/)** - Matchmaking Client
|
||||
* ⭐ **[Faceit](https://www.faceit.com/)** - Matchmaking Client / [Account Finder](https://faceitfinder.com/) / [Enhancements](https://repeek.gg/)
|
||||
* ⭐ **[CSNADES](https://csnades.gg/)** or [CS2Util](https://www.cs2util.com/) - CS2 Nade Lineups
|
||||
* [CSGO Trader](https://csgotrader.app/) - CS:GO Trading Enhancements
|
||||
* [CS2 Weapon Spreadsheet](https://docs.google.com/spreadsheets/d/11tDzUNBq9zIX6_9Rel__fdAUezAQzSnh5AVYzCP060c/) - Weapon Stats / Prices
|
||||
* [ArminC-AutoExec](https://github.com/ArmynC/ArminC-AutoExec) - ArminC's CS2 Config
|
||||
* [CS2 Browser](https://cs2browser.net/) or [CS2 Server Picker](https://github.com/FN-FAL113/cs2-server-picker) - Counter-Strike 2 Server Browser
|
||||
* [Faceit Finder](https://faceitfinder.com/) - Faceit Account Finder
|
||||
* [Repeek](https://repeek.gg/) - Faceit Enhancement Extension
|
||||
|
||||
***
|
||||
|
||||
@@ -873,7 +873,7 @@
|
||||
* [GTA Cars](https://gtacars.net/) - GTA Car Database / Stats
|
||||
* [Rainbomizer](https://rainbomizer.com/) - GTA Randomizer Mods
|
||||
* [Gillian's GTA](https://gillian-guide.github.io/) - GTA IV Modding Guide
|
||||
* [GTA Connected](https://gtaconnected.com/) - Multiplayer Mod / GTA III, IV, VC, SC / [Discord](https://discord.gg/YSyasDa)
|
||||
* [GTA Connected](https://gtaconnected.com/) - Multiplayer Mod / GTA III, IV, VC, SA / [Discord](https://discord.gg/YSyasDa)
|
||||
* [Vice City: Multiplayer](https://vc-mp.org/) - Mutiplayer GTA:VC
|
||||
* [GTA Manager](https://func-vehicle.github.io/gtamanager/) - GTA V Business Manager
|
||||
* [GTA Downgraders](http://downgraders.rockstarvision.com/) - GTA Game Downgraders
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
* [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake
|
||||
* [Forge](https://card-forge.github.io/forge/) - Magic: The Gathering Fangame / [GitHub](https://github.com/Card-Forge/forge)
|
||||
* [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame / [Discord](https://discord.gg/ygopro-percy) / [GitHub](https://github.com/ProjectIgnis)
|
||||
* [Hyper Dragon Ball Z](https://discord.gg/W85hmYcJB9) - Fan-Made Dragon Ball Z Inspired Fighting Game
|
||||
* [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features
|
||||
* [YARC-Official](https://github.com/YARC-Official) - Rock Band Clone / [Launcher](https://github.com/YARC-Official/YARC-Launcher/releases) / [Discord](https://discord.gg/sqpu4R552r)
|
||||
* [YAVSRG (Interlude)](https://www.yavsrg.net/) - Rhythm Game Engine / [Discord](https://discord.com/invite/tA22tWR)
|
||||
@@ -239,6 +240,7 @@
|
||||
* [OpenNox](https://github.com/opennox/opennox) - Nox Revival Project / [Discord](https://discord.gg/HgDUeXhAyW)
|
||||
* [Sonic Runners Revival](https://sonicrunners.com/) - Sonic Runners Revival / [Discord](https://discord.gg/T5ytR6T)
|
||||
* [r/MinecraftStoryMode](https://www.reddit.com/r/MinecraftStoryMode/) - Minecraft Story Mode Revival Project / [Discord](https://discord.gg/zUuABEc6at)
|
||||
* [Peacock](https://thepeacockproject.org/) - Hitman World of Assassination Server Replacement / [GitHub](https://github.com/thepeacockproject/Peacock)
|
||||
* [SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball) - Space Cadet Pinball / [Android](https://github.com/fexed/Pinball-on-Android)
|
||||
|
||||
***
|
||||
@@ -304,7 +306,7 @@
|
||||
* ⭐ **[ROM Heaven](https://romheaven.com/)** - ROMs
|
||||
* ⭐ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg)
|
||||
* ⭐ **[Ziperto](https://ziperto.com/)** - ROMs / [Discord](https://discord.gg/VgZ66bM87u)
|
||||
* ⭐ **[RuTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||
* ⭐ **[RuTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* ⭐ **[CDRomance](https://cdromance.org/)** / [Forum](https://retrogametalk.com/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations / Hacks
|
||||
* [WowROMs](https://wowroms.com/en) - ROMs
|
||||
* [Retro Game Champion](https://www.retrogamechampion.com/) - Retro Game ROMs, Magazines, Music & more / [Discord](https://discord.gg/zueusZt)
|
||||
@@ -393,11 +395,12 @@
|
||||
* ⭐ **[NoPayStation](https://nopaystation.com/)** - ROMs / PS3 / PSP / PSVita / [Discord](https://discord.com/invite/rNGrkUY)
|
||||
* ⭐ **[PSVitaVPK](https://psvitavpk.com/)** - ROMs / PSVita
|
||||
* [AlvRo](https://rentry.co/FMHYB64#alvro) - ROMs / PS2 / PW: `ByAlvRo`
|
||||
* [DLPSGame](https://dlpsgame.com/) - ROMs / PS2 / PS3 / PS4 / PS5 / Avoid PC Games
|
||||
* [Super PSX](https://www.superpsx.com/) - ROMs / PS3 / PS4 / PS5 / **Avoid PC Games** / [Discord](https://discord.gg/BVc63GqV7Y)
|
||||
* [DLPSGame](https://dlpsgame.com/) - ROMs / PS2 / PS3 / PS4 / PS5 / **Avoid PC Games**
|
||||
* [PKGPS4](https://www.pkgps4.click/) - ROMs / PS4
|
||||
* [PS3R](https://ps3r.com/) - ROMs / PS3
|
||||
* [PSXROMs](https://psxroms.pro/) - ROMs / PS2 / PSP
|
||||
* [DownloadGamePSP](https://downloadgamepsp.org/) - ROMs / PSP / PSVita / Avoid PC Games
|
||||
* [DownloadGamePSP](https://downloadgamepsp.org/) - ROMs / PSP / PSVita / **Avoid PC Games**
|
||||
* [PS1 Covers](https://github.com/xlenore/psx-covers) or [PS2 Covers](https://github.com/xlenore/ps2-covers) - Cover Downloaders
|
||||
|
||||
***
|
||||
@@ -444,12 +447,14 @@
|
||||
# ► Puzzle Games
|
||||
|
||||
* ⭐ **[Simon Tatham's Puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/)** - Multiple Puzzle Games / [Mobile](https://github.com/chrisboyle/sgtpuzzles)
|
||||
* [Puzzmo](https://www.puzzmo.com/) - Daily Word + Puzzle Games
|
||||
* [Puzzle Loop](https://www.puzzle-loop.com/) - Multiple Puzzle Games / [Discord](https://discord.gg/YJp77jFzWv)
|
||||
* [Puzzle Party](https://artsandculture.google.com/experiment/puzzle-party/EwGBPZlIzv0KRw) - Multiplayer Jigsaws
|
||||
* [PuzzlePrime](https://www.puzzleprime.com/) - Problems / Puzzles
|
||||
* [Game for the Brain](https://www.gamesforthebrain.com/) - Puzzles / Quizzes
|
||||
* [MasasGames](https://masasgames.com/) - Virtual Escape Rooms
|
||||
* [Murdle](https://murdle.com/) - Daily Murder Mystery
|
||||
* [enclose.horse](https://enclose.horse/) - Daily Horse Enclosure Puzzle / Community Levels
|
||||
* [Sokoban Online](https://www.sokobanonline.com/) - Sokoban Puzzles
|
||||
* [DailyDungeon](https://dailydungeon.net/) - Puzzle Dungeon Crawler
|
||||
* [Sokoban](https://suppilulemur.neocities.org/) - Zelda-Themed Sokoban Puzzles
|
||||
@@ -514,11 +519,11 @@
|
||||
* ⭐ **[Wordle Analyzer](https://wordle-analyzer.com/)** / [GitHub](https://github.com/jakearchibald/wordle-analyzer/)
|
||||
* ⭐ **[Woogles](https://woogles.io/)**, [MoreWords](https://www.morewords.com/), [PlayScrabble](https://playscrabble.com/) or [WordHub](https://wordhub.com/) - Scrabble
|
||||
* [TheWordSearch](https://thewordsearch.com/) - Word Search Puzzles
|
||||
* [Puzzmo](https://www.puzzmo.com/) - Daily Word + Puzzle Games
|
||||
* [Make a Word Search](http://www.makeawordsearch.net/) or [Word Search Labs](https://wordsearchlabs.com/) - Word Search Creators
|
||||
* [Connections](https://connections.swellgarfo.com/) - Custom Word Puzzles
|
||||
* [RobinWords](https://www.robinwords.com/) - Word Ladder Game
|
||||
* [TiledWords](https://tiledwords.com/) - Daily Tile Rotation Word Game
|
||||
* [Word Golf](https://www.word.golf/) - Word Relation Game
|
||||
* [JKLM.FUN](https://jklm.fun/) - Multiplayer Word Games
|
||||
* [eWordChallenge](https://www.ewordchallenge.net/) - Boggle Online
|
||||
* [Squaredle](https://squaredle.app/) - Daily Word Puzzle
|
||||
@@ -617,6 +622,7 @@
|
||||
* ⭐ **[The World's Biggest Pac-Man](https://worldsbiggestpacman.com/)** - Infinite Custom Pac-Man
|
||||
* ⭐ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php)
|
||||
* ⭐ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** / [GitHub](https://github.com/Vanilagy/MarbleBlast) or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) / [GitHub](https://github.com/RandomityGuy/MBHaxe) - Browser Marble Blast
|
||||
* ⭐ **[Slope Plus](https://coweggs.itch.io/slope-plus)** - Downhill Ball Game
|
||||
* ⭐ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game
|
||||
* [SMBGames](https://smbgames.be/) - Browser Super Mario
|
||||
* [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World
|
||||
@@ -624,7 +630,7 @@
|
||||
* [Jelly Mario](https://jellymar.io/) - Jelly Super Mario
|
||||
* [Snubby](https://rentry.co/FMHYB64#sr-game) - Browser Slime Rancher
|
||||
* [CelesteClassic](https://maddymakesgamesinc.itch.io/celesteclassic) - Full Classic Celeste
|
||||
* [Mega Man Games](https://www.megamangames.net/) - Browser Mega Man
|
||||
* [Mega Man Games](https://www.megamangames.net/) - Browser Mega Man5
|
||||
* [TENNIS!](https://snek-vunderkind.vercel.app/games/tennis.html) - JavaScript Pong
|
||||
* [SpaceCadetPinball](https://alula.github.io/SpaceCadetPinball) - Browser Space Cadet Pinball
|
||||
* [Google Snake Mods](https://googlesnakemods.com/) / [Discord](https://discord.gg/NA6vHg62An) / [GitHub](https://github.com/DarkSnakeGang/GoogleSnakeModLoader) , [Play Snake](https://playsnake.org/) or [Snake-Game](https://www.onemotion.com/snake-game/)- Snake Style Games
|
||||
@@ -633,6 +639,7 @@
|
||||
* [Lain Game](https://laingame.net/) - Lain Game Browser Emulator
|
||||
* [You Have Not Died Of Dysentery](https://woe-industries.itch.io/you-have-not-died-of-dysentery) - Oregon Trail with Alt Dysentery Mechanics
|
||||
* [The Circle](https://the-circle.app/) - Dodge Circles
|
||||
* [PARISUCAT](https://parisucat.netlify.app/) - Reflex-Based Grid Browser Game / [Discord](https://discord.gg/q5mSx7uFuC)
|
||||
* [JoeDangerTheGame](https://joedangerthegame.com/) - Trials Inspired Game
|
||||
* [Polka Dot Game](https://www.polkadotgame.com/) - Dodge & Eat Dots
|
||||
* [Launch Ball](https://launchball.sciencemuseum.org.uk/) - Physics Game w/ Map Creator
|
||||
@@ -646,7 +653,6 @@
|
||||
* [Pulsus](https://www.pulsus.cc/play/) - 3x3 Letter Tile Rhythm Game
|
||||
* [Sans Fight](https://jcw87.github.io/c2-sans-fight/) - Undertale Fight Simulator
|
||||
* [DB Evolution](https://www.txori.com/dbdevolution) - Dragon Ball Fighting Game
|
||||
* [Slope Plus](https://coweggs.itch.io/slope-plus) - Downhill Ball Game
|
||||
* [Rooms](https://rooms.xyz/) - Room Design Game / [Discord](https://discord.gg/rooms)
|
||||
* [Haxball](https://www.haxball.com/) - Physics-Based Soccer
|
||||
* [Mexican Train](https://mexicantrain.online/) - Domino Train Game / Sign-Up Required
|
||||
@@ -722,7 +728,7 @@
|
||||
* ⭐ **[skribbl](https://skribbl.io/)** / [Extra Features](https://typo.rip/) / [GitHub](https://github.com/toobeeh/skribbltypo), [DrawBattle](https://drawbattle.io/) / [Discord](https://discord.gg/D6aHB4hRhK), [Sketchful](https://sketchful.io/) / [Subreddit](https://reddit.com/r/Sketchful) / [Discord](https://discord.gg/MEvtMCv), [Drawize](https://www.drawize.com/) or [Gartic](https://gartic.io/) - Drawing / Guessing Game / Multiplayer
|
||||
* [Tough Love Arena](https://toughlovearena.com/) - Multiplayer Browser Fighting Game / [Discord](https://discord.gg/gMBRaUPDT7)
|
||||
* [AWBW](https://awbw.amarriner.com/) - Multiplayer Browser Advance Wars / [Discord](https://discord.com/invite/rPpWT2x)
|
||||
* [Bloxd](https://bloxd.io/) / [Discord](https://discord.com/invite/vwMp5y25RX) or [MiniBlox](https://miniblox.io/) / [Discord](https://discord.com/invite/nAwzkUJNmb) - Online Minecraft Clones
|
||||
* [Bloxd](https://bloxd.io/) / [Texture Editor / Assets](https://www.bloxdforge.com/) / [Discord](https://discord.com/invite/vwMp5y25RX) or [MiniBlox](https://miniblox.io/) / [Discord](https://discord.com/invite/nAwzkUJNmb) - Online Minecraft Clones
|
||||
* [Game Of Bombs](https://gameofbombs.com/) - Multiplayer Bomberman Style MMO
|
||||
* [PandaBomber](https://pandabomber.gg/) - Multiplayer Bomberman Style Game / [Discord](https://discord.gg/YFJCCxkdFZ)
|
||||
* [Splatoon.io](https://splatoon.io/) - Multiplayer Splatoon Style Game
|
||||
@@ -774,10 +780,11 @@
|
||||
## ▷ Shooter
|
||||
|
||||
* ⭐ **[Play-CS](https://play-cs.com/)** - Browser Counter-Strike 1.6
|
||||
* ⭐ **[NZP](https://nzp.gay/)** - Browser COD Zombies
|
||||
* ⭐ **[NZP](https://nzp.gay/)** - Browser Retro Zombies Recreation
|
||||
* ⭐ **[Krunker.io](https://krunker.io/)**, [2](https://browserfps.com/) - PvP FPS
|
||||
* [OpenArena Live](https://kosmi.io/openarena) or [Q1K3](https://js13kgames.com/games/q1k3/index.html) - Quake Inspired Games
|
||||
* [WebLiero](https://www.webliero.com/) - Multiplayer Liero Clone
|
||||
* [Voxiom](https://voxiom.io/) - Minecraft Inspired PVP FPS / [Discord](https://discord.gg/GBFtRcY)
|
||||
* [Venge](https://venge.io/) - PvP FPS
|
||||
* [kour.io](https://kour.io/), [2](https://kourio.online/) - PvP FPS
|
||||
* [ev.io](https://ev.io/) - PvP FPS
|
||||
@@ -785,6 +792,7 @@
|
||||
* [LolShot](https://lolshot.io/) - PvP FPS
|
||||
* [ShellShock](https://www.shellshock.io/) - PvP FPS
|
||||
* [MiniRoyale](https://miniroyale.io/) - Battle Royale Game
|
||||
* [Survev.io](https://survev.io/) - Top-Down Battle Royale / [Discord](https://discord.gg/75RAK3p3K2)
|
||||
* [Hypersomnia](https://play.hypersomnia.io/) - Top-Down Shooter / [GitHub](https://github.com/TeamHypersomnia/Hypersomnia)
|
||||
* [ZombsRoyale.io](https://zombsroyale.io/) - Top-Down Battle Royale
|
||||
* [Gats.io](https://gats.io/) - Top-Down Battle Royale / [Discord](https://discord.gg/8Tspptdupm)
|
||||
@@ -811,6 +819,7 @@
|
||||
|
||||
## ▷ Simulation
|
||||
|
||||
* [IsoCity](https://iso-city.com/) - City Building Game / [GitHub](https://github.com/amilich/isometric-city)
|
||||
* [HatTrick](https://www.hattrick.org/) - Multiplayer Football League Manager
|
||||
* [MatchSimulator](https://matchsimulator.com/) - Football League Simulator
|
||||
* [FSHistory](https://s-macke.github.io/FSHistory/) - Play Classic Flight Simulator
|
||||
@@ -967,7 +976,7 @@
|
||||
* [LostGamer](https://lostgamer.io/) - Video Game GeoGuessr
|
||||
* [GTA V GeoGuessr](https://gta-geoguesser.com/) - GTA V GeoGuessr
|
||||
* [TimeGuessr](https://timeguessr.com/) - Historical Time-period GeoGuessr
|
||||
* [LanguageGuessr](https://languageguessr.io/) - Language GeoGuessr
|
||||
* [LanguageGuessr](https://languageguessr.io/) - Language GeoGuessr / Sign-Up Required
|
||||
* [Artifact Guesser](https://artifactguesser.com/) or [GeoArtwork](https://artsandculture.google.com/experiment/geo-artwork/wgEPVBAUiRVlEQ) - Guess Origins of Cultural Artifacts
|
||||
* [travle](https://travle.earth/) - Guess Countries Between Two Locations
|
||||
* [MapGenerator](https://map-generator-nsj.vercel.app/) - GeoGuessr Map Generator
|
||||
@@ -975,4 +984,4 @@
|
||||
|
||||
***
|
||||
|
||||
# ► [Gaming Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools)
|
||||
# ► [Gaming Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools)
|
||||
@@ -226,7 +226,6 @@
|
||||
* [ImgFlip](https://imgflip.com/memegenerator), [Meme Generator](https://www.memegenerator.top/), [Meme Town](https://meme.town/), [MemeBetter](https://memebetter.com/), [meme-generator](https://newfastuff.com/meme-generator/), [Classic Memes](https://classic.createa.meme/) or [Emacs Meme Generator](https://github.com/larsmagne/meme) - Meme Creators
|
||||
* [MemeCam](https://www.memecam.io/) - AI Meme Generator
|
||||
* [Memegine](https://memegine.com/) - Meme Search Engine
|
||||
* [MemeAtlas](https://www.memeatlas.com/) - Meme Templates
|
||||
* [GreenScreenMemes](https://greenscreenmemes.com/) - Green Screen Memes
|
||||
* [TweetGen](https://www.tweetgen.com/) - Fake Tweet Creator
|
||||
* [iFake](https://ifaketextmessage.com/) - Fake Text Creator
|
||||
@@ -253,7 +252,7 @@
|
||||
* 🌐 **[Evernote.Design](https://www.evernote.design/)** - Design Resources
|
||||
* 🌐 **[The People's Design Library](https://rentry.co/FMHYB64#design-resources)** - Design Resources
|
||||
* ⭐ **[archives.design](https://archives.design/)** - Graphic Design Archive
|
||||
* ⭐ **[awwwards](https://www.awwwards.com/websites)** - Website Design Ideas
|
||||
* [People’s Graphic Design Archive](https://peoplesgdarchive.org/) - Graphic Design History Archive
|
||||
* [One Page Love](https://onepagelove.com/) - Single Page Site Design Ideas
|
||||
* [SMPoster](https://www.smposter.com/) - Poster Designs
|
||||
* [AnotherGraphic](https://anothergraphic.org/) - Typography Designs
|
||||
@@ -267,11 +266,13 @@
|
||||
* [Canva](https://www.canva.com/) - Design App / Windows, Mac, Web / [Invites](https://rentry.co/FMHYB64#canva)
|
||||
* [lunacy](https://icons8.com/lunacy) - Design App / Windows, Mac, Linux
|
||||
* [VistaCreate](https://create.vista.com/) - Design App / Web
|
||||
* [Penpot](https://penpot.app/) - Design App & Prototyping Platform / [GitHub](https://github.com/penpot/penpot)
|
||||
* [blush](https://blush.design/) - Illustration Design / Web
|
||||
* [Pattern Ninja](https://patterninja.com/) - Background / Pattern Design / Web
|
||||
* [Pixelied](https://pixelied.com/) - Online Design Tool / Web
|
||||
* [Antlii](https://antlii.work/) - Online Design Generators
|
||||
|
||||
|
||||
***
|
||||
|
||||
## ▷ Icons / Avatars
|
||||
@@ -312,7 +313,7 @@
|
||||
* [cgbookcase](https://www.cgbookcase.com/) - Textures
|
||||
* [Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/) - Patterns
|
||||
* [Background Tiles](https://background-tiles.com/) - Patterns
|
||||
* [ArmorLab](https://armory3d.org/lab/), [Pixela](https://pixela.ai/), [Texture Library](https://www.texture-library.com/) or [TextureLab](https://www.texturelab.io/) - Texture Generators
|
||||
* [ArmorLab](https://armory3d.org/lab/), [Pixela](https://pixela.ai/) or [TextureLab](https://www.texturelab.io/) - Texture Generators
|
||||
* [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [Discord](https://discord.com/invite/975NdQPsSc) / [GitHub](https://github.com/njbrown/texturelab)
|
||||
* [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator
|
||||
* [DoodDad](https://doodad.dev/pattern-generator), [Repeater](https://repeater.space/), [PatternPad](https://patternpad.com/), [patternico](https://patternico.com/), [Repeater](https://www.richardwestenra.com/repeater/), [more.graphics](https://more.graphics/), [Valentina](https://gitlab.com/smart-pattern/valentina) or [Haikei](https://app.haikei.app/) - Pattern Generators
|
||||
@@ -381,7 +382,6 @@
|
||||
* [Placeit](https://placeit.net/) - Image Templates
|
||||
* [Worldvectorlogo](https://worldvectorlogo.com/), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs
|
||||
* [MariaLetta](https://github.com/MariaLetta/mega-doodles-pack) - Free Doodles
|
||||
* [googleimagerestored](https://git.sr.ht/~fanfare/googleimagesrestored) - Old Google Image Search
|
||||
* [Block Posters](https://www.blockposters.com/), [PosterRazor](https://posterazor.sourceforge.io/) or [Rasterbator](https://rasterbator.net/) - Create Printable Posters
|
||||
|
||||
***
|
||||
@@ -394,8 +394,8 @@
|
||||
* ⭐ **[SmartImage](https://github.com/Decimation/SmartImage)** - Reverse Image Search App
|
||||
* ⭐ **[Google Lens](https://www.google.com/?olud)** - Reverse Image Search
|
||||
* ⭐ **[TinEye](https://tineye.com/)** - Reverse Image Search / [Extension](https://tineye.com/extensions)
|
||||
* [Bing Visual Search](https://bing.com/camera) - Reverse Image Search
|
||||
* [infini.wtf](https://infini.wtf/) - Reddit Image Search
|
||||
* [Visual Search](https://www.bing.com/visualsearch) - Reverse Image Search
|
||||
* [IQDB](https://iqdb.org/) - Reverse Image Search
|
||||
* [CopySeeker](https://copyseeker.net/) - Reverse Image Search
|
||||
* [MaxURL](https://qsniyg.github.io/maxurl/) - Larger Image Search / [GitHub](https://github.com/qsniyg/maxurl)
|
||||
@@ -464,7 +464,7 @@
|
||||
* ⭐ **[Danbooru](https://safebooru.donmai.us/)**, [Sankaku Complex](https://chan.sankakucomplex.com/) or [yande.re](https://yande.re/) - Anime-Style Image Booru / [Downloader](https://github.com/kuanyui/BooruShinshi)
|
||||
* ⭐ **[hydrus](https://hydrusnetwork.github.io/hydrus/)** - Booru-Style Media Tagger / [GitHub](https://github.com/hydrusnetwork/hydrus)
|
||||
* [Buzzly](https://buzzly.art/) - User-Made Art / Fanart
|
||||
* [Artfol](https://www.artfol.co/) - User-Made Art / Fanart
|
||||
* [Artfol](https://www.artfol.app/) - User-Made Art / Fanart
|
||||
* [Cara](https://cara.app/) - User-Made Art / Fanart
|
||||
* [InkBlot](https://inkblot.art/) - User-Made Art / Fanart / Sign-Up Required
|
||||
* [Zerochan](https://www.zerochan.net/) - Japanese Fanart / [Discord](https://discord.gg/HkGgX6Qs3N)
|
||||
@@ -477,7 +477,6 @@
|
||||
* [free-gophers-pack](https://github.com/MariaLetta/free-gophers-pack) - Gophers Illustrations
|
||||
* [reshot](https://www.reshot.com/), [freeillustrations](https://freeillustrations.xyz/), [DrawKit](https://www.drawkit.com/), [NiceIllustrations](https://niceillustrations.com/free-illustrations/) or [manypixels](https://www.manypixels.co/gallery) - Misc Illustrations
|
||||
* [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books
|
||||
* [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations
|
||||
* [Buhitter](https://buhitter.com/) - X.com Illustration Search
|
||||
* [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader
|
||||
* [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining
|
||||
@@ -546,7 +545,7 @@
|
||||
## ▷ 3D Modeling Apps
|
||||
|
||||
* ⭐ **[Blender](https://www.blender.org/)** - FOSS 3D Modeling App
|
||||
* ⭐ **Blender Tools** - [Resources](https://awesome-blender.netlify.app/), [GitHub](https://github.com/agmmnn/awesome-blender) / [Addons](https://t.me/BlenderUniverse/3) / [Plugins](https://t.me/blenderplugs) / [Tutorials](https://www.3dbestie.com/) / [Textures](https://github.com/carson-katri/dream-textures) / [Renderer](https://github.com/prman-pixar/RenderManForBlender) / [3D Nodes](https://t.me/geometrynodes) / [AI Render](https://github.com/benrugg/AI-Render)
|
||||
* ⭐ **Blender Tools** - [Resources](https://awesome-blender.netlify.app/), [GitHub](https://github.com/agmmnn/awesome-blender) / [Addons](https://t.me/BlenderUniverse/3) / [Plugins](https://t.me/blenderplugs) / [Textures](https://github.com/carson-katri/dream-textures) / [Renderer](https://github.com/prman-pixar/RenderManForBlender) / [3D Nodes](https://t.me/geometrynodes) / [AI Render](https://github.com/benrugg/AI-Render)
|
||||
* ⭐ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Minecraft Blender Addon / [Discord](https://discord.com/invite/mb8hBUC) / [GitHub](https://github.com/Moo-Ack-Productions/MCprep)
|
||||
* ⭐ **[Shap-e](https://github.com/openai/shap-e)** - Generate 3D Objects Based on Text / Image Prompts
|
||||
* [Goo Engine](https://www.dillongoostudios.com/gooengine/) - 3D Anime Blender Mod
|
||||
@@ -816,7 +815,6 @@
|
||||
* [Pikky](https://pikky.net/) - 20MB / Forever
|
||||
* [imagebam](https://www.imagebam.com/) - 20MB / Forever
|
||||
* [imagevenue](https://www.imagevenue.com/) - 20MB / Forever
|
||||
* [Lutim](https://lutim.lagout.org/) - 20MB / Forever
|
||||
* [FastPic](https://fastpic.org/) - 25MB / Forever
|
||||
|
||||
***
|
||||
@@ -831,7 +829,8 @@
|
||||
* [Nimbus Capture](https://nimbusweb.me/screenshot.php)
|
||||
* [PixpinApp](https://pixpin.cn/)
|
||||
* [ScreenshotX](https://screenshotx.com/)
|
||||
* [Pilko](https://pilko.studio/) - Video Frame Capture Tool
|
||||
* [Pilko](https://pilko.studio/) - Video Frame Capture Tool
|
||||
* [VideoToJPG](https://videotojpg.com/) - Video Frame Extraction / [Discord](https://discord.com/invite/PjJUPzrkRM)
|
||||
* [FRAMED](https://framedsc.com/index.htm) - In-Game Screenshotting Tips
|
||||
* [Moocup](https://moocup.jaydip.me/) - Screenshot Editor / Mockups / [GitHub](https://github.com/jellydeck/moocup/)
|
||||
* [Screenshot Guru](https://screenshot.guru/), [Site-Shot](https://www.site-shot.com/) or [Pikwy](https://pikwy.com/) - Take Screenshots of Websites
|
||||
@@ -843,12 +842,12 @@
|
||||
|
||||
## ▷ Palette Generators
|
||||
|
||||
* ⭐ **[Color Designer](https://colordesigner.io/tools)**, [Color Palette Pro](https://colorpalette.pro/) / [Guide](https://colorpalette.pro/manual), [TheGoodColors](https://thegoodcolors.com/), [Super Color Palette](https://supercolorpalette.com/) or [Coolors](https://coolors.co/) - Color Palette Generators
|
||||
* ⭐ **[Color Designer](https://colordesigner.io/tools)**, [Color Palette Pro](https://colorpalette.pro/) / [Guide](https://colorpalette.pro/manual), [TheGoodColors](https://thegoodcolors.com/), [Super Color Palette](https://supercolorpalette.com/), [Nof](https://nofpg.netlify.app/) / [GitHub](https://github.com/Northstrix/nof) or [Coolors](https://coolors.co/) - Color Palette Generators
|
||||
* [Clariss](https://www.clariss.xyz/), [Color Palette Generator](https://www.degraeve.com/color-palette), [Palitra](https://palitra.app/) or [Color Picker](https://imagecolorpicker.com/) - Generate Color Palettes from Images
|
||||
* [Color Space](https://mycolor.space/) - Generate Gradient Color Palettes
|
||||
* [Colors Wall](https://colorswall.com/) or [ColorKit](https://colorkit.co/color-palette-generator/) - Generate Random Color Palettes
|
||||
* [Color Kit](https://colorkit.io/) - Generate Color Palettes by Mixing 2 Colors
|
||||
* [Pigment](https://pigment.shapefactory.co/), [Eva Design System](https://colors.eva.design/), [Scale](https://hihayk.github.io/scale/), [copypalette](https://copypalette.app/) or [Huey](https://huey.design/) - Simple Color Palette Generators
|
||||
* [Pigment](https://pigment.shapefactory.co/), [Eva Design System](https://colors.eva.design/), [Scale](https://hihayk.github.io/scale/) or [Huey](https://huey.design/) - Simple Color Palette Generators
|
||||
* [ColorBox](https://colorbox.io/), [hue.tools](https://hue.tools/), [Randoma11y](https://randoma11y.com/), [accessiblepalette](https://accessiblepalette.com/) or [colorcolor](https://colorcolor.in/) - Advanced Color Palette Generators
|
||||
* [Good Palette](https://goodpalette.io/), [Huemint](https://huemint.com/), [AI Colors](https://aicolors.co/) or [PaletteMaker](https://palettemaker.com/) - Generate UI Color Palettes
|
||||
* [Couleur.io](https://couleur.io/) - CSS Color Palettes Generator
|
||||
|
||||
@@ -7,7 +7,7 @@ hero:
|
||||
name: freemediaheckyeah
|
||||
tagline: The largest collection of free stuff on the internet!
|
||||
announcement:
|
||||
title: Jan 2026 Updates 🎇
|
||||
title: Jan 2026 Updates 🎇
|
||||
link: /posts/jan-2026
|
||||
image:
|
||||
src: test.png
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* ↪️ **[Web Privacy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_web_privacy)**
|
||||
* [WebCatalog](https://webcatalog.io/) (signup) or [Pake](https://github.com/tw93/Pake) - Turn Webpages into Desktop Apps
|
||||
* [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services
|
||||
* [Namechk](https://namechk.com/) or [IUS](https://instantusername.com/) - Check Username Availability
|
||||
* [Namechk](https://namechk.com/), [User Scanner](https://github.com/kaifcodec/user-scanner/) or [IUS](https://instantusername.com/) - Check Username Availability
|
||||
* [UsernameGenerator](https://usernamegenerator.com/) - Username Generator
|
||||
* [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass "403 Forbidden" Errors
|
||||
|
||||
@@ -55,13 +55,13 @@
|
||||
|
||||
## ▷ Paywall Bypass
|
||||
|
||||
* ⭐ **[Archive.today](https://archive.is/)** / [.li](https://archive.li/) / [.ph](https://archive.ph/) / [.vn](https://archive.vn/) / [.fo](https://archive.fo/) / [.md](https://archive.md/) - Archived Articles
|
||||
* ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** - Browser Extensions / [X](https://x.com/Magnolia1234B)
|
||||
* ⭐ **[Freedium](https://freedium-mirror.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls
|
||||
* ⭐ **[wallabag](https://wallabag.org/)** or [Ladder](https://github.com/everywall/ladder) - Self-Hosted
|
||||
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
|
||||
* [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tools
|
||||
* [RemovePaywalls](https://removepaywalls.com/) - Paywall Bypass Tools
|
||||
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tool
|
||||
* [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tool
|
||||
* [RemovePaywalls](https://removepaywalls.com/) - Paywall Bypass Tool
|
||||
* [smry.ai](https://smry.ai/) - Paywall Bypass Tool / [GitHub](https://github.com/mrmps/SMRY)
|
||||
* [Bypass paywalls for scientific documents](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls
|
||||
* [Unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
* ⭐ **[Linktree](https://linktr.ee/)** - Unlimited / Custom URLs
|
||||
* ⭐ **[Linkstack](https://linkstack.org)** / [GitHub](https://github.com/LinkStackOrg/LinkStack) or **[LittleLink](https://littlelink.io/)** - Unlimited / Custom URLs / Self-Hosted
|
||||
* ⭐ **[Carrd](https://carrd.co/)** - Unlimited / Custom URLs / Multiple Designs
|
||||
* [WonderLink](https://en.wonderlink.de/) - Unlimited / Custom URLs
|
||||
* [BioSites](https://biosites.com/) - Unlimited / Custom URLs
|
||||
* [Linkr](https://linkr.com/) - Unlimited / Custom URLs
|
||||
* [AlsoAt](https://alsoat.app) - Unlimited / Custom URLs
|
||||
@@ -94,12 +95,13 @@
|
||||
* ↪️ **[Telegram Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25BA_telegram_tools)**
|
||||
* ↪️ **[Privacy-Focused Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
|
||||
* ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)**
|
||||
* ⭐ **[Stoat](https://stoat.chat/)** - Communication Platform / Discord Alt / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/revoltchat/awesome-revolt)
|
||||
* ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#teamspeak-warning) - Voice Chat
|
||||
* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / No Sign-Up Required Chats
|
||||
* ⭐ **[Gajim](https://gajim.org/)**, [CoyIM](https://coy.im/), [Profanity](https://profanity-im.github.io/) / [GitHub](https://github.com/profanity-im/profanity) or [xabber](https://www.xabber.com/) - XMPP Clients
|
||||
* [Pidgin](https://www.pidgin.im/) / [GitHub](https://keep.imfreedom.org/pidgin/pidgin/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chat Services
|
||||
* [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps
|
||||
* [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - Chat Apps
|
||||
* [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - General Chat Apps
|
||||
* [Twist](https://twist.com/) - Collaboration Chat Manager
|
||||
* [Altus](https://github.com/amanharwara/altus) or [WAO](https://dedg3.com/wao/) - WhatsApp Clients
|
||||
* [WhatsApp-Chat-Exporter](https://github.com/KnugiHK/WhatsApp-Chat-Exporter), [2](https://wts.knugi.dev/) - WhatsApp HTML Chat Exporter / Root Required
|
||||
@@ -182,7 +184,7 @@
|
||||
* ↪️ **[Reddit Search Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_reddit_search)**
|
||||
* [SimilarSiteSearch](https://www.similarsitesearch.com/), [SimilarWeb](https://similarweb.com/), [SitesLikes](https://www.siteslike.com/), [TopSimilarSites](https://topsimilarsites.com/), [SimilarSites](https://similarsites.com/), [OpenDirectory](https://odir.us/) or [SiteLike.org](https://www.sitelike.org/) - Similar Site Searches
|
||||
* [sitedorks](https://github.com/Zarcolio/sitedorks), [Dorks-collections-list](https://github.com/cipher387/Dorks-collections-list/), [OSINT Dorks](https://github.com/BushidoUK/OSINT-SearchOperators), [Google Dork List](https://www.boxpiper.com/posts/google-dork-list), [Dork Genius](https://dorkgenius.com/) or [DorkSearch](https://www.dorksearch.com/) - Search Engine Dorking Tools
|
||||
* [UserSearch](https://usersearch.com/) / [2](https://usersearch.org/), [Sherlock](https://github.com/sherlock-project/sherlockfair /), [Maigret](https://github.com/soxoj/maigret), [Nexfil](https://github.com/thewhiteh4t/nexfil), [Lullar](https://lullar-com-3.appspot.com/), [Blackbird](https://github.com/p1ngul1n0/blackbird) or [WhatsMyName](https://whatsmyname.app/) - Username Search
|
||||
* [UserSearch](https://usersearch.com/) / [2](https://usersearch.org/), [Sherlock](https://github.com/sherlock-project/sherlockfair/), [Maigret](https://github.com/soxoj/maigret), [Nexfil](https://github.com/thewhiteh4t/nexfil), [Lullar](https://lullar-com-3.appspot.com/), [Blackbird](https://github.com/p1ngul1n0/blackbird) or [WhatsMyName](https://whatsmyname.app/) - Username Search
|
||||
* [Soovle](https://www.seo.com/soovle/), [Keyword.io](https://www.keyword.io/), [SearchEngineReports](https://searchenginereports.net/), [ContentIdeas](https://contentideas.io/) or [Keyword Tool](https://keywordtool.io/) - Popular Keyword Search
|
||||
* [DuckDuckBang](https://mosermichael.github.io/duckduckbang/html/main.html) - DuckDuckGo !bang Meta Search / [GitHub](https://github.com/MoserMichael/duckduckbang)
|
||||
* [KeywordSheeter](https://keywordsheeter.com/) or [Spyfu](https://www.spyfu.com/) - Keyword Research Tools
|
||||
@@ -267,7 +269,7 @@
|
||||
* [Audiobooks CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd) - Search Audiobook Sites
|
||||
* [Comics CSE](https://cse.google.com/cse?cx=006516753008110874046:p4hgytyrohg) - Search Comic Sites
|
||||
* [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z), [2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Search Manga Sites
|
||||
* [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8), [2](https://cse.google.com/cse?cx=73948689c2c206528), [3](https://cse.google.com/cse?cx=a805854b6a196d6a6) - Search Android APK Sites
|
||||
* [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8), [2](https://cse.google.com/cse?cx=73948689c2c206528), [3](https://cse.google.com/cse?cx=a805854b6a196d6a6) or [Apps & Games Search](https://cse.google.com/cse?cx=066a762d5699f4d91) - Search Android APK Sites
|
||||
* [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Search Extension Sites
|
||||
* [Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d) - Search Font Sites
|
||||
* [Video Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:6v9mqdaai6q) - Search YouTube-Like Video Sites
|
||||
@@ -326,7 +328,7 @@
|
||||
|
||||
## ▷ Redirect Bypass
|
||||
|
||||
* ⭐ **[Bypass All Shortlinks](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/)** - Bypass Link Shorteners
|
||||
* ⭐ **[Bypass All Shortlinks](https://codeberg.org/gongchandang49/bypass-all-shortlinks-debloated)** - Bypass Link Shorteners
|
||||
* ⭐ **[Bypass.vip](https://bypass.vip/)** - Ad Links Bypasser / [Userscript](https://github.com/bypass-vip/userscript/raw/refs/heads/main/bypass-vip.user.js) / [Discord](https://bypass.vip/discord)
|
||||
* [RIP Linkvertise](https://rip.linkvertise.lol/) - Ad-Links Bypasser
|
||||
* [bypass.link](https://bypass.link/) - Bypass Link Shorteners
|
||||
@@ -445,7 +447,7 @@
|
||||
* ⭐ **[Mail.tm](https://mail.tm/)** or [Mail.gw](https://mail.gw/) - Forever / 7 Days / 1 Domain
|
||||
* ⭐ **[temp-mail.org](https://temp-mail.org/)** - Forever / 2 Hours / N/A / [Telegram Bot](https://t.me/TempMail_org_bot)
|
||||
* ⭐ **[temp-mail.io](https://temp-mail.io/)** - 1 Day / 1 Day / 12 Domains
|
||||
* [EduMail](https://edumail.icu/), [Zenvex](https://zenvex.dev/) / [2](https://www.temporam.com/) / [3](https://tempsmail.org/) / [4](https://tempmail.pw) / [5](https://www.emailgenerator.org/), [Tempumail](https://tempumail.com/edu-mail-generator) or [etempmail](https://eTempMail.com/) - .Edu Addresses
|
||||
* [EduMail](https://edumailfree.com/), [Zenvex](https://zenvex.dev/) / [2](https://www.temporam.com/) / [3](https://tempsmail.org/) / [4](https://tempmail.pw) / [5](https://www.emailgenerator.org/) / [6](https://edumail.su/), [Tempumail](https://tempumail.com/edu-mail-generator) or [etempmail](https://eTempMail.com/) - .Edu Addresses
|
||||
* [Guerrilla Mail](https://www.guerrillamail.com/) - Forever / 1 Hour / 11 Domains / [SharkLasers](https://www.sharklasers.com/)
|
||||
* [Bloody Vikings!](https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/) - Temp Email Extension
|
||||
* [Tmail.io](https://tmail.io/) - Gmail / Forever / 1 Day / 4 Domains
|
||||
@@ -492,7 +494,7 @@
|
||||
## ▷ Email Aliasing
|
||||
|
||||
* 🌐 **[Email Aliasing Comparison](https://email-aliasing-comparison.pages.dev/)** / [GitHub](https://github.com/fynks/email-aliasing-comparison)
|
||||
* ⭐ **[Qwacky](https://github.com/Lanshuns/Qwacky)** or [DuckDuckGo Email Protection](https://duckduckgo.com/email/) - Email Aliasing / [Send Mail](https://duckduckgo.com/duckduckgo-help-pages/email-protection/duck-addresses/how-do-i-compose-a-new-email) / [Unlimited Guide](https://bitwarden.com/help/generator/#tab-duckduckgo-3Uj911RtQsJD9OAhUuoKrz)
|
||||
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** or [Qwacky](https://github.com/Lanshuns/Qwacky) - Email Aliasing / [Send Mail](https://duckduckgo.com/duckduckgo-help-pages/email-protection/duck-addresses/how-do-i-compose-a-new-email) / [Unlimited Guide](https://bitwarden.com/help/generator/#tab-duckduckgo-3Uj911RtQsJD9OAhUuoKrz)
|
||||
* [addy.io](https://addy.io/) - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
|
||||
* [SimpleLogin](https://simplelogin.io/) - Email Aliasing / 10 Alias Limit / [X](https://x.com/SimpleLogin) / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [GitHub](https://github.com/simple-login/app)
|
||||
* [Mailgw](https://mailgw.com/) - Email Aliasing
|
||||
@@ -500,7 +502,6 @@
|
||||
* [33mail](https://33mail.com/) - Email Aliasing
|
||||
* [TrashMail](https://trashmail.com/) - Email Aliasing
|
||||
* [AdGuard Mail](https://adguard-mail.com/) - Email Aliasing
|
||||
* [yey.email](https://yey.email/) - Email Aliasing
|
||||
|
||||
***
|
||||
|
||||
@@ -578,6 +579,7 @@
|
||||
* [mtab](https://github.com/maxhu08/mtab)
|
||||
* [nightTab](https://github.com/zombieFox/nightTab)
|
||||
* [TablissNG](https://github.com/BookCatKid/TablissNG/)
|
||||
* [MaterialYouNewTab](https://github.com/prem-k-r/MaterialYouNewTab)
|
||||
* [hexagonTab](https://github.com/zombieFox/hexagonTab)
|
||||
* [Perfect Home](https://github.com/perfect-things/perfect-home)
|
||||
* [Yet Another Speed Dial](https://github.com/conceptualspace/yet-another-speed-dial)
|
||||
@@ -814,7 +816,6 @@
|
||||
* ⭐ **[Internet Archive](https://archive.org/)** - Internet Archive / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)
|
||||
* ⭐ **[Wayback Machine](https://web.archive.org/)** - Archive Web Pages
|
||||
* ⭐ **Wayback Machine Tools** - [Downloader](https://github.com/jsvine/waybackpack) / [Browser Extension](https://github.com/internetarchive/wayback-machine-webextension), [2](https://vegetableman.github.io/vandal/) / [Script](https://github.com/overcast07/wayback-machine-spn-scripts) / [Auto Load](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox)
|
||||
* ⭐ **[Archive.today](https://archive.is/)** / [.li](https://archive.li/) / [.ph](https://archive.ph/) / [.vn](https://archive.vn/) / [.fo](https://archive.fo/) / [.md](https://archive.md/) - Archive Web Pages / Paywall Bypass
|
||||
* ⭐ **[Web Archives](https://github.com/dessant/web-archives)** or [Resurrect Pages Fork](https://github.com/Albirew/resurrect-pages-isup-edition) - Browser Extensions
|
||||
* ⭐ **[CachedView](https://cachedview.nl/)** or [Quick Cache](https://cybdetective.com/quickcacheandarhivesearch.html) - Aggregate Cache Results
|
||||
* [Ghost Archive](https://ghostarchive.org/) - Archive Web Pages
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
* [Awesome for One Liner](https://github.com/sheepla/awesome-for-oneliner) - Curated One-Liner CLI Tools
|
||||
* [You Don't Need GUI](https://github.com/you-dont-need/You-Dont-Need-GUI) - CLI Alts for GUI Tasks
|
||||
* [CommandlineFU](https://www.commandlinefu.com/) - Community-Driven Command Snippets
|
||||
* [Commands.dev](https://www.commands.dev/) - Terminal Commands
|
||||
* [Bash Academy](https://guide.bash.academy/) - Bash Scripting Guide
|
||||
* [ss64 Bash](https://ss64.com/bash/) - Alphabetical Command Reference
|
||||
* [Bash Oneliner](https://onceupon.github.io/Bash-Oneliner/) - Bash One-Liner Collection
|
||||
@@ -52,6 +53,7 @@
|
||||
* [Linux.org](https://linux.org/) - Linux Forum
|
||||
* [Arch Forums](https://bbs.archlinux.org/) - Linux Forum
|
||||
* [Gentoo Forums](https://forums.gentoo.org/) - Linux Forum
|
||||
* [phoronix](https://www.phoronix.com/forums/) - Linux Forum
|
||||
|
||||
***
|
||||
|
||||
@@ -62,6 +64,7 @@
|
||||
***
|
||||
|
||||
* 🌐 **[DistroWatch](https://distrowatch.com/dwres.php?resource=popularity)** - Distro Index w/ News + Rankings / [Advanced Search](https://distrowatch.com/search.php#advanced)
|
||||
* 🌐 **[ATL ISO Archive](https://iso.atl.dev/)** - Linux / BSD ISO Archive
|
||||
* ⭐ **[DistroChooser](https://distrochooser.de/)** - Quiz-Based Distro Selector / [Discord](https://discord.com/invite/aDkCutfqak) / [GitHub](https://github.com/distrochooser/distrochooser)
|
||||
* [distro.moe](https://distro.moe/) - Random Distro Finder
|
||||
* [Linux Live Kit](https://www.linux-live.org/) - Create Live Distros from Installed Systems
|
||||
@@ -272,7 +275,7 @@
|
||||
## ▷ Linux Gaming
|
||||
|
||||
* 🌐 **[Are We Anti-Cheat Yet?](https://areweanticheatyet.com/)** - Anti-Cheat Game Database / GNU/Linux & Wine/Proton Compatibility
|
||||
* ⭐ **[Comprehensive Gaming Guide](https://linux-gaming.kwindu.eu/index.php?title=Main_Page)** / [2](https://github.com/rimsiw/linux-gaming-omg) / [3](https://web.archive.org/web/20221022121735/https://www.reddit.com/r/Piracy/comments/ndrtlf/comment/gyccwhk/?context=3) / [4](https://www.reddit.com/r/LinuxCrackSupport/wiki/index) - Linux Gaming Guides
|
||||
* ⭐ **[Comprehensive Gaming Guide](https://linux-gaming.kwindu.eu/index.php?title=Main_Page)** / [3](https://web.archive.org/web/20221022121735/https://www.reddit.com/r/Piracy/comments/ndrtlf/comment/gyccwhk/?context=3) / [4](https://www.reddit.com/r/LinuxCrackSupport/wiki/index) - Linux Gaming Guides
|
||||
* ⭐ **[protondb](https://www.protondb.com/)** - Proton Compatibility / [Steam Extension](https://github.com/Trsnaqe/protondb-community-extension) / [Discord](https://discord.com/invite/uuwK9EV)
|
||||
* ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)** - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)
|
||||
* ⭐ **[Lutris](https://lutris.net/)** - Games Manager / [Discord](https://discord.com/invite/Pnt5CuY)
|
||||
@@ -282,7 +285,7 @@
|
||||
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games / Sign-Up Required
|
||||
* ⭐ **[johncena141](https://1337x.to/user/johncena141/)**, [2](https://1337x.to/user/johncena141/) - Linux Games / [Search](https://games.melroy.org/) / [Support](https://gitlab.com/jc141x/portal)
|
||||
* [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) - Game Libraries / Launchers
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Wiki](https://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* [Native Linux Games](https://rentry.co/FMHYB64#native-linux-games) - Linux Games
|
||||
* [Faugus Launcher](https://github.com/Faugus/faugus-launcher) - Play Windows Games on Linux
|
||||
* [winesapOS](https://github.com/winesapOS/winesapOS) - Play Games on Storage Devices
|
||||
@@ -385,9 +388,12 @@
|
||||
## ▷ Server / Selfhosting
|
||||
|
||||
* 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8) or [Awesome Selfhosted UI](https://awesomeselfhosted.netlify.app/) - Self-Hosted Software Index / [GitHub](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
* 🌐 **[Awesome Homelab](https://github.com/miantiao-me/awesome-homelab/)** - Homelab App Index
|
||||
* 🌐 **[Selfh.st](https://selfh.st/apps/)** - Self-Hosted Software Index
|
||||
* 🌐 **[Self-Hosting-Guide](https://github.com/mikeroyal/Self-Hosting-Guide)** - Self-Hosted Software Index
|
||||
* ⭐ **[Homepage](https://gethomepage.dev/)** / [GitHub](https://github.com/gethomepage/homepage), **[Dashy](https://dashy.to/)** / [GitHub](https://github.com/Lissy93/dashy), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer), [Lab Dash](https://github.com/AnthonyGress/lab-dash), [mafl](https://mafl.hywax.space/), [Glance](https://github.com/glanceapp/glance), [Homarr](https://homarr.dev/) / [GitHub](https://github.com/homarr-labs/homarr) or [Organizr](https://github.com/causefx/Organizr) - Home Server Startpages
|
||||
* 🌐 **[RackRat](https://rackrat.net/)** - Ebay Rackmount Server Prices / Comparisons
|
||||
* ⭐ **[Homepage](https://gethomepage.dev/)** / [GitHub](https://github.com/gethomepage/homepage), **[Dashy](https://dashy.to/)** / [GitHub](https://github.com/Lissy93/dashy), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer), [Lab Dash](https://github.com/AnthonyGress/lab-dash), [mafl](https://mafl.hywax.space/), [Homarr](https://homarr.dev/) / [GitHub](https://github.com/homarr-labs/homarr) or [Organizr](https://github.com/causefx/Organizr) - Home Server Startpages
|
||||
* [Glance](https://github.com/glanceapp/glance) - Feed Dashboard
|
||||
* [Self Managed Life](https://wiki.futo.org/) - FOSS / Self-Hosting Guide / [Video](https://youtu.be/Et5PPMYuOc8), [2](https://youtu.be/3fW9TV1WQi8)
|
||||
* [Server World](https://www.server-world.info/en/) - Network Server Guides
|
||||
* [HowtoForge](https://www.howtoforge.com/) / [GitHub](https://github.com/lollipopkit/flutter_server_box) or [Comfy.Guide](https://comfy.guide/) - Linux Server Software Guides
|
||||
@@ -401,7 +407,7 @@
|
||||
* [swizzin](https://swizzin.ltd/) - Seedbox for Ubuntu / Debian
|
||||
* [rtinst](https://github.com/arakasi72/rtinst) - Seedbox Installation Script for Ubuntu / Debian
|
||||
* [SeedSync](https://github.com/ipsingh06/seedsync) - Sync your Seedbox
|
||||
* [openmediavault](https://www.openmediavault.org/) / [GitHub](https://github.com/openmediavault/openmediavault/) or [Linux Server](https://github.com/ZizzyDizzyMC/linx-server/) - Self-Hosted Cloud Storage
|
||||
* [openmediavault](https://www.openmediavault.org/) / [GitHub](https://github.com/openmediavault/openmediavault/), [SeaFile](https://www.seafile.com/en/home/) or [Linux Server](https://github.com/ZizzyDizzyMC/linx-server/) - Self-Hosted Cloud Storage
|
||||
* [iRedMail](https://www.iredmail.org/), [Docker Mailserver](https://docker-mailserver.github.io/docker-mailserver/edge/), [UnInbox](https://github.com/un/inbox) or [Mail-in a Box](https://mailinabox.email/) - Self-Hosted Email Servers
|
||||
|
||||
***
|
||||
@@ -410,7 +416,7 @@
|
||||
|
||||
* 🌐 **[Linux File Backup](https://github.com/restic/others)** - File Backup App List
|
||||
* ⭐ **[Warpinator](https://github.com/linuxmint/warpinator)**, [rQuickshare](https://github.com/Martichou/rquickshare), [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole), [syncthing](https://syncthing.net/) / [Tray Support](https://martchus.github.io/syncthingtray/), [portal](https://github.com/SpatiumPortae/portal), [Zrok](https://zrok.io/), [Celeste](https://flathub.org/apps/com.hunterwittenborn.Celeste) / [2](https://snapcraft.io/celeste) / [GitHub](https://github.com/hwittenborn/celeste), [Cattail](https://github.com/nerdyslacker/cattail) or [Sharing](https://github.com/parvardegr/sharing) - File Sync / Transfer
|
||||
* ⭐ **[lf](https://github.com/gokcehan/lf)**, **[ranger](https://ranger.fm)**, **[nnn](https://github.com/jarun/nnn)**, **[clifm](https://github.com/leo-arch/clifm)**, **[fm](https://github.com/mistakenelf/fm)**, **[superfile](https://github.com/yorukot/superfile)**, **[Joshuto](https://github.com/kamiyaa/joshuto)** - Terminal File Managers
|
||||
* ⭐ **[lf](https://github.com/gokcehan/lf)**, **[ranger](https://ranger.fm/)** / [Codeberg](https://codeberg.org/ranger/pages), **[nnn](https://github.com/jarun/nnn)**, **[clifm](https://github.com/leo-arch/clifm)**, **[fm](https://github.com/mistakenelf/fm)**, **[superfile](https://github.com/yorukot/superfile)**, **[Joshuto](https://github.com/kamiyaa/joshuto)** - Terminal File Managers
|
||||
* ⭐ **[Baobab](https://gitlab.gnome.org/GNOME/baobab)**, **[Filelight](https://apps.kde.org/en-gb/filelight/)** - Disk Usage Analyzers / GUI
|
||||
* ⭐ **[dut](https://codeberg.org/201984/dut)**, **[gdu](https://github.com/dundee/gdu)**, **[NCDU](https://dev.yorhel.nl/ncdu)** - Disk Usage Analyzers / CLI
|
||||
* [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch), [gocatcli](https://github.com/deadc0de6/gocatcli/), [xplr](https://xplr.dev/) / [Discord](https://discord.com/invite/JmasSPCcz3) / [GitHub](https://github.com/sayanarijit/xplr), [logo-ls](https://github.com/Yash-Handa/logo-ls), [ugrep](https://ugrep.com) / [GitHub](https://github.com/Genivia/ugrep) or [Achoz](https://github.com/kcubeterm/achoz) - File Explorers / Search
|
||||
@@ -448,7 +454,6 @@
|
||||
|
||||
* 🌐 **[Awesome Shell](https://github.com/alebcay/awesome-shell)**, [tldr](https://tldr.sh/) / [GitHub](https://github.com/tldr-pages/tldr) or [AltBox](https://altbox.dev/) - Linux Shell Resources
|
||||
* 🌐 **[Awesome TUIs](https://github.com/rothgar/awesome-tuis)** or [TerminalTrove](https://terminaltrove.com/) - TUI Indexes
|
||||
* 🌐 **[The Terminal Directory](https://termui.sh/)** - Terminal Emulator Index
|
||||
* 🌐 **[Awesome Terminal Recorder](https://github.com/orangekame3/awesome-terminal-recorder)** - Terminal Recorder Index
|
||||
* ⭐ **[zsh](https://www.zsh.org/)**, **[bash](https://www.gnu.org/software/bash/)**, [fish](https://fishshell.com/), [Elvish](https://elv.sh/), [Es](https://wryun.github.io/es-shell/), [PowerShell](https://github.com/powershell/powershell), [Ion](https://gitlab.redox-os.org/redox-os/ion), [Xonsh](https://xon.sh/) or [Nushell](https://www.nushell.sh/) - Command Line Shells
|
||||
* ⭐ **zsh Tools** - [Plugins](https://github.com/unixorn/awesome-zsh-plugins) / [Customization](https://ohmyz.sh/) / [Theme](https://github.com/romkatv/powerlevel10k) / [Auto Setup](https://github.com/gustavohellwig/gh-zsh) / [Rich Framework](https://github.com/sorin-ionescu/prezto)
|
||||
@@ -492,6 +497,8 @@
|
||||
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)**, **[Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** or [Pling](https://www.pling.com/s/All-Linux/browse/) - Linux Ricing Resources
|
||||
* ⭐ **[Elkowar's Wacky Widgets](https://elkowar.github.io/eww)**, **[Aylur's GTK Shell](https://github.com/Aylur/ags)** or [Quickshell](https://quickshell.org/) - Widgeting Systems
|
||||
* ⭐ **[unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn)
|
||||
* [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles
|
||||
* [Chezmoi](https://www.chezmoi.io/) - Dotfile Managers
|
||||
|
||||
***
|
||||
|
||||
@@ -562,6 +569,7 @@
|
||||
* [Boot Camp](https://support.apple.com/boot-camp) - Windows Bootloader / [DL Script](https://github.com/timsutton/brigadier)
|
||||
* [Tart](https://tart.run/) - Virtual Machine Manager / [GitHub](https://github.com/cirruslabs/tart)
|
||||
* [UTM](https://mac.getutm.app/) or [VMware](https://www.majorgeeks.com/files/details/vmware_workstation_for_windows.html) - Virtual Machines / Run Linux / Windows on macOS
|
||||
* [VirtualBuddy](https://github.com/insidegui/VirtualBuddy) - Virtualize macOS 12 and later on Apple Silicon
|
||||
* [Docker OSX](https://github.com/sickcodes/Docker-OSX) - Mac VM in Docker
|
||||
* [SwiftUI Win11](https://jinxiansen.github.io/Windows11/) - Windows 11 Desktop Client for macOS
|
||||
* [OrbStack](https://orbstack.dev/) - Docker Client
|
||||
@@ -576,6 +584,7 @@
|
||||
* [ss64 macOS](https://ss64.com/mac/) - macOS Bash Commands
|
||||
* [Left on Read](https://leftonread.me/) - iMessage Client
|
||||
* [MacBing](https://goodsnooze.gumroad.com/l/macbing), [LlamaChat](https://www.llamachat.app/) or [Mollama](https://apps.apple.com/app/mollama/id6736948278) - AI Chatbots
|
||||
* [CodexBar](https://codexbar.app/) - Menu Bar AI Limit Tracker / [GitHub](https://github.com/steipete/CodexBar)
|
||||
* [ViennaRSS](https://www.vienna-rss.com/) - RSS Feed Reader
|
||||
* [Tachidesk-Sorayomi](https://github.com/Suwayomi/Tachidesk-Sorayomi) / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/tech/repo) - Manga Reader
|
||||
* [Dialect](https://github.com/dialect-app/dialect) - Translator
|
||||
@@ -684,13 +693,12 @@
|
||||
* ⭐ **[AppleGamingWiki](https://applegamingwiki.com/)** / [Discord](https://discord.gg/28CAAr6SpB) or [Mac Gaming DB](https://macgamingdb.app/) - Mac Game Fixes / Compatibility
|
||||
* ⭐ **[Goldberg](https://github.com/inflation/goldberg_emulator)** - Steam Multiplayer Client Emulator
|
||||
* [SCNLOG](https://scnlog.me/games/mac/) - Mac Games
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=960) - Mac Games
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=960) - Mac Games / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* [AppsTorrent](https://appstorrent.ru/games/) - Mac Games
|
||||
* [MacintoshRepository](https://www.macintoshrepository.org/games/) - Oldschool Mac Games
|
||||
* [Mac Source Ports](https://www.macsourceports.com/) - Run Old Mac Games
|
||||
* [Heroic Games Launcher](https://heroicgameslauncher.com/) - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)
|
||||
* [Mythic](https://getmythic.app/) / [Discord](https://discord.gg/58NZ7fFqPy) - Epic Games Launcher
|
||||
* [Prism43](https://github.com/DomHeadroom/Prism43) - Prism Launcher / Unlocker
|
||||
* [NASOS](https://archive.org/download/nNASOS1.8/nNASOS1.8.zip) - Gamecube iso.dec to ISO Converter
|
||||
* [r/MacGaming](https://www.reddit.com/r/macgaming/) - Mac Gaming Community / [Discord](https://discord.gg/MgJsb5m)
|
||||
* [cemu.emiyl](https://cemu.emiyl.com/) - CEMU Compatibility List
|
||||
@@ -750,6 +758,7 @@
|
||||
* [Conky](https://conky.cc) / [Colors](https://github.com/helmuthdu/conky_colors), [eul](https://github.com/gao-sun/eul), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors
|
||||
* [Hot](https://github.com/macmade/hot) - CPU Monitor
|
||||
* [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer
|
||||
* [Mole](https://github.com/tw93/Mole) - System Cleanup / Optimization Multi-Tool
|
||||
* [Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - System Cleanup / Uninstallers / [GitHub](https://github.com/alienator88/Pearcleaner)
|
||||
* [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller
|
||||
* [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager
|
||||
@@ -762,6 +771,7 @@
|
||||
* [KeyCastr](https://github.com/keycastr/keycastr) - Keystroke Visualizer
|
||||
* [MonitorControl](https://monitorcontrol.app/) - External Monitor Brightness / Volume Control
|
||||
* [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) - Volume Mixer / Auto-Pause
|
||||
* [MacThrottle](https://github.com/angristan/MacThrottle) - Menu Bar Thermal Throttling Tracker
|
||||
* [AlDente](https://apphousekitchen.com/) - Charging Manager
|
||||
* [BatteryBuddy](https://batterybuddy.app/) - Cute Battery Indicator
|
||||
* [AirBattery](https://github.com/lihaoyun6/AirBattery) or [CoconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Device Battery Trackers
|
||||
@@ -784,6 +794,7 @@
|
||||
* [Maccy](https://maccy.app/), [ClipBook](https://clipbook.app/), [ClipPocket](https://github.com/dhahd/ClipPocket), [clipboard-history](https://github.com/SUPERCILEX/clipboard-history) or [TRex](https://trex.ameba.co/) - Clipboard Managers
|
||||
* [Pictogram](https://pictogramapp.com/), [IconSet](https://github.com/tale/iconset) or [IconChamp](https://www.macenhance.com/iconchamp.html) - Custom App Icons
|
||||
* [Tintd](https://www.tintd.app/) or [Manila](https://github.com/neilsardesai/Manila) - Change Folder Colors
|
||||
* [MacPaper](https://github.com/naomisphere/macpaper/) - Mac Wallpaper Manager
|
||||
* [Dynamic Wallpaper Club](https://dynamicwallpaper.club/) - Dynamic Wallpaper App
|
||||
* [wallpapper](https://github.com/mczachurski/wallpapper) or [Equinox](https://equinoxmac.com/) - Dynamic Wallpaper Creators
|
||||
* [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper
|
||||
@@ -814,6 +825,7 @@
|
||||
|
||||
# ► Unix-Like
|
||||
|
||||
* 🌐 **[ATL ISO Archive](https://iso.atl.dev/)** - Linux / BSD ISO Archive
|
||||
* 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games
|
||||
* 🌐 **[Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd)** - BSD Resources
|
||||
* 🌐 **[Hardware for BSD](https://bsd-hardware.info/)** - BSD Hardware Compatibility Database / [GitHub](https://github.com/bsdhw/)
|
||||
@@ -823,4 +835,4 @@
|
||||
* [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game
|
||||
* [Modern Unix](https://github.com/ibraheemdev/modern-unix) - Unix Shells
|
||||
* [wpgtk](https://deviantfero.github.io/wpgtk) - Fully Customizable Unix Color Schemer
|
||||
* [Plan9Port](https://9fans.github.io/plan9port/) - Unix Port for Plan9 Libraries + Programs / [GitHub](https://github.com/9fans/plan9port)
|
||||
* [Plan9Port](https://9fans.github.io/plan9port/) - Unix Port for Plan9 Libraries + Programs / [GitHub](https://github.com/9fans/plan9port)
|
||||
52
docs/misc.md
52
docs/misc.md
@@ -58,7 +58,6 @@
|
||||
|
||||
# ► Free Stuff
|
||||
|
||||
* ⭐ **[OneHack](https://onehack.us/)** - Giveaway Community / [Telegram](https://t.me/Official_OneHack)
|
||||
* [AppAgg](https://appagg.com/) - Multi-Platform / Apps / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)
|
||||
* [FreeCycle](https://www.freecycle.org/), [TrashNothing](https://trashnothing.com/) or [Freegle](https://www.ilovefreegle.org/) - Free Stuff Exchange / Gifting Communities
|
||||
* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Free / Cheap Apps / Games / [Reddit Bot](https://github.com/a-ton/gpd-bot)
|
||||
@@ -197,13 +196,12 @@
|
||||
# ► Household
|
||||
|
||||
* ↪️ **[Raspberry Pi Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_raspberry_pi)**
|
||||
* ⭐ **[Home Assistant](https://www.home-assistant.io/)** - Home Assistant / IoT / [GUI](https://github.com/LAB02-Research/HASS.Agent)
|
||||
* ⭐ **[Home Assistant](https://www.home-assistant.io/)** - Home Assistant / IoT / [Tracker](https://github.com/djdevil/person-tracker-card/) / [Appliances](https://github.com/Andre0512/hOn) / [GUI](https://github.com/LAB02-Research/HASS.Agent) / [Mobile Apps](https://companion.home-assistant.io/)
|
||||
* ⭐ **[Grocy](https://grocy.info/)** - Grocery / Household Management Tool / [Android](https://patrickzedler.com/grocy/) / [Subreddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy)
|
||||
* [OpenHab](https://www.openhab.org/) - Home Assistant / IoT / [Setup](https://github.com/openhab/openhabian) / [Mobile](https://github.com/openhab/openhab-android)
|
||||
* [Esphome](https://esphome.io/) - Home Assistant / IoT
|
||||
* [ioBroker](https://www.iobroker.net/) - Home Assistant / IoT / [Discord](https://discord.com/invite/HwUCwsH) / [GitHub](https://github.com/ioBroker/ioBroker)
|
||||
* [Exo](https://github.com/exo-explore/exo/) - Run AI Home Device Cluster / [Telegram](https://t.me/+Kh-KqHTzFYg3MGNk) / [Discord](https://discord.gg/EUnjGpsmWw)
|
||||
* [hOn](https://github.com/Andre0512/hOn) - Home Assistant Integration for Appliances
|
||||
* [BudgetDuo](https://budgetduo.com/) - Split Household Expenses
|
||||
* [OpenVoiceOS](https://www.openvoiceos.org/) - Custom Voice-Controlled Interfaces / [GitHub](https://github.com/OpenVoiceOS/)
|
||||
* [Sweet Home 3D](https://www.sweethome3d.com/) or [Homestyler](https://www.homestyler.com/) - Interior Design Apps
|
||||
@@ -431,6 +429,7 @@
|
||||
|
||||
* 🌐 **[Map History](https://www.maphistory.info/)** or [David Rumsey Map Collection](https://www.davidrumsey.com/) - Historical Map Indexes
|
||||
* ⭐ **[Running Reality](https://www.runningreality.org/)**, [World History Maps](https://www.worldhistory.org/mapselect/), [Globe of History](https://www.globeofhistory.com/) (desktop), [Chronas](https://www.chronas.org/) or [OldMapsOnline](https://www.oldmapsonline.org/) - Interactive Historical Maps
|
||||
* [HMDB](https://www.hmdb.org/) - Historical Marker Database / Map
|
||||
* [Harvard WorldMap](https://worldmap.maps.arcgis.com/home/index.html) - ArcGIS Map Archive
|
||||
* [Cronobook](https://cronobook.com/) - Historic Street View
|
||||
* [EuraAtlas](https://euratlas.com/) - Historical Atlas of Europe
|
||||
@@ -442,6 +441,7 @@
|
||||
* [Mused](https://mused.com/) - Text to 3D Historical Simulation Map
|
||||
* [NLS Maps](https://maps.nls.uk/) - Historical Maps of Scotland
|
||||
* [Imperium](https://imperium.ahlfeldt.se/) - Digital Atlas of the Roman Empire
|
||||
* [ORBIS](https://orbis.stanford.edu/) - Interactive Simulation of Roman Trade & Travel Logistics
|
||||
* [Ancient Earth](https://dinosaurpictures.org/ancient-earth) - Globe of Ancient Earth
|
||||
* [1940s NYC](https://1940s.nyc/) - Explore 1940's New York
|
||||
* [Project ’44](https://www.project44.ca/) - World War II Historical Map / [X](https://x.com/project4_4) / [Discord](https://discord.gg/bzWEuc6JJv)
|
||||
@@ -500,11 +500,12 @@
|
||||
* [The Athletic](https://www.nytimes.com/athletic/) - Sports News / [Bypass Paywall](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_paywall_bypass) / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)
|
||||
* [EventMap](https://rsoe-edis.org/eventMap) - Emergency and Disaster Maps
|
||||
* [Interactive News Map](https://usa.liveuamap.com/) - Geolocated News Alerts / Headlines U.S.
|
||||
* [MedicineNet](https://www.medicinenet.com/), [MedPageToday](https://www.medpagetoday.com/), [EverydayHealth](https://www.everydayhealth.com/), [Medscape](https://www.medscape.com/), [healthline](https://www.healthline.com/) or [WebMD](https://www.webmd.com/) - Health News
|
||||
* [MedicineNet](https://www.medicinenet.com/), [MedPageToday](https://www.medpagetoday.com/), [EverydayHealth](https://www.everydayhealth.com/), [Medscape](https://www.medscape.com/), [healthline](https://www.healthline.com/), [Medicalxpress](https://medicalxpress.com/) or [WebMD](https://www.webmd.com/) - Health News
|
||||
* [MathURLs](https://mathurls.com/) - Math News
|
||||
* [Dailynous](https://dailynous.com/) - Philosophy News
|
||||
* [Medievalists](https://www.medievalists.net/category/news/) - Medieval History News
|
||||
* [FinURLs](https://finurls.com/) - Finance & Business News
|
||||
* [NCS](https://www.newscaststudio.com/) - Television Broadcast Network News
|
||||
* [Web3 Is Going Great](https://www.web3isgoinggreat.com/) - Web3 Disaster News
|
||||
* [Citizen](https://citizen.com/explore) - Real Time Local News (US Only)
|
||||
* [POTUS Tracker](https://potustracker.us/), [GovData](https://www.govactionlist.com/) or [WikiPolitica](https://wikipolitica.org/) - Government Executive Orders, Location & more
|
||||
@@ -543,12 +544,13 @@
|
||||
* ⭐ **[GamersNexus](https://gamersnexus.net/)** - PC Gaming News
|
||||
* ⭐ **[Hacker News](https://news.ycombinator.com/)** - Tech News / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)
|
||||
* [AlternativeTo Aggregator](https://alternativeto.net/news/all/) - Tech News Aggregator
|
||||
* [DeadStack](https://deadstack.net/) - Tech / AI News Aggregator
|
||||
* [DeadStack](https://deadstack.net/) - Tech / AI News Aggregator
|
||||
* [TechURLs](https://techurls.com/) - Tech News
|
||||
* [Techmeme](https://www.techmeme.com/) - Tech News
|
||||
* [The Brutalist Report](https://brutalist.report/) - Tech News
|
||||
* [Techxplore](https://techxplore.com/) - Tech News
|
||||
* [ThisWeekInVideoGames](https://thisweekinvideogames.com/news/) - Gaming News
|
||||
* [TuxURLs](https://tuxurls.com/) or [LWN](https://lwn.net/Archives/) - Linux News
|
||||
* [TuxURLs](https://tuxurls.com/), [phoronix](https://www.phoronix.com/) or [LWN](https://lwn.net/Archives/) - 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
|
||||
* [EmergentMind](https://www.emergentmind.com/), [TestingCatalog](https://www.testingcatalog.com/), [Singularity Hub](https://singularityhub.com/) or [Dupple](https://www.dupple.com/techpresso) - AI News
|
||||
@@ -562,11 +564,14 @@
|
||||
|
||||
* 🌐 **[Awesome Hacker News](https://github.com/cheeaun/awesome-hacker-news)** - HN Apps & Resources Index
|
||||
* ⭐ **[Newsit](https://newsit.benwinding.com/)** - Webpage Comments Widget / [GitHub](https://github.com/benwinding/newsit)
|
||||
* [Modern for Hacker News](https://www.modernhn.com/) - Modern UI Extension
|
||||
* ⭐ **[Modern HN](https://www.modernhn.com/)** - Modern UI Extension
|
||||
* [Hacki](https://github.com/Livinglist/Hacki), [Harmoni](https://play.google.com/store/apps/details?id=com.simon.harmonichackernews) or [Glider](https://github.com/Mosc/Glider) - Android Hacker News Apps
|
||||
* [ZCombinator](https://github.com/Livinglist/ZCombinator), [HACK](https://apps.apple.com/app/id1464477788), [Octal](https://apps.apple.com/app/id1308885491), [Hackers](https://apps.apple.com/app/id603503901) or [Hacki](https://apps.apple.com/app/id1602043763) - iOS Hacker News Apps
|
||||
* [Related Submissions](https://hnrelevant.imadij.com/) - Similar Posts Sidebar Extension / [GitHub](https://github.com/imdj/HNRelevant)
|
||||
* [The Hacker Herald](https://hackerherald.com/) or [hckrnws](https://www.hckrnws.com/) - HN Frontends
|
||||
* [Alexandria Library](https://alexandria-library.julienc.me/search/) - HN Search Frontend
|
||||
* [HNRankings](https://hnrankings.info/) or [Lindy Hacker News](https://hn.lindylearn.io/) - Best of / Top Posts Aggregator
|
||||
* [Hacker Book](https://hackerbook.dosaygo.com/) - Hacker News Posts + Comment Archive
|
||||
* [Hacker News RSS](https://hnrss.github.io/) - HN RSS Feeds
|
||||
|
||||
***
|
||||
@@ -655,6 +660,7 @@
|
||||
* [GoldenCheetah](https://www.goldencheetah.org/), [AAT](https://bailu.ch/aat/) - Cycling / Biking Trackers
|
||||
* [AllTrails](https://www.alltrails.com/), [Wikiloc](https://www.wikiloc.com/) or [TrailRouter](https://trailrouter.com/) - Hiking / Trail Routes
|
||||
* [Wanderer](https://github.com/Flomp/wanderer) - Self-Hosted Trail Database
|
||||
* [OpenClimbing](https://openclimbing.org/) - Editable Climbing Map / [GitHub](https://github.com/zbycz/osmapp)
|
||||
* [fastnfitness](https://github.com/brodeurlv/fastnfitness) or [PFCTE](https://github.com/SecUSo/privacy-friendly-circuit-training-exercises) - Exercise & Activity Trackers
|
||||
* [wger](https://wger.de/) - Self-Hosted Workout, Nutrition / Weight App / [Fitness](https://github.com/wger-project/flutter) / [GitHub](https://github.com/wger-project/wger)
|
||||
* [Start Bodyweight](http://www.startbodyweight.com/) - Bodyweight Training
|
||||
@@ -764,7 +770,7 @@
|
||||
* [Invoify](https://invoify.vercel.app/) / [GitHub](https://github.com/al1abb/invoify), [Invoicely](https://invoiceto.me/), [InvoiceNinja](https://invoiceninja.com/) or [Akaunting](https://akaunting.com/) - Invoicing Tools
|
||||
* [Google Patents](https://patents.google.com/) - Searchable Patents Database
|
||||
* [PatentsExpiringToday](https://patentsexpiringtoday.com/) - Find Expired Patents
|
||||
* [Layoffs.fyi](https://layoffs.fyi/) - Recent Layoffs Tracker
|
||||
* [Layoffs.fyi](https://layoffs.fyi/) or [WarnTracker](https://www.warntracker.com/) - Live Layoffs Trackers
|
||||
* [GoodJobsFirst](https://goodjobsfirst.org/) - Subsidy Tracker
|
||||
* [QR Menu Creator](https://qrmenucreator.com/) - Convert Menu to QR Codes
|
||||
* [CandidateChecker](https://candidatechecker.io/) - User Backgrounds for Hiring
|
||||
@@ -832,7 +838,7 @@
|
||||
## ▷ Tech Jobs
|
||||
|
||||
* 🌐 **[30-sec](https://30secondsofinterviews.org/)** - Tech Interview Questions Indexes
|
||||
* 🌐 **[Summer 2025 Internships](https://github.com/SimplifyJobs/Summer2025-Internships)** - Tech Internships List / [Notifications](https://swelist.com/)
|
||||
* 🌐 **[Summer 2026 Internships](https://github.com/SimplifyJobs/Summer2026-Internships)** - Tech Internships List / [Notifications](https://swelist.com/)
|
||||
* 🌐 **[Free-Certifications](https://github.com/cloudcommunity/Free-Certifications)** - Free Certifications / Courses Index
|
||||
* 🌐 **[TheRemoteFreelancer](https://github.com/engineerapart/TheRemoteFreelancer)** - Remote Tech Jobs Index
|
||||
* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_developer_learning)**
|
||||
@@ -865,7 +871,7 @@
|
||||
|
||||
## ▷ Startup
|
||||
|
||||
* 🌐 **[Awesome Startup](https://github.com/Ibexoft/awesome-startup-tools-list)**, [Awesome Launch](https://github.com/soGeneri/awesome-launch) or [Tools for Startups](https://docs.google.com/spreadsheets/d/1s6-hGBh0_tqa-jd23fsdYuwbmS8UPmElPqaH-Rnoa_A/htmlview) - Startup Resources Indexes
|
||||
* 🌐 **[Awesome Startup](https://github.com/Ibexoft/awesome-startup-tools-list)**, [Awesome Launching Platforms](https://github.com/DirectorySurf/awesome-launch-platforms), [Awesome Launch](https://github.com/soGeneri/awesome-launch) or [Tools for Startups](https://docs.google.com/spreadsheets/d/1s6-hGBh0_tqa-jd23fsdYuwbmS8UPmElPqaH-Rnoa_A/htmlview) - Startup Resources Indexes
|
||||
* 🌐 **[moreThanFAANGM](https://kaustubh-natuskar.github.io/moreThanFAANGM/)** - Good Companies / Startups Index
|
||||
* [NewIdeas](https://indieideas.io/) - Generate Business Ideas
|
||||
* [Failory](https://www.failory.com/graveyard) - Learn Why Startups Failed
|
||||
@@ -900,7 +906,7 @@
|
||||
## ▷ Finance / Savings
|
||||
|
||||
* 🌐 **[r/PersonalFinance Wiki](https://www.reddit.com/r/personalfinance/wiki/index)** or [UK Personal Finance](https://ukpersonal.finance/) - Financial Advice / Resources
|
||||
* ⭐ **[TradingView](https://www.tradingview.com/)**, [ticker](https://github.com/achannarasappa/ticker), [finviz](https://finviz.com/) or [Markets.sh](https://markets.sh/) - Stock Market Trackers
|
||||
* ⭐ **[TradingView](https://www.tradingview.com/)**, [ticker](https://github.com/achannarasappa/ticker) or [finviz](https://finviz.com/) - Stock Market Trackers
|
||||
* ⭐ **[StockTicker](https://github.com/premnirmal/StockTicker)** or [Candle](https://gitlab.com/cosmosapps/candle) - Mobile Stock Market Trackers
|
||||
* ⭐ **[Ghostfolio](https://ghostfol.io/en/start)** / [Import](https://github.com/dickwolff/Export-To-Ghostfolio), [Paisa](https://paisa.fyi/) / [GitHub](https://github.com/ananthakumaran/paisa), [HomeBank](https://www.gethomebank.org/en/index.php), [Bagels](https://github.com/EnhancedJax/Bagels), [Firefly III](https://firefly-iii.org/), [Money Manager EX](https://moneymanagerex.org/) or [Actual](https://github.com/actualbudget/actual) - Finance / Expense Managers
|
||||
* [Weekly Market Recap](https://am.jpmorgan.com/content/dam/jpm-am-aem/americas/us/en/insights/market-insights/wmr/weekly_market_recap.pdf) - Weekly Stock Market Recaps
|
||||
@@ -915,6 +921,7 @@
|
||||
* [Simul8or](https://simul8or.com/) - 100K Trading Simulator
|
||||
* [r/BeerMoney](https://www.reddit.com/r/beermoney/) - Online Money Making Community / [Wiki](https://www.rxddit.com/r/beermoney/wiki/index)
|
||||
* [Compound Interest Calculator](https://www.investor.gov/financial-tools-calculators/calculators/compound-interest-calculator) - Determine Compound Interest Money Growth
|
||||
* [Bogleheads](https://www.bogleheads.org/wiki/Main_Page) - Investing Advice Inspired by John Bogle
|
||||
* [GamestonkTerminal](https://github.com/OpenBB-finance/OpenBBTerminal), [OpenBB Terminal](https://openbb.co/) or [KoyFin](https://www.koyfin.com/) - Investment Research Tools
|
||||
* [Portfolio Performance](https://www.portfolio-performance.info/en/) - Portfolio Investment Tracker / [GitHub](https://github.com/portfolio-performance/portfolio)
|
||||
* [Financials Extension](https://github.com/cmallwitz/Financials-Extension) - Stock Market Data for LibreOffice Calc
|
||||
@@ -963,13 +970,11 @@
|
||||
* ⭐ **[Consumer Rights Wiki](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights / [Discord](https://discord.gg/8w5rSNAXRf)
|
||||
* ⭐ **[Dark Patterns Tip Line](https://darkpatternstipline.org/)** or [Dark Patterns](https://hallofshame.design/collection/) - Deceptive Services to Avoid
|
||||
* [Dark Patterns Detective](https://games.productartistry.com/games/dark-patterns) - Learn to Avoid Deceptive Services
|
||||
* [Kit.co](https://kit.co/), [Looria](https://www.looria.com/) or [ProductHunt](https://producthunt.com/) - Product / Service Reviews
|
||||
* [Looria](https://www.looria.com/) or [ProductHunt](https://producthunt.com/) - Product / Service Reviews
|
||||
* [Pepper](https://www.pepperdeals.com/) or [SlickDeals](https://slickdeals.net/) - Shopping Deal Communities
|
||||
* [BangYourBuck](https://bangyourbuck.com/) - Unit Shopping Calculator / Comparisons for Amazon
|
||||
* [Hagglezon](https://www.hagglezon.com/) - Price Comparisons for Amazon Stores Across Europe
|
||||
* [Remove Amazon Sponsored](https://greasyfork.org/en/scripts/536756) - Remove Amazon Sponsored Listings
|
||||
* [RedRecs](https://www.redrecs.com/) - Reddit Product Rankings, Summaries, and Comments / [Methodology](https://www.redrecs.com/how-redrecs-works)
|
||||
* [Slant](https://www.slant.co/) - "What are the best..." Product Rankings
|
||||
* [NoBids](https://nobids.net/) or [WatchCount](https://www.watchcount.com/) - eBay Advanced Search
|
||||
* [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - eBay Typo Search
|
||||
* [PicClick](https://picclick.com/) - eBay Quick Search
|
||||
@@ -994,10 +999,10 @@
|
||||
|
||||
## ▷ Electronics
|
||||
|
||||
* ⭐ **[PCPartPicker](https://pcpartpicker.com/)**, [BuildCores](http://www.buildcores.com/) / [Subreddit](https://reddit.com/r/buildcores) / [Discord](https://discord.gg/gxHtZx3Uxe), [Newegg PC Builder](https://www.newegg.com/tools/custom-pc-builder) or [CGDirector](https://www.cgdirector.com/pc-builder/) - PC Building Sites
|
||||
* ⭐ **[PCPartPicker](https://pcpartpicker.com/)**, [BuildCores](http://www.buildcores.com/) / [Subreddit](https://reddit.com/r/buildcores) / [Discord](https://discord.gg/gxHtZx3Uxe) or [CGDirector](https://www.cgdirector.com/pc-builder/) - PC Building Sites
|
||||
* ⭐ **[r/PCMasterrace Builds](https://pcmasterrace.org/builds)**, [r/BuildaPC Wiki](https://www.reddit.com/r/buildapc/wiki/index) or [PC Tiers](https://pctiers.com/) - PC Building Guides / **[Video](https://youtu.be/s1fxZ-VWs2U)**
|
||||
* ⭐ **[NanoReview](https://nanoreview.net/)**, **[TechPowerup](https://www.techpowerup.com/)**, [TechGearLab](https://www.techgearlab.com/), [ProductChart](https://www.productchart.com/), [Octoparts](https://octopart.com/), [Technical City](https://technical.city/) or [Techspecs](https://techspecs.io/) - Tech / Hardware Comparisons
|
||||
* ⭐ **[rtings](https://www.rtings.com/)** - Hardware / Tech Reviews / Clear Cookies Reset Limit / [X](https://x.com/rtingsdotcom) / [Discord](https://discord.gg/GFv6FyUcm7)
|
||||
* ⭐ **[rtings](https://www.rtings.com/)** / [X](https://x.com/rtingsdotcom) / [Discord](https://discord.gg/GFv6FyUcm7) or [LTT Labs](https://www.lttlabs.com/) - Hardware / Tech Reviews / Clear Cookies Reset Limit
|
||||
* ⭐ **[Open Benchmarking](https://openbenchmarking.org/)** - Hardware Benchmarks
|
||||
* ⭐ **[GSMArena](https://www.gsmarena.com/)** / [Guide](https://www.gsmarena.com/reviews.php3?sTag=Buyers+guide), [Prepaid Compare](https://prepaidcompare.net/), [PhoneDB](https://phonedb.net/), [GSMChoice](https://www.gsmchoice.com/en/), [Antutu](https://www.antutu.com/en/ranking/rank1.htm) or [Kimovil](https://www.kimovil.com/en/) - Compare Phones / Prices
|
||||
* ⭐ **[CPUBenchmark](https://www.cpubenchmark.net/)**, [Toms GPU Hierarchy](https://www.tomshardware.com/reviews/gpu-hierarchy) or [NoteBenchcheck](https://www.notebookcheck.net/Benchmarks-Tech.123.0.html) - GPU / CPU Benchmarks
|
||||
@@ -1007,6 +1012,7 @@
|
||||
* [r/buildapc](https://reddit.com/r/buildapc) - PC Building Community / [Discord](https://discord.com/invite/buildapc)
|
||||
* [r/BuildAPCForMe](https://reddit.com/r/BuildAPCForMe) - PC Building Community
|
||||
* [MoboMaps](https://mobomaps.com/) - Motherboard Visualizations / Info
|
||||
* [WhereIsMyRam](https://whereismyram.com/) - DDR5 RAM Price Tracker
|
||||
* [NewMaxx's SSD Site](https://borecraft.com/) / [Doc](https://docs.google.com/spreadsheets/d/1B27_j9NDPU3cNlj2HKcrfpJKHkOf-Oi1DbuuQva2gT4/), [SSD Tester](https://ssd-tester.com/) or [JohnnyLucky](https://www.johnnylucky.org/data-storage/ssd-database.html) - SSD Buying Comparisons
|
||||
* [Disk Prices](https://diskprices.com/) - Disk Price Tracker
|
||||
* [Jarrod's Tech](https://jarrods.tech/resources/) or [SuggestALaptop](https://discord.gg/pes68JM) / [Guide](https://docs.google.com/document/d/1_Oh9M4zrBB1hx3B0Yw32-evH4bqTmwNM5DJ12lWvA0w/) (discord) - Laptop Suggestions
|
||||
@@ -1037,7 +1043,8 @@
|
||||
* [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
|
||||
* [SpoolScout](https://www.spoolscout.com/) - Search / Compare 3D Printing Filament Prices
|
||||
* [SpoolScout](https://www.spoolscout.com/) - Search / Compare 3D Printing Filament Prices
|
||||
* [RackRat](https://rackrat.net/) - Ebay Rackmount Server Prices / Comparisons
|
||||
|
||||
***
|
||||
|
||||
@@ -1050,18 +1057,14 @@
|
||||
* [EGData](https://egdata.app/) - Epic Store Sales / [GitHub](https://github.com/nachoaldamav/egdata)
|
||||
* [SteamBase](https://steambase.io/sales) - Steam Sales / [Discord](https://discord.gg/C7fxdbCf6A)
|
||||
* [r/SteamDeals](https://www.reddit.com/r/steamdeals/) - Steam Sales
|
||||
* [SteamSpy](https://steamspy.com/deal/) - Steam Sales
|
||||
* [CheapShark](https://www.cheapshark.com/) - Multi-Store / [Discord](https://discord.com/invite/cheapshark)
|
||||
* [PSPrices](https://psprices.com/) - Multi-Store / Multi-Platform / [Discord](https://discord.com/invite/hN57zh8Ey2)
|
||||
* [DekuDeals](https://www.dekudeals.com/) - Console Game Price Tracker / [Discord](https://discord.gg/WEuq5CTcBa)
|
||||
* [AppAgg](https://appagg.com/) - Multi-Store / Multi-Platform / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)
|
||||
* [CheapCharts](https://games.cheapcharts.com/) - Switch, Xbox and Playstation Price Tracker
|
||||
* [r/GameDeals](https://www.reddit.com/r/gamedeals) - Game Deal Subreddit
|
||||
* [PriceCharting](https://www.pricecharting.com/) - Game, Comic & Trading Card Price Tracker
|
||||
* [VRDB](https://vrdb.app/) or [QuestStoreDB](https://queststoredb.com/) - VR Game / App Price Tracker
|
||||
* [DekuDeals](https://www.dekudeals.com/) / [Discord](https://discord.gg/WEuq5CTcBa), [NTDeals](https://ntdeals.net/) - Switch Price Trackers
|
||||
* [PS Deals](https://psdeals.net/) - Playstation Price Tracker
|
||||
* [XB Deals](https://xbdeals.net/) - Xbox Price Tracker
|
||||
* [r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Mac App Price Tracking
|
||||
|
||||
***
|
||||
|
||||
@@ -1071,7 +1074,6 @@
|
||||
* [App Sales](https://www.app-sales.net/nowfree/) - Android Apps
|
||||
* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Android Apps
|
||||
* [Play-Deals](https://github.com/psuzn/Play-Deals) - Android Apps
|
||||
* [App Finder](https://play.google.com/store/apps/details?id=scadica.aq) - Android Deal App
|
||||
* [r/AppHookup](https://www.reddit.com/r/AppHookup/) - Multi-Store / Multi Platform
|
||||
* [r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Apple Apps
|
||||
|
||||
@@ -1247,7 +1249,7 @@
|
||||
* [MyCast](https://www.mycast.io/) - Dream Casting Discussions
|
||||
* [AnimeSuki](https://forums.animesuki.com/), [AnimeUKNews](https://forums.animeuknews.net/) or [Fanverse](https://www.fanverse.org/) - Anime Discussion
|
||||
* [Fora](https://fora.com/communities/) or [Discourse](https://discover.discourse.com/) - Specialty Forums
|
||||
* [Resetera](https://www.resetera.com/), [RetroGameTalk](https://retrogametalk.com/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/) or [RacketBoy](https://racketboy.com/forum/) - Gmaing Forums
|
||||
* [Resetera](https://www.resetera.com/), [RetroGameTalk](https://retrogametalk.com/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/) or [RacketBoy](https://racketboy.com/forum/) - Gaming Forums
|
||||
* [TheRPF](https://www.therpf.com/forums/) - Movie Costume / Prop Forum
|
||||
* [Websleuths](https://www.websleuths.com/) - Crime Solving Forum
|
||||
* [Airsoft International](https://discord.gg/airsoft) - Airsoft Guides / Community
|
||||
@@ -1387,6 +1389,7 @@
|
||||
* [A Better World](https://abw.blue/index_en.php) - Interactive History Changing Game
|
||||
* [OpenGeofiction](https://opengeofiction.net/) - User-Made Fictional Map
|
||||
* [The Cursed Library](https://cursed.epic.net/) - Interactive 3D Short Stories
|
||||
* [What Football Will Look Like](https://www.sbnation.com/a/17776-football/chapter-1) - Interactive Future Football Story
|
||||
* [DrivingSimulator](https://framesynthesis.com/drivingsimulator/maps/) - 3D Driving Simulator
|
||||
* [OpenScope](https://www.openscope.io/) - Air Traffic Control Simulator
|
||||
* [Traffic Simulation](https://traffic-simulation.de/) - Traffic Flow Simulation
|
||||
@@ -1472,6 +1475,7 @@
|
||||
* [The Cutting Room Floor](https://tcrf.net/The_Cutting_Room_Floor) - Unused Video Game Content Research
|
||||
* [SongMeanings](https://songmeanings.com/) - Discover Song Meanings
|
||||
* [The Dictionary of Obscure Sorrows](https://www.thedictionaryofobscuresorrows.com/) - Made Up Words for Sorrows
|
||||
* [Hypertranslate](https://www.ravbug.com/hypertranslate/) - Google Translate Telephone Game
|
||||
* [GomiTier](https://www.gomitier.tech/) - Create Custom Anime Tier Lists w/ AniList or Mal Account
|
||||
* [House Creep](https://www.housecreep.com/) - Homes with A Curious or Criminal History
|
||||
* [Wiby](https://www.wiby.me/) - Explore Old Sites
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
* [Sbenny](https://sbenny.com/) / [Subreddit](https://www.reddit.com/r/SbennyOfficial/)
|
||||
* [farsroid](https://www.farsroid.com/) / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Telegram](https://t.me/farsroid_official)
|
||||
* [APKSum](https://www.apksum.com/)
|
||||
* [APKVision](https://apkvision.org/) / [Telegram](https://t.me/apkvision)
|
||||
* [Android Zone](https://android-zone.ws/)
|
||||
* [AndroidRepublic](https://androidrepublic.org/)
|
||||
* [Androeed](https://androeed.store/), [2](https://androeed.ru/) / [Telegram](https://t.me/androeed_store)
|
||||
* [AndroPalace](https://www.andropalace.org/) / [Telegram](https://telegram.me/officialandropalace)
|
||||
* [APKVision](https://apkvision.org/)
|
||||
* [9Mod](https://9mod.com/)
|
||||
* [A2Z APK](https://a2zapk.io/) / [Telegram](https://t.me/a2zapkofficial)
|
||||
* [APK4Free](https://apk4free.net/) / [Telegram](https://t.me/apk4free_net)
|
||||
* [Release APK](https://forum.release-apk.com/) / [Discord](https://discord.gg/RDVKXsnqce)
|
||||
* [ReXDL](https://rexdl.com/) / [Telegram](https://t.me/joinchat/AAAAAFVMhwX7IzS5hMc8OQ)
|
||||
* [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8) / [CSE 2](https://cse.google.com/cse?cx=73948689c2c206528) / [CSE 3](https://cse.google.com/cse?cx=a805854b6a196d6a6) or [App Finder](https://play.google.com/store/apps/details?id=scadica.aq) - APK Search Engines
|
||||
* [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8) / [CSE 2](https://cse.google.com/cse?cx=73948689c2c206528) / [CSE 3](https://cse.google.com/cse?cx=a805854b6a196d6a6) or [Apps & Games Search](https://cse.google.com/cse?cx=066a762d5699f4d91) - APK Search Engines
|
||||
|
||||
***
|
||||
|
||||
@@ -116,10 +116,10 @@
|
||||
|
||||
## ▷ APK Tools
|
||||
|
||||
* ⭐ **[AppManager](https://muntashirakon.github.io/AppManager/)** / [GitHub](https://github.com/MuntashirAkon/AppManager), [Inure](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [PackageManager](https://smartpack.github.io/PackageManager/) / [GitHub](https://github.com/SmartPack/PackageManager) - Package Managers
|
||||
* ⭐ **[App Manager](https://muntashirakon.github.io/AppManager/)** / [GitHub](https://github.com/MuntashirAkon/AppManager), [Inure](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [Package Manager](https://smartpack.github.io/PackageManager/) / [GitHub](https://github.com/SmartPack/PackageManager) - Package Managers
|
||||
* ⭐ **[Lucky Patcher](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) - App Patcher
|
||||
* ⭐ **Lucky Patcher Tools** - [Guide](https://flixbox.github.io/lp-compat/docs/intro) / [Compatibility](https://flixbox.github.io/lp-compat/) / [Subreddit](https://www.reddit.com/r/luckypatcher/) / [Discord](https://discord.com/invite/RS5ddYf7mw)
|
||||
* ⭐ **[Obtainium](https://obtainium.imranr.dev/)** / [Configs](https://apps.obtainium.imranr.dev/) / [GitHub](https://github.com/ImranR98/Obtainium), [UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll), [APKUpdater](https://github.com/rumboalla/apkupdater) or [InstallerX](https://t.me/InstallerX) (root) - APK Installers / Updaters
|
||||
* ⭐ **[Obtainium](https://obtainium.imranr.dev/)** / [Configs](https://apps.obtainium.imranr.dev/) / [GitHub](https://github.com/ImranR98/Obtainium), [UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll), [InstallerX-Revived](https://github.com/wxxsfxyzm/InstallerX-Revived/) (root) or [APKUpdater](https://github.com/rumboalla/apkupdater) - APK Installers / Updaters
|
||||
* ⭐ **[AntiSplit-M](https://github.com/AbdurazaaqMohammed/AntiSplit-M)** - Merge Split APKs
|
||||
* [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)
|
||||
@@ -161,13 +161,14 @@
|
||||
* ⭐ **[Xtra](https://github.com/crackededed/Xtra)**, [BTTV](https://github.com/bttv-android/bttv), [Twire](https://github.com/twireapp/Twire) or [Frosty](https://www.frostyapp.io/) / [GitHub](https://github.com/tommyxchow/frosty) - Twitch Clients
|
||||
* ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps)
|
||||
* ⭐ **[Tusky](https://tusky.app/)**, [Dhaaga](https://github.com/suvam0451/dhaaga), [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Moshidon](https://github.com/LucasGGamerM/moshidon) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients
|
||||
* ⭐ **[piko](https://github.com/crimera/twitter-apk)** / [Telegram](https://t.me/pikopatches) / [GitHub](https://github.com/crimera/piko), [QuaX](https://github.com/Teskann/QuaX) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter / X Apps
|
||||
* [Stealth](https://gitlab.com/cosmosapps/stealth), [Continuum](https://github.com/cygnusx-1-org/continuum) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients / Patch Guide
|
||||
* [QuaX](https://github.com/Teskann/QuaX) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter / X Apps
|
||||
* [Watomatic](https://watomatic.app/) / [Subreddit](https://www.reddit.com/r/watomatic/) / [GitHub](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders
|
||||
* [Beeper](https://www.beeper.com/) / [GitHub](https://github.com/beeper) or [Openvibe](https://openvibe.social/) / [Discord](https://discord.gg/GduN6fB6NN) - Combine Chat / Social Media Apps
|
||||
* [Graysky](https://graysky.app/) - Bluesky Client / [GitHub](https://github.com/mozzius/graysky)
|
||||
* [Mumla](https://gitlab.com/quite/mumla) or [Meshenger](https://github.com/meshenger-app/meshenger-android) - Voice Chat
|
||||
* [Aliucord](https://github.com/Aliucord/Manager) - Modded Discord Client / Join [Discord](https://discord.gg/EsNDvBaHVU) for Themes + Plugins
|
||||
* [Kettu](https://www.raincord.dev/kettu) - Modded Discord Client / [Discord](https://discord.gg/qkdPGunwjW) / [Codeberg](https://codeberg.org/cocobo1/Kettu) / [GitHub](https://github.com/C0C0B01/Kettu)
|
||||
* [Kizzy](https://github.com/dead8309/Kizzy) - Discord Rich Presence
|
||||
* [Dumpus](https://github.com/dumpus-app/dumpus-app) - View Discord Data / Self host for Privacy / [Discord](https://androz2091.fr/discord)
|
||||
* [DankChat](https://github.com/flex3r/DankChat) - Talk in Multiple Twitch Chats at Once
|
||||
@@ -205,7 +206,7 @@
|
||||
* ↪️ **[Device Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_electronics)**
|
||||
* ⭐ **[XDA](https://xdaforums.com/)** - Android Discussion Forum / [Discord](https://discord.com/invite/e4v8qtkcBw)
|
||||
* ⭐ **[ADB AppControl](https://adbappcontrol.com/en/)** / [GUI](https://aya.liriliri.io/), [2](https://github.com/Alex4SSB/ADB-Explorer) / [Telegram](https://t.me/AdbAppControl_En), **[scrcpy](https://github.com/Genymobile/scrcpy)** / [Mobile App](https://github.com/zwc456baby/ScrcpyForAndroid) / [Subreddit](https://www.reddit.com/r/scrcpy), **[PlainApp](https://docs.plain.icu/)** / [GitHub](https://github.com/ismartcoding/plain-docs), [WebADB](https://app.webadb.com/), [QtScrcpy](https://github.com/barry-ran/QtScrcpy) or [Octi](https://github.com/d4rken-org/octi) - Android Device Managers / Controllers
|
||||
* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku), [Shizuku Fork](https://github.com/thedjchi/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android)
|
||||
* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku), [Essentials](https://github.com/sameerasw/essentials), [Shizuku Fork](https://github.com/thedjchi/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API
|
||||
* [Plexus](https://plexus.techlore.tech/) - De-Googled Device Compatibility / [GitHub](https://github.com/techlore/Plexus-app)
|
||||
* [GSMHosting](https://forum.gsmhosting.com/vbb/) - GSM Discussion Forum
|
||||
* [AVNC](https://github.com/gujjwal00/avnc) or [DroidVNC-NG](https://github.com/bk138/droidVNC-NG) - Remote Desktop Clients / VNC
|
||||
@@ -222,7 +223,7 @@
|
||||
|
||||
## ▷ Optimization
|
||||
|
||||
* ⭐ **[Canta](https://samolego.github.io/Canta/)** - Android Debloater / Requires Shizuku / [GitHub](https://github.com/samolego/Canta)
|
||||
* ⭐ **[Canta](https://samolego.github.io/Canta/)** - Android Debloater / Requires Shizuku / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#canta)
|
||||
* ⭐ **[Universal Android Debloater v2](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation)** - Android Debloater / [Discord](https://discord.gg/CzwbMCPEZa)
|
||||
* ⭐ **[Hail](https://github.com/aistra0528/Hail/blob/master/README_EN.md)** - Deactivate Unused Apps
|
||||
* [De-Bloater](https://sunilpaulmathew.github.io/De-Bloater/) - Android Debloater / Root / [GitHub](https://github.com/sunilpaulmathew/De-Bloater)
|
||||
@@ -244,6 +245,7 @@
|
||||
* [Muzei](https://muzei.co/), [Doodle](https://patrickzedler.com/doodle/) or [Amoled Backgrounds](https://play.google.com/store/apps/details?id=com.droidheat.amoledbackgrounds) - Live Wallpapers
|
||||
* [r/iWallpaper](https://www.reddit.com/r/iWallpaper/) or [r/MobileWallpaper](https://www.reddit.com/r/MobileWallpaper/) - Mobile Wallpaper Subs
|
||||
* [wallhaven.cc](https://wallhaven.cc/search?categories=110&purity=100&ratios=portrait) - Wallpapers
|
||||
* [WallWidgy](https://www.wallwidgy.app/) - Minimal Wallpapers / [GitHub](https://github.com/not-ayan/wallwidgy)
|
||||
* [wallman](https://gitlab.com/colorata/wallman) - Wallpapers
|
||||
* [WallYou](https://github.com/you-apps/WallYou) - Wallpapers
|
||||
* [Paperize](https://github.com/Anthonyy232/Paperize) - Wallpapers
|
||||
@@ -254,7 +256,7 @@
|
||||
|
||||
## ▷ Battery Tools
|
||||
|
||||
* ⭐ **[SaverTuner](https://codeberg.org/s1m/savertuner)** - Battery Monitor / Manager / Root / Enable w/ Root or Shizuku + ADB Command
|
||||
* ⭐ **[SaverTuner](https://codeberg.org/s1m/savertuner)** - Battery Monitor / Manager / Root / Enable w/ Root or Shizuku
|
||||
* [Charge Meter](https://play.google.com/store/apps/details?id=dev.km.android.chargemeter) - Battery Monitor / Manager
|
||||
* [BatteryGuru](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Battery Monitor / Manager
|
||||
* [Batt](https://gitlab.com/narektor/batt) - Battery Monitor / Manager
|
||||
@@ -323,7 +325,8 @@
|
||||
* [TWRP Root](https://twrp.me/) - TWRP Root / [Telegram](https://t.me/samsung_twrp_root)
|
||||
* [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
|
||||
* [LSPosed](https://github.com/JingMatrix/LSPosed) - LSPosed Framework
|
||||
* [Rezygisk](https://github.com/PerformanC/ReZygisk) - Zygote Injection Engine
|
||||
* [ReLSPosed](https://github.com/ThePedroo/ReLSPosed) or [LSPosed](https://github.com/JingMatrix/LSPosed) - Module-Based Customization Framework
|
||||
* [PixelFlasher](https://github.com/badabing2005/PixelFlasher) - Pixel Phone Flashing GUI
|
||||
|
||||
***
|
||||
@@ -415,6 +418,7 @@
|
||||
* [AudioNote](https://certified84.github.io/AudioNote/) or [Fossify Voice Recorder](https://github.com/FossifyOrg/Voice-Recorder) - Video / Voice Recorders
|
||||
* [AndroidMic](https://github.com/teamclouday/AndroidMic) - Use Android as PC Mic
|
||||
* [ChatBox](https://github.com/Bin-Huang/chatbox), [Rikka AI](https://rikka-ai.com/) / [Discord](https://discord.gg/9weBqxe5c4) / [GitHub](https://github.com/rikkahub/rikkahub), [Maid](https://github.com/Mobile-Artificial-Intelligence/maid), [ChatterUI](https://github.com/Vali-98/ChatterUI), [Google AI Edge Gallery](https://github.com/google-ai-edge/gallery) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - Local AI Chatbots
|
||||
* [Arc](https://play.google.com/store/apps/details?id=com.rethink.arc) - AI Assistant
|
||||
* [Noiseun Canceller](https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller) - Audio Surrounding Recorder
|
||||
* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)
|
||||
* [Mopria Scan](https://play.google.com/store/apps/details?id=org.mopria.scan.application) - Auto Connect Android to Scanners / Printers
|
||||
@@ -453,6 +457,7 @@
|
||||
## ▷ Android Privacy
|
||||
|
||||
* 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources
|
||||
* ↪️ **[Privacy-Focused Operating Systems](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_operating_systems)**
|
||||
* ↪️ **[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)**
|
||||
* ↪️ **[Android Proxy Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_proxy_clients)**
|
||||
@@ -484,14 +489,14 @@
|
||||
## ▷ Android Internet
|
||||
|
||||
* ↪️ **[QR Code Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_qr_code_tools)**
|
||||
* ↪️ **[Hacker News Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)**
|
||||
* ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[Bitwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)** / [Alt Client](https://github.com/AChep/keyguard-app) / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), [Proton Pass](https://proton.me/pass), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass) or [Keepass2Android](https://play.google.com/store/apps/details?id=keepass2android.keepass2android) / [GitHub](https://github.com/PhilippC/keepass2android) - Password Managers
|
||||
* ⭐ **[Thunderbird](https://www.thunderbird.net/en-US/mobile/)** / [Notifications](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#thunderbird) / [GitHub](https://github.com/thunderbird/thunderbird-android), [SimpleMail](https://framagit.org/dystopia-project/simple-email), [K-9 Mail](https://k9mail.app/), [Monocles](https://f-droid.org/packages/de.monocles.mail/) or [FairEmail](https://email.faircode.eu/) - Email Clients
|
||||
* ⭐ **[Thunderbird](https://www.thunderbird.net/en-US/mobile/)** / [Notifications](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#thunderbird) / [GitHub](https://github.com/thunderbird/thunderbird-android), [K-9 Mail](https://k9mail.app/), [Monocles](https://f-droid.org/packages/de.monocles.mail/) or [FairEmail](https://email.faircode.eu/) - Email Clients
|
||||
* ⭐ **[Network Survey](https://www.networksurvey.app/)**, [PCAPdroid](https://emanuele-f.github.io/PCAPdroid/) or [keepitup](https://github.com/ibbaa/keepitup/) - Network Monitors
|
||||
* [PairVPN Hotspot](https://pairvpn.com/hotspot), [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots
|
||||
* [Wolfram Alpha](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Searchable Knowledge Base
|
||||
* [Feeder](https://github.com/spacecowboy/Feeder), [Pluma RSS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news), [nunti](https://gitlab.com/ondrejfoltyn/nunti), [Aggregator News](https://play.google.com/store/apps/dev?id=5578181639208826441), [CapyReader](https://github.com/jocmp/capyreader) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers
|
||||
* [NewsBang](https://www.newsbang.com/) - News App / US Only
|
||||
* [Hacki](https://github.com/Livinglist/Hacki), [Chugtec](https://play.google.com/store/apps/details?id=com.chugtec.app), [Harmoni](https://play.google.com/store/apps/details?id=com.simon.harmonichackernews) or [Glider](https://github.com/Mosc/Glider) - Tech News / HN Apps
|
||||
* [Glasswire](https://play.google.com/store/apps/details?id=com.glasswire.android), [Traffic Light](https://github.com/leekleak/traffic-light/) or [DataMonitor](https://github.com/itsdrnoob/DataMonitor) - Data Usage Monitors
|
||||
* [PINCredible](https://github.com/cyb3rko/pincredible) - PIN Manager
|
||||
* [Linkora](https://github.com/LinkoraApp/Linkora) / [Discord](https://discord.gg/ZDBXNtv8MD), [Link Manager](https://play.google.com/store/apps/details?id=com.michaelflisar.linkmanager), [Shiori](https://github.com/DesarrolloAntonio/Shiori-Android-Client) - Bookmark Managers
|
||||
@@ -545,6 +550,7 @@
|
||||
* [RSAF](https://github.com/chenxiaolong/RSAF) - Add RClone Remotes to Android Storage Framework
|
||||
* [iyox-Wormhole](https://github.com/iyox-studios/iyox-Wormhole) or [Wormhole](https://gitlab.com/lukas-heiligenbrunner/wormhole) - File Sync / Sharing
|
||||
* [CrocGUI](https://github.com/howeyc/crocgui) - File Sync / Sharing
|
||||
* [ConnectBot](https://connectbot.org/) - SSH Client
|
||||
* [Disky](https://felixnuesse.de/disky/) - Disk Usage Analyzer / [GitHub](https://github.com/newhinton/disky)
|
||||
* [Adebar](https://codeberg.org/izzy/Adebar), [OpenAndroidBackup](https://mrrfv.github.io/open-android-backup/) / [GitHub](https://github.com/mrrfv/open-android-backup), [DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup) (root), [Swift Backup](https://swiftapps.org/), [Neo Backup](https://github.com/NeoApplications/Neo-Backup) (root) - Device Backup Tools
|
||||
* [Folder in Folder](https://play.google.com/store/apps/details?id=com.ss.folderinfolder) - Create Subfolders
|
||||
@@ -564,6 +570,7 @@
|
||||
* [Markor](https://fossdroid.com/a/markor.html) - Text Editor with Markdown Support
|
||||
* [neutriNote](https://github.com/appml/neutrinote) or [OneNote](https://play.google.com/store/apps/details?id=com.microsoft.office.onenote&hl=en-us) - Note-Taking Apps with Markdown / Math Support
|
||||
* [Quillpad](https://quillpad.github.io/) / [GitHub](https://github.com/quillpad/quillpad) - Note-Taking App with Markdown Support
|
||||
* [AppFlowy](https://appflowy.com/) - Note-Taking App with Markdown Support / [Discord](https://discord.com/invite/appflowy-903549834160635914) / [GitHub](https://github.com/AppFlowy-IO)
|
||||
* [Safe Notes](https://safenote.co/) / [GitHub](https://github.com/keshav-space/safenotes) - AES-256 Encrypted Note-Taking App
|
||||
* [NotePad](https://github.com/mshdabiola/NotePad) or [Notebook](https://www.zoho.com/notebook/mobile-app.html) - Note-Taking Apps with Drawing
|
||||
* [Walling](https://walling.app/) or [Workflowy](https://play.google.com/store/apps/details?id=com.workflowy.android) - Note-Taking Apps for Projects
|
||||
@@ -723,6 +730,7 @@
|
||||
* [postmarketOS](https://www.postmarketos.org/) - Alpine-Based
|
||||
* [Ubuntu Touch](https://devices.ubuntu-touch.io/) - Ubuntu-Based
|
||||
* [Mobian](https://mobian-project.org/) - Debian-Based
|
||||
* [Linux Deploy](https://github.com/meefik/linuxdeploy) - Install and run GNU/Linux on Android + TV Boxes
|
||||
|
||||
***
|
||||
|
||||
@@ -795,6 +803,7 @@
|
||||
|
||||
* ↪️ **[Song Identification Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_song_identification)**
|
||||
* ⭐ **[Seal](https://github.com/JunkFood02/Seal)** - Multi-Site Audio Downloader
|
||||
* ⭐ **[ytdlnis](https://ytdlnis.org/)** - Multi-Site Audio Downloader / [GitHub](https://github.com/deniscerri/ytdlnis)
|
||||
* ⭐ **[SpotiFLAC-Mobile](https://github.com/zarzet/SpotiFLAC-Mobile)** - Multi-Site Audio Downloader
|
||||
* ⭐ **[Seeker](https://github.com/jackBonadies/SeekerAndroid)** - Audio Downloader / Soulseek Frontend
|
||||
* ⭐ **[Poweramp Equalizer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) / [Forum](https://forum.powerampapp.com/), **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer), [Echo Equalizer](https://play.google.com/store/apps/details?id=com.hapibits.soundlift), [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers
|
||||
@@ -803,12 +812,12 @@
|
||||
* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler
|
||||
* ⭐ **[CApod](https://github.com/d4rken-org/capod)**, [OpenPods](https://github.com/adolfintel/OpenPods) or [MaterialPods](https://play.google.com/store/apps/details?id=com.pryshedko.materialpods) - AirPod Monitors / Battery Trackers
|
||||
* [Modded Spotify](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Ad-Free Spotify Patchers / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#android-spotify-note)
|
||||
* Spotify Tools - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/)
|
||||
* Spotify Tools - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/) / [Lyrics](https://github.com/WXRIW/Lyricify-App)
|
||||
* [LibrePods](https://github.com/kavishdevar/librepods) - Add AirPod Features to Android / Root Required
|
||||
* [SongSync](https://github.com/Lambada10/SongSync), [Lyricify](https://github.com/WXRIW/Lyricify-App), [FastLyrics](https://github.com/TecCheck/FastLyrics) or [Rush](https://github.com/shub39/Rush) - Lyrics Apps
|
||||
* [SongSync](https://github.com/Lambada10/SongSync) or [Lyricify](https://github.com/AmanRajAryan/Lyricify) / [Telegram](https://t.me/Lyricfy) - Lyrics Apps
|
||||
* [FastLyrics](https://github.com/TecCheck/FastLyrics) or [Rush](https://github.com/shub39/Rush) - Live Lyrics Apps
|
||||
* [ListenBrainz](https://github.com/metabrainz/listenbrainz-android) or [MusicSearch](https://github.com/lydavid/MusicSearch) - Music Tracking / Rating
|
||||
* [Murglar](https://murglar.app/) - Multi-Site Audio Downloader
|
||||
* [ytdlnis](https://ytdlnis.org/) - Multi-Site Audio Downloader / [GitHub](https://github.com/deniscerri/ytdlnis)
|
||||
* [QobuzDownloaderX-Mobile](https://github.com/JemPH/QobuzDownloaderX-Mobile) - Qobuz Audio Downloader
|
||||
* [Redomi](https://github.com/acszo/Redomi/) - Multi-Platform Streaming
|
||||
* [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android) - Streaming
|
||||
@@ -858,8 +867,9 @@
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[Metrolist](https://github.com/mostafaalagamy/metrolist)** or [OuterTune](https://github.com/OuterTune/OuterTune) - YouTube Music Players / Innertune Forks / Audio Players
|
||||
* ⭐ **[ReVanced YouTube](https://revanced.app/)** - Ad-Free YouTube Patcher / [Guide](https://bigbudone.com/posts/youtube-revanced-manager-the-best-guide-for-dummies/), [2](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)
|
||||
* ⭐ **[Metrolist](https://metrolistapp.netlify.app/)** / [GitHub](https://github.com/mostafaalagamy/metrolist) or [OuterTune](https://github.com/OuterTune/OuterTune) - YouTube Music Players / Innertune Forks / Audio Players
|
||||
* ⭐ **[ReVanced YouTube](https://revanced.app/)** - Ad-Free YouTube Patcher / [Guide](https://sodawithoutsparkles.github.io/revanced-troubleshooting-guide/), [2](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)
|
||||
* ⭐ **[Morphe](https://morphe.software/)** - Ad-Free YouTube Patcher / [X](https://x.com/MorpheApp) / [Subreddit](https://reddit.com/r/MorpheApp) / [GitHub](https://github.com/MorpheApp/morphe-manager)
|
||||
* [Musify](https://gokadzev.github.io/Musify/) - YouTube Music Player / [GitHub](https://github.com/gokadzev/Musify)
|
||||
* [BloomeeTunes](https://github.com/HemantKArya/BloomeeTunes) - YouTube Music Player
|
||||
* [SimpMusic](https://simpmusic.org/) - YouTube Music Player / [GitHub](https://github.com/maxrave-dev/SimpMusic)
|
||||
@@ -947,10 +957,10 @@
|
||||
|
||||
* ⭐ **[VLC](https://www.videolan.org/vlc/download-android.html)**
|
||||
* ⭐ **[mpv-android](https://github.com/mpv-android/mpv-android)**
|
||||
* ⭐ **[mpvEx](https://mpvex.vercel.app/)** / [GitHub](https://github.com/marlboro-advance/mpvEx)
|
||||
* ⭐ **[mpvKt](https://github.com/abdallahmehiz/mpvKt/)** / [Nightly Builds](https://nightly.link/abdallahmehiz/mpvKt/workflows/nightlies/main)
|
||||
* ⭐ **[SyncPlay](https://github.com/yuroyami/syncplay-mobile)** - Video Stream Sync
|
||||
* [Just Player](https://github.com/moneytoo/Player)
|
||||
* [mpvEx](https://mpvex.vercel.app/) / [GitHub](https://github.com/marlboro-advance/mpvEx)
|
||||
* [Night Video Player](https://play.google.com/store/apps/details?id=com.rz.night.player)
|
||||
* [MX Player](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Codec](https://github.com/USBhost/MX_FFmpeg)
|
||||
* [Nova Video Player](https://github.com/nova-video-player/aos-AVP)
|
||||
@@ -979,7 +989,7 @@
|
||||
|
||||
## ▷ Android Live TV
|
||||
|
||||
* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)** - IPTV Player
|
||||
* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)**, [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - IPTV Player
|
||||
* [Perfect IPTV Player](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - IPTV Player
|
||||
* [OTTRun](https://www.ottrun.com/) - IPTV Player
|
||||
* [OTT Navigator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_untouched_apks) (search) - IPTV Player
|
||||
@@ -997,6 +1007,7 @@
|
||||
## ▷ Android YouTube Apps
|
||||
|
||||
* ⭐ **[ReVanced Manager](https://revanced.app/)** - Ad-Free YouTube Patcher / [Guide](https://bigbudone.com/posts/youtube-revanced-manager-the-best-guide-for-dummies/), [2](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)
|
||||
* ⭐ **[Morphe](https://morphe.software/)** - Ad-Free YouTube Patcher / [X](https://x.com/MorpheApp) / [Subreddit](https://reddit.com/r/MorpheApp) / [GitHub](https://github.com/MorpheApp/morphe-manager)
|
||||
* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / Avoid Playstore / [Guide](https://youtu.be/EnZrv37u66c) / [Add Platforms](https://grayjay-sources.github.io/), [2](https://github.com/grayjay-sources/grayjay-sources.github.io), [3](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)
|
||||
* ⭐ **[LibreTube](https://libretube.dev/)** - Ad-Free YouTube
|
||||
* ⭐ **[PipePipe](https://github.com/InfinityLoop1308/PipePipe)** - Ad-Free YouTube / SponsorBlock / ReturnYTDislikes
|
||||
@@ -1016,6 +1027,7 @@
|
||||
# ► iOS Tools
|
||||
|
||||
* ↪️ **[Safari Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_safari_extensions)**
|
||||
* ↪️ **[Hacker News Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)**
|
||||
* ⭐ **[Bitwarden](https://bitwarden.com/download/apple-iphone-password-manager/)** / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), **[Keepassium](https://keepassium.com/)**, [AuthPass](https://authpass.app/) or [Strongbox](https://strongboxsafe.com/) - Password Managers
|
||||
* ⭐ **[PairVPN Hotspot](https://pairvpn.com/hotspot)** - Create Mobile Hotspots
|
||||
* ⭐ **[Reincubate Camo](https://reincubate.com/camo/)** or [Iriun](https://iriun.com/) - Use iOS Device as Webcam
|
||||
@@ -1031,7 +1043,7 @@
|
||||
* [fGet](https://apps.apple.com/app/fget-file-manager-browser/id1582654012) - Download Manager
|
||||
* [The National Do Not Call Registry](https://www.donotcall.gov/) - Opt Out of Telemarketing Calls
|
||||
* [touchHLE](https://github.com/touchHLE/touchHLE) - iOS App Desktop Emulator / [Compatibility](https://appdb.touchhle.org/)
|
||||
* [MuffinStore](https://github.com/mineek/MuffinStore) or [Downgrade Apps](https://github.com/qnblackcat/How-to-Downgrade-apps-on-AppStore-with-iTunes-and-Charles-Proxy/) - iOS App Downgraders
|
||||
* [PancakeStore](https://github.com/jailbreakdotparty/PancakeStore), [MuffinStore](https://github.com/mineek/MuffinStore) or [Downgrade Apps](https://github.com/qnblackcat/How-to-Downgrade-apps-on-AppStore-with-iTunes-and-Charles-Proxy/) - iOS App Downgraders
|
||||
* [Drafts](https://getdrafts.com/), [Strflow](https://strflow.app/), [FreeNotes](https://apps.apple.com/app/id6464237904) or [Bear](https://bear.app/) - Note-Taking / Text Editors
|
||||
* [Noteful](https://apps.apple.com/app/id1587904334) or [Highlights](https://highlightsapp.net/) - PDF Note-Taking
|
||||
* [iSH Shell](https://ish.app/) / [GitHub](https://github.com/ish-app/ish) or [a-Shell](https://holzschu.github.io/a-Shell_iOS/) - Terminal Emulators
|
||||
@@ -1051,7 +1063,6 @@
|
||||
* [Keynote](https://apps.apple.com/app/id361285480) - Make Presentations
|
||||
* [WiFi Map](https://apps.apple.com/app/wifi-map-esim-internet-finder/id548925969) - Public WiFi Maps
|
||||
* [Particle](https://particle.news/) or [Quill News Digest](https://quillnewsdigest.com/) - News Aggregation Apps
|
||||
* [ZCombinator](https://github.com/Livinglist/ZCombinator), [HACK](https://apps.apple.com/app/id1464477788), [Octal](https://apps.apple.com/app/id1308885491), [Hackers](https://apps.apple.com/app/id603503901) or [Hacki](https://apps.apple.com/app/id1602043763) - Tech News / HN Apps
|
||||
* [Fiery Feeds](https://apps.apple.com/app/id1158763303), [Feeeed](https://apps.apple.com/app/id1600187490), [Reeder](https://reederapp.com/) or [NetNewsWire](https://apps.apple.com/app/id1480640210) - RSS Reader
|
||||
* [Read Aloud AI](https://readaloudai.com/ios) - Text to Speech
|
||||
* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)
|
||||
@@ -1068,6 +1079,7 @@
|
||||
* [iMessage Exporter](https://github.com/ReagentX/imessage-exporter) - Export iMessage Chats
|
||||
* [NFC Tools](https://apps.apple.com/app/nfc-tools/id1252962749) - Read / Write NFC Tags
|
||||
* [Plinky](https://www.plinky.app/) or [DoMarks](https://www.domarks.app/) - Bookmark Managers
|
||||
* [Clean Links](https://cleanlinks.app/) - URL Cleaning + QR Destination Viewer
|
||||
* [TranslatedLabs](https://translatedlabs.com/) - Translation Apps
|
||||
* [Microsoft Lens](https://apps.apple.com/app/id975925059) - Scan & Digitize Documents
|
||||
* [Sim Daltoinism](https://michelf.ca/projects/sim-daltonism/) - Color Blindness Simulator
|
||||
@@ -1301,6 +1313,7 @@
|
||||
* [Tubi](https://apps.apple.com/app/id886445756) - Movies / TV
|
||||
* [Pluto](https://apps.apple.com/app/id751712884) - Movies / TV
|
||||
* [Mometu](https://apps.apple.com/us/app/mometu/id1609138069) - Movies / TV
|
||||
* [NebuloIPTV](https://github.com/mongoosemonke504/NebuloIPTV) - Live Sports
|
||||
* [Channels Pro](https://apps.apple.com/us/app/channels-pro-iptv-player/id1491605049) - Live Sports / Insert "veve.pro"
|
||||
* [Found TV](https://apps.foundtv.com/) - Found Footage Movies / Sign-Up Required
|
||||
* [Viki](https://apps.apple.com/app/id445553058) - Asian Drama
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
* 🌐 **[Awesome GitHub Repo](https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo)** - Programming Resources Index
|
||||
* 🌐 **[RecTG](https://github.com/jackhawks/rectg)** - Chinese Telegram Groups / Bots
|
||||
* [ixigua.com](https://www.ixigua.com/) - Chinese Alternative to YouTube and TikTok
|
||||
* [Linux Do](https://linux.do/) - Linux Forum
|
||||
* [Linux Do](https://linux.do/) - AI, Tech and Linux Forum
|
||||
* [Arch Linux Concise Guide](https://arch.icekylin.online/) or [ArchlinuxCN](https://archlinuxcn.org/) - Arch Linux Guides
|
||||
* [GitHub Speed Guide](https://forum.blackfox.qzz.io/posts/speed-up-github-in-china-70e2a7/) - Guide to Speed Up GitHub
|
||||
* [Diaosi Forum](https://assbbs.com/) - Piracy Discussion Forum
|
||||
@@ -380,6 +380,7 @@
|
||||
* [videoserialy](https://videoserialy.to/) - Movies / TV / Anime / 1080p
|
||||
* [PlayMe](https://playme.wtf/) - Movies / TV / Anime / 1080p
|
||||
* [filmbot](https://filmbot.tv/) - Movies / TV / Anime
|
||||
* [mrkni](https://mrkni.tv/) - Movies / TV / Anime
|
||||
* [mrkaj](https://mrkaj.si/) - Movies / TV / Anime / Geoblocked
|
||||
* [uzi](https://uzi.si) - Movies / TV / Anime / Geoblocked
|
||||
* [Dupe](https://dupe.cz/) - Movies / TV / Anime / Concerts / 1080p / Geoblocked
|
||||
@@ -447,9 +448,11 @@
|
||||
* [nooSFere](https://www.noosfere.org/) - Science Fiction Media Database
|
||||
* [Deal Labs](https://www.dealabs.com/) - Track Deals
|
||||
* [Perspective Monde](https://perspective.usherbrooke.ca/) - Datasets / Statistics
|
||||
* [carto.tchoo](https://carto.tchoo.net/) - Live Train Map
|
||||
* [Prix Carburants](https://www.prix-carburants.gouv.fr/) - Gas Prices
|
||||
* [Donnons](https://donnons.org/) - Item Donation
|
||||
* [Signsuisse](https://www.sgb-fss.ch/signsuisse/fr/) or [LSQ](https://lsq-fr.ca/) - French Sign Language Dictionaries
|
||||
* [I Say LSF](https://dico.swax-lsf.fr/) - French Sign Translator
|
||||
|
||||
## ▷ Downloading / Téléchargement
|
||||
|
||||
@@ -471,11 +474,12 @@
|
||||
## ▷ Streaming
|
||||
|
||||
* ⭐ **[RgShows](https://www.rgshows.ru/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.ru/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* ⭐ **[Movix](https://www.movix.club/)** - Movies / TV / Anime
|
||||
* ⭐ **[Movix](https://www.movix.blog/)** - Movies / TV / Anime
|
||||
* [Darkiworld](https://darkiworld14.com/) - Movies / TV / Anime / [Status](https://t.me/tirexo_officiel)
|
||||
* [xalaflix](https://xalaflix.in/) - Movies / TV / Anime / Dub / [Status](https://xalaflix.fun/), [2](https://xalaflix.zip/) / [Discord](https://discord.gg/7myEXg2tQF) / [Telegram](https://t.me/xalaflixofficiel)
|
||||
* [P-Stream](https://pstream.mov/) - Movies / TV / Anime / Auto-Next / Use Extension / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web) / [Discord](https://discord.gg/uHU4knYRPa) / [GitHub](https://github.com/p-stream)
|
||||
* [fstream](https://fstream.net/) - Movies / TV / Anime
|
||||
* [noctaflix](https://noctaflix.lol/) - Movies / TV / Anime / [Telegram](https://t.me/noctaflix)
|
||||
* [yablom](https://yablom.com/) - Movies / TV / Anime
|
||||
* [FS02](https://fs02.lol/) - Movies / TV / Anime
|
||||
* [frembed](https://frembed.lat/) - Movies / TV / Anime / Dub / [Status](https://t.me/+gBSyUOO_3D1mZDZk)
|
||||
* [yakriv](https://yakriv.com/), [Kordoz](https://www.kordoz.com/) or [Deksov](https://deksov.com/) - Movies / TV / Anime
|
||||
* [Paradise lost.666](https://mfp666.blogspot.com/) - Classic French Movies / TV / Music
|
||||
@@ -485,7 +489,6 @@
|
||||
* [cinestream](https://cinestream.info/) - Movies / TV / Anime
|
||||
* [fs6](https://fs6.lol/) - Movies / TV / Anime
|
||||
* [flemmix](https://flemmix.mom/) - Movies / TV / Anime / [Mirrors](https://ww1.wiflix-adresses.fun/)
|
||||
* [fstream](https://fstream.info/) - Movies / TV / Anime
|
||||
* [Cinémathèque de Bretagne](https://www.cinematheque-bretagne.bzh/) - Classic / Amateur Movies
|
||||
* [ICI Tou.tv](https://ici.tou.tv/) - Canada Public Broadcaster / Movies / TV / Docs / Cartoons / Sign-Up Required
|
||||
* [Télé-Québec](https://www.telequebec.tv/) - Québec Public Broadcaster / Movies / TV / Docs / Sign-Up Required
|
||||
@@ -504,6 +507,8 @@
|
||||
* [animeko](https://w2.animeko.ws/) - Anime / Sub / 1080p
|
||||
* [molotov.tv](https://www.molotov.tv/) - Live TV
|
||||
* [tvradiozap](https://tvradiozap.eu/) - Live TV
|
||||
* [DirectFR](https://directfr.sbs/) - Live TV
|
||||
* [witv](https://witv.soccer/) - Live TV
|
||||
* [oohquelbut](https://quelbut.me/) - Live Sports
|
||||
* [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App
|
||||
* [Grafikart](https://grafikart.fr/) - Programming Courses
|
||||
@@ -516,6 +521,7 @@
|
||||
* [zone-ebook.com](https://zone-ebook.com/) - Books / Comics / Magazines / Newspapers / Audiobooks
|
||||
* [Nos Livres](https://noslivres.net/) - Public Domain Books
|
||||
* [Audiocite](https://www.audiocite.net/) - Audiobooks
|
||||
* [litteratureaudio](https://www.litteratureaudio.com/) - Audiobooks / [Ripper](https://github.com/L-at-nnes/litteratureaudio.com-ripper)
|
||||
* [Origines](https://mangas-origines.fr/) - Manga / Manhwa / Manhua / NSFW / [Discord](https://discord.gg/77Yz4ZgN)
|
||||
* [Mangadraft](https://www.mangadraft.com/) - Manga / Comics / Webtoons / Light-Novels
|
||||
* [Planete-BD](https://planete-bd.org/) - Manga / Comics
|
||||
@@ -564,6 +570,7 @@
|
||||
* ⭐ **[S.TO](https://s.to/)**, [2](https://serienstream.to/) - TV / Anime / Dub / 720p
|
||||
* ⭐ **[Movie2k](https://movie2k.cx/)** - Movies / TV / Dub
|
||||
* ⭐ **[FilmPalast](https://filmpalast.to)** - Movies / TV / Dub / 720p
|
||||
* [KinoZ](https://www21.kinox.to/) - Movies / TV / Anime
|
||||
* [Cineby](https://www.cineby.gd/) - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)
|
||||
* [Kinoking](https://kinoking.cc/) - Movies / TV / Anime / Dub / 1080p
|
||||
* [Kinos](https://www.kinos.to/) - Movies / TV / Dub / 720p
|
||||
@@ -580,6 +587,7 @@
|
||||
* [FireAnime](https://fireani.me/) - Anime
|
||||
* [Anime-Loads](https://www.anime-loads.org/) - Anime / Dub / 1080p
|
||||
* [Aniworld](https://aniworld.to) - Anime / Sub / Dub / 720p
|
||||
* [TOGGO](https://www.toggo.de/) - Cartoons
|
||||
* [dokustreams](https://dokustreams.de/) or [dctp.tv](https://www.dctp.tv/) - Documentaries
|
||||
* [Stiftung imai](https://stiftung-imai.de/) - Video Archive
|
||||
* [Edels Gute Stube](https://edels-stube.eu/) - Live TV / Sports / Movies / TV / Documentaries / Dub / 720p
|
||||
@@ -683,6 +691,7 @@
|
||||
|
||||
# ► Indian Languages
|
||||
|
||||
* [Ad-Link Bypass Bot](https://t.me/Nick_Bypass_Bot)
|
||||
* [Indic-Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indian Android Keyboard
|
||||
* [Bhashini](https://bhashini.gov.in/) - Live Translation App / Text and Speech
|
||||
* [PCPriceTracker](https://pcpricetracker.in/) - PC Component Price Tracking
|
||||
@@ -693,7 +702,9 @@
|
||||
|
||||
* ⭐ **[VegaMovies](https://vegamovies.gripe/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 1080p / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[UHDMovies](https://modlist.in/?type=uhdmovies)** - Movies / 4K
|
||||
* ⭐ **[The One Piece](https://m.flixindia.xyz/)** - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)
|
||||
* ⭐ **[HDHub4u](https://hdhub4u.gd/)** - Movies / TV / 1080p
|
||||
* ⭐ **[XDMovies](https://xdmovies.site/)** - Movies / TV / 1080p / 4K
|
||||
* ⭐ **[MoviesMod](https://modlist.in/?type=hollywood)** - Movies / TV / Sub / Dub / 1080p / [Bypass](https://greasyfork.org/en/scripts/474747)
|
||||
* ⭐ **[SD Toons](https://sdtoons.in/category/cartoon/)** - Movies / TV / Anime / 1080p / Some NSFW
|
||||
* ⭐ **[ToonWorld4All](https://toonworld4all.me/)** - Anime / Cartoon / Geoblocked
|
||||
@@ -701,11 +712,9 @@
|
||||
* ⭐ **[ToonsHub](https://www.toonshub.xyz/)** - Anime / Dub / 1080p / [Telegram](https://t.me/s/toonshubupdates) / [Discord](https://dsc.gg/toonshub)
|
||||
* ⭐ **[Free Lossless Desi Music](https://hindi-lossless.blogspot.com/)** - Music / FLAC
|
||||
* ⭐ **[TamilMV](https://www.1tamilmv.farm/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [The One Piece](https://m.flixindia.xyz/) - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)
|
||||
* [Bollyflix](https://bollyflix.vet/) - Movies / TV / Anime
|
||||
* [SSR Movies](https://ssrmovies.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [DownloadHub](https://downloadhub.boston/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [XDMovies](https://xdmovies.site/) - Movies / TV / 1080p
|
||||
* [MkvMoviesPoint](https://mkvmoviespoint.cool/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.me/mkvpoint1)
|
||||
* [MKV Mad](https://mkvmad.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
@@ -724,6 +733,7 @@
|
||||
* [DesireMovies](https://desiremovies.my/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [KatDrama](https://katdrama.com/) - Korean Drama
|
||||
* [AnimeAcademy](https://animeacademy.in/) - Anime / Sub / Dub / 1080p
|
||||
* [AnimeSalt](https://animesalt.top/) - Anime / Sub / Dub / 1080p
|
||||
* [Anime Dub Hindi](https://www.animedubhindi.me/) - Anime / Dub / 1080p
|
||||
* [PikaHD](https://pikahd.com/) - Anime / Dub / 1080p
|
||||
* [Toonhub4u](https://toonhub4u.me/) - Anime / Cartoon / Dub / 1080p / [Telegram](https://telegram.me/joinchat/oHRgJ6SMZ6c3OTI1)
|
||||
@@ -741,8 +751,8 @@
|
||||
* ⭐ **[HydraHD](https://hydrahd.com/)** - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/)
|
||||
* ⭐ **[RgShows](https://www.rgshows.ru/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.ru/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* ⭐ **[ToonStream](https://toonstream.world/)** - Cartoons / Anime / 1080p / [Telegram](https://telegram.me/toonstream)
|
||||
* ⭐ **[Animelok](https://animelok.to/)** - Anime
|
||||
* ⭐ **[Anime World India](https://watchanimeworld.in/)**, [2](https://animesalt.cc/) - Anime
|
||||
* ⭐ **[Animelok](https://animelok.to/)** - Anime / Cartoons / 1080p / Auto-Next / [Telegram](https://t.me/animerulz_xyz)
|
||||
* ⭐ **[Anime World India](https://watchanimeworld.in/)**, [2](https://animesalt.top/) - Anime
|
||||
* ⭐ **[MultiMovies](https://multimovies.guru)** - Movies / TV / .guru Always Redirects to Main
|
||||
* [TamilMV](https://www.1tamilmv.farm/) - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [Einthusan](https://einthusan.tv/) - Movies / 1080p
|
||||
@@ -755,7 +765,7 @@
|
||||
* [tamilpirates](https://tamilpirates.icu/) - Tamil & Indian languages Movies / TV / Dub / 720p / 1080p
|
||||
* [MiniTV](https://www.amazon.in/minitv) - Movies / TV / Sub / 1080p
|
||||
* [HindiMovie](https://m.vk.com/hindimovie) - Movies / Dub / 1080p
|
||||
* [Cinemaluxe](https://cinemaluxe.sbs/) - Movies / TV / Anime
|
||||
* [Fixer](https://fixer.buzz/) - Movies / TV / Anime
|
||||
* [rtally](https://www.rtally.xyz/) - Movies / TV / Anime
|
||||
* [HDMovie1](https://hdmovie1.free.nf/) - Movies / TV / Dub / 1080p / 4K
|
||||
* [moviesflix](https://moviesflix.com.pl/) - Movies / Dub / 1080p
|
||||
@@ -765,6 +775,7 @@
|
||||
* [Cloudy](https://cloudy.pk/) - Movies / TV / Cartoons / Sub / Dub / 720p / [Telegram](https://t.me/cloudypkmovies)
|
||||
* [IndianCine](https://indiancine.ma/) - Indian Short / Classic Movies
|
||||
* [Kartoons](https://kartoons.fun/) - Anime / Cartoons
|
||||
* [Aniflix](https://aniflix.uno/) - Anime
|
||||
* [mxplayer](https://www.mxplayer.in) - Movies
|
||||
* [Desi Serials](https://www.desi-serials.to/) - TV
|
||||
* [desitv](https://watch.desitv.ru/) - TV
|
||||
@@ -826,6 +837,7 @@
|
||||
* [maid.my](https://www.maid.my.id/) - Manga
|
||||
* [BacaLightNovel](https://bacalightnovel.co/) - Light Novels
|
||||
* [Sakuranovel](https://sakuranovel.id/) - Light Novels
|
||||
* [meionovels](https://meionovels.com/) - Light Novels
|
||||
* [catatannusantara](https://www.catatannusantara.com/pustaka) - History Books
|
||||
* [sastra](https://www.sastra.org/) - History Wiki
|
||||
|
||||
@@ -1092,11 +1104,16 @@
|
||||
* [Zerion](https://zerion.cc/) - Movies / TV / Cartoons / Dub / 720p
|
||||
* [Zaluknij](https://zaluknij.cc/) - Movies / TV
|
||||
* [wizja](https://wizja.cc/) - Movies / TV
|
||||
* [ninateka](https://ninateka.pl/) - Movies
|
||||
* [Bajeczki24](https://bajeczki24.pl/) - Movies / TV
|
||||
* [Ekino-TV](https://ekino-tv.pl/), [3](https://ekino.sx/), [4](https://ekino.ws/) - Movies / TV / Sub / 720p
|
||||
* [iiTV](https://iitv.info/) - TV / Cartoons / Dub / 720p
|
||||
* [KreskówkaSubs](https://kreskowkasubs.blogspot.com/) - Cartoons / Sub / Dub
|
||||
* [Filman](https://filman.cc/) - Movies / TV
|
||||
* [FilmWeb](https://www.filmweb.pl/vod/free) - Free w/ Ads
|
||||
* [Rakuten](https://www.rakuten.tv/pl/gardens/avod-fast) - Free w/ Ads
|
||||
* [sweet.tv](https://sweet.tv/pl/free_tv) - Free w/ Ads
|
||||
* [player.pl/](https://player.pl/) - Free w/ Ads
|
||||
* [FilmPolski](https://filmpolski.pl/fp/index.php) - Polish Video Archive
|
||||
* [docchi](https://docchi.pl/) - Anime / Sub / 1080p
|
||||
* [animedesu](https://animedesu.pl/) - Anime
|
||||
@@ -1109,6 +1126,7 @@
|
||||
* [Sport TVP](https://sport.tvp.pl/) - Live Sports
|
||||
* [dokumentalne](https://dokumentalne.net/) - Documentaries
|
||||
* [Naikamu](https://naikamu.com/) - Anime Streaming / Android
|
||||
* [adapter](https://adapter.pl/) - Descriptive Audio for Blind Users
|
||||
|
||||
## ▷ Reading / Czytanie
|
||||
|
||||
@@ -1276,6 +1294,7 @@
|
||||
* [Deseneledublate](https://deseneledublate.com/) - Movies / TV / Sub / 720p
|
||||
* [portalultautv](https://portalultautv.biz/) - Movies / TV / Sub
|
||||
* [fsonline](https://www3.fsonline.app/) - Movies / TV / Sub
|
||||
* [desenefaine](https://desenefaine.com/) - Movies / TV / Sub
|
||||
* [xfilme](https://xfilme.ro/) - Movies
|
||||
* [telenovelero](https://telenovelero.com/) - TV
|
||||
* [clicksud](https://clicksud.com.in/) - TV
|
||||
@@ -1336,7 +1355,7 @@
|
||||
|
||||
* 🌐 **[toptracker](https://toptracker.ru/)** - Torrent Site List
|
||||
* 🌐 **[UpTracker](https://www.uptracker.ru/)** - Torrent Tracker Index
|
||||
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / VPN Required / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
|
||||
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / VPN Required / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* [UZTracker](https://uztracker.net/) - Video / Audio / Books
|
||||
* [krasfs](https://krasfs.ru/) or [torrent.by](https://torrent.by/) - Torrent Search
|
||||
* [rutor](https://rutor.info/) - Video / Audio / Books / ROMs / Magazines
|
||||
@@ -1478,7 +1497,7 @@
|
||||
* [rtvs](https://www.rtvs.sk/televizia/archiv) - TV
|
||||
* [Bombuj](https://bombuj.si/) - Movies / TV
|
||||
* [uzi.si](https://uzi.si) - Movies / TV / Anime / VPN May Be Needed
|
||||
* [MojeVideo](https://www.mojevideo.sk/) - User Videos
|
||||
* [MojeVideo](https://www.mojevideo.sk/), [2](https://m.mojevideo.sk/ ) - User Videos
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
@@ -1629,6 +1648,7 @@
|
||||
* [Latanime](https://latanime.org/) - Anime / Sub / Dub / Latino
|
||||
* [JKAnime](https://jkanime.net/) - Anime / Sub
|
||||
* [TioAnime](https://tioanime.com/) - Anime / Sub
|
||||
* [jkanimeflv](https://jkanimeflv.com/) - Anime / Sub
|
||||
* [animeav1](https://animeav1.com/) - Anime
|
||||
* [HenaoJara](https://henaojara.com/) - Anime / Sub
|
||||
* [AnimeFLV.net](https://www3.animeflv.net/) - Anime / Sub
|
||||
@@ -1693,12 +1713,14 @@
|
||||
|
||||
* [SVT Play](https://www.svtplay.se/) - Movies / TV
|
||||
* [Filmarkivet](https://www.filmarkivet.se/) - Short Films
|
||||
* [Stockholmskallan](https://stockholmskallan.stockholm.se/sok/?cstids=6) - Public Domain Films
|
||||
|
||||
***
|
||||
|
||||
# ► Thai / ไทย
|
||||
|
||||
* [Thai Dictionary](https://dictionary.orst.go.th/)
|
||||
* [TH-SL](https://www.th-sl.com/) - Sign Language Database
|
||||
|
||||
## ▷ Reading / อ่าน
|
||||
|
||||
@@ -1709,7 +1731,7 @@
|
||||
|
||||
# ► Turkish / Türkçe
|
||||
|
||||
* ⭐ **[Caglaryalcin's list](https://github.com/caglaryalcin/ublacklist/)** or [Temiz Arama Motorum](https://gitlab.com/fr0stb1rd/temizaramamotorum) - Get rid of low-quality Turkish results
|
||||
* ⭐ **[Universal Blocklist](https://github.com/berkaygediz/universal-blocklist)** - Get rid of low-quality Turkish results
|
||||
* [Doğruluk Payı](https://www.dogrulukpayi.com/) - News Verification
|
||||
* [Market Fiyatı](https://marketfiyati.org.tr/) - Market Prices
|
||||
|
||||
@@ -1725,17 +1747,24 @@
|
||||
|
||||
* ⭐ **[Hdfilmcehennemi](https://www.hdfilmcehennemi.ws/)** - Movies / TV / Sub / Dub / 1080p
|
||||
* ⭐ **[Yabancıdizi](https://yabancidizi.so/)** - Movies / TV / Sub / Dub / 1080p
|
||||
* ⭐ **[FullHDFilmizlesene](https://www.fullhdfilmizlesene.de/)**, [2](https://www.fullhdfilmizlesene.com) - Movies / Sub / Dub / 1080p
|
||||
* ⭐ **[FullHDFilmizlesene](https://www.fullhdfilmizlesene.tv/)**, [2](https://www.fullhdfilmizlesene.com) - Movies / Sub / Dub / 1080p
|
||||
* ⭐ **[Dizi Film Botu](https://t.me/Difix9Bot)** - TV / Sub / Dub / Anime / 1080p / 2K / 4K / Movies / TV / Documentaries
|
||||
* [Dizipal](https://dizipal1513.com), [2](https://dizipalx54.com) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Dizilla](https://dizilla40.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Diziyou](https://www.diziyou.to/) - TV / Sub / Dub / 1080p
|
||||
* [Izlelan](https://izlelan.vercel.app/) - Movies / TV / Anime
|
||||
* [Dizipal](https://dizipal1532.com/), [2](https://dizipalx61.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Dizilla](https://dizilla.to/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Diziyou](https://www.diziyou.one/) - TV / Sub / Dub / 1080p
|
||||
* [Ddizi](https://www.ddizi.vip/) - TV
|
||||
* [Diziizle](https://www.diziizle.tel/) - TV
|
||||
* [Dizibox](https://www.dizibox.live/) - TV / Sub / 1080p
|
||||
* [Jet Film izle](https://jetfilmizle.website/) or [4kFilmizlesene](https://www.4kfilmizlesene.org/) - Movies / VPN Required
|
||||
* [Turkish123](https://turkish123.com/) or [Yoturkish](https://www.yoturkish.com) - Turkish TV w/ Eng Subs
|
||||
* [Türk Anime](https://www.turkanime.co/) / [Downloader](https://github.com/KebabLord/turkanime-indirici), [Anizm](https://anizm.net/), [TR Anime İzle](https://www.tranimeizle.co), [OpenAnime](https://openani.me/), [AnimeciX](https://anm.cx/), [SeiCode](https://seicode.net/), [AsyaAnimeleri](https://asyaanimeleri.top/) - Anime
|
||||
* [Turkish123](https://turkish123.to/) or [Yoturkish](https://www.yoturkish.com) - Turkish TV w/ Eng Subs
|
||||
* [Türk Anime](https://www.turkanime.co/) - Anime / [Downloader](https://github.com/KebabLord/turkanime-indirici)
|
||||
* [Anizm](https://anizm.net/) - Anime
|
||||
* [TR Anime İzle](https://www.tranimeizle.co) - Anime
|
||||
* [OpenAnime](https://openani.me/) - Anime
|
||||
* [AnimeciX](https://anm.cx/) - Anime
|
||||
* [SeiCode](https://seicode.net/) - Anime
|
||||
* [AsyaAnimeleri](https://asyaanimeleri.top/) - Anime
|
||||
* [Canlı TV](https://www.canlitv.me/) - Live TV / VPN Required
|
||||
* [Kral Bozguncu](https://discord.gg/kral) - Talk and watch football.
|
||||
|
||||
@@ -1907,6 +1936,7 @@
|
||||
* [Anime Balkan](https://animebalkan.gg/) - Serbian / Streaming / Anime / 1080p
|
||||
* [ZulTV](https://zultv.com/) - Serbian / Live TV
|
||||
* [gledajcrtace](https://www.gledajcrtace.rs/) or [gledajcrtace.org](https://gledajcrtace.org/) - Serbian / Dubbed Cartoons
|
||||
* [iptvm3u](https://iptvm3u.vercel.app/) - Serbian / Live TV / Radio
|
||||
* [Singapore Sign](https://blogs.ntu.edu.sg/sgslsignbank/) - Singapore Sign Language Dictionary
|
||||
* [baiscopedownloads](https://baiscopedownloads.link/) - Sinhalese / Download / Movies / TV
|
||||
* [ZoomLinkHub](https://zoomlinkhub.com/) - Sinhalese / Download / Movies / TV
|
||||
@@ -1917,4 +1947,4 @@
|
||||
* [Segoideas](https://segoideas.com/) - Taiwanese / Streaming / TV
|
||||
* [wlext](https://wlext.is/) - Turkish / Filipino / Thai / Streaming / Movies
|
||||
* [Machine Learning ka Chilla](https://www.youtube.com/playlist?list=PL9XvIvvVL50HHzaLPtFBOuikAWa0JdhMW) - Urdu / Machine Learning Course
|
||||
* [PSL Dictionary](https://psl.org.pk/dictionary) - Urdu Sign Language Dictionary
|
||||
* [PSL Dictionary](https://psl.org.pk/dictionary) - Urdu Sign Language Dictionary
|
||||
@@ -9,6 +9,7 @@ Official website, mirrors, GitHub, markdown, and a selfhosting guide.
|
||||
* [Selfhosting Guide](https://fmhy.net/other/selfhosting) - Run FMHY Locally
|
||||
* [Markdown Files](https://github.com/fmhy/FMHYedit/archive/refs/heads/main.zip) - Raw .zip Archive
|
||||
* [Markdown Page](https://api.fmhy.net/single-page) (Mirrors: [2](https://xtwnunsbzyrrxaiqekyt.supabase.co/functions/v1/single-page-docs)/[3](https://fmhyapi.wispy.qzz.io/single-page)) - Entire Markdown on Single Page
|
||||
* [JSON Page](https://fmhy-api.lyu63651-8ca.workers.dev/) - Entire JSON on Single Page
|
||||
|
||||
***
|
||||
|
||||
@@ -34,7 +35,6 @@ Official mirrors and alternative ways to view FMHY.
|
||||
* **[Reddit Backup](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**
|
||||
* Add `/r/FREEMEDIAHECKYEAH/wiki/index` to the end of any [Redlib instance](https://github.com/redlib-org/redlib-instances/blob/main/instances.md) / [2](https://github.com/libreddit/libreddit-instances/blob/master/instances.md)
|
||||
* [GitHub Backup](https://github.com/fmhy/FMHY/wiki)
|
||||
* [Saidit Backup](https://saidit.net/s/freemediaheckyeah/wiki/index)
|
||||
* [Rentry Backup](https://rentry.co/FMHY) / [Mirror](https://rentry.org/FMHY)
|
||||
* [SFW Rentry](https://rentry.co/piracy) / [Mirror](https://rentry.org/piracy)
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ You can use [nix](https://nixos.org/) to set up a development environment, we ha
|
||||
|
||||
You will need to install the following:
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
- [Node.js](https://nodejs.org/en/download/) - Install version 21.7.3
|
||||
- [Node.js](https://nodejs.org/en/download/) - Install version 25.2.1
|
||||
- [pnpm 9.12.2+](https://pnpm.io/installation)
|
||||
|
||||
#### Step 1: Clone the Repository
|
||||
|
||||
30
docs/posts/WWCO.md
Normal file
30
docs/posts/WWCO.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: What We're Capable Of
|
||||
description: 🤍
|
||||
date: 2026-01-06
|
||||
next: false
|
||||
|
||||
prev: false
|
||||
|
||||
footer: true
|
||||
---
|
||||
|
||||
<Post authors="nbats" />
|
||||
|
||||
There are 8.2 billion humans on earth.
|
||||
|
||||
We're extremely dynamic. You will meet people all through your life with different personalities, skills, and interests. This individual uniqueness not only makes life more interesting, but it also increases our collective ability to handle a wide range of ideas and problems.
|
||||
|
||||
Despite these capabilities, our differences can also lead to an overwhelming feeling of division in some. Differences often lead to disagreement, anger, hostility, or violence. To say humans don't often inflict cruelty on one another would be a lie. We absolutely have shown our teeth. In innumerable ways, we've caused horror to our own species. We've dehumanized, caused suffering, and in many cases killed one another.
|
||||
|
||||
In many ways, we're still learning. Humanity is still growing. A lot of people are trying to sort right from wrong, fair from unfair, true from untrue. This leads to a lot of confusion, a lot of chaos, and a lot of violence. To see humans go after other humans in such efficient and relentless manners is terrifying and beyond disheartening. It can be easy to lose hope, but the truth is... *none of it is necessary.*
|
||||
|
||||
***None of the violence, none of the hate, none of the inequality is mandatory.***
|
||||
|
||||
We are allowed to go against the grain of things we know are wrong. *We are allowed to improve our world.* Never be scared to do what you know is right, even when its hard, even when it might benefit someone else more than yourself. Match relentless selfishness with your own relentless generosity. Resist chaos and confusion with serenity and understanding. Engulf violence with endless harmony.
|
||||
|
||||
Remember that truth doesn't rely on anyone. Truth doesn't ask for our opinions. Truth is eternal, unwavering, and it will always be there, waiting for us to realize what we're capable of together.
|
||||
|
||||
***
|
||||
|
||||
* "***In this world there’s room for everyone and the good earth is rich, and can provide for everyone. The way of life can be free and beautiful, but we have lost the way.*** Greed has poisoned men's souls, has barricaded the world with hate, has goose-stepped us into misery and bloodshed. We have developed speed, but we have shut ourselves in. Machinery that gives abundance has left us in want. Our knowledge has made us cynical. Our cleverness hard and unkind. We think too much, and feel too little. ***More than machinery, we need humanity. More than cleverness, we need kindness and gentleness. Without these qualities life will be violent, and all will be lost.***" - Charlie Chaplin
|
||||
@@ -99,7 +99,6 @@
|
||||
* ⭐ **[Triage](https://tria.ge/)** or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
|
||||
* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities
|
||||
* ⭐ **[FMHY SafeGuard](https://fmhy.github.io/FMHY-SafeGuard/)** - Detects if Current Site is Trusted / Untrusted / [GitHub](https://github.com/fmhy/FMHY-SafeGuard)
|
||||
* [FMHY LinkSafe Guard](https://greasyfork.org/en/scripts/528660-fmhy-safelink-guard) - Shows if Site is Trusted / Untrusted on Web Results
|
||||
* [BleepingComputer](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#malware-removal-forums)
|
||||
* [Sandboxie Plus](https://sandboxie-plus.com/) - Sandbox Environment / [Guide](https://claraiscute.neocities.org/Guides/sandboxie-guide/), [2](https://claraiscute.pages.dev/Guides/sandboxie-guide/) / [GitHub](https://github.com/sandboxie-plus/Sandboxie)
|
||||
* [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Full Virtual Machine Sandbox Environment
|
||||
@@ -145,7 +144,8 @@
|
||||
* ↪️ **[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)**
|
||||
* ↪️ **[Photo Forensics / Metadata](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_photo_forensics_.2F_metadata)**
|
||||
* ⭐ **[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) or [Qubes](https://www.qubes-os.org/) / [GitHub](https://github.com/QubesOS) - Privacy-Based Operating Systems
|
||||
* ↪️ **[Privacy-Focused Android Operating Systems](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_operating_systems)**
|
||||
* ⭐ **[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) or [Qubes](https://www.qubes-os.org/) / [GitHub](https://github.com/QubesOS) - Privacy-Focused 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 / Forums
|
||||
* [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
|
||||
@@ -153,6 +153,7 @@
|
||||
* [Team Elite](https://www.te-home.net/) - Security Software
|
||||
* [YourDigitalRights](https://yourdigitalrights.org/) - Get Organizations to Delete Your Personal Data
|
||||
* [Big Ass Data Broker Opt-Out List](https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List) - List of Data Broker Opt-Out Resources
|
||||
* [DataRequests](https://www.datarequests.org/) - GDPR Request Generator / Tools
|
||||
* [Surfer Protocol](https://github.com/Surfer-Org/Protocol) - Multi-Platform User Data Exporter / [Discord](https://discord.gg/5KQkWApkYC)
|
||||
* [F-Secure Identity Theft Checker](https://www.f-secure.com/en/identity-theft-checker) - Identity Theft Check / [X](https://x.com/FSecure)
|
||||
* [GnuPG](https://gnupg.org/) - Data / Communication Encryption Tool / [Installer](https://www.gpg4win.org/)
|
||||
@@ -174,7 +175,8 @@
|
||||
* ⭐ **[No Trace](https://www.notrace.how/)** - Educational Guide / [.onion](http://i4pd4zpyhrojnyx5l3d2siauy4almteocqow4bp2lqxyocrfy6prycad.onion/)
|
||||
* ⭐ **[The Hitchhiker’s Guide](https://anonymousplanet.org/)** - Extensive Guide to Online Anonymity / [GitHub](https://github.com/Anon-Planet/thgtoa)
|
||||
* ⭐ **[Consumer Rights Wiki](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights
|
||||
* [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy), [Awesome Security Hardening](https://github.com/decalage2/awesome-security-hardening) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service Lists
|
||||
* [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy), [Awesome Security Hardening](https://github.com/decalage2/awesome-security-hardening), [sizeof.cat](https://sizeof.cat/links/) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service
|
||||
Lists
|
||||
* [Defensive Computing Checklist](https://defensivecomputingchecklist.com/) - Educational Guide
|
||||
* [OPSEC guide](https://whos-zycher.github.io/opsec-guide/) - Educational Guide
|
||||
* [PrivSec](https://privsec.dev/) - Educational Guide / [GitHub](https://github.com/PrivSec-dev)
|
||||
@@ -253,6 +255,7 @@
|
||||
* ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app)
|
||||
* ⭐ **[Password Strength Chart](https://i.ibb.co/B2Vz3hSj/89x5g3t4xrxe1.png)**
|
||||
* [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
|
||||
* [Proton Authenticator](https://proton.me/authenticator) - 2FA / All Platforms
|
||||
* [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
|
||||
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
|
||||
* [KeePassXC](https://keepassxc.org/) - 2FA / Windows, Mac, Linux / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# ► Ebooks
|
||||
|
||||
* 🌐 **[Open Slum](https://open-slum.org/)**, [2](https://open-slum.pages.dev/) - Book Site Index / Uptime Tracking
|
||||
* ⭐ **[Anna's Archive](https://annas-archive.li/)**, [2](https://annas-archive.se/), [3](https://annas-archive.pm/), [4](https://annas-archive.in/) - Books / Comics / [Auto-Expand](https://greasyfork.org/en/scripts/494262) / [Matrix](https://matrix.to/#/#annas:archivecommunication.org) / [Subreddit](https://www.reddit.com/r/Annas_Archive/)
|
||||
* ⭐ **[Anna's Archive](https://annas-archive.li/)**, [2](https://annas-archive.pm/), [3](https://annas-archive.in/) - Books / Comics / [Auto-Expand](https://greasyfork.org/en/scripts/494262) / [Matrix](https://matrix.to/#/#annas:archivecommunication.org) / [Subreddit](https://www.reddit.com/r/Annas_Archive/)
|
||||
* ⭐ **[Z-Library](https://z-lib.gd/)**, [2](https://articles.sk/), [3](https://1lib.sk/), [4](https://z-lib.fm/) - Books / Comics / [Apps / Extensions](https://go-to-library.sk/), [2](https://playtorrio.xyz/) / [.onion](http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/), [2](http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/) / [Subreddit](https://www.reddit.com/r/zlibrary/)
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org)**, [2](https://forum.mobilism.me/) - Books / Audiobooks / Magazines / Newspapers / Comics / [Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - Books / Audiobooks / Comics / Sheet Music / [Invite Required](https://www.myanonamouse.net/inviteapp.php)
|
||||
@@ -106,16 +106,16 @@
|
||||
|
||||
* 🌐 **[Ebook Reader Index](https://wiki.mobileread.com/wiki/E-book_software)** or [Mobile Read](https://www.mobileread.com/) - Ebook Reader Indexes
|
||||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
|
||||
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / All Platforms / [GitHub](https://github.com/koodo-reader/koodo-reader)
|
||||
* ⭐ **[KoReader](https://koreader.rocks/)** - Ebook Reader / Windows, Linux, Android / [GitHub](https://github.com/koreader/koreader)
|
||||
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows
|
||||
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / Windows, Mac, Linux
|
||||
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
|
||||
* [PlayTorrio](https://playtorrio.xyz/) - Ebook Reader / Windows / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers
|
||||
* [PlayTorrio](https://playtorrio.xyz/) - Ebook Reader / Windows / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [Readest](https://readest.com/) - Ebook Reader / All Platforms / [GitHub](https://github.com/readest/readest)
|
||||
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / Windows, Mac, Android, iOS
|
||||
* [KoReader](https://koreader.rocks/) - Ebook Reader / Windows, Android / [GitHub](https://github.com/koreader/koreader)
|
||||
* [Jane Reader](https://janereader.com/) - Ebook Reader / Windows, Mac
|
||||
* [FBReader](https://fbreader.org/) - Ebook Reader / Windows, Android, iOS
|
||||
* [Anx Reader](https://anx.anxcye.com/) - Ebook Reader / Windows, Mac, Android, iOS / [GitHub](https://github.com/anxcye/anx-reader)
|
||||
@@ -149,7 +149,7 @@
|
||||
|
||||
* ⭐ **[Reader View](https://webextension.org/listing/chrome-reader-view.html)**, [2](https://mybrowseraddon.com/reader-view.html)
|
||||
* ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata / Allows 1000 Uploads
|
||||
* [Annas Archive Reader](https://annas-archive.li//view)
|
||||
* [Anna’s Archive Reader](https://annas-archive.li/view)
|
||||
* [Flow](https://www.flowoss.com/)
|
||||
* [Online Cloud File Viewer](https://www.fviewer.com/)
|
||||
* [Readwok](https://readwok.com/)
|
||||
@@ -372,7 +372,7 @@
|
||||
|
||||
* ⭐ **[Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124)**, [2](https://forum.mobilism.me/viewforum.php?f=124) / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[AudiobookBay](https://audiobookbay.lu/)** - Torrents / **[Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#audiobookbay-warning)**
|
||||
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Invites](https://www.myanonamouse.net/inviteapp.php) / [Forum](https://www.myanonamouse.net/f/b/113)
|
||||
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Invites](https://www.myanonamouse.net/inviteapp.php)
|
||||
* ⭐ **[Audiobook CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd)** or **[Rave Search](https://ravebooksearch.com/index-audiobooks)** - Multi-Site Audiobook Search
|
||||
* [AudioBooksBee](https://audiobooksbee.com/)
|
||||
* [LearnOutLoud](https://www.learnoutloud.com/Free-Audiobooks)
|
||||
@@ -467,11 +467,11 @@
|
||||
* ↪️ **[Manga Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_manga_downloaders)**
|
||||
* ⭐ **[Weeb Central](https://weebcentral.com/)**
|
||||
* ⭐ **[MangaDex](https://mangadex.org/)** / [Downloader](https://mangadex-dl.mansuf.link/) / [Script](https://github.com/frozenpandaman/mangadex-dl) / [Subreddit](https://www.reddit.com/r/mangadex/) / [Discord](https://discord.gg/mangadex)
|
||||
* ⭐ **[MangaPark](https://mangapark.net/)** / [Discord](https://discord.gg/jctSzUBWyQ)
|
||||
* ⭐ **[Comix](https://comix.to/)** / [Subreddit](https://reddit.com/r/comix) / [Discord](https://discord.com/invite/kZgWWHUj22)
|
||||
* ⭐ **[MangaPark](https://mangapark.net/)** / [Discord](https://discord.gg/jctSzUBWyQ)
|
||||
* ⭐ **[MangaFire](https://mangafire.to/)** / [Subreddit](https://www.reddit.com/r/Mangafire/) / [Discord](https://discord.com/invite/KRQQKzQ6CS)
|
||||
* ⭐ **[MangaNato](https://www.manganato.gg/)**, [2](https://www.nelomanga.net/), [3](https://www.mangakakalot.gg), [4](https://www.natomanga.com/) / [Discord](https://discord.gg/Qhz84GGvE9)
|
||||
* ⭐ **[BATO.TO](https://bato.to/)**, [2](https://fto.to/) / [Mirrors](https://batotomirrors.pages.dev/) / [Discord](https://discord.com/invite/batoto)
|
||||
* ⭐ **[BATO.TO](https://bato.to/)**, [2](https://fto.to/) / [Mirrors](https://batotomirrors.pages.dev/) / [Discord](https://discord.gg/RW5yzjrHP)
|
||||
* ⭐ **[Kagane](https://kagane.org/)** / [Discord](https://discord.com/invite/kBPYVSzwUE)
|
||||
* ⭐ **[Nyaa Manga / LNs](https://nyaa.si/?f=0&c=3_0&q=)** - Torrents
|
||||
* [MangaKatana](https://mangakatana.com/)
|
||||
@@ -703,7 +703,6 @@
|
||||
* [TechBooksFree](https://techbooksforfree.com/)
|
||||
* [eBooks-IT](https://ebooks-it.org)
|
||||
* [Essential Programming Books](https://www.programming-books.io/)
|
||||
* [Free eBooks](https://books-pdf.blogspot.com/)
|
||||
* [GoalKicker](https://goalkicker.com/)
|
||||
* [Flavio Copes](https://flaviocopes.com/)
|
||||
* [WOW! eBook](https://www.wowebook.org/)
|
||||
|
||||
@@ -32,13 +32,14 @@
|
||||
|
||||
***
|
||||
|
||||
* ↪️ **[Chat Clients / Discord Alts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_chat_tools)**
|
||||
* ⭐ **[embeddr.top](https://embeddr.top/)**, **[x266.mov](https://x266.mov/discord-embed/)**, [npf.is](https://discord.nfp.is/), [stolen.shoes](https://stolen.shoes/) or [embeds.video](https://embeds.video/) - Discord Video Embedders
|
||||
* ⭐ **[embedez](https://embedez.com/)** / [X](https://x.com/embedez) / [Discord](https://discord.gg/FmW9c8gtCp) or [FxEmbed](https://github.com/FxEmbed/FxEmbed) - Social Link Embedders
|
||||
* ⭐ **[Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin)** or [Discord Adblock](https://codeberg.org/ridge/Discord-AdBlock) - Hide Nitro / Boost Ads
|
||||
* ⭐ **[Stoat](https://stoat.chat/)** - Discord Alternative / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/revoltchat/awesome-revolt)
|
||||
* ⭐ **[OpenAsar](https://openasar.dev/)** - Better Performance with Improved `app.asar` / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#openasar) / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar)
|
||||
* [Nelly](https://nelly.tools/) - Discord Web Tools
|
||||
* [AnswersOverflow](https://www.answeroverflow.com/) - Discord Search Engine
|
||||
* [Discord Profile Viewer](https://addynr.nekoweb.org/) - View / Download Discord User's Avatar or Banner
|
||||
* [Disbox](https://disboxapp.github.io/web/) - Discord Cloud Storage
|
||||
* [Discord Chat Exporter](https://github.com/Tyrrrz/DiscordChatExporter) / [Python](https://github.com/mahtoid/DiscordChatExporterPy) or [Discord History Tracker](https://dht.chylex.com/) / [GitHub](https://github.com/chylex/Discord-History-Tracker) - Archive / Export Discord Chats
|
||||
* [Wumpus Central](https://discord.gg/zZ6szdKQu6) - Discord Experimental Server Hub
|
||||
@@ -59,6 +60,7 @@
|
||||
* [Hammertime](https://hammertime.cyou/), [Dank.tools](https://dank.tools/discord-timestamp), [discordtimestampgenerator.net](https://discordtimestampgenerator.net/) or [discord-timestamps](https://r.3v.fi/discord-timestamps/) - Discord Timestamp Generators
|
||||
* [haystackfs](https://github.com/dhrumilp15/haystackfs) - Discord File Search
|
||||
* [TagMap](https://tagmap.io/) - Meet People with Similar Interests
|
||||
* [reddit-moderator-toolbox](https://github.com/toolbox-team/reddit-moderator-toolbox) - Reddit Moderation Toolbox
|
||||
|
||||
***
|
||||
|
||||
@@ -415,6 +417,7 @@
|
||||
* [Wayback YouTube](https://www.waybackyt.download/) - Download Deleted YouTube Videos via Wayback Machine
|
||||
* [Pinchflat](https://github.com/kieraneglin/pinchflat), [MeTube](https://github.com/alexta69/metube), [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) or [yt-dlp Web UI](https://github.com/marcopiovanello/yt-dlp-web-ui) - Self-Hosted YT-DLP
|
||||
* [ytarchive](https://github.com/Kethsar/ytarchive) - YouTube Livestream Downloader
|
||||
* [Tube All Images](https://imageyoutube.com/) - Download YouTube Images
|
||||
* [YTThumbnailHD](https://ytthumbnailhd.com/), [YT-Thumbnail-Grabber](https://youtube-thumbnail-grabber.org/) or [YT Thumbnail Grabber](https://youtube-thumbnail-grabber.com/) - Download Video Thumbnails
|
||||
* [youtube-comment-downloader](https://github.com/egbertbouman/youtube-comment-downloader) - Download YouTube Comments
|
||||
* [YT Subtitle Downloader](https://greasyfork.org/en/scripts/520194) - Download Video Subtitles
|
||||
@@ -491,7 +494,7 @@
|
||||
* ⭐ **[Chatterino](https://chatterino.com/)** / [2](https://github.com/SevenTV/chatterino7), [Chatterino Homies](https://chatterinohomies.com/) or [Chatty](https://chatty.github.io/) - Twitch Chat Clients
|
||||
* [Orion](https://alamminsalo.github.io/orion/), [Twitch App](https://gitlab.com/linuxbombay/twitch-application/application) or [Tress](https://gitlab.com/Ignamarte/tress) - Twitch Desktop Clients
|
||||
* [SpeechChat](https://speechchat.com/) - Twitch Text to Speech Client
|
||||
* [SafeTwitch](https://codeberg.org/SafeTwitch/safetwitch) or [Twineo](https://codeberg.org/CloudyyUw/twineo) - Twitch Frontends
|
||||
* [Twineo](https://codeberg.org/CloudyyUw/twineo) - Twitch Frontends
|
||||
* [Walrus](https://joinwalrus.tv/) - Make Twitch Watch Parties
|
||||
* [MultiTwitch.tv](https://multitwitch.tv/), [MultiTwitch.co](https://multitwitch.co/), [Twitch3D](https://hjjg200.github.io/twitch3d/), [Multi](https://multi.raredrop.co/), [MultiStre.am](https://multistre.am/), [MultiStreamer](https://multistreamer.lucidnet.app/) or [TwitchTheater](https://twitchtheater.tv/) - Twitch Multi-Stream
|
||||
* [Twitchls](https://twitchls.com/) - HTML5 Twitch Stream Player
|
||||
@@ -543,7 +546,7 @@
|
||||
|
||||
* [Thread Safe](https://github.com/dkaslovsky/thread-safe) - Twitter Backup Tool
|
||||
* [TwitterMediaHarvest](https://github.com/EltonChou/TwitterMediaHarvest), [twmd](https://github.com/mmpx12/twitter-media-downloader) or [InThisTweet](https://inthistweet.app/) - Twitter Media Downloaders
|
||||
* [GetVideoBot](https://twitsave.com/) or [sssTwitter](https://ssstwitter.com/) - Download Twitter Videos
|
||||
* [Twitsave](https://twitsave.com/) or [sssTwitter](https://ssstwitter.com/) - Download Twitter Videos
|
||||
* [Pikaso](https://x.com/pikaso_me) - Twitter Screenshot Bot
|
||||
* [memory.lol](https://github.com/travisbrown/memory.lol/) - Twitter Account Archive
|
||||
* [Ghost Archive](https://ghostarchive.org/) or [Megalodon](https://megalodon.jp/) - Twitter Archive Services
|
||||
@@ -593,7 +596,7 @@
|
||||
|
||||
# ► Instagram Tools
|
||||
|
||||
* [Proxigram](https://codeberg.org/proxigram/proxigram) or [Imginn](https://imginn.com) - Instagram Frontends
|
||||
* [KittyGram](https://kittygr.am/), [2](https://instagram.fsky.io/), [3](https://kittygram.fsky.io/) / [.onion](http://instab6cpzrbczpkrvjj3gutly5qx3o2xzpyhlmtwthtzjmjw4tppvad.onion/) / [Codeberg](https://codeberg.org/irelephant/kittygram) or [Imginn](https://imginn.com) - Instagram Frontends
|
||||
* [otzberg](https://www.otzberg.net/iguserid/index.php) or [Find-User-ID](https://codeofaninja.com/tools/find-instagram-user-id/) - ID Finder
|
||||
* [Image Counter](https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter) - Count Page Images
|
||||
* [InstaAddict](https://github.com/Androz2091/instaddict) - Instagram Addiction Test
|
||||
@@ -719,7 +722,7 @@
|
||||
|
||||
# ► 4chan Tools
|
||||
|
||||
* ⭐ **[4chan XT](https://github.com/TuxedoTako/4chan-xt)**, [4chan X](https://www.4chan-x.net/), [SpookyX](https://github.com/Fiddlekins/SpookyX) or [Dollchan](https://dollchan.net/) - Enhancement Extensions
|
||||
* [4chan X](https://www.4chan-x.net/), [SpookyX](https://github.com/Fiddlekins/SpookyX) or [Dollchan](https://dollchan.net/) - Enhancement Extensions
|
||||
* [Lurka](https://github.com/AdamSalma/Lurka) - Desktop Client
|
||||
* [Kuroba](https://github.com/Adamantcheese/Kuroba) or [Chan](https://github.com/moffatman/chan) - 4chan Mobile Apps
|
||||
* [RedditChan](https://reddit-chan.vercel.app/) - Reddit Style 4chan Web Client
|
||||
|
||||
@@ -51,8 +51,10 @@
|
||||
* [Vinnslu](https://maltsev.github.io/vinnslu/) - Tabular Data Parser
|
||||
* [Cascii](https://cascii.app/) / [GitHub](https://github.com/casparwylie/cascii-core), [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.com/) - Create ASCII Diagrams
|
||||
* [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images
|
||||
* [UMLet](https://www.umlet.com/) or [JDL Studio](https://start.jhipster.tech/jdl-studio/) - UML Diagrams Generators / Creators
|
||||
* [PlantText](https://www.planttext.com/) - UML Editor
|
||||
|
||||
[DGM](https://dgm.sh/), [MakeGraph](https://makegraph.app/), [DrawDB](https://www.drawdb.app/) / [Discord](https://discord.gg/BrjZgNrmR6), [Data GIF Maker](https://datagifmaker.withgoogle.com/), [Flourish](https://flourish.studio/), [Datawrapper](https://www.datawrapper.de/), [chartd](https://www.chartd.co/), [Chart.xkcd](https://timqian.com/chart.xkcd/), [QuickChart](https://quickchart.io/), [Percival](https://percival.ink/), [amCharts](https://live.amcharts.com/), [ACME Chartmaker](https://acme.com/chartmaker/), [ParaView](https://www.paraview.org/), [Dia](http://dia-installer.de/), [yEd Live](https://www.yworks.com/yed-live/), [Mermaid](https://mermaid.live/), [LineGraphMaker](https://linegraphmaker.co/), [SwimLanes](https://swimlanes.io/), [Quiver](https://q.uiver.app/), [Gephi](https://gephi.org/), [Graphviz](https://graphviz.org/) / [Editor](https://edotor.net/), [Graphonline](https://graphonline.top/en/), [Diagramify](https://diagramify.agiliq.com/), [Charts Builder](https://charts.hohli.com/), [diagramgpt](https://www.eraser.io/diagramgpt), [text2diagram](https://text2diagram.com/), [SankeyMATIC](https://sankeymatic.com/), [histogrammaker](https://histogrammaker.net/), [flowgorithm](http://flowgorithm.org/), [Chart Builder](https://textquery.app/tools/chart-builder/), [JSON Crack](https://jsoncrack.com/) / [GitHub](https://github.com/AykutSarac/jsoncrack.com)
|
||||
[DGM](https://dgm.sh/), [MakeGraph](https://makegraph.app/), [DrawDB](https://www.drawdb.app/) / [Discord](https://discord.gg/BrjZgNrmR6), [Data GIF Maker](https://datagifmaker.withgoogle.com/), [Flourish](https://flourish.studio/), [Datawrapper](https://www.datawrapper.de/), [chartd](https://www.chartd.co/), [Chart.xkcd](https://timqian.com/chart.xkcd/), [QuickChart](https://quickchart.io/), [Percival](https://percival.ink/), [amCharts](https://live.amcharts.com/), [ACME Chartmaker](https://acme.com/chartmaker/), [ParaView](https://www.paraview.org/), [Dia](http://dia-installer.de/), [yEd Live](https://www.yworks.com/yed-live/), [Mermaid](https://mermaid.live/), [LineGraphMaker](https://linegraphmaker.co/), [SwimLanes](https://swimlanes.io/), [Quiver](https://q.uiver.app/), [Gephi](https://gephi.org/), [Graphviz](https://graphviz.org/) / [Editor](https://edotor.net/), [Graphonline](https://graphonline.top/en/), [Diagramify](https://diagramify.agiliq.com/), [Charts Builder](https://charts.hohli.com/), [diagramgpt](https://www.eraser.io/diagramgpt), [text2diagram](https://text2diagram.com/), [SankeyMATIC](https://sankeymatic.com/), [histogrammaker](https://histogrammaker.net/), [flowgorithm](http://flowgorithm.org/), [Chart Builder](https://textquery.app/tools/chart-builder/), [JSON Crack](https://jsoncrack.com/) / [GitHub](https://github.com/AykutSarac/jsoncrack.com), [PlantUML](https://www.plantuml.com/)
|
||||
|
||||
***
|
||||
|
||||
@@ -190,7 +192,7 @@
|
||||
* [Active GitHub Forks](https://techgaun.github.io/active-forks/) - List of Active GitHub Forks
|
||||
* [Lovely Forks](https://github.com/musically-ut/lovely-forks) - View Repository Forks
|
||||
|
||||
[Awesome Made by Brazilians](https://github.com/felipefialho/awesome-made-by-brazilians), [Awesome Opensource Apps](https://github.com/unicodeveloper/awesome-opensource-apps), [LibHunt](https://www.libhunt.com/), [bestofjs](https://bestofjs.org/), [grep.app](https://grep.app/), [git.news](https://git.news/)
|
||||
[Awesome Made by Brazilians](https://github.com/felipefialho/awesome-made-by-brazilians), [Awesome Opensource Apps](https://github.com/unicodeveloper/awesome-opensource-apps), [LibHunt](https://www.libhunt.com/), [bestofjs](https://bestofjs.org/), [git.news](https://git.news/)
|
||||
|
||||
***
|
||||
|
||||
@@ -239,7 +241,7 @@
|
||||
|
||||
## LibGen Tools
|
||||
|
||||
[Search Extension](https://chromewebstore.google.com/detail/libgen-search/cbcehgllfaddbjidleabcdjpldlognad) / [Need Seeds](https://phillm.net/libgen-seeds-needed.php) / [Convert to Text](https://github.com/VikParuchuri/libgen_to_txt) / [Backup](https://redd.it/edwi9b)
|
||||
[Search Extension](https://chromewebstore.google.com/detail/libgen-search/cbcehgllfaddbjidleabcdjpldlognad) / [Need Seeds](https://phillm.net/libgen-seeds-needed.php) / [Backup](https://redd.it/edwi9b)
|
||||
|
||||
***
|
||||
|
||||
@@ -301,6 +303,22 @@
|
||||
* [ModpackIndex](https://www.modpackindex.com/) / [Discord](https://discord.com/invite/9QfENvm)
|
||||
* [Minecraft Forum](https://www.minecraftforum.net/) / [Discord](https://discord.com/invite/wGrQNKX)
|
||||
|
||||
### MC Launchers Account Req
|
||||
|
||||
* **Note** - The following options require a official Minecraft account to use.
|
||||
|
||||
***
|
||||
|
||||
* [Prism Launcher](https://prismlauncher.org/) - Feature-Rich Launcher / [CurseForge Downloads](https://rentry.co/FMHYB64#curseforge-dl) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher)
|
||||
* [ATLauncher](https://atlauncher.com/) - Modpack Launcher / [Discord](https://discord.com/invite/B7TrrzH)
|
||||
* [Technic Launcher](https://www.technicpack.net/) - Modpack Launcher / [Discord](https://discord.com/invite/technic)
|
||||
* [Bedrock Launcher](https://bedrocklauncher.github.io/) - Bedrock Edition Launcher / [Version Warning](https://ibb.co/7NXBJXX5) / [GitHub](https://github.com/BedrockLauncher/BedrockLauncher)
|
||||
* [FjordLauncher](https://github.com/unmojang/FjordLauncher) - Prism Fork
|
||||
* [LabyMod](https://www.labymod.net/) - Launcher / [Discord](https://discord.com/invite/labymod)
|
||||
* [GDLauncher](https://gdlauncher.com/) - Launcher / [Discord](https://discord.com/invite/8n3NnERF22)
|
||||
* [WineGDK](https://github.com/Weather-OS/WineGDK) - Bedrock Launcher / macOS / Linux
|
||||
|
||||
***
|
||||
|
||||
## Multireddits
|
||||
|
||||
@@ -369,6 +387,7 @@
|
||||
* [Z.ai](https://chat.z.ai/) or [PPTX](https://github.com/AmNotAGoose/PPTX-Presentation-Generator) - AI Presentation Generators
|
||||
* [GSlides Maker](https://github.com/vilmacio/gslides-maker) - Turn Wiki Pages into Google Slides
|
||||
* [Inscribed](https://inscribed.app/) - Sketch-Based Slides / [GitHub](https://github.com/chunrapeepat/inscribed)
|
||||
* [Slidev](https://sli.dev/) - MArkdown Presentation Slides / [GitHub](https://github.com/slidevjs/slidev)
|
||||
|
||||
[Marp](https://marp.app/), [ZoomIt](https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit), [Presentator](https://presentator.io/), [Fusuma](https://hiroppy.github.io/fusuma/), [Pitch](https://pitch.com/), [Zoho Show](https://www.zoho.com/show/), [Webslides](https://webslides.tv/), [FreeShow](https://freeshow.app/), [Presenta](https://play.presenta.cc/), [OpenLearning](https://www.openelearning.org/), [Slideshare](https://www.slideshare.net/), [Excalideck](https://excalideck.com/)
|
||||
|
||||
@@ -418,7 +437,7 @@
|
||||
* [r/Preppers](https://www.reddit.com/r/preppers/)
|
||||
* [Trail Sense](https://kylecorry.com/Trail-Sense/) - Wilderness Survival App / [GitHub](https://github.com/kylecorry31/Trail-Sense)
|
||||
|
||||
[OffGridDownload](https://t.me/offgriddownload), [ExploreMarMaris](http://www.exploremarmaris.com/read/Survival/), [r/PrepperFileShare](https://reddit.com/r/PrepperFileShare), [The Preparedness Encyclopedia](https://www.fluidicice.com/tpe)
|
||||
[OffGridDownload](https://t.me/offgriddownload), [ExploreMarMaris](http://www.exploremarmaris.com/read/Survival/), [r/PrepperFileShare](https://reddit.com/r/PrepperFileShare), [The Preparedness Encyclopedia](https://www.fluidicice.com/tpe), [CD3WD Project](https://www.cd3wdproject.org/)
|
||||
|
||||
***
|
||||
|
||||
@@ -429,6 +448,7 @@
|
||||
* ⭐ **[icons8](https://icons8.com/icons)** - Icon Collections / [Premium Unlock](https://github.com/Kyutefox/Iconify)
|
||||
* ⭐ **[SVG Repo](https://www.svgrepo.com/)** - Icon Collections
|
||||
* ⭐ **[Noun Project](https://thenounproject.com/)** - Monochrome Icons
|
||||
* [useAnimations](https://useanimations.com/index.html), [lucide-animated](https://lucide-animated.com/) or [LordIcon](https://lordicon.com/) - Animated Icons
|
||||
* [Dashboard Icons](https://dashboardicons.com/) - Program Icons
|
||||
* [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React
|
||||
* [HealthIcons](https://healthicons.org/) - Medical Icons
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
* [GhostBuster](https://bitbucket.org/wvd-vegt/ghostbuster/src/master/) or [Device Cleanup Tool](https://www.majorgeeks.com/files/details/device_cleanup_tool.html) - Remove Non-Present Devices
|
||||
* [Should I Remove It?](https://www.shouldiremoveit.com/) - Program Removal Guide
|
||||
* [CoreTemp](https://www.alcpu.com/CoreTemp/) or [System Informer](https://systeminformer.sourceforge.io/) - Process Monitors
|
||||
* [Why Is This Running?](https://github.com/pranshuparmar/witr) - Process Tracing / Debugging
|
||||
* [ThrottleStop](https://www.techpowerup.com/download/techpowerup-throttlestop/) - Laptop CPU Monitor / Optimizer
|
||||
* [RegExp](https://github.com/zodiacon/TotalRegistry), [RegScanner](https://www.nirsoft.net/utils/regscanner.html), [ripgrep-all](https://github.com/phiresky/ripgrep-all) or [Registry-Finder](https://registry-finder.com/) - Registry Explorers / Scanners
|
||||
* [WinbIndex](https://winbindex.m417z.com/) - Windows System Files / Binaries
|
||||
@@ -169,7 +170,7 @@
|
||||
## ▷ Virtual Machines
|
||||
|
||||
* 🌐 **[Awesome Web Desktops](https://github.com/syxanash/awesome-web-desktops)** or [Simone's Computer](https://simone.computer/#/webdesktops) - OS Emulators / VMs
|
||||
* ↪️ **[Emulators on Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)**
|
||||
* ↪️ **[Emulators on Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_emulators_on_android)**
|
||||
* ⭐ **[VMware Workstation](https://www.majorgeeks.com/files/details/vmware_workstation_for_windows.html)** - Virtual Machine / [macOS VM](https://rentry.co/FMHYB64#vmware-workstation)
|
||||
* ⭐ **[QEMU](https://www.qemu.org/)** - Virtual Machine / Use w/ Virt-Manager or Vagrantup / [Docker Container](https://github.com/qemus/qemu) / [GitLab](https://gitlab.com/qemu-project/qemu)
|
||||
* ⭐ **[VirtualBox](https://www.virtualbox.org/)** - Virtual Machine / [Portable](https://www.vbox.me/)
|
||||
@@ -361,7 +362,6 @@
|
||||
## ▷ USB / Bootloaders
|
||||
|
||||
* ⭐ **[Rufus](https://rufus.ie/)** - Create Bootable USB Drives / [GitHub](https://github.com/pbatard/rufus)
|
||||
* [balenaEtcher](https://etcher.balena.io/) - Create Bootable USB Drives
|
||||
* [MediaCreationTool](https://github.com/AveYo/MediaCreationTool.bat) - Windows Deployment Automation
|
||||
* [USBTreeView](https://www.uwe-sieber.de/usbtreeview_e.html) - USB Device Tree Viewer
|
||||
* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Bootloaders / [Config](https://mackie100projects.altervista.org/)
|
||||
@@ -406,16 +406,15 @@
|
||||
* Styled Themes - [Anime](https://winmoes.com/) / [Modern Style](https://www.vinstartheme.com/) / [macOS Style](https://redd.it/pd5ha6) / [Old School Style](https://winclassic.boards.net/), [2](https://forum.spacehey.com/topic?id=94545)
|
||||
* [VirtualCustoms](https://virtualcustoms.net/), [WinClassic](https://winclassic.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities
|
||||
* [Desktops](https://deskto.ps/) - Customization Showcases
|
||||
* [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) - Win 10 Style Customization App for Win 11
|
||||
* [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) - Win 10 Style Customization App for Win 11
|
||||
* [SecureUxTheme](https://github.com/namazso/SecureUxTheme) or [UltraUXThemePatcher](https://mhoefs.eu/software_uxtheme.php?ref=syssel&lang=en) - UX Patcher
|
||||
* [Cursormania Archive](https://archive.org/details/cursormania) - Cursors
|
||||
* [MacOS Cursors for Windows](https://www.deviantart.com/jimmyxd2/art/MacOS-Cursors-for-Windows-980049964), [CursorOS](https://cursor.design/) or [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) - macOS Style Cursors
|
||||
* [MechvibesDX](https://github.com/hainguyents13/mechvibes-dx) or [MechaKeys](https://mechakeys.robolab.io/) - Keyboard Sound Effects
|
||||
* [ElectricSheep](https://electricsheep.org/) or [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Screensavers
|
||||
* [FolderMarker](https://foldermarker.com/), [Flaired Folder](https://flaired-folders.vercel.app/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folder Icons
|
||||
* [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons
|
||||
* [msstyleEditor](https://github.com/nptr/msstyleEditor) - Visual Style Editor
|
||||
* [Taskbar Tweaker](https://tweaker.ramensoftware.com/), [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB), [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization / [Old School Style](https://github.com/dremin/RetroBar)
|
||||
* [Sweezy Cursors](https://sweezy-cursors.com/) - Custom Animated Cursors / Extension Not Required
|
||||
* [AccentColorizer](https://github.com/krlvm/AccentColorizer) - Accent Color Customization
|
||||
* [BeautySearch](https://github.com/krlvm/BeautySearch) - Search Customization
|
||||
* [ElevenClock](https://www.marticliment.com/elevenclock/) - Clock Customization
|
||||
@@ -458,11 +457,11 @@
|
||||
* [WallBrowser](https://wallbrowser.com/) - Search Wallpapers
|
||||
* [VSThemes](https://vsthemes.org/en/) - Search Wallpapers
|
||||
* [r/Wallpaper](https://www.reddit.com/r/wallpaper/) - Wallpapers Community
|
||||
* [WallWidgy](https://www.wallwidgy.app/) / [GitHub](https://github.com/not-ayan/wallwidgy), [Simple Desktops](https://simpledesktops.com/), [Minimalistic Wallpaper](https://minimalistic-wallpaper.demolab.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers
|
||||
* [Frutiger Aero Archive](https://frutigeraeroarchive.org/) - 2000s Style Wallpapers
|
||||
* [Kawaii Hoshi](https://kawaiihoshi.com/) - Cute Wallpapers
|
||||
* [DualMonitorBackgrounds](https://www.dualmonitorbackgrounds.com/) - Dual Monitor Wallpapers
|
||||
* [CoolBackgrounds](https://coolbackgrounds.io/) - Customizable Wallpapers
|
||||
* [Simple Desktops](https://simpledesktops.com/), [Minimalistic Wallpaper](https://minimalistic-wallpaper.demolab.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers
|
||||
* [Aesthetic Wallpapers](https://github.com/D3Ext/aesthetic-wallpapers) - Aesthetic Wallpapers
|
||||
* [Xbox Wallpapers](https://www.xbox.com/en-us/wallpapers/) - Xbox Wallpapers
|
||||
* [Anime Pictures](https://anime-pictures.net/), [WallpaperWaifu](https://wallpaperwaifu.com/) or [MyLiveWallpapers](https://mylivewallpapers.com/) - Anime Wallpapers
|
||||
@@ -482,4 +481,4 @@
|
||||
* [SuperPaper](https://github.com/hhannine/superpaper) - Cross-Platform Multi-Monitor Wallpaper Manager
|
||||
* [Background Switcher](https://johnsad.ventures/software/backgroundswitcher/) - Multi-Host Wallpaper Switcher
|
||||
* [AutoWall](https://github.com/SegoCode/AutoWall) - Turn Videos / GIFs to Live Wallpapers
|
||||
* [Awesome Wallpaper](https://awesome-wallpaper.com/) - Show System Information on Wallpaper
|
||||
* [Awesome Wallpaper](https://awesome-wallpaper.com/) - Show System Information on Wallpaper
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
* [Diffr](https://loilo.github.io/diffr/), [Diffchecker](https://www.diffchecker.com/), [TextCompare](https://www.textcompare.org/), [Text-Compare](https://text-compare.com/), [OnlineTextCompare](https://onlinetextcompare.com/), [CompareText](https://www.comparetext.io/) or [DiffNow](https://www.diffnow.com/) - Compare Text
|
||||
* [Count Duplicates](https://www.somacon.com/p568.php) or [DuplicateWord](https://duplicateword.com/) - Count / Remove Duplicates in a List
|
||||
* [WindowTextExtractor](https://github.com/AlexanderPro/WindowTextExtractor) - Extract Text from Any Window
|
||||
* [Unredact](https://github.com/leedrake5/unredact) - PDF Redaction Text Recovery
|
||||
* [Textify](https://ramensoftware.com/textify) - Copy Text from Any Dialog
|
||||
* [BeefText](https://beeftext.org/) - Text Substitution Tool
|
||||
* [Scanner](https://simon-knuth.github.io/scanner/index) or [NAPS2](https://www.naps2.com/) - Scanner Apps / [GitHub](https://github.com/simon-knuth/scanner)
|
||||
@@ -164,6 +165,7 @@
|
||||
* [Unicode Table](https://symbl.cc/)
|
||||
* [Unicode Explorer](https://unicode-explorer.com/)
|
||||
* [Symbol.so](https://symbol.so/)
|
||||
* [Graphemica](https://graphemica.com/)
|
||||
* [SymbolSelect](https://www.symbolselect.com/)
|
||||
* [Character Map](https://github.com/character-map-uwp/Character-Map-UWP)
|
||||
* [Unifoundry](https://unifoundry.com/)
|
||||
@@ -192,6 +194,7 @@
|
||||
# ► Text Editors
|
||||
|
||||
* 🌐 **[List of Text Editors](https://en.wikipedia.org/wiki/List_of_text_editors)** - Text Editor / Notepad Index
|
||||
* 🌐 **[TextEditors](http://texteditors.org/)** - Text Editor Index + Reviews
|
||||
* ↪️ **[Android Text Editor](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_text_tools)**
|
||||
* ↪️ **[Code Editors / IDEs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_ides_.2F_code_editors)**
|
||||
* ⭐ **[Notepad++](https://notepad-plus-plus.org/)** / [GitHub](https://github.com/notepad-plus-plus/notepad-plus-plus) or [NotepadNext](https://github.com/dail8859/NotepadNext) - Notepad & Code Editor
|
||||
@@ -306,6 +309,7 @@
|
||||
* [Heimer](https://github.com/juzzlin/Heimer)
|
||||
* [Cubox](https://cubox.cc/)
|
||||
* [vym](https://github.com/insilmaril/vym)
|
||||
* [Tangent](https://www.tangentnotes.com/) - Markdown Mind Mapping / [Discord](https://discord.gg/6VpvhUnxFe) / [GitHub](https://github.com/suchnsuch/Tangent)
|
||||
* [markmap](https://markmap.js.org/) - Markdown Mind Mapping / [GitHub](https://github.com/markmap/markmap)
|
||||
* [Coggle](https://coggle.it/) - Collaborative
|
||||
* [CardSmith](https://cardsmith.co/) - Collaborative Mind Mapping
|
||||
@@ -340,7 +344,7 @@
|
||||
## ▷ Spreadsheet Editors
|
||||
|
||||
* 🌐 **[MTEB Leaderboard](https://huggingface.co/spaces/mteb/leaderboard)** - Text Embedding AI Leaderboard
|
||||
* [Proton Sheets](https://proton.me/drive/sheets) or [EditCSVOnline](https://www.editcsvonline.com/) - Online CSV Viewers / Editors
|
||||
* [Proton Sheets](https://proton.me/drive/sheets), [dSheets](https://sheets.fileverse.io/) or [EditCSVOnline](https://www.editcsvonline.com/) - Online Spreadsheet Viewers / CSV Editors
|
||||
* [tad](https://github.com/antonycourtney/tad), [Tree Sheets](https://strlen.com/treesheets/), [VisiData](https://www.visidata.org/), [Gnumeric](https://gnome.pages.gitlab.gnome.org/gnumeric-web/) or [Quadratic](https://www.quadratichq.com/) - Spreadsheet Viewers / CSV Editors
|
||||
* [Baserow](https://baserow.io/) / [GitLab](https://gitlab.com/baserow/baserow), [Framacalc](https://framacalc.org/), [EtherCalc](https://ethercalc.net/), [NocoDB](https://github.com/nocodb/nocodb) or [AirTable](https://airtable.com/) - Collaborative Spreadsheets
|
||||
* [Jamovi](https://www.jamovi.org/) - Statistical Spreadsheets
|
||||
@@ -463,6 +467,7 @@
|
||||
|
||||
* ⭐ **[Typst](https://typst.app/home)** - LaTeX Alternative / [Resources](https://github.com/qjcg/awesome-typst) / [GitHub](https://github.com/typst/typst)
|
||||
* ⭐ **[Overleaf](https://www.overleaf.com/), [Crixet](https://crixet.com/) / [Discord](https://discord.gg/ffMZrSxUQa), [Lyx](https://www.lyx.org/) or [TeXStudio](https://texstudio.org/)** - LaTeX Editors
|
||||
* [MathCheap](https://mathcheap.xyz/) - AI-Powered LaTex Editor w/ Image to Text OCR / [Discord](https://discord.gg/Q4chBVDFvK)
|
||||
* [Learn LaTeX](https://www.learnlatex.org/) - LaTeX Guide
|
||||
* [Tables Generator](https://www.tablesgenerator.com/) - Create LaTeX Tables
|
||||
* [LaTeX-OCR](https://lukas-blecher.github.io/LaTeX-OCR/) - Extract Mathematical Expressions
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
# ► Torrent Sites
|
||||
|
||||
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / Software / Sign-Up Required
|
||||
* ⭐ **RuTracker Tools** - [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* ⭐ **RuTracker Tools** - [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Bypass Extension](https://rutracker.org/forum/viewtopic.php?t=5567607) / [Bypass Proxy](https://rutracker.org/forum/viewtopic.php?t=5403116)
|
||||
* ⭐ **[m0nkrus](https://rentry.co/FMHYB64#m0nkrus)** - Adobe / Autodesk Software
|
||||
* ⭐ **Adobe Tools** - [GenP](https://rentry.co/FMHYB64#genp) / [Block Adobe Telemetry](https://rentry.co/FMHYB64#a-dove-is-dumb) / [Quick Guide](https://rentry.co/FMHYB64#quick-guide)
|
||||
* [1337x](https://1337x.to/home/), [2](https://x1337x.cc/) - Video / Audio / NSFW / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#1337x-ranks) / [Mirrors](https://1337x-status.org/) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/)
|
||||
* [1337x](https://1337x.to/home/), [2](https://x1337x.cc/) - Video / Audio / NSFW / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#ranks-1337x) / [Mirrors](https://1337x-status.org/) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/)
|
||||
* 1337x Tools - [Telegram Bot](https://t.me/search_content_bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Display Magnets](https://greasyfork.org/en/scripts/373230) / [Timestamp Fix](https://greasyfork.org/en/scripts/421635)
|
||||
* [RARBG Dump](https://rarbgdump.com/) - Video / Audio / Games / Books / NSFW / Continuation Project
|
||||
* [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books
|
||||
|
||||
@@ -10,6 +10,7 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
|
||||
|
||||
* 🌐 **[Untrusted Sites](https://rentry.org/pgames#untrusted-sites)** / **[Uploaders](https://rentry.org/pgames#untrusted-uploaders)** - More Complete Lists
|
||||
* 🌐 **[Fake FitGirl Sites](https://claraiscute.neocities.org/Guides/FakeFitgirlwebsites/)**, [2](https://claraiscute.pages.dev/Guides/FakeFitgirlwebsites/)
|
||||
* 🌐 **[Fake ReVanced Sites](https://counterfeits.revanced.app/)**
|
||||
* OceanOfGames - Caught with malware multiple times
|
||||
* CrackingPatching - Caught with [malware](https://redd.it/qy6z3c)
|
||||
* xGIROx - Caught with malware
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
* [Restream](https://restream.io/) - Multi-Platform Streams
|
||||
* [TwitchChat](https://twitchat.fr/) - Live Stream Manager / [Discord](https://discord.com/invite/fmqD2xUYvP) / [GitHub](https://github.com/Durss/Twitchat)
|
||||
* [VDO Ninja](https://vdo.ninja/) - Live Stream Colab Tool
|
||||
* [LiveStreamDVR](https://github.com/MrBrax/LiveStreamDVR) - Live Stream Recorders / Windows, Mac, Linux
|
||||
* [LiveStreamDVR](https://github.com/MrBrax/LiveStreamDVR) or [StreamRecorder](https://streamrecorder.io/) - Live Stream Recorder
|
||||
* [NVIDIA Broadcast](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/) - Stream Audio / Video Enhancer / Windows
|
||||
* [Owncast](https://owncast.online/) / [GitHub](https://github.com/owncast/owncast), [OwnCast](https://owncast.online/) / [GitHub](https://github.com/owncast/owncast) or [Restreamer](https://github.com/datarhei/restreamer) - Self-Hosted Live Streaming
|
||||
* [WDFlat](https://www.wdflat.com/) - Stream Elements
|
||||
@@ -359,6 +359,7 @@
|
||||
* ⭐ **[9xbuddy](https://9xbuddy.com/)**, [2](https://9xbuddy.site/), [3](https://9xbuddy.in/) - Multi-Site / Online
|
||||
* ⭐ **[Video DownloadHelper](https://www.downloadhelper.net/)** / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#video-downloadhelper), [FetchV](https://fetchv.net/) or [MPMux](https://mpmux.com/) - Extensions
|
||||
* [CD(R)M-Project](https://cdm-project.com/explore/repos) - DRM Tools / [Discord](https://discord.gg/zvGBza34JP)
|
||||
* [XT Fetch](https://xt-fetch.vercel.app/) - Multi-Site / Online
|
||||
* [VideoFK](https://www.videofk.com/) - Multi-Site / Online
|
||||
* [OFA Downloader](https://oneforalldownloader.com/) - Multi-Site / Online
|
||||
* [you-get](https://you-get.org/) - Multi-Site / CLI / [GitHub](https://github.com/soimort/you-get)
|
||||
@@ -492,7 +493,7 @@
|
||||
* [BestSnip](https://bestsnip.com/animation/), [Sketch Machine](https://sketchmachine.net/), [Plask](https://plask.ai/) or [Rive](https://rive.app/) - Online Animation Tools
|
||||
* [Glaxnimate](https://glaxnimate.mattbas.org/) or [Trangram](https://www.trangram.com/) - Vector Animation Tools
|
||||
* [LibreSprite](https://libresprite.github.io/), [GraphicsGale](https://graphicsgale.com/us/), [JPixel](https://pixelfromhell.itch.io/jpixel), [Aseprite](https://github.com/aseprite/aseprite) / [Guide](https://youtu.be/Z4Enx-Nb43E) or [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Animation Tools
|
||||
* [Spritesheet Generator](https://spritesheetgenerator.online/) - Spritesheet Generator
|
||||
* [Spritesheet Generator](https://spritesheetgenerator.online/) - Spritesheet Generator / [Gitea](https://gitea.adhd.sh/root/spritesheet-generator)
|
||||
* [Animated Drawings](https://sketch.metademolab.com/), [FliiipBook](https://www.fliiipbook.com/), [Mutsuacen](https://mutsuacen.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home) or [MotorPen](https://motorpen.com/) - Animate Drawings
|
||||
* [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks
|
||||
* [Viggle](https://viggle.ai/) / [Discord](https://discord.com/invite/viggle) or [Picrew](https://picrew.me/) - Animated Character Creators
|
||||
|
||||
@@ -11,10 +11,11 @@
|
||||
***
|
||||
|
||||
* ⭐ **[Cineby](https://www.cineby.gd/)**, [2](https://www.bitcine.app/) or [Fmovies+](https://www.fmovies.gd/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)
|
||||
* ⭐ **[P-Stream](https://pstream.mov/)** - Movies / TV / Anime / Auto-Next / **[Add Sources](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web)** / [Discord](https://discord.gg/uHU4knYRPa) / [GitHub](https://github.com/p-stream)
|
||||
* ⭐ **[XPrime](https://xprime.today/)**, [2](https://xprime.stream/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/pDjg5ccSgg)
|
||||
* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.net/), [3](https://www.rivestream.app/) or [CorsFlix](https://watch.corsflix.net), [2](https://watch.corsflix.dpdns.org/), [3](https://corsflix.net) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* ⭐ **[FlickyStream](https://flickystream.ru/)** or [CineMora](https://cinemora.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.com/invite/flickystream)
|
||||
* ⭐ **[Aether](https://aether.mom/)**, [2](https://legacy.aether.mom/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/MadMF7xb5q)
|
||||
* ⭐ **[FlickyStream](https://flickystream.ru/)** or [CineMora](https://cinemora.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.com/invite/flickystream)
|
||||
* ⭐ **[VeloraTV](https://veloratv.ru/)** or [456movie](https://456movie.net/), [2](https://345movie.net/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/4SJ5c9gZUQ)
|
||||
* ⭐ **[Cinegram](https://cinegram.net/)** - Movies / TV / Anime / Auto-Next
|
||||
* ⭐ **[SpenFlix](https://watch.spencerdevs.xyz/)**, [2](https://spenflix.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/RF8vMBRtTs)
|
||||
@@ -31,7 +32,7 @@
|
||||
* [MovieHD](https://moviehd.us) - Movies / [Telegram](https://t.me/+NthvAOpP0oNkMWU1)
|
||||
* [StreamM4u](https://streamm4u.com.co/), [2](https://m4uhd.page/) - Movies / TV / Anime / [Clones](https://rentry.co/sflix#streamm4u-clones)
|
||||
* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime
|
||||
* [PrimeWire](https://www.primewire.mov/), [2](https://www.primewire.tf/) - Movies / TV / Anime / Mostly 3rd Party Hosts
|
||||
* [PrimeWire](https://www.primewire.mov/), [2](https://primewire.si/), [3](https://primewire.zip/) - Movies / TV / Anime / Mostly 3rd Party Hosts / [Status / Mirrors](https://primewire.nexus/)
|
||||
* [Cineb](https://cineb.world/) - Movies / TV / Anime / Mostly 3rd Party Hosts
|
||||
* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / 3rd Party Hosts
|
||||
* [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies / 3rd Party Hosts
|
||||
@@ -54,7 +55,7 @@
|
||||
* [Movies4F](https://movies4f.com/) - Movies / TV / Anime
|
||||
* [FshareTV](https://fsharetv.co/) - Movies
|
||||
* [YesMovie](https://yesmovies.ag/) - Movies / TV / 720p
|
||||
* [SFlix](https://sflix2.to/), [2](https://sflix.to/), [3](https://sflixto.tube/) or [FlixHQ](https://flixhq.to/) - Movies / TV / [Clones](https://rentry.co/sflix)
|
||||
* [SFlix](https://sflix2.to/), [2](https://sflix.ps/), [3](https://sflixto.tube/) or [FlixHQ](https://flixhq.to/) - Movies / TV / [Clones](https://rentry.co/sflix)
|
||||
* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/), [4](https://nmovies.cc/) - Movies / TV / Anime
|
||||
* [LookMovie](https://lookmovie2.to/), [2](https://lookmovie2.la/) - Movies / TV / Auto-Next / 480p
|
||||
* [PlayIMDb](https://www.playimdb.com/) - Search VidSrc via IMDb URLs / Official Frontend
|
||||
@@ -68,16 +69,14 @@
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[P-Stream](https://pstream.mov/)** - Movies / TV / Anime / Auto-Next / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web) / [Discord](https://discord.gg/uHU4knYRPa) / [GitHub](https://github.com/p-stream)
|
||||
* ⭐ **[Flixer](https://flixer.sh)**, [Hexa](https://hexa.su/) or [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.com/invite/yvwWjqvzjE)
|
||||
* ⭐ **[Flixer](https://flixer.sh)** / [Discord](https://discord.com/invite/Z9Hjeqe4Fr), [Hexa](https://hexa.su/) / [Discord](https://discord.com/invite/yvwWjqvzjE) or [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next
|
||||
* ⭐ **[Filmex](https://filmex.to/)** - Movies / TV / Anime / Auto-Next / 4K / [Discord](https://discord.com/invite/WWrWnG8qmh)
|
||||
* ⭐ **[Cinezo](https://www.cinezo.net/)** or [Yenime](https://yenime.net/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/Gx27YMK73d)
|
||||
* ⭐ **[Vidbox](https://vidbox.cc/)**, [2](https://cinehd.cc/), [3](https://hotflix.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* ⭐ **[bCine](https://bcine.app/)** or [BEECH](https://www.beech.watch/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* ⭐ **[Vidbox](https://vidbox.cc/)**, [2](https://cinehd.cc/), [3](https://hotflix.to/) - Movies / TV / Anime / Auto-Next / [Status](https://vidbox.xyz/) / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* ⭐ **[Willow](https://willow.arlen.icu/)**, [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Telegram](https://t.me/+8OiKICptQwA4YTJk) / [Discord](https://discord.com/invite/gmXvwcmxWR)
|
||||
* ⭐ **[BEECH](https://www.beech.watch/)** or [bCine](https://bcine.app/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* ⭐ **[CinemaOS](https://cinemaos.live/)**, [2](https://cinemaos.tech/), [3](https://cinemaos.me/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/38yFnFCJnA)
|
||||
* ⭐ **[FlyX](https://tv.vynx.cc/)** - Movies / TV / Anime / [Discord](https://discord.vynx.cc/) / [GitHub](https://github.com/Vynx-Velvet/Flyx-main)
|
||||
* ⭐ **[Poprink](https://popr.ink/)** - Movies / TV / Anime / [Telegram](https://t.me/vlopstreaming) / [Discord](https://discord.gg/GzXQWKUbjh)
|
||||
* [HydraHD](https://hydrahd.com/), [2](https://hydrahd.ru/) - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/) / [Telegram](https://t.me/HDHYDRAHD)
|
||||
* [Primeshows](https://www.primeshows.uk/) or [Netflex](https://netflex.uk/) - Movies / TV / Anime / [Discord](https://discord.com/invite/t2PnzRgKeM)
|
||||
* [LordFlix](https://lordflix.club/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/JeMDzxSbhH)
|
||||
@@ -89,7 +88,7 @@
|
||||
* [Youflex](https://youflex.live/) - Movies / TV / Anime
|
||||
* [Mapple.tv](https://mappl.tv/) - Movies / TV / Anime / [Discord](https://discord.gg/V8XUhQb2MZ)
|
||||
* [QuickWatch](https://www.quickwatch.co/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PHDRg4K7hD)
|
||||
* [ZXCSTREAM](https://zxcprime.icu/) / [Telegram](https://t.me/zxc_stream) / [Discord](https://discord.gg/yv7wJV97Jd) or [Clover](https://clover.seron.dev/) - Movies / TV
|
||||
* [ZXCSTREAM](https://zxcprime.icu/) - Movies / TV / [Telegram](https://t.me/zxc_stream) / [Discord](https://discord.gg/yv7wJV97Jd)
|
||||
* [PlayTorrio](https://playtorrio.xyz/) - Desktop App / Use Streaming Mode / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0), [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e) - Multi-Site Search
|
||||
|
||||
@@ -103,7 +102,6 @@
|
||||
|
||||
* ⭐ **[AuroraScreen](https://www.aurorascreen.org/)** - Movies / TV / Anime / Chromium-Required / [Discord](https://discord.com/invite/kPUWwAQCzk)
|
||||
* ⭐ **[TMovie](https://tmovie.tv/)**, [2](https://tmovie.cc) - Movies / TV / Anime / [Discord](https://discord.com/invite/R7a6yWMmfK)
|
||||
* [Cinepeace](https://cinepeace.in/) - Movies / TV / Anime / [Discord](https://discord.gg/htmB2TbK)
|
||||
* [Cinema Deck](https://cinemadeck.com/), [2](https://cinemadeck.st/) - Movies / TV / Anime / [Status](https://cinemadeck.com/official-domains) / [Discord](https://discord.com/invite/tkGPsX5NTT)
|
||||
* [Redflix](https://redflix.co/), [2](https://redflix.club/) - Movies / TV / Anime / [Discord](https://discord.gg/wp5SkSWHW5)
|
||||
* [Flixvo](https://flixvo.live/), [2](https://flixvo.fun/) - Movies / TV / Anime
|
||||
@@ -120,6 +118,8 @@
|
||||
* [Yampi](https://yampi.live/) - Movies / TV / Anime
|
||||
* [M-Zone](https://www.m-zone.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PFvCNcZCQC)
|
||||
* [MoviePluto](https://moviepluto.fun/) - Movies / TV / Anime / [Discord](https://discord.com/invite/ynfvjgHrBd)
|
||||
* [StreameX](https://streamex.net/) - Movies / TV / Anime
|
||||
* [Snowstream](https://snowstream.vercel.app/) - Movies / TV / Anime / [Telegram](https://t.me/snowstreamchat) / [Discord](https://discord.gg/fXBhvRzFKY)
|
||||
* [Altair](https://altair.mollusk.top/) or [Nova](https://novastream.top/) - Movies / TV / [Discord](https://discord.gg/s9kUZw7CqP)
|
||||
* [Ask4Movies](https://ask4movie.app/) - Movies / TV / Anime
|
||||
* [CineGo](https://cinego.co/) - Movies / TV
|
||||
@@ -135,7 +135,7 @@
|
||||
* ⭐ **[Plex](https://watch.plex.tv/)** - Movies / TV / 720p
|
||||
* ⭐ **[Pluto](https://pluto.tv/)** - Movies / TV / 720p
|
||||
* [Video Dictionary](https://videodictionary.kwebpia.net/?m=Full_Movies), [FreeGreatMovies](https://www.freegreatmovies.com/), [Voleflix](https://vole.wtf/voleflix/), [OpenCulture](https://www.openculture.com/freemoviesonline), [MoviesFoundOnline](https://moviesfoundonline.com/) or [Official YT Movies](https://www.youtube.com/feed/storefront?bp=ogUCKAY%3D) (US Only) - YouTube Movie Collections
|
||||
* [Freevee](https://www.amazon.com/gp/video/storefront/?ie=UTF8&contentId=freetv) - Movies / TV / US Only
|
||||
* [Prime Video Free](https://www.amazon.com/gp/video/storefront/?ie=UTF8&contentId=freetv) - Movies / TV / US Only
|
||||
* [Roku](https://therokuchannel.roku.com/) - Movies / TV / US Only
|
||||
* [DarkRoom](https://www.darkroom.film/) - Movies / TV / US Only / Sign-Up Required
|
||||
* [Sling](https://watch.sling.com/) - Movies / TV / Live News / US Only
|
||||
@@ -206,7 +206,7 @@
|
||||
* [r/MusicalBootlegs](https://www.reddit.com/r/MusicalBootlegs) or ["Slime Tutorials"](https://youtube.com/playlist?list=PLsIt5G4GJ27lxWP9Qi5N70zRSkJAT0ntc) - Broadway Show Recordings
|
||||
* [GlobalShakespeares](https://globalshakespeares.mit.edu/) - Shakespeare Performance Recordings
|
||||
* [TVARK](https://tvark.org/) or [Daily Commercials](https://dailycommercials.com/) - Commercial / TV Promo Archives
|
||||
* [BMCC](https://www.youtube.com/@BMCC1967/) or [MovieCommentaries](https://www.youtube.com/@moviecommentaries) - Movie / TV Director Commentaries
|
||||
* [MovieCommentaries](https://www.youtube.com/@moviecommentaries) - Movie / TV Director Commentaries
|
||||
* [SpecialFeatureArchive](https://youtube.com/@specialfeaturesarchive) - DVD Extras / Special Features
|
||||
* [DPAN](https://dpan.tv/), [Deaffest](https://deaffestonlinecinema.eventive.org/) (signup), [DMDb](https://deafmovie.org/free/) or [Lumo TV](https://lumotv.co.uk/) - Deaf Entertainment / News
|
||||
* [Audiovault](https://audiovault.net/) - Descriptive Audio for Blind Users
|
||||
@@ -216,7 +216,7 @@
|
||||
## ▷ Anime Streaming
|
||||
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS) - Anime Site Indexes
|
||||
* ⭐ **[AnimeKai](https://animekai.to/home)**, [2](https://animekai.cc/), [3](https://animekai.ac/), [4](https://anikai.to/) or [AniGo](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [Status](https://animekai.me/) / [X](https://x.com/animekai_to) / [Subreddit](https://www.reddit.com/r/AnimeKAI/) / [Discord](https://discord.gg/at5d9rkfUy)
|
||||
* ⭐ **[AnimeKai](https://animekai.to/home)**, [2](https://anikai.to/), [3](https://animekai.im/),[4](https://animekai.vc/), [5](https://animekai.nl/), [6](https://animekai.la/) or [AniGo](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [Status / Mirrors](https://animekai.ws/), [2](https://animekai.pw/) / [X](https://x.com/animekai_to) / [Subreddit](https://www.reddit.com/r/AnimeKAI/) / [Discord](https://discord.gg/at5d9rkfUy)
|
||||
* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)
|
||||
* ⭐ **[HiAnime](https://hianime.to/)**, [2](https://hianime.nz/), [3](https://hianime.sx/), [4](https://hianime.bz/), [5](https://hianime.pe/) - Sub / Dub / Auto-Next / [Subreddit](https://reddit.com/r/HiAnimeZone/) / [Telegram](https://t.me/HiAnimeLobby) / [Discord](https://discord.gg/hianime)
|
||||
* ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891)
|
||||
@@ -226,7 +226,7 @@
|
||||
* ⭐ **[KickAssAnime](https://kaa.to/)** - Sub / Dub / Auto-Next / [Telegram](https://t.me/kickassanimev3) / [Discord](https://discord.gg/6EGTnNQAaV)
|
||||
* ⭐ **[AnimeX](https://animex.one/)** - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/xNZcSQRbTm)
|
||||
* ⭐ **[Anidap](https://anidap.se/)** - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/btsMTSsBM7)
|
||||
* ⭐ **[Kuroiru](https://kuroiru.co/)** or **[Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei)** - Multi-Site Anime Search
|
||||
* ⭐ **[Kuroiru](https://kuroiru.co/)** or [Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei) - Multi-Site Anime Search
|
||||
* [Anify](https://anify.to/) - Sub / Dub / [Discord](https://discord.com/invite/79GgUXYwey)
|
||||
* [Yenime](https://yenime.net/) or [Cinezo](https://www.cinezo.net/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/Gx27YMK73d)
|
||||
* [123anime](https://123animes.ru/) - Sub / Dub / Auto-Next
|
||||
@@ -259,13 +259,14 @@
|
||||
* [AnimeKhor](https://animekhor.org/) - Donghua / Sub / [Telegram](https://t.me/AnimeKhorOfficial)
|
||||
* [Crimson Subs](https://crimsonfansubs.com/) - Donghua / Sub / [Discord](https://discord.gg/PmYn97vtue)
|
||||
* [Crunchyroll](https://www.crunchyroll.com/videos/anime) - Sub / Dub / Auto-Next / [US Proxy](https://addons.mozilla.org/en-US/firefox/addon/crunchy-unblocker/) / [Intro Skip](https://github.com/aniskip/aniskip-extension)
|
||||
* [Miu](https://discord.gg/pwkuanXBJh) or [AnimeThemes](https://animethemes.moe/) / [Discord](https://discord.com/invite/m9zbVyQ) / [GitHub](https://github.com/AnimeThemes) - Anime Themes
|
||||
* [Miu](https://discord.gg/pwkuanXBJh), [Kara.moe](https://kara.moe/) or [AnimeThemes](https://animethemes.moe/) / [Discord](https://discord.com/invite/m9zbVyQ) / [GitHub](https://github.com/AnimeThemes) - Anime Themes
|
||||
* [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX), [PlayTorrio](https://playtorrio.xyz/) / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio), [Anikin](https://github.com/jerry08/Anikin) / [Discord](https://discord.com/invite/U7XweVubJN), [Unyo](https://github.com/K3vinb5/Unyo), [Seanime](https://seanime.app/) / [Discord](https://discord.gg/3AuhRGqUqh) / [GitHub](https://github.com/5rahim/seanime) or [Miru](https://miru.js.org/en/) / [Telegram](https://t.me/MiruChat) / [GitHub](https://github.com/miru-project/miru-app) - Desktop Streaming Apps
|
||||
|
||||
***
|
||||
|
||||
## ▷ Cartoon Streaming
|
||||
|
||||
* 🌐 **[Free Official YT Cartoons](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#cartoons)**
|
||||
* ⭐ **[WCO](https://www.wco.tv/)**, [2](https://www.wcostream.tv/), [3](https://www.wcoforever.net/) - TV / Movies / Anime / [Status](https://www.wcostatus.com/) / [Anti-Adblock Fix](https://github.com/uBlockOrigin/uAssets/issues/29349#issuecomment-3231974507)
|
||||
* ⭐ **[KimCartoon](https://kimcartoon.si/)** - TV
|
||||
* [KissCartoon](https://kisscartoon.nz/), [2](https://kisscartoon.sh/) - TV / [Discord](https://discord.gg/YwpgPrWVSH)
|
||||
@@ -284,6 +285,7 @@
|
||||
|
||||
***
|
||||
|
||||
* 🌐 **[Free Official YT TV Shows](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#TV-Shows)**
|
||||
* ⭐ **[Best Series](https://bstsrs.in/)**, [2](https://topsrs.day/), [3](https://srstop.link/) - TV / Anime / 3rd Party Hosts
|
||||
* ⭐ **[NOXX](https://noxx.to/)** - TV / 3rd Party Hosts
|
||||
* [AZ Series](https://azseries.org/) - TV / 3rd Party Hosts
|
||||
@@ -314,7 +316,7 @@
|
||||
* [Dramahood](https://dramahood.mom/) - TV / Movies
|
||||
* [Asiaflix](https://asiaflix.net/), [2](https://asiaflix.in/) - TV / Movies / [Subreddit](https://www.reddit.com/r/Asiaflix/) / [Telegram](https://t.me/asiaflixapp) / [Discord](https://discord.com/invite/JTxEVkZWhc)
|
||||
* [Rive](https://rivestream.org/kdrama) - Korean Drama / TV / Movies / [Discord](https://discord.com/invite/6xJmJja8fV)
|
||||
* [Vidbox](https://vidbox.cc/asian-drama) - TV / Movies / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* [Vidbox](https://vidbox.cc/asian-drama) - TV / Movies / [Status](https://vidbox.xyz/) / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* [DramaFire](https://dramafire.com.pl/) - TV / Movies
|
||||
* [AsianCrush](https://www.asiancrush.com/) - TV / Movies
|
||||
* [AsianSubs](https://asiansubs.com/) - TV / Movies
|
||||
@@ -382,13 +384,14 @@
|
||||
|
||||
## ▷ Live TV
|
||||
|
||||
* 🌐 **[TVCL](https://www.tvchannellists.com/)** - TV Channel Index
|
||||
* ⭐ **[PlayTorrio IPTV](https://iptv.playtorrio.xyz/)** / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio) or [Darkness TV](https://tv-channels.pages.dev/) / [GitHub](https://github.com/DarknessShade/TV) - TV / Sports
|
||||
* ⭐ **[Famelack](https://famelack.com/)** - TV / Sports
|
||||
* ⭐ **[PlayTorrio IPTV](https://playtorrioiptv.pages.dev/)** / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio) or [Darkness TV](https://tv-channels.pages.dev/) / [GitHub](https://github.com/DarknessShade/TV) - TV / Sports
|
||||
* ⭐ **[NTV](https://ntvstream.cx/)**, [2](http://ntv.cx/) - TV / Sports / Aggregator / [Mirrors](https://ntv.direct/) / [Telegram](https://t.me/ntvstream) / [Discord](https://discord.gg/uY3ud5gcpW)
|
||||
* ⭐ **[EasyWebTV](https://zhangboheng.github.io/Easy-Web-TV-M3u8/routes/countries.html)** or [IPTV Web](https://iptv-web.app/) - TV / Sports
|
||||
* ⭐ **[RgShows](https://www.rgshows.ru/livetv/)** - TV / Sports
|
||||
* ⭐ **[DaddyLive TV](https://dlhd.dad/24-7-channels.php)**, [2](https://dlhd.dad/), [3](https://thedaddy.dad/), - TV / [Mirrors](https://daddyny.com/)
|
||||
* ⭐ **[TVPass](https://tvpass.org/)**, [2](https://thetvapp.to/) - TV / Sports / US Only
|
||||
* ⭐ **[TVPass](https://tvpass.org/)**, [2](https://thetvapp.to/), [3](https://the-tv.app/) - TV / Sports / US Only
|
||||
* ⭐ **[StreamSports99](https://streamsports99.su/live-tv)** - TV / Sports / [Mirrors](https://streamsports99.website/) / [Discord](https://discord.gg/QXKvEbyrVc)
|
||||
* [TitanTV](https://titantv.com/) - Live TV Listings / TV Schedule
|
||||
* [huhu.to](https://huhu.to/), [vavoo.to](https://vavoo.to/), [kool.to](https://kool.to/) or [oha.to](https://oha.to/) - TV / Sports / European
|
||||
@@ -399,7 +402,6 @@
|
||||
* [Globe TV](https://globetv.app/) - TV / Sports
|
||||
* [uFreeTV](https://ufreetv.com/) - TV
|
||||
* [Heartive](https://heartiveloves.pages.dev/live/) - TV / Sports
|
||||
* [StreamSports99](https://streamsports99.su/) - TV / Sports
|
||||
* [CXtv](https://www.cxtvlive.com/) - TV / Sports
|
||||
* [lmao.love](https://lmao.love/channels/) - TV / Sports
|
||||
* [Cubik TV](https://cubiktv.com/) - TV / Sports
|
||||
@@ -415,7 +417,6 @@
|
||||
* [s7-tv](https://s7-tv.blogspot.com/p/t.html) - TV
|
||||
* [DistroTV](https://distro.tv/) - TV
|
||||
* [Puffer](https://puffer.stanford.edu/) - San Fran TV
|
||||
* [Funcube](https://funcube.space/) - Random Streams
|
||||
* [cytube](https://cytu.be/) - Random Streams
|
||||
* [VaughnLive](https://vaughn.live/browse/misc) - Random Streams
|
||||
* [psp-tv](http://sync.coconono.org) - Random Streams
|
||||
@@ -433,8 +434,8 @@
|
||||
|
||||
* 🌐 **[/sport calendars/](https://dan.valeena.dev/guides/sports-calendar), [2](https://rentry.co/sportcalendars)** - Importable Sports Calendars
|
||||
* ⭐ **[Streamed](https://streamed.pk/)**, [2](https://strmd.link/) - Stream Aggregator / [Discord](https://discord.gg/streamed)
|
||||
* ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator
|
||||
* ⭐ **[SportyHunter](https://sportyhunter.com/)**, [2](https://nflhunter.com/), [3](https://nhlstreams.io/v1/), [4](https://mlbgamepass.com/) / Community Aggregator / [Discord](https://discord.gg/zbxWcejadm)
|
||||
* ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator
|
||||
* ⭐ **[NTV](https://ntvstream.cx/)**, [2](http://ntv.cx/) - TV / Sports / Aggregator / [Mirrors](https://ntv.direct/) / [Telegram](https://t.me/ntvstream) / [Discord](https://discord.gg/uY3ud5gcpW)
|
||||
* ⭐ **[Watch Footy](https://watchfooty.st/)**, [2](https://www.watchfooty.top), [3](https://watchfooty.su/) - Stream Aggregator / [Mirrors](https://watchfty.link/) / [Discord](https://discord.gg/T38kUWZHtB)
|
||||
* ⭐ **[Sport7](https://sport7.pro/)**, [2](https://sport71.pro//) / [Player Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sport7) / [Telegram](https://t.me/goatifisports) / [Discord](https://discord.gg/xcdfVwgEx3)
|
||||
@@ -450,17 +451,21 @@
|
||||
* [Sportsurge](https://v2.sportsurge.net/home5/) - Stream Aggregator
|
||||
* [SportDB](https://hoofoot.ru/) - Stream Aggregator
|
||||
* [TotalSportek.es](https://totalsportek.es/), [2](https://streameast.cz/) - Stream Aggregator
|
||||
* [CrackStreams24](http://crackstreams24.cfd/) or [Streameast24](https://streameast24.sbs/) - Stream Aggregator / [Discord](https://discord.gg/HwXeKNu8FU)
|
||||
* [CrackStreams24](http://crackstreams24.cfd/), [Soccereast](https://soccereast.cc/) or [Streameast24](https://streameast24.sbs/) - Stream Aggregator / [Discord](https://discord.gg/HwXeKNu8FU)
|
||||
* [FootStreams](https://footstreams.xyz/) - Stream Aggregator
|
||||
* [FSL](https://freestreams-live1a.pk/) - Stream Aggregator / [Discord](https://discord.gg/eXXJzDPchU)
|
||||
* [Footfy](https://footfy.net/) - Stream Aggregator
|
||||
* [PlayTorrio IPTV](https://iptv.playtorrio.xyz/) / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [CosecTV](https://cosectv.com/)
|
||||
* [CricHD](https://crichd.at/), [2](https://crichd.com.co/)
|
||||
* [MainPortal66](https://mainportal66.com/)
|
||||
* [GoalieTrend](https://www.goalietrend.com/daily-event) / [Discord](https://discord.gg/VKbvRcjDwa)
|
||||
* [StreamCorner](https://streamcorner.info/) / [Discord](https://discord.com/invite/taGZeHc3GA)
|
||||
* [StreamCorner](https://streamcorner.xyz/), [2](https://streamcorner.info/) / [Discord](https://discord.com/invite/taGZeHc3GA)
|
||||
* [Viprow](https://viprow.cv/) or [NFLBite](https://nflbite.digital/), [2](https://nhlbite.cc/)
|
||||
* [FCTV33](https://www.fctv33.lat/), [2](https://may01gu.risenow3mtjt0k.sbs/), [3](https://emmau680.driveraudiencej2zeu49.sbs/), [4](https://www.rbsports77.mom/) / [Telegram](https://t.me/madplay77_b)
|
||||
* [MrGamingStreams](http://mrgamingstreams.org/), [2](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR)
|
||||
* [SportOnTV](https://sportontv.biz/), [2](https://sportontv.biz/matches/) / [Discord](https://discord.gg/YhQPSSMps2)
|
||||
* [Sports Plus](https://en12.sportplus.live/)
|
||||
* [Sports Plus](https://en12.sportplus.live/), [2](https://en84.sportplus.live/)
|
||||
* [StreamFree](https://streamfree.to/) / [Telegram](https://t.me/streamfreeto) / [Discord](https://discord.gg/XkkAQ2PEDz)
|
||||
* [CrackStreams.blog](https://crackstreams.blog/)
|
||||
* [VIP Box Sports](https://www.viprow.nu/) / [Mirrors](https://rentry.co/VIPSportsBox)
|
||||
@@ -470,12 +475,14 @@
|
||||
* [SharkStreams](https://sharkstreams.net/)
|
||||
* [Bundesliga](https://bundesliga.league.do/)
|
||||
* [CrackStreams.ms](https://crackstreams.ms/)
|
||||
* [MyFootball](https://myfootball.pw/) - Football
|
||||
* [LSBC](https://lsbc.cx/) - Football / [Status](https://lsbc.live/) / [Telegram](https://t.me/LSBCCLUB)
|
||||
* [Trendgola](https://trendgola.org/) - Football
|
||||
* [StarLive](https://starstreams.pro/) - Live MMA Events
|
||||
* [KilatLIVE](https://kilatlive.net/) - Football
|
||||
* [TFLIX](https://tv.tflix.app/) - Sports Channels
|
||||
* [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator
|
||||
* [YoSinTV](https://www.yosintv.link/) - Cricket / Football / [Telegram](https://t.me/yosintvlive)
|
||||
* [WicketGoal](https://live.wicketgoal.com/) - Cricket / Football
|
||||
* [WebCric](https://me.webcric.com/) - Cricket
|
||||
* [OnHockey](https://onhockey.tv/) - Hockey / Aggregator
|
||||
* [OvertakeFans](https://overtakefans.com/) - Motorsports / [Discord](https://discord.gg/ZKwTUbdbmc)
|
||||
@@ -491,6 +498,7 @@
|
||||
|
||||
## ▷ Sports Replays
|
||||
|
||||
* 🌐 **[Official YT Sports Replay Channels](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#Sport)**
|
||||
* ⭐ **[720pier](https://720pier.ru/)** - Sports Replays / Torrents
|
||||
* ⭐ **[Basketball Video](https://basketball-video.com/)** - Basketball Replays
|
||||
* ⭐ **[Footballia](https://footballia.net/)**, [2](https://footballia.eu/) - Classic Football Replays
|
||||
@@ -509,7 +517,7 @@
|
||||
* [Time Soccer TV](https://timesoccertv.com/) - Football Replays
|
||||
* [SoccerFull](https://soccerfull.net/) - Football Replays
|
||||
* [HooFoot](https://hoofoot.com/) - Spoiler Free Football Highlights
|
||||
* [RuTracker Sports](https://rutracker.org/forum/index.php?c=28) - Sports Replays / Torrents
|
||||
* [RuTracker Sports](https://rutracker.org/forum/index.php?c=28) - Sports Replays / Torrents / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* [Sport Video](https://www.sport-video.org.ua/) - Sports Replays / Torrents
|
||||
* [WatchProWrestling](https://watchprowrestlings.live/) - MMA / Wrestling Replays
|
||||
* [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays
|
||||
@@ -535,10 +543,10 @@
|
||||
* ↪️ **[Android IPTV Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_live_tv)**
|
||||
* ⭐ **[IPTVNator](https://github.com/4gray/iptvnator)** - IPTV Player / [Web App](https://iptvnator.vercel.app) / [Telegram](https://t.me/iptvnator) / [GitHub](https://github.com/4gray/iptvnator)
|
||||
* ⭐ **[Open TV](https://github.com/fredolx/open-tv)** - IPTV Player
|
||||
* [PlayTorrio IPTV](https://iptv.playtorrio.xyz) - IPTV Player / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
|
||||
* [PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV) - IPTV Player
|
||||
* [LivePush](https://livepush.io/hls-player/index.html) - IPTV Player
|
||||
* [PlayTorrio IPTV](https://playtorrio.xyz/) - IPTV Player / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [IPTVPlayer](https://iptvplayer.stream/) - IPTV Web Player
|
||||
* [M3U IPTV](https://m3u-ip.tv/browser) - IPTV Web Player
|
||||
* [IPTV Player](https://iptv-player.me/) - IPTV Web Player
|
||||
@@ -584,6 +592,7 @@
|
||||
* [S0undTV](https://github.com/S0und/S0undTV) - Twitch Player / [Discord](https://discord.gg/zmNjK2S)
|
||||
* [SmartTVKick](https://github.com/CxWatcher/SmartTVKick) - Ad-Free Kick App
|
||||
* [Serenity Android](https://github.com/NineWorlds/serenity-android) - Emby Android TV App
|
||||
* [Nuvio](https://tapframe.github.io/NuvioStreaming/) / [GitHub](https://github.com/tapframe/NuvioStreaming) - Streaming App / Stremio Support
|
||||
* [atvTools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Install Apps, Run ADB, Shell Commands, etc.
|
||||
* [Projectivy Launcher](https://play.google.com/store/apps/details?id=com.spocky.projengmenu) / [XDA Thread](https://xdaforums.com/t/app-android-tv-projectivy-launcher.4436549/) / [Icon Pack](https://github.com/SicMundus86/ProjectivyIconPack) / [GitHub](https://github.com/spocky/miproja1/releases) or [Leanback on Fire](https://github.com/tsynik/LeanbackLauncher) - Android TV Launchers
|
||||
* [Launcher Manager](https://xdaforums.com/t/app-firetv-noroot-launcher-manager-change-launcher-without-root.4176349/) - Change Default Launcher
|
||||
@@ -610,10 +619,12 @@
|
||||
* ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
|
||||
* ⭐ **[Acer Movies](https://rentry.co/FMHYB64#acer)** - Movies / TV / Anime / [Discord](https://discord.com/invite/hpkMqrwRCE)
|
||||
* ⭐ **[Scloud](https://rentry.co/FMHYB64#scloud)** - Movies / TV / 4K / [Telegram](https://t.me/scloudmediahub)
|
||||
* ⭐ **[111477](https://rentry.co/FMHYB64#directory-111477)** or [CineAmore](https://rentry.co/FMHYB64#cineamore) - Movies / TV / Anime / Directory / [Discord](https://discord.gg/YjkP4pANpg)
|
||||
* ⭐ **[111477](https://rentry.co/FMHYB64#directory-111477)** - Movies / TV / Anime / Directory / [Discord](https://discord.gg/YjkP4pANpg)
|
||||
* ⭐ **[The One Piece](https://m.flixindia.xyz/)** - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)
|
||||
* ⭐ **[VegaMovies](https://vegamovies.gripe/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Ad-Bypass (Must Have)](https://greasyfork.org/en/scripts/443277) / [Discord](https://discord.gg/4AvaCsd2J4)
|
||||
* ⭐ **[DDLBase](https://ddlbase.com/)** - Movies / 4K / 3D / Remuxes
|
||||
* ⭐ **[XDMovies](https://xdmovies.site/)** - Movies / TV / 4K
|
||||
* ⭐ **[MovieParadise](https://movieparadise.org/)** - Movies / TV / [Sign-Up Code (Important)](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movieparadise-code)
|
||||
* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.net/) - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* ⭐ **[1Shows](https://www.1shows.nl/)** or [RgShows](https://www.rgshows.ru/) - Movies / TV / Anime / [Discord](https://discord.gg/the-one)
|
||||
@@ -625,14 +636,14 @@
|
||||
* [PlayTorrio](https://playtorrio.xyz/) - Multi-Site Downloader / Movies / TV / Anime / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)
|
||||
* [LightDLMovies](https://rentry.co/FMHYB64#lightdl) - Movies / TV / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [Vadapav](https://rentry.co/FMHYB64#vadapav) - Movies / TV
|
||||
* [The One Piece](https://m.flixindia.xyz/) - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)
|
||||
* [Medeberiya](https://medeberiya.net/) - Movie / TV
|
||||
* [TFPDL](https://tfpdl.se/category/movies/), [2](https://tfpdl.to/category/movies/) - Movies / TV / Anime
|
||||
* [Ripper's Archive](https://rentry.co/FMHYB64#rippers-archive) - Movies / TV / Anime
|
||||
* [P-Stream](https://pstream.mov/) - Movies / TV / Anime / [Discord](https://discord.gg/uHU4knYRPa)
|
||||
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use [Throwaway Gmail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail)
|
||||
* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime
|
||||
* [TMovie](https://tmovie.tv/) - Movies / TV / Anime / [Discord](https://discord.com/invite/R7a6yWMmfK)
|
||||
* [BEECH](https://beech.watch/) or [bCine](https://bcine.app/) - Movies / TV / Anime / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* [bCine](https://bcine.app/) or [BEECH](https://beech.watch/) - Movies / TV / Anime / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* [Sinflix](https://rentry.co/FMHYB64#sinflix) - Asian Drama
|
||||
* [DramaSuki](https://rentry.co/FMHYB64#dramasuki) - Asian Drama
|
||||
* [OlaMovies](https://new1.olamovies.onl/) - Movies / TV / 4K / Google Account Required / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
@@ -716,6 +727,8 @@
|
||||
* [Anime2Enjoy](https://www.anime2enjoy.com/) - Sub / [Discord](https://discord.gg/PxSmumS)
|
||||
* [animepahe](https://animepahe.si/) - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
|
||||
* [Chiby](https://www.animechiby.com/) - Sub / [Discord](https://discord.com/invite/WagHbBz)
|
||||
* [Animevilla](https://animevilla.in/az-list/) - Sub / Dub / Some NSFW
|
||||
* [AnimeSalt](https://animesalt.top/) - Sub / Dub
|
||||
* [anime7.download](https://anime7.download/) - Sub
|
||||
* [JustAnime](https://justanime.to/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/P3yqksmGun)
|
||||
* [AnimeOut](https://www.animeout.xyz/) - Sub / Sign-Up Required
|
||||
@@ -791,7 +804,7 @@
|
||||
|
||||
* ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)**
|
||||
* ⭐ **[1337x Movies](https://1337x.to/movie-library/1/)** - Movies / TV / Anime
|
||||
* ⭐ **[RuTracker Movies](https://rutracker.org/forum/index.php?c=2)** - Movies / TV / Anime / [Wiki](https://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
|
||||
* ⭐ **[RuTracker Movies](https://rutracker.org/forum/index.php?c=2)** - Movies / TV / Anime / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)
|
||||
* ⭐ **[Rive](https://rivestream.org/)** - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* ⭐ **[Kinozal](https://kinozal.tv/)** - Movies / TV / 4K / Sign-Up Required
|
||||
* ⭐ **[Heartive](https://heartiveloves.pages.dev/)** - Movies / TV / Anime / Magnets on Files
|
||||
@@ -804,7 +817,7 @@
|
||||
* [MSearch](https://msearch.vercel.app/) - Movies / TV
|
||||
* [RARBGLite](https://rarbglite.github.io/) - RARBG Movie Magnet Archive
|
||||
* [Public Domain Movie Torrents](https://www.publicdomaintorrents.info/) - Movies
|
||||
* [YTS](https://yts.lt/) or [YifyMovies](https://yifymovies.xyz/) - Movies / [Discord](https://discord.gg/GwDraJjMga) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#yts--yify-note) / [Proxies](https://ytsproxies.com/)
|
||||
* [YTS](https://yts.bz/) or [YifyMovies](https://yifymovies.xyz/) - Movies / [Discord](https://discord.gg/GwDraJjMga) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#yts--yify-note) / [Proxies](https://ytsproxies.com/)
|
||||
* [JapaneseTorrents](https://japanesetorrents.wordpress.com/) - Asian Drama
|
||||
* [IMDb Link em All](https://greasyfork.org/en/scripts/17154-imdb-link-em-all) or [IMDb-Scout-Mod](https://github.com/Purfview/IMDb-Scout-Mod) - Torrent Site Results on IMDb
|
||||
* [srrextra](https://github.com/srrDB/srrextra) - Scene Release Tracker on IMDb
|
||||
|
||||
Reference in New Issue
Block a user