mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
Compare commits
4 commits
c775daa3bb
...
8a246c56d9
Author | SHA1 | Date | |
---|---|---|---|
|
8a246c56d9 | ||
|
5b629e8238 | ||
|
afffcac0de | ||
|
8ba4e555b6 |
26 changed files with 144 additions and 181 deletions
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
|
@ -18,15 +18,15 @@ Here you'll find some general guidelines for those who would like to start contr
|
||||||
**Don't submit any of the following:**
|
**Don't submit any of the following:**
|
||||||
|
|
||||||
- **💰️ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/adblockvpnguide#vpn) and [Debrid](/downloadpiracyguide#leeches-debrid).
|
- **💰️ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/adblockvpnguide#vpn) and [Debrid](/downloadpiracyguide#leeches-debrid).
|
||||||
- **🕹️ Emulators** - Already listed on the [Game Tech Wiki](https://emulation.gametechwiki.com/index.php/Main_Page).
|
- **🕹️ Emulators** - Already listed on [Index Sites](/gamingpiracyguide#emulators).
|
||||||
- **🌐 Web Browsers** - Already listed on [Comparison and Index Sites](/internet-tools#browser-tools). However, we accept privacy-based ones as well as normal Android browsers.
|
- **🌐 Web Browsers** - Already listed on [Comparison / Index Sites](/internet-tools#browser-tools). However, we accept privacy-based ones as well as normal mobile browsers.
|
||||||
- **🔻 Leeches** - Unless already listed on existing [Leech Lists](../downloadpiracyguide#leeches-debrid), don't submit these.
|
- **🔻 Leeches** - Unless it's not already listed on existing [Leech Lists](/downloadpiracyguide#leeches-debrid), don't submit these.
|
||||||
- **🐧 Linux Distros** - They're already on [DistroWatch](https://distrowatch.com/).
|
- **🐧 Linux Distros** - Already listed on [Index Sites](/linuxguide#linux-distros).
|
||||||
- **🌍 Non-english Software** - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation.
|
- **🌍 Non-english Software** - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation.
|
||||||
- **🗂️ Coding Libraries** - There's too many of them and there are better places to find them.
|
- **🗂️ Coding Libraries** - There's too many of them and there are better places to find them.
|
||||||
- **🎲 Mining / Betting Sites** - Don't submit anything related to betting, mining, BINs, CCs, etc.
|
- **🎲 Mining / Betting Sites** - Don't submit anything related to betting, mining, BINs, CCs, etc.
|
||||||
- **🎮 Multiplayer Hacks** - Don't submit any hacks or exploits that give an unfair advantage in multiplayer games.
|
- **🎮 Multiplayer Hacks** - Don't submit any hacks or exploits that give an unfair advantage in multiplayer games.
|
||||||
- **🖥️ Custom OS's** - We don't recommend people use these.
|
- **🖥️ Custom OSs** - We don't recommend people use these.
|
||||||
|
|
||||||
### Adding a Site
|
### Adding a Site
|
||||||
|
|
||||||
|
|
2
.github/README.md
vendored
2
.github/README.md
vendored
|
@ -32,5 +32,5 @@ Here are a few ways you can get involved:
|
||||||
## 🔔 Follow
|
## 🔔 Follow
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://rentry.co/fmhy-invite"><img width="30px" src="./discord.svg" alt="Discord"></a> <a href="https://github.com/fmhy"><img width="30px" src="./github.svg" alt="GitHub"></a> <a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./bluesky.svg" alt="Bluesky"></a>
|
<a href="https://rentry.co/fmhy-invite"><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> <a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./assets/bluesky.svg" alt="Bluesky"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -213,51 +213,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
|
||||||
</div>
|
</div>
|
||||||
<p class="heading" v-text="message"></p>
|
<p class="heading" v-text="message"></p>
|
||||||
<div v-if="feedback.type === 'suggestion'" class="mb-2 text-sm">
|
<div v-if="feedback.type === 'suggestion'" class="mb-2 text-sm">
|
||||||
<details>
|
<p>Please read the <a href="/other/contributing">Contribute Guide</a> before submitting your feedback!</p>
|
||||||
<summary>
|
|
||||||
<span class="ii-lucide-shield-x bg-cerise-400 mb-1 ml-1" />
|
|
||||||
Do not submit any of the following:
|
|
||||||
</summary>
|
|
||||||
<strong>🕹️ Emulators</strong>
|
|
||||||
<p class="desc">
|
|
||||||
They're already on the
|
|
||||||
<a
|
|
||||||
class="text-primary text-underline font-bold"
|
|
||||||
href="https://emulation.gametechwiki.com/index.php/Main_Page"
|
|
||||||
>
|
|
||||||
Game Tech Wiki.
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<strong>🔻 Leeches</strong>
|
|
||||||
<p class="desc">
|
|
||||||
They're already on the
|
|
||||||
<a
|
|
||||||
class="text-primary text-underline font-bold"
|
|
||||||
href="https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches"
|
|
||||||
>
|
|
||||||
File Hosting Wiki.
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<strong>🐧 Distros</strong>
|
|
||||||
<p class="desc">
|
|
||||||
They're already on
|
|
||||||
<a
|
|
||||||
class="text-primary text-underline font-bold"
|
|
||||||
href="https://distrowatch.com/"
|
|
||||||
>
|
|
||||||
DistroWatch.
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<strong>🎲 Mining / Betting Sites</strong>
|
|
||||||
<p class="desc">
|
|
||||||
Don't post anything related to betting, mining, BINs, CCs, etc.
|
|
||||||
</p>
|
|
||||||
<strong>🎮 Multiplayer Game Hacks</strong>
|
|
||||||
<p class="desc">
|
|
||||||
Don't post any hacks/exploits that give unfair advantages in
|
|
||||||
multiplayer games.
|
|
||||||
</p>
|
|
||||||
</details>
|
|
||||||
</div>
|
</div>
|
||||||
<textarea
|
<textarea
|
||||||
v-model="feedback.message"
|
v-model="feedback.message"
|
||||||
|
|
|
@ -246,7 +246,7 @@
|
||||||
* ⭐ **[Ente Auth](https://ente.io/auth/)** - 2FA / All Platforms / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
|
* ⭐ **[Ente Auth](https://ente.io/auth/)** - 2FA / All Platforms / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
|
||||||
* ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [Twitter](https://x.com/beemdevelopmen) / [GitHub](https://github.com/beemdevelopment/Aegis)
|
* ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [Twitter](https://x.com/beemdevelopmen) / [GitHub](https://github.com/beemdevelopment/Aegis)
|
||||||
* ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app)
|
* ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app)
|
||||||
* ⭐ **[Password Strength Chart](https://i.imgur.com/33Af4X8.png)** / [2](https://i.ibb.co/B2Vz3hSj/89x5g3t4xrxe1.png)
|
* ⭐ **[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)
|
* [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
|
||||||
* [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
|
* [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
|
||||||
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
|
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
|
||||||
|
@ -284,7 +284,7 @@
|
||||||
* [Cwtch](https://cwtch.im/) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)
|
* [Cwtch](https://cwtch.im/) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)
|
||||||
* [Status](https://status.app/) / Android, iOS / [GitHub](https://github.com/status-im)
|
* [Status](https://status.app/) / Android, iOS / [GitHub](https://github.com/status-im)
|
||||||
* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) / iOS
|
* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) / iOS
|
||||||
* [Databag](https://github.com/balzack/databag) - Self-hosted / Android, iOS, Web / [GitHub](https://github.com/balzack/databag)
|
* [Databag](https://github.com/balzack/databag) - Self-Hosted / Android, iOS, Web / [GitHub](https://github.com/balzack/databag)
|
||||||
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
|
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
* [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnel
|
* [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnel
|
||||||
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
|
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
|
||||||
* [VpnHood](https://github.com/vpnhood/VpnHood), [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Self-Hosted VPNs
|
* [VpnHood](https://github.com/vpnhood/VpnHood), [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Self-Hosted VPNs
|
||||||
* [Self Hosted VPN](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - Pi-Hole + WireGuard on Google Cloud
|
* [Self-Hosted VPN](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - Pi-Hole + WireGuard on Google Cloud
|
||||||
* [OpenConnect](https://www.infradead.org/openconnect/) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) / [GitLab](https://gitlab.com/openconnect/openconnect)
|
* [OpenConnect](https://www.infradead.org/openconnect/) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) / [GitLab](https://gitlab.com/openconnect/openconnect)
|
||||||
* [Gluetun](https://github.com/qdm12/gluetun) - Docker through VPN
|
* [Gluetun](https://github.com/qdm12/gluetun) - Docker through VPN
|
||||||
* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)
|
* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
|
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
|
||||||
* ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Hosted Transformer-Based LLMs
|
* ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Hosted Transformer-Based LLMs
|
||||||
* ⭐ **[KoboldCpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [ROCm](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb)
|
* ⭐ **[KoboldCpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [ROCm](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb)
|
||||||
* ⭐ **[oobabooga](https://github.com/oobabooga/text-generation-webui)** - Self-Host Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) / [Subreddit](https://www.reddit.com/r/Oobabooga/) / [Discord](https://discord.gg/jwZCF2dPQN)
|
* ⭐ **[oobabooga](https://github.com/oobabooga/text-generation-webui)** - Self-Hosted Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) / [Subreddit](https://www.reddit.com/r/Oobabooga/) / [Discord](https://discord.gg/jwZCF2dPQN)
|
||||||
* ⭐ **[Aphrodite Engine](https://aphrodite.pygmalion.chat/)** - Serve LLMs at Scale with Kobold & OpenAI APIs / [Colab](https://colab.research.google.com/github/AlpinDale/misc-scripts/blob/main/Aphrodite.ipynb) / [GitHub](https://github.com/PygmalionAI/aphrodite-engine)
|
* ⭐ **[Aphrodite Engine](https://aphrodite.pygmalion.chat/)** - Serve LLMs at Scale with Kobold & OpenAI APIs / [Colab](https://colab.research.google.com/github/AlpinDale/misc-scripts/blob/main/Aphrodite.ipynb) / [GitHub](https://github.com/PygmalionAI/aphrodite-engine)
|
||||||
* [Petals](https://petals.dev/) - Self-Hosted / [Discord](https://discord.gg/D9MwApKgWa) / [GitHub](https://github.com/bigscience-workshop/petals)
|
* [Petals](https://petals.dev/) - Self-Hosted / [Discord](https://discord.gg/D9MwApKgWa) / [GitHub](https://github.com/bigscience-workshop/petals)
|
||||||
* [Leon](https://getleon.ai/) - Self-Hosted / [Discord](https://discord.gg/MNQqqKg) / [GitHub](https://github.com/leon-ai/leon)
|
* [Leon](https://getleon.ai/) - Self-Hosted / [Discord](https://discord.gg/MNQqqKg) / [GitHub](https://github.com/leon-ai/leon)
|
||||||
|
@ -293,7 +293,7 @@
|
||||||
* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs)
|
* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs)
|
||||||
* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)** or [Gemini](https://gemini.google.com/) - Imagen 4 + Ultra / Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/gemini)
|
* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)** or [Gemini](https://gemini.google.com/) - Imagen 4 + Ultra / Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/gemini)
|
||||||
* ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP)
|
* ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP)
|
||||||
* ⭐ **[FLUX.1 Schnell](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**, [FLUX.1 Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up
|
* ⭐ **[FLUX.1 Schnell](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**, [FLUX.1 Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev), [FLUX.1-Kontext-Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-Kontext-Dev) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up
|
||||||
* ⭐ **[Grok](https://grok.com/)** / 20 Per 2 Hours / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
* ⭐ **[Grok](https://grok.com/)** / 20 Per 2 Hours / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||||
* [ComfyUI Online](https://www.runcomfy.com/comfyui-web) / Unlimited
|
* [ComfyUI Online](https://www.runcomfy.com/comfyui-web) / Unlimited
|
||||||
* [Dezgo](https://dezgo.com/) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/RQrGpUhPhx)
|
* [Dezgo](https://dezgo.com/) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/RQrGpUhPhx)
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
## ▷ FOSS APKs
|
## ▷ FOSS APKs
|
||||||
|
|
||||||
* 🌐 **[AAA](https://github.com/Psyhackological/AAA)**, [Cool FOSS](https://albertomosconi.github.io/foss-apps/) or [Android FOSS](https://github.com/offa/android-foss) - FOSS App Indexes
|
* 🌐 **[AAA](https://github.com/Psyhackological/AAA)**, [Cool FOSS](https://albertomosconi.github.io/foss-apps/) or [Android FOSS](https://github.com/offa/android-foss) - FOSS App Indexes
|
||||||
* 🌐 **[Awesome Shizuku](https://github.com/timschneeb/awesome-shizuku)** - Shizuku App Index / [Tools](https://github.com/legendsayantan/ShizuTools)
|
* 🌐 **[Awesome Shizuku](https://github.com/timschneeb/awesome-shizuku)** - Shizuku App Index
|
||||||
* ⭐ **[FossifyOrg](https://github.com/FossifyOrg)** or [Goodwy](https://github.com/Goodwy?tab=repositories) - Simple FOSS Apps
|
* ⭐ **[FossifyOrg](https://github.com/FossifyOrg)** or [Goodwy](https://github.com/Goodwy?tab=repositories) - Simple FOSS Apps
|
||||||
* ⭐ **[Droid-ify](https://github.com/Droid-ify/client)** - FOSS App Installer
|
* ⭐ **[Droid-ify](https://github.com/Droid-ify/client)** - FOSS App Installer
|
||||||
* [F-Droid](https://f-droid.org/) / [GitLab](https://gitlab.com/fdroid) or [Awesome F-Droid](https://fdroid.tabler.dev/) / [GitHub](https://github.com/moneytoo/awesome-fdroid) - FOSS App Installer / [Basic](https://f-droid.org/en/packages/org.fdroid.basic/)
|
* [F-Droid](https://f-droid.org/) / [GitLab](https://gitlab.com/fdroid) or [Awesome F-Droid](https://fdroid.tabler.dev/) / [GitHub](https://github.com/moneytoo/awesome-fdroid) - FOSS App Installer / [Basic](https://f-droid.org/en/packages/org.fdroid.basic/)
|
||||||
|
@ -901,7 +901,7 @@
|
||||||
* ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)
|
* ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)
|
||||||
* ⭐ **[CloudStream](https://github.com/recloudstream/cloudstream)** - Movies / TV / Anime
|
* ⭐ **[CloudStream](https://github.com/recloudstream/cloudstream)** - Movies / TV / Anime
|
||||||
* ⭐ **CloudStream Resources** - [Plugins](https://discord.com/invite/wpX5Rfcx87), [2](https://rentry.org/cs3-repos), [3](https://cloudstream.miraheze.org/wiki/List_of_extensions) / [Discord](https://discord.com/invite/5Hus6fM) / [Docs](https://cloudstream.miraheze.org/wiki/Main_Page)
|
* ⭐ **CloudStream Resources** - [Plugins](https://discord.com/invite/wpX5Rfcx87), [2](https://rentry.org/cs3-repos), [3](https://cloudstream.miraheze.org/wiki/List_of_extensions) / [Discord](https://discord.com/invite/5Hus6fM) / [Docs](https://cloudstream.miraheze.org/wiki/Main_Page)
|
||||||
* ⭐ **[HDO Box](https://rentry.co/FMHYBase64#hdo-box)** - Movies / TV / [Discord](https://discord.gg/VPRJVExUVD) / [Telegram](https://t.me/+Ywz5HnhvFHA3Zjk1) / [Warning](https://i.ibb.co/ZBy93sr/image.png)
|
* ⭐ **[HDO Box](https://rentry.co/FMHYBase64#hdo-box)** - Movies / TV / [Discord](https://discord.gg/VPRJVExUVD) / [Telegram](https://t.me/+Ywz5HnhvFHA3Zjk1) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hdo-box-note)
|
||||||
* ⭐ **[Kodi](https://kodi.tv/)** - [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)
|
* ⭐ **[Kodi](https://kodi.tv/)** - [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)
|
||||||
* ⭐ **[Syncler](https://syncler.net/)** - Movies / TV / [Providers](https://www.reddit.com/r/providers4syncler/)
|
* ⭐ **[Syncler](https://syncler.net/)** - Movies / TV / [Providers](https://www.reddit.com/r/providers4syncler/)
|
||||||
* ⭐ **[BubblesUPNP](https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp)**, [DMS](https://github.com/anacrolix/dms) or [Macast](https://xfangfang.github.io/Macast/) - Media Servers
|
* ⭐ **[BubblesUPNP](https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp)**, [DMS](https://github.com/anacrolix/dms) or [Macast](https://xfangfang.github.io/Macast/) - Media Servers
|
||||||
|
@ -955,7 +955,7 @@
|
||||||
* ⭐ **[DailyAL](https://github.com/JICA98/DailyAL)**, [MALClient](https://github.com/Drutol/MALClient), [AL-chan](https://zend10.github.io/AL-chan/), [Nekome](https://github.com/Chesire/Nekome), [Moelist](https://moelist.net/), [Kitsune](https://github.com/Drumber/Kitsune), [AnymeX](https://github.com/RyanYuuki/AnymeX) or [AniTrend](https://anitrend.co/) / [GitHub](https://github.com/AniTrend/anitrend-app) - Anime Trackers
|
* ⭐ **[DailyAL](https://github.com/JICA98/DailyAL)**, [MALClient](https://github.com/Drutol/MALClient), [AL-chan](https://zend10.github.io/AL-chan/), [Nekome](https://github.com/Chesire/Nekome), [Moelist](https://moelist.net/), [Kitsune](https://github.com/Drumber/Kitsune), [AnymeX](https://github.com/RyanYuuki/AnymeX) or [AniTrend](https://anitrend.co/) / [GitHub](https://github.com/AniTrend/anitrend-app) - Anime Trackers
|
||||||
* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Anikku](https://github.com/komikku-app/anikku) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Discord](https://discord.gg/F32UjdJZrR)
|
* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Anikku](https://github.com/komikku-app/anikku) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Discord](https://discord.gg/F32UjdJZrR)
|
||||||
* [Dantotsu](https://discord.com/invite/4HPZ5nAWwM) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon)) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
* [Dantotsu](https://discord.com/invite/4HPZ5nAWwM) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon)) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
||||||
* [AniLab](https://anilab.to/)
|
* [AniLab](https://anilab.to/) - Use [DNS Adblocker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_dns_adblocking), [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_adblocking)
|
||||||
* [Animiru](https://github.com/Quickdesh/Animiru)
|
* [Animiru](https://github.com/Quickdesh/Animiru)
|
||||||
* [AnimeChicken](https://animechicken.app/)
|
* [AnimeChicken](https://animechicken.app/)
|
||||||
* [Hayase](https://hayase.watch/) / [Discord](https://discord.com/invite/Z87Nh7c4Ac), [Shiru](https://github.com/RockinChaos/Shiru) or [Migu](https://miguapp.pages.dev/) - Stream Anime Torrents
|
* [Hayase](https://hayase.watch/) / [Discord](https://discord.com/invite/Z87Nh7c4Ac), [Shiru](https://github.com/RockinChaos/Shiru) or [Migu](https://miguapp.pages.dev/) - Stream Anime Torrents
|
||||||
|
@ -1072,11 +1072,11 @@
|
||||||
* 🌐 **[ReJail](https://rejail.ru/)** - Cracked Tweaks Repository
|
* 🌐 **[ReJail](https://rejail.ru/)** - Cracked Tweaks Repository
|
||||||
* ⭐ **[/r/jailbreak Discord](https://discord.com/invite/jb)** - Jailbreaking Community / [Subreddit](https://reddit.com/r/jailbreak)
|
* ⭐ **[/r/jailbreak Discord](https://discord.com/invite/jb)** - Jailbreaking Community / [Subreddit](https://reddit.com/r/jailbreak)
|
||||||
* ⭐ **[/r/LegacyJailbreak](https://www.reddit.com/r/LegacyJailbreak/)** - Jailbreak Old Devices (iOS 12 and Below) / [Discord](https://discord.gg/bhDpTAu)
|
* ⭐ **[/r/LegacyJailbreak](https://www.reddit.com/r/LegacyJailbreak/)** - Jailbreak Old Devices (iOS 12 and Below) / [Discord](https://discord.gg/bhDpTAu)
|
||||||
* ⭐ **[Legacy-iOS-Kit](https://github.com/LukeZGD/Legacy-iOS-Kit)** - Legacy iOS Devices / Downgrade / Save Blobs / Jaibreak / Bypass
|
* ⭐ **[Legacy-iOS-Kit](https://github.com/LukeZGD/Legacy-iOS-Kit)** - Legacy iOS Devices / Downgrade / Save Blobs / Jailbreak / Bypass
|
||||||
* [Blackb0x](https://github.com/NSSpiral/Blackb0x) - Apple TV Jailbreak
|
* [Blackb0x](https://github.com/NSSpiral/Blackb0x) - Apple TV Jailbreak
|
||||||
* [Dopamine](https://ellekit.space/dopamine/) - 15.0-16.6.1 Semi-Untethered Jailbreak (A8-A16 & M1-M2) / [Guide](https://ios.cfw.guide/installing-dopamine/) / [GitHub](https://github.com/opa334/Dopamine)
|
* [Dopamine](https://ellekit.space/dopamine/) - 15.0-16.6.1 Semi-Untethered Jailbreak (A8-A16 & M1-M2) / [Guide](https://ios.cfw.guide/installing-dopamine/) / [GitHub](https://github.com/opa334/Dopamine)
|
||||||
* [palera1n](https://palera.in) - 15.0-18.x Semi-Tethered Jailbreak (A8-A11 & T2) / [Guide](https://ios.cfw.guide/installing-palera1n/) / [GitHub](https://github.com/palera1n/palera1n)
|
* [palera1n](https://palera.in) - 15.0-18.x Semi-Tethered Jailbreak (A8-A11 & T2) / [Guide](https://ios.cfw.guide/installing-palera1n/) / [GitHub](https://github.com/palera1n/palera1n)
|
||||||
* [nathanlr](https://ios.cfw.guide/installing-nathanlr/) - 16.5.1-16.6.1 Semi-Untethered Semi-Jailbreak (A12) / [Guide](https://ios.cfw.guide/installing-nathanlr/) / [Note](https://i.ibb.co/TWPTJDX/image.png)
|
* [nathanlr](https://ios.cfw.guide/installing-nathanlr/) - 16.5.1-16.6.1 Semi-Untethered Semi-Jailbreak (A12) / [Guide](https://ios.cfw.guide/installing-nathanlr/)
|
||||||
* [checkra1n](https://checkra.in/) - 12.0-14.8.1 Semi-Tethered Jailbreak (5s-X) / [Discord](https://discord.gg/NAxRYvysuc)
|
* [checkra1n](https://checkra.in/) - 12.0-14.8.1 Semi-Tethered Jailbreak (5s-X) / [Discord](https://discord.gg/NAxRYvysuc)
|
||||||
* [Taurine](https://taurine.app/) - 14-14.8.1 Semi-Untethered Jailbreak
|
* [Taurine](https://taurine.app/) - 14-14.8.1 Semi-Untethered Jailbreak
|
||||||
* [Odyssey](https://theodyssey.dev/) - 13.0-13.7 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-odyssey/)
|
* [Odyssey](https://theodyssey.dev/) - 13.0-13.7 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-odyssey/)
|
||||||
|
|
|
@ -189,7 +189,7 @@
|
||||||
* [NocoDB](https://www.nocodb.com/) - Turn Database into Smart Spreadsheet / [GitHub](https://github.com/nocodb/nocodb)
|
* [NocoDB](https://www.nocodb.com/) - Turn Database into Smart Spreadsheet / [GitHub](https://github.com/nocodb/nocodb)
|
||||||
* Generate Fake Data - [Ruby](https://github.com/faker-ruby/faker) / [Swift](https://github.com/vadymmarkov/Fakery)
|
* Generate Fake Data - [Ruby](https://github.com/faker-ruby/faker) / [Swift](https://github.com/vadymmarkov/Fakery)
|
||||||
* [Qdrant](https://qdrant.tech/) - Vector Database
|
* [Qdrant](https://qdrant.tech/) - Vector Database
|
||||||
* [SQL Cheat Sheet](https://i.ibb.co/Ctr0Tn8/e289a15e2246.jpg) - SQL Cheat Sheet
|
* [SQL Cheat Sheet](https://files.catbox.moe/5q57h3.png) - SQL Cheat Sheet
|
||||||
* [Gel](https://www.geldata.com/) - SQL Alternative
|
* [Gel](https://www.geldata.com/) - SQL Alternative
|
||||||
* [QueryStorm](https://querystorm.com/) - SQL and .NET programming in Excel
|
* [QueryStorm](https://querystorm.com/) - SQL and .NET programming in Excel
|
||||||
* [franchise](https://franchise.cloud/) - SQL Notebook
|
* [franchise](https://franchise.cloud/) - SQL Notebook
|
||||||
|
@ -356,7 +356,7 @@
|
||||||
* 🌐 **[Free AI Stuff](https://github.com/zukixa/cool-ai-stuff)** / [2](https://cas.zukijourney.com/), [FreeAPIProviders](https://rentry.co/freeapiproviders) or [API Together](https://api.together.xyz/playground) - LLM / AI API Indexes
|
* 🌐 **[Free AI Stuff](https://github.com/zukixa/cool-ai-stuff)** / [2](https://cas.zukijourney.com/), [FreeAPIProviders](https://rentry.co/freeapiproviders) or [API Together](https://api.together.xyz/playground) - LLM / AI API Indexes
|
||||||
* 🌐 **[Countless](https://countless.dev/)** - AI API Price Comparisons
|
* 🌐 **[Countless](https://countless.dev/)** - AI API Price Comparisons
|
||||||
* ⭐ **[hoppscotch](https://hoppscotch.io/)**, [Firecamp](https://firecamp.dev/) or [Strapi](https://strapi.io/) - API Builders
|
* ⭐ **[hoppscotch](https://hoppscotch.io/)**, [Firecamp](https://firecamp.dev/) or [Strapi](https://strapi.io/) - API Builders
|
||||||
* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [GitHub](https://github.com/RikkaApps/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) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android)
|
||||||
* [Wyzie Subs](https://sub.wyzie.ru/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)
|
* [Wyzie Subs](https://sub.wyzie.ru/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)
|
||||||
* [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs
|
* [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs
|
||||||
* [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services
|
* [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services
|
||||||
|
@ -832,7 +832,7 @@
|
||||||
* 🌐 **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Lists of Static Website Generators / Frameworks
|
* 🌐 **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Lists of Static Website Generators / Frameworks
|
||||||
* ⭐ **[WebStudio](https://webstudio.is/)** - Code Editor
|
* ⭐ **[WebStudio](https://webstudio.is/)** - Code Editor
|
||||||
* ⭐ **[Framer](https://www.framer.com/)** - Interactive Site / App Design Tool
|
* ⭐ **[Framer](https://www.framer.com/)** - Interactive Site / App Design Tool
|
||||||
* ⭐ **[Eleventy](https://11ty.dev/)** / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy) - Static Site Generator
|
* ⭐ **[Eleventy](https://11ty.dev/)** - Static Site Generator / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy)
|
||||||
* ⭐ **[Hugo](https://gohugo.io/)** or **[vitepress](https://vitepress.dev/)** - Static Website Generators
|
* ⭐ **[Hugo](https://gohugo.io/)** or **[vitepress](https://vitepress.dev/)** - Static Website Generators
|
||||||
* ⭐ **[Docusaurus](https://github.com/facebook/docusaurus)**, [retype](https://retype.com/) / [GitHub](https://github.com/retypeapp/retype), [Zola](https://www.getzola.org/), [Jekyll](https://jekyllrb.com/) or [docsify](https://docsify.js.org/) - Static Markdown Website Generators
|
* ⭐ **[Docusaurus](https://github.com/facebook/docusaurus)**, [retype](https://retype.com/) / [GitHub](https://github.com/retypeapp/retype), [Zola](https://www.getzola.org/), [Jekyll](https://jekyllrb.com/) or [docsify](https://docsify.js.org/) - Static Markdown Website Generators
|
||||||
* [Flounder](https://flounder.online/) - Website Building Discussion
|
* [Flounder](https://flounder.online/) - Website Building Discussion
|
||||||
|
@ -1049,7 +1049,7 @@
|
||||||
* [DNForum](https://www.dnforum.com/) - Domain Name Forum
|
* [DNForum](https://www.dnforum.com/) - Domain Name Forum
|
||||||
* [DNSTwist](https://dnstwist.it/) / [GitHub](https://github.com/elceef/dnstwist), [HaveIBeenSquatted](https://haveibeensquatted.com) or [DNSTwister](https://dnstwister.report/) - Typosquatting Checkers
|
* [DNSTwist](https://dnstwist.it/) / [GitHub](https://github.com/elceef/dnstwist), [HaveIBeenSquatted](https://haveibeensquatted.com) or [DNSTwister](https://dnstwister.report/) - Typosquatting Checkers
|
||||||
* [iana](https://www.iana.org/), [arin](https://www.arin.net/), [lacnic](https://www.lacnic.net/), [afrinic](https://www.afrinic.net/) or [apnic](https://www.apnic.net/) - Internet Registry Sites
|
* [iana](https://www.iana.org/), [arin](https://www.arin.net/), [lacnic](https://www.lacnic.net/), [afrinic](https://www.afrinic.net/) or [apnic](https://www.apnic.net/) - Internet Registry Sites
|
||||||
* [takingnames](https://takingnames.io/blog/instant-subdomains), [DigitalPlat](https://domain.digitalplat.org/) / [GitHub](https://github.com/DigitalPlatDev/FreeDomain), [GetFreeDomain](https://www.getfreedomain.name/) or [EU.org](https://nic.eu.org/) / [2](https://nic.ua/en/domains/.pp.ua) - Free Subdomains / Domains
|
* [DigitalPlat](https://domain.digitalplat.org/) / [GitHub](https://github.com/DigitalPlatDev/FreeDomain) or [GetFreeDomain](https://www.getfreedomain.name/) - Free Subdomains / Domains
|
||||||
* [TheDev](https://thedev.id/) - Free Developer Subdomains
|
* [TheDev](https://thedev.id/) - Free Developer Subdomains
|
||||||
* [is-a.dev](https://www.is-a.dev/) or [JS.ORG](https://js.org/) - Developer Homepages
|
* [is-a.dev](https://www.is-a.dev/) or [JS.ORG](https://js.org/) - Developer Homepages
|
||||||
* [Homepage](https://gethomepage.dev/) / [GitHub](https://github.com/gethomepage/homepage), [CasaOS](https://casaos.io/) / [GitHub](https://github.com/IceWhaleTech/CasaOS), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer) or [Dashy](https://dashy.to/) / [GitHub](https://github.com/Lissy93/dashy) - Home Server Startpages
|
* [Homepage](https://gethomepage.dev/) / [GitHub](https://github.com/gethomepage/homepage), [CasaOS](https://casaos.io/) / [GitHub](https://github.com/IceWhaleTech/CasaOS), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer) or [Dashy](https://dashy.to/) / [GitHub](https://github.com/Lissy93/dashy) - Home Server Startpages
|
||||||
|
@ -1114,13 +1114,13 @@
|
||||||
## ▷ Static Page Hosting
|
## ▷ Static Page Hosting
|
||||||
|
|
||||||
* ⭐ **[surge](https://surge.sh/)** - Unlimited Storage / Unlimited Bandwidth
|
* ⭐ **[surge](https://surge.sh/)** - Unlimited Storage / Unlimited Bandwidth
|
||||||
* ⭐ **[Cloudflare Pages](https://pages.cloudflare.com/)** / [Discord](https://discord.gg/cloudflaredev) / [Tunnel Client](https://github.com/cloudflare/cloudflared) - Unlimited Storage (20MB Each) / Unlimited Bandwidth
|
* ⭐ **[Cloudflare Pages](https://pages.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth / [Tunnel Client](https://github.com/cloudflare/cloudflared) / [Discord](https://discord.gg/cloudflaredev)
|
||||||
* ⭐ **[GitHub Pages](https://pages.github.com/)** - Unlimited Storage / 100GB Bandwidth
|
* ⭐ **[GitHub Pages](https://pages.github.com/)** - Unlimited Storage / 100GB Bandwidth
|
||||||
* ⭐ **[Firebase](https://firebase.google.com/products/hosting)** - 10GB Storage / 10GB Bandwidth
|
* ⭐ **[Firebase](https://firebase.google.com/products/hosting)** - 10GB Storage / 10GB Bandwidth
|
||||||
* ⭐ **[Cloudflare Workers](https://workers.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth
|
* ⭐ **[Cloudflare Workers](https://workers.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth
|
||||||
* ⭐ **[Sourcehut Pages](https://srht.site/)** - 1GB Storage / Unlimited Bandwidth
|
* ⭐ **[Sourcehut Pages](https://srht.site/)** - 1GB Storage / Unlimited Bandwidth
|
||||||
* ⭐ **[Neocities](https://neocities.org/)** - 1GB Storage / Unlimited Bandwidth / No Custom Domain
|
* ⭐ **[Neocities](https://neocities.org/)** - 1GB Storage / Unlimited Bandwidth / No Custom Domain
|
||||||
* ⭐ **[nekoweb](https://nekoweb.org/)** - 500MB Storage / Unlimited Bandwidth / [Bandwidth Note](https://i.imgur.com/yGxjKfz.png)
|
* ⭐ **[nekoweb](https://nekoweb.org/)** - 500MB Storage / Unlimited Bandwidth / [Bandwidth Note](https://files.catbox.moe/xf1shh.png)
|
||||||
* [Web 1.0 Hosting](https://web1.0hosting.net/) - 100MB Storage / Unlimited Bandwidth
|
* [Web 1.0 Hosting](https://web1.0hosting.net/) - 100MB Storage / Unlimited Bandwidth
|
||||||
* [Codeberg Pages](https://codeberg.page/) - 750MB Storage / Unspecified Bandwidth
|
* [Codeberg Pages](https://codeberg.page/) - 750MB Storage / Unspecified Bandwidth
|
||||||
* [pages.gay](https://pages.gay/) - Unspecified Storage / Unlimited Bandwidth
|
* [pages.gay](https://pages.gay/) - Unspecified Storage / Unlimited Bandwidth
|
||||||
|
@ -1200,7 +1200,7 @@
|
||||||
* [MXToolBox](https://mxtoolbox.com/) - MX Record Lookup Tool
|
* [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
|
* [DNSDumpster](https://dnsdumpster.com/), [DNS Watch](https://dnswatch.info), [DNSHistory](https://dnshistory.org/) or [WhatsMyDNS](https://whatsmydns.net/) - DNS Lookup / Security
|
||||||
* [Web Check](https://web-check.xyz/), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tools
|
* [Web Check](https://web-check.xyz/), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tools
|
||||||
* [DuckDNS](https://www.duckdns.org/), [FreeDNS](https://freedns.afraid.org/), [dynu](https://dynu.com/), [NoIP](https://www.noip.com/), [myaddr](https://myaddr.tools/), [nsupdate](https://www.nsupdate.info/) / [GitHub](https://github.com/nsupdate-info/nsupdate.info) or [Desec](https://desec.io/) - Dynamic DNS Services / Subdomains
|
* [DuckDNS](https://www.duckdns.org/), [ClouDNS](https://www.cloudns.net/), [FreeDNS](https://freedns.afraid.org/), [dynu](https://dynu.com/), [NoIP](https://www.noip.com/), [myaddr](https://myaddr.tools/), [nsupdate](https://www.nsupdate.info/) / [GitHub](https://github.com/nsupdate-info/nsupdate.info) or [Desec](https://desec.io/) - Dynamic DNS Services / Subdomains
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
* ⭐ **[HackNation](https://hacksnation.com/)** - Courses
|
* ⭐ **[HackNation](https://hacksnation.com/)** - Courses
|
||||||
* ⭐ **[tut4dl](https://tut4it.com/)** - Courses
|
* ⭐ **[tut4dl](https://tut4it.com/)** - Courses
|
||||||
* ⭐ **[Course Busters](https://t.me/coursebusters)** - Course Busters Access
|
* ⭐ **[Course Busters](https://t.me/coursebusters)** - Course Busters Access
|
||||||
|
* [FreeCourseSite](https://freecoursesite.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)
|
||||||
* [Revival](https://rentry.co/FMHYBase64#revival) - Courses
|
* [Revival](https://rentry.co/FMHYBase64#revival) - Courses
|
||||||
* [FreeEducationWeb](https://freeeducationweb.com/) - Courses
|
* [FreeEducationWeb](https://freeeducationweb.com/) - Courses
|
||||||
* [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack)
|
* [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack)
|
||||||
|
@ -85,17 +86,6 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## ▷ Torrenting
|
|
||||||
|
|
||||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting.
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
* [FreeCourseSite](https://freecoursesite.com/) - Courses
|
|
||||||
* [Docspedia](https://docspedia.world/) - Courses / Sign-Up Required
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
# ► Learning Sites
|
# ► Learning Sites
|
||||||
|
|
||||||
* 🌐 **[Learn Anything](https://learn-anything.xyz/)** - Learning Resource Search / [Free Method](https://rentry.co/FMHYBase64#learn-anything)
|
* 🌐 **[Learn Anything](https://learn-anything.xyz/)** - Learning Resource Search / [Free Method](https://rentry.co/FMHYBase64#learn-anything)
|
||||||
|
@ -118,7 +108,6 @@
|
||||||
* [ISODN](https://discord.gg/k3zkD2y) - International Science Olympiads Discord Community
|
* [ISODN](https://discord.gg/k3zkD2y) - International Science Olympiads Discord Community
|
||||||
* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs
|
* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs
|
||||||
* [AFAIK](https://afaik.io/) - Learning Map / [Discord](https://discord.gg/mMNwRvWM8s)
|
* [AFAIK](https://afaik.io/) - Learning Map / [Discord](https://discord.gg/mMNwRvWM8s)
|
||||||
* [Open Educational Resources](https://cdn-infographic.pressidium.com/wp-content/uploads/How-to-Search-for-Open-Educational-Resources-Infographic.jpg) - How to Search for Open Educational Resources
|
|
||||||
* [AnimaGraffs](https://animagraffs.com/) - Animated Infographs
|
* [AnimaGraffs](https://animagraffs.com/) - Animated Infographs
|
||||||
* [Memory Toys](https://memory.toys/), [Dual N-Back](https://nbacking.com/) or [BrainScale](https://brainscale.net/) - Memory Tests / Training
|
* [Memory Toys](https://memory.toys/), [Dual N-Back](https://nbacking.com/) or [BrainScale](https://brainscale.net/) - Memory Tests / Training
|
||||||
* [Information Is Beautiful](https://informationisbeautiful.net/) or [HalcyonMaps](https://www.halcyonmaps.com/infographics) - Data / Information / Infographics / Visualizations
|
* [Information Is Beautiful](https://informationisbeautiful.net/) or [HalcyonMaps](https://www.halcyonmaps.com/infographics) - Data / Information / Infographics / Visualizations
|
||||||
|
@ -287,7 +276,7 @@
|
||||||
* ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials
|
* ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials
|
||||||
* [online-courses](https://online-courses.club/) - Art / Design Courses
|
* [online-courses](https://online-courses.club/) - Art / Design Courses
|
||||||
* [TutsPlus](https://tutsplus.com/) - Creative Courses
|
* [TutsPlus](https://tutsplus.com/) - Creative Courses
|
||||||
* [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum / [PDF Version](https://mega.nz/file/sU0AxThb#m96_xISlS-5wtpSrauWFdh8mjhed7EitknQn_XIBaQc) / [Gallery Version](https://i.redd.it/7ns7su264gp31.png), [2](https://imgur.com/a/EZPc28m)
|
* [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum
|
||||||
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges
|
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges
|
||||||
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
|
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
|
||||||
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides
|
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides
|
||||||
|
@ -421,6 +410,7 @@
|
||||||
* [quantum](https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en) - Quantum Physics Learning App
|
* [quantum](https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en) - Quantum Physics Learning App
|
||||||
* [Physics Forums](https://www.physicsforums.com/) - Physics / Science Forum
|
* [Physics Forums](https://www.physicsforums.com/) - Physics / Science Forum
|
||||||
* [Physics Olympiads](https://discord.gg/wyGAa49) - ISODN Physics Discord Community
|
* [Physics Olympiads](https://discord.gg/wyGAa49) - ISODN Physics Discord Community
|
||||||
|
* [Unihedron](https://unihedron.com/projects/spectrum/downloads/spectrum-20190805.pdf) - Electromagnetic Radiation Spectrum Chart
|
||||||
* [Quantum Web Directory](https://qntm2017.github.io/qntm/OV.html) - Science / Tech / Math / Physics
|
* [Quantum Web Directory](https://qntm2017.github.io/qntm/OV.html) - Science / Tech / Math / Physics
|
||||||
* [Virtual-Lab](https://quantumflytrap.com/virtual-lab) - Interactive Quantum Computing Lessons
|
* [Virtual-Lab](https://quantumflytrap.com/virtual-lab) - Interactive Quantum Computing Lessons
|
||||||
* [Interactive 4D Handbook](https://baileysnyder.com/interactive-4d/) - Interactive Fourth Dimension
|
* [Interactive 4D Handbook](https://baileysnyder.com/interactive-4d/) - Interactive Fourth Dimension
|
||||||
|
@ -433,7 +423,6 @@
|
||||||
* [LAMMPS](https://www.lammps.org/) - Molecular Dynamics (MD) Code
|
* [LAMMPS](https://www.lammps.org/) - Molecular Dynamics (MD) Code
|
||||||
* [avogadro](https://two.avogadro.cc/index.html), [2](https://sourceforge.net/projects/avogadro/) or [MolView](https://molview.org/) - Molecular Viewers / Editors
|
* [avogadro](https://two.avogadro.cc/index.html), [2](https://sourceforge.net/projects/avogadro/) or [MolView](https://molview.org/) - Molecular Viewers / Editors
|
||||||
* [Simuwaerm](https://github.com/lennart-finke/simuwaerm) - Heat Simulator
|
* [Simuwaerm](https://github.com/lennart-finke/simuwaerm) - Heat Simulator
|
||||||
* [Electromagnetic Radiation Spectrum Chart](https://i.ibb.co/XCyQNB7/01930032e368.jpg)
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -749,7 +738,7 @@
|
||||||
* [Plover](https://www.openstenoproject.org/plover/) - Stenography Engine / [GitHub](https://github.com/openstenoproject/plover) / [Discord](https://discord.gg/NAzMz7C3wq)
|
* [Plover](https://www.openstenoproject.org/plover/) - Stenography Engine / [GitHub](https://github.com/openstenoproject/plover) / [Discord](https://discord.gg/NAzMz7C3wq)
|
||||||
* [TeachMeHebrew](https://www.teachmehebrew.com/) - Learn Hebrew
|
* [TeachMeHebrew](https://www.teachmehebrew.com/) - Learn Hebrew
|
||||||
* [wehewehe](https://wehewehe.org/) - Hawaiian Dictionary
|
* [wehewehe](https://wehewehe.org/) - Hawaiian Dictionary
|
||||||
* [Asian Script Differentiation Guide](https://i.ibb.co/f1YwHBM/50cb83cedf34.png)
|
* [Itchy Feet Comic](https://files.catbox.moe/lq6s85.png) - Asian Script Differentiation Guide
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -937,7 +926,7 @@
|
||||||
|
|
||||||
## ▷ Chess
|
## ▷ Chess
|
||||||
|
|
||||||
* 🌐 **[Awesome Chess](https://github.com/hkirat/awesome-chess)**, [TheChessDirectory](https://thechessdirectory.com/), [Chess Domi](https://t.me/Chess_Domi) or [Chess Resources](https://redd.it/u43nrc) - Chess Resources
|
* 🌐 **[Awesome Chess](https://github.com/hkirat/awesome-chess)**, [TheChessDirectory](https://thechessdirectory.com/) or [Chess Resources](https://redd.it/u43nrc) - Chess Resources
|
||||||
* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [/r/Chess](https://reddit.com/r/chess) - Chess Subreddits
|
* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [/r/Chess](https://reddit.com/r/chess) - Chess Subreddits
|
||||||
* 🌐 **[/r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books
|
* 🌐 **[/r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books
|
||||||
* ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess
|
* ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess
|
||||||
|
@ -1036,7 +1025,7 @@
|
||||||
* [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench)
|
* [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench)
|
||||||
* [aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes
|
* [aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes
|
||||||
* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning
|
* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning
|
||||||
* [Approaching (Almost) Any Machine Learning Problem](https://github.com/abhishekkrthakur/approachingalmost/blob/master/AAAMLP.pdf) - Machine Learning Problem-Solving Book
|
* [Approaching (Almost) Any Machine Learning Problem](https://files.catbox.moe/b34jd4.pdf) - Machine Learning Problem-Solving Book
|
||||||
* [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems
|
* [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems
|
||||||
* [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides
|
* [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides
|
||||||
* [ML Course Notes](https://github.com/dair-ai/ML-Course-Notes) - Machine Learning Course Notes
|
* [ML Course Notes](https://github.com/dair-ai/ML-Course-Notes) - Machine Learning Course Notes
|
||||||
|
@ -1214,7 +1203,7 @@
|
||||||
* [design.tips](https://www.designer.tips/) or [Utopia](https://utopia.fyi/) - Design Tips
|
* [design.tips](https://www.designer.tips/) or [Utopia](https://utopia.fyi/) - Design Tips
|
||||||
* [HackDesign](https://hackdesign.org/) or [Sky Design](https://github.com/josephgoksu/sky-design) - UI / Webdesign Courses
|
* [HackDesign](https://hackdesign.org/) or [Sky Design](https://github.com/josephgoksu/sky-design) - UI / Webdesign Courses
|
||||||
* [Learn UI Design](https://learnui.design/) - UI Design Course
|
* [Learn UI Design](https://learnui.design/) - UI Design Course
|
||||||
* [50 UI Tips](https://fifty.user-interface.io/50_ui_tips.pdf) - UI Design Book
|
* [50 UI Tips](https://fifty.user-interface.io/50_ui_tips.pdf) - UI / UX Design Book
|
||||||
* [Can't Unsee](https://cantunsee.space/) - UI Design Test
|
* [Can't Unsee](https://cantunsee.space/) - UI Design Test
|
||||||
* [UXTools](https://uxtools.co/) or [UXMovement](https://uxmovement.com/) - Learn UX Design
|
* [UXTools](https://uxtools.co/) or [UXMovement](https://uxmovement.com/) - Learn UX Design
|
||||||
* [SitePoint](https://www.sitepoint.com/) - UX Design Courses & Books
|
* [SitePoint](https://www.sitepoint.com/) - UX Design Courses & Books
|
||||||
|
|
|
@ -72,3 +72,5 @@ These are all anonymous comments taken from Reddit, Discord, X.com and our feedb
|
||||||
* *"Every person I share this sub with is always completely grateful, and it's no wonder why."*
|
* *"Every person I share this sub with is always completely grateful, and it's no wonder why."*
|
||||||
|
|
||||||
* *"Finding out about FMHY's wiki is the best thing that has happened to me, it has helped me so much in every way imaginable, i'm very grateful, keep it up!"*
|
* *"Finding out about FMHY's wiki is the best thing that has happened to me, it has helped me so much in every way imaginable, i'm very grateful, keep it up!"*
|
||||||
|
|
||||||
|
* *"I genuinely don’t even have the words to describe how much FMHY has helped me. As someone from a country where affording software, books, or even streaming platforms feels like a luxury, this site feels like a hidden treasure chest. I've been able to explore passions like video editing, reading, and even learning new things—all without breaking the bank. It’s not just the free access—it's the safety, the organization, the sheer amount of effort behind it. It’s become my go-to place for everything. I’ve shared it with my friends, and we literally call it "the internet’s cheat code." Thank you to everyone who works on this y’all are literally changing lives and making the digital world more accessible for people who need it most. Please never stop. This is what the internet should be about."*
|
|
@ -46,6 +46,7 @@
|
||||||
* [pyLoad](https://pyload.net/) - Lightweight Download Manager / [GitHub](https://github.com/pyload/pyload)
|
* [pyLoad](https://pyload.net/) - Lightweight Download Manager / [GitHub](https://github.com/pyload/pyload)
|
||||||
* [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site Media Download Tool
|
* [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site Media Download Tool
|
||||||
* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager
|
* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager
|
||||||
|
* [Varia](https://github.com/giantpinkrobots/varia) - Download Manager
|
||||||
* [File Centipede](https://filecxx.com/) - Upload / Download Manager
|
* [File Centipede](https://filecxx.com/) - Upload / Download Manager
|
||||||
* [DownThemAll](https://www.downthemall.org/) - Download Management Extension
|
* [DownThemAll](https://www.downthemall.org/) - Download Management Extension
|
||||||
* [HTTP Downloader](https://erickutcher.github.io/) - Download Manager for HTTP / FTP / SFTP Protocols / [GitHub](https://github.com/erickutcher/httpdownloader)
|
* [HTTP Downloader](https://erickutcher.github.io/) - Download Manager for HTTP / FTP / SFTP Protocols / [GitHub](https://github.com/erickutcher/httpdownloader)
|
||||||
|
@ -340,7 +341,6 @@
|
||||||
* [FilesPayouts](https://filespayouts.com/) - 10GB / Forever / Account Required
|
* [FilesPayouts](https://filespayouts.com/) - 10GB / Forever / Account Required
|
||||||
* [DooDrive](https://doodrive.com/) - 2GB / 30 Days / Account Required
|
* [DooDrive](https://doodrive.com/) - 2GB / 30 Days / Account Required
|
||||||
* [Clicknupload](https://clicknupload.click) - 10GB / 8 Days / Account Required
|
* [Clicknupload](https://clicknupload.click) - 10GB / 8 Days / Account Required
|
||||||
* [WeTransfer](https://wetransfer.com/) - 2GB / 3 Days
|
|
||||||
* [Smash](https://fromsmash.com/) - 2GB / 7 Days / Email Required
|
* [Smash](https://fromsmash.com/) - 2GB / 7 Days / Email Required
|
||||||
* [MultiUp.io](https://multiup.io/) / [Discord](https://discord.gg/2yUEQPxTTU) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders
|
* [MultiUp.io](https://multiup.io/) / [Discord](https://discord.gg/2yUEQPxTTU) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders
|
||||||
* [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App
|
* [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App
|
||||||
|
@ -398,7 +398,7 @@
|
||||||
|
|
||||||
## ▷ Google Drive Tools
|
## ▷ Google Drive Tools
|
||||||
|
|
||||||
* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools Colab / [Features](https://i.ibb.co/BfF3djW/f0ab560a3aef.png) / Use Throwaways
|
* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools / [Features](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#oneclick-note) / Use Throwaway Account
|
||||||
* [DriveUploader](https://driveuploader.com/) - Receive Files via Google Drive
|
* [DriveUploader](https://driveuploader.com/) - Receive Files via Google Drive
|
||||||
* [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver
|
* [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver
|
||||||
* [Google Drive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client
|
* [Google Drive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
* [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources
|
* [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources
|
||||||
* [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources
|
* [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources
|
||||||
* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art
|
* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art
|
||||||
* [/r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [CrackWatcher](https://crackwatcher.com/), [/r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers
|
* [/r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [CrackWatcher](https://crackwatcher.com/), [/r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers
|
||||||
* [How Denuvo Works](https://rentry.co/FMHYBase64#how-denuvo-works)
|
* [How Denuvo Works](https://rentry.co/FMHYBase64#how-denuvo-works)
|
||||||
* [Game Cracking / Repacking Guides](https://rentry.co/FMHYBase64#game-cracking-guides)
|
* [Game Cracking / Repacking Guides](https://rentry.co/FMHYBase64#game-cracking-guides)
|
||||||
|
|
||||||
|
@ -546,7 +546,7 @@
|
||||||
* 🌐 **[MCDOC](https://mcdoc.site/)** - Minecraft Tools & Unlockers
|
* 🌐 **[MCDOC](https://mcdoc.site/)** - Minecraft Tools & Unlockers
|
||||||
* 🌐 **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** - Minecraft Resources
|
* 🌐 **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** - Minecraft Resources
|
||||||
* ⭐ **[Minecraft Wiki](https://minecraft.wiki/)** - Minecraft Wikis
|
* ⭐ **[Minecraft Wiki](https://minecraft.wiki/)** - Minecraft Wikis
|
||||||
* ⭐ **[Villager Trading Cheatsheet](https://i.ibb.co/sKBjbzg/e9f8d80e2376.png)** or [Image Cheatsheet](https://minecraft.wiki/images/Trading_and_Bartering_Guide_for_Minecraft_Java_Edition_1.17%2B.png)
|
* ⭐ **[Villager Trading Cheatsheet](https://minecraft.wiki/images/Trading_and_Bartering_Guide_for_Minecraft_Java_Edition_1.17%2B.png)**
|
||||||
* ⭐ **[Minecraft Brewing Cheatsheet](https://minecraft.wiki/images/Minecraft_brewing_en.png)**
|
* ⭐ **[Minecraft Brewing Cheatsheet](https://minecraft.wiki/images/Minecraft_brewing_en.png)**
|
||||||
* [MC Utils](https://mcutils.com/) - Minecraft Web Tools
|
* [MC Utils](https://mcutils.com/) - Minecraft Web Tools
|
||||||
* [MCPEDL](https://mcpedl.com/) - Bedrock Resources
|
* [MCPEDL](https://mcpedl.com/) - Bedrock Resources
|
||||||
|
@ -767,7 +767,7 @@
|
||||||
* ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki
|
* ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki
|
||||||
* ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Awesome](https://pokemon-awesome.vercel.app/), [Pokémon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokémon Databases
|
* ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Awesome](https://pokemon-awesome.vercel.app/), [Pokémon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokémon Databases
|
||||||
* ⭐ **[PokeList](https://pokemonlist.netlify.app/)** or [PokeAPI](https://pokeapi.co/) - Pokédexes
|
* ⭐ **[PokeList](https://pokemonlist.netlify.app/)** or [PokeAPI](https://pokeapi.co/) - Pokédexes
|
||||||
* ⭐ **[Pokémon Typechart](https://pokemondb.net/type)** or [Type Calculator](https://www.pkmn.help/) - Pokémon Type Charts / [Image](https://img.pokemondb.net/images/typechart.png)
|
* ⭐ **[Pokémon Typechart](https://pokemondb.net/type)** or [Type Calculator](https://www.pkmn.help/) - Pokémon Type Charts
|
||||||
* ⭐ **[PokeMMO](https://pokemmo.com/en/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokemon Blaze Online](https://pokemonblazeonline.com/) / [Discord](https://discord.com/invite/b3ZnXuf5fk) or [Pokémon Revolution Online](https://pokemonrevolution.net/) - Pokémon MMOs
|
* ⭐ **[PokeMMO](https://pokemmo.com/en/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokemon Blaze Online](https://pokemonblazeonline.com/) / [Discord](https://discord.com/invite/b3ZnXuf5fk) or [Pokémon Revolution Online](https://pokemonrevolution.net/) - Pokémon MMOs
|
||||||
* ⭐ **[PokéRogue](https://pokerogue.net/)** - Pokémon Dungeon Crawler / [Wiki](https://wiki.pokerogue.net/start) / [Subreddit](https://reddit.com/r/pokerogue/) / [Mobile](https://github.com/Admiral-Billy/Pokerogue-App) / [Discord](https://discord.com/invite/uWpTfdKG49)
|
* ⭐ **[PokéRogue](https://pokerogue.net/)** - Pokémon Dungeon Crawler / [Wiki](https://wiki.pokerogue.net/start) / [Subreddit](https://reddit.com/r/pokerogue/) / [Mobile](https://github.com/Admiral-Billy/Pokerogue-App) / [Discord](https://discord.com/invite/uWpTfdKG49)
|
||||||
* ⭐ **[Pokémon Showdown](https://pokemonshowdown.com/)** - Online Pokémon Battles
|
* ⭐ **[Pokémon Showdown](https://pokemonshowdown.com/)** - Online Pokémon Battles
|
||||||
|
@ -868,17 +868,9 @@
|
||||||
|
|
||||||
## ▷ Geometry Dash Tools
|
## ▷ Geometry Dash Tools
|
||||||
|
|
||||||
* ⭐ **[Pointercrate](https://pointercrate.com/demonlist/)** - Original Demon List / [Stats Viewer](https://pointercrate.com/demonlist/statsviewer/)
|
* ↪️ **[GD Demon Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_geometry_dash_demon_lists)**
|
||||||
* ⭐ **[Geode](https://geode-sdk.org/)** - Mod Menu & Modding Framework
|
* ⭐ **[Geode](https://geode-sdk.org/)** - Mod Menu & Modding Framework
|
||||||
* ⭐ **[GDDP](https://gddp.pro/)** or **[GD Demon Ladder](https://gdladder.com/)** - Practice & Improve Your Skills
|
* ⭐ **[GDDP](https://gddp.pro/)** or **[GD Demon Ladder](https://gdladder.com/)** - Practice & Improve Your Skills
|
||||||
* [Pemonlist](https://pemonlist.com/) - Rated Platformer Demon List
|
|
||||||
* [Challenge List](https://challengelist.gd/challenges/) - Challenge Level List
|
|
||||||
* [AREDL](https://aredl.net/) - All Rated Extreme Demons List
|
|
||||||
* [IDL](https://insanedemonlist.com/) - Insane Demon List
|
|
||||||
* [HRR Mobile List](https://mobilepointercrate.com/) - High Refresh Rate Mobile List
|
|
||||||
* [UDL](https://udl.pages.dev/) - Unrated Demons List
|
|
||||||
* [Impossible Levels List](https://docs.google.com/document/d/1byBf60vW_Tq7TjQPyniBxQ1Iw9CtSURJU4_Cl1IziqY/edit)
|
|
||||||
* [Nine Circles Demonlist](https://sites.google.com/view/nine-circles-demonlist/home)
|
|
||||||
* [Soluble Texture Packs](https://solubletexturepacks.com/) - GD Texture Packs / [Manager](https://geode-sdk.org/mods/geode.texture-loader/)
|
* [Soluble Texture Packs](https://solubletexturepacks.com/) - GD Texture Packs / [Manager](https://geode-sdk.org/mods/geode.texture-loader/)
|
||||||
* [Spritesheet Splitter](https://gdcolon.com/gdsplitter/) - Split & Merge GD Spritesheets
|
* [Spritesheet Splitter](https://gdcolon.com/gdsplitter/) - Split & Merge GD Spritesheets
|
||||||
* [GD Save Explorer](https://gdcolon.com/gdsave/) - View Detailed Stats & Data of Save Files
|
* [GD Save Explorer](https://gdcolon.com/gdsave/) - View Detailed Stats & Data of Save Files
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
* [Xatab Repacks](https://byxatab.com/) - Torrent
|
* [Xatab Repacks](https://byxatab.com/) - Torrent
|
||||||
* [Elamigos](https://elamigos.site/) - Download
|
* [Elamigos](https://elamigos.site/) - Download
|
||||||
* [Tiny-Repacks](https://www.tiny-repacks.win) - Torrent
|
* [Tiny-Repacks](https://www.tiny-repacks.win) - Torrent
|
||||||
* [FreeGOGPCGames](https://freegogpcgames.com/) - GOG Games Torrent Uploads / [Hash Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#freegogpcgames-note), [2](https://i.ibb.co/XbF2dv1/image.png)
|
* [FreeGOGPCGames](https://freegogpcgames.com/) - GOG Games Torrent Uploads / [Hash Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#freegogpcgames-note)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
* ⭐ **[No-Intro](https://rentry.co/FMHYBase64#no-intro)** - ROMs / [Discord](https://discord.gg/dvk6W6vZmp)
|
* ⭐ **[No-Intro](https://rentry.co/FMHYBase64#no-intro)** - ROMs / [Discord](https://discord.gg/dvk6W6vZmp)
|
||||||
* ⭐ **[ROM Heaven](https://romheaven.com/)** - ROMs
|
* ⭐ **[ROM Heaven](https://romheaven.com/)** - ROMs
|
||||||
* ⭐ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg)
|
* ⭐ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg)
|
||||||
* ⭐ **[RUTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use 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)
|
||||||
* ⭐ **[RetroGameTalk](https://retrogametalk.com/)** / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [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) / [GitHub](https://github.com/Bonmarioinc/BonmarioRomHacks/) - ROM Fan Translations / Hacks
|
* ⭐ **[RetroGameTalk](https://retrogametalk.com/)** / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [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) / [GitHub](https://github.com/Bonmarioinc/BonmarioRomHacks/) - ROM Fan Translations / Hacks
|
||||||
* [Vimms Lair](https://vimm.net/) - Emulators / ROMs / [Restore Downloads](https://greasyfork.org/en/scripts/495800) / [Discord](https://discord.com/invite/XReX2ZGNcV)
|
* [Vimms Lair](https://vimm.net/) - Emulators / ROMs / [Restore Downloads](https://greasyfork.org/en/scripts/495800) / [Discord](https://discord.com/invite/XReX2ZGNcV)
|
||||||
* [Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks) - ROMs / Emulator Repacks
|
* [Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks) - ROMs / Emulator Repacks
|
||||||
|
@ -354,7 +354,6 @@
|
||||||
* [wide-snes](https://github.com/VitorVilela7/wide-snes) - Widescreen Super Mario World
|
* [wide-snes](https://github.com/VitorVilela7/wide-snes) - Widescreen Super Mario World
|
||||||
* [Wario Land Vault](https://wario-land.github.io/HackVault/index.html) - Wario Land ROM Mods
|
* [Wario Land Vault](https://wario-land.github.io/HackVault/index.html) - Wario Land ROM Mods
|
||||||
* [Pokemerald](https://pokemerald.com/) - Pokémon ROM Mods
|
* [Pokemerald](https://pokemerald.com/) - Pokémon ROM Mods
|
||||||
* [Ship of Harkinian](https://www.shipofharkinian.com/) - Ocarina of Time PC Port / [Discord](https://discord.com/invite/shipofharkinian) / [GitHub](https://github.com/HarbourMasters/Shipwright)
|
|
||||||
* [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask
|
* [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask
|
||||||
* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYBase64#smbx-preservation) / [Discord](https://discord.com/invite/aCZqadJ)
|
* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYBase64#smbx-preservation) / [Discord](https://discord.com/invite/aCZqadJ)
|
||||||
* [SMB Arena](https://www.smbarena.com/) - Super Mario Bros. 1 Mods
|
* [SMB Arena](https://www.smbarena.com/) - Super Mario Bros. 1 Mods
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
## ▷ Editing Software
|
## ▷ Editing Software
|
||||||
|
|
||||||
* ⭐ **[Photoshop](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) or [GenP](https://rentry.co/FMHYBase64#genp) / Windows, Mac / Use VPN / [Guide](https://rentry.co/FMHYBase64#adobe-guide) / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
* ⭐ **[Photoshop](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) or [GenP](https://rentry.co/FMHYBase64#genp) / Windows, Mac / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) / [Guide](https://rentry.co/FMHYBase64#adobe-guide) / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
||||||
* ⭐ **[GIMP](https://www.gimp.org/)** / Windows, Mac, Linux / [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Discord](https://discord.gg/kHBNw2B) / [Subreddit](https://www.reddit.com/r/GIMP/)
|
* ⭐ **[GIMP](https://www.gimp.org/)** / Windows, Mac, Linux / [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Discord](https://discord.gg/kHBNw2B) / [Subreddit](https://www.reddit.com/r/GIMP/)
|
||||||
* ⭐ **[Pinta Project](https://www.pinta-project.com/)** / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta)
|
* ⭐ **[Pinta Project](https://www.pinta-project.com/)** / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta)
|
||||||
* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / Windows, Mac, Linux, iOS / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) / [GitHub](https://github.com/imagemagick/imagemagick)
|
* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / Windows, Mac, Linux, iOS / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) / [GitHub](https://github.com/imagemagick/imagemagick)
|
||||||
|
@ -82,21 +82,21 @@
|
||||||
|
|
||||||
## ▷ Upscale / Restore
|
## ▷ Upscale / Restore
|
||||||
|
|
||||||
* ⭐ **[Waifu2x](https://github.com/nagadomi/nunif)** - Anime Image Upscaling / [WebUI](https://www.waifu2x.net/), [2](https://unlimited.waifu2x.net/), [3](https://waifu2x.pro/) / Self-Host
|
* ⭐ **[Waifu2x](https://github.com/nagadomi/nunif)** - Anime Image Upscaling / [WebUI](https://www.waifu2x.net/), [2](https://unlimited.waifu2x.net/), [3](https://waifu2x.pro/) / Self-Hosted
|
||||||
* ⭐ **[WaifuXL](https://waifuxl.com/)** - Anime Image Upscaling / Online / Self-Host
|
* ⭐ **[WaifuXL](https://waifuxl.com/)** - Anime Image Upscaling / Online / Self-Hosted
|
||||||
* ⭐ **[Upscayl](https://upscayl.org/)** - Image Upscaling / [GitHub](https://github.com/upscayl/upscayl) / Self-Host
|
* ⭐ **[Upscayl](https://upscayl.org/)** - Image Upscaling / [GitHub](https://github.com/upscayl/upscayl) / Self-Hosted
|
||||||
* ⭐ **[chaiNNer](https://github.com/chaiNNer-org/chaiNNer)** - Image Upscaling / Self-Host
|
* ⭐ **[chaiNNer](https://github.com/chaiNNer-org/chaiNNer)** - Image Upscaling / Self-Hosted
|
||||||
* ⭐ **[OpenModelDB](https://openmodeldb.info/)** - AI Upscaling Model Database
|
* ⭐ **[OpenModelDB](https://openmodeldb.info/)** - AI Upscaling Model Database
|
||||||
* [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) - Image Restoration Algorithms / [Face Restoration](https://github.com/TencentARC/GFPGAN) / Online / Self-Host
|
* [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) - Image Restoration Algorithms / [Face Restoration](https://github.com/TencentARC/GFPGAN) / Online / Self-Hosted
|
||||||
* [image-upscaling.net](https://image-upscaling.net/) - Image Upscaling / Online
|
* [image-upscaling.net](https://image-upscaling.net/) - Image Upscaling / Online
|
||||||
* [IMGUpscaler](https://imgupscaler.ai/) - Image Upscaling / Restoration / Video Upscaling / Online
|
* [IMGUpscaler](https://imgupscaler.ai/) - Image Upscaling / Restoration / Video Upscaling / Online
|
||||||
* [Bigjpg](https://bigjpg.com/) - Image Upscaling / Online
|
* [Bigjpg](https://bigjpg.com/) - Image Upscaling / Online
|
||||||
* [Ilaria_Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling / Online
|
* [Ilaria_Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling / Online
|
||||||
* [Final2x](https://github.com/Tohrusky/Final2x) - Image Upscaling / Self-Host
|
* [Final2x](https://github.com/Tohrusky/Final2x) - Image Upscaling / Self-Hosted
|
||||||
* [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) - Image Upscaling
|
* [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) - Image Upscaling
|
||||||
* [imgupscaler](https://imgupscaler.com/) - Image Upscaling / Online
|
* [imgupscaler](https://imgupscaler.com/) - Image Upscaling / Online
|
||||||
* [QualityScaler](https://github.com/Djdefrag/QualityScaler) - Image Upscaling / Video Upscaling / Denoising / Self-Hosted
|
* [QualityScaler](https://github.com/Djdefrag/QualityScaler) - Image Upscaling / Video Upscaling / Denoising / Self-Hosted
|
||||||
* [resdet](https://github.com/0x09/resdet) - Detect Source Resolution of Upscaled Images / Self-Host
|
* [resdet](https://github.com/0x09/resdet) - Detect Source Resolution of Upscaled Images / Self-Hosted
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -581,7 +581,7 @@
|
||||||
|
|
||||||
* 🌐 **[Creator Resources](https://www.newgrounds.com/wiki/creator-resources/)** - Art / Animation Resources
|
* 🌐 **[Creator Resources](https://www.newgrounds.com/wiki/creator-resources/)** - Art / Animation Resources
|
||||||
* 🌐 **[Awesome Colab Notebooks](https://github.com/amrzv/awesome-colab-notebooks)** - Image Colab Resources
|
* 🌐 **[Awesome Colab Notebooks](https://github.com/amrzv/awesome-colab-notebooks)** - Image Colab Resources
|
||||||
* ↪️ **[Color Scheme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_color_schemes)** - [Guide](https://i.ibb.co/cCRn3y1/5eb0a8de7dac.jpg)
|
* ↪️ **[Color Scheme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_color_schemes)**
|
||||||
* ⭐ **[ImgOps](https://imgops.com/)** - Image Operations Meta-Tool
|
* ⭐ **[ImgOps](https://imgops.com/)** - Image Operations Meta-Tool
|
||||||
* ⭐ **[AntiDupl](https://github.com/ermig1979/AntiDupl)** or [cbird](https://github.com/scrubbbbs/cbird) - Duplicate Image Removers
|
* ⭐ **[AntiDupl](https://github.com/ermig1979/AntiDupl)** or [cbird](https://github.com/scrubbbbs/cbird) - Duplicate Image Removers
|
||||||
* ⭐ **[Muzli](https://search.muz.li/)** - Design Inspiration Search
|
* ⭐ **[Muzli](https://search.muz.li/)** - Design Inspiration Search
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
## ▷ Captcha Tools
|
## ▷ Captcha Tools
|
||||||
|
|
||||||
* ⭐ **[Buster](https://github.com/dessant/buster)** - Auto Captcha Solver / [Improve Success Rate](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buster-note) (Important)
|
* ⭐ **[Buster](https://github.com/dessant/buster)** - Auto Captcha Solver / [Improve Success Rate](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buster-note)
|
||||||
* [NopeCHA](https://nopecha.com/) - Auto Captcha Solver / [Required Tokens](https://nopecha.com/manage) / [Discord](https://discord.com/invite/yj7cTYBQaw)
|
* [NopeCHA](https://nopecha.com/) - Auto Captcha Solver / [Required Tokens](https://nopecha.com/manage) / [Discord](https://discord.com/invite/yj7cTYBQaw)
|
||||||
* [Privacy Pass](https://github.com/cloudflare/pp-browser-extension) - Save Captcha Tokens
|
* [Privacy Pass](https://github.com/cloudflare/pp-browser-extension) - Save Captcha Tokens
|
||||||
* [Democaptcha](https://democaptcha.com/demo-form-eng/hcaptcha.html) - hCaptcha Demo / Get Captcha Tokens
|
* [Democaptcha](https://democaptcha.com/demo-form-eng/hcaptcha.html) - hCaptcha Demo / Get Captcha Tokens
|
||||||
|
@ -301,7 +301,7 @@
|
||||||
# ► URL Tools
|
# ► URL Tools
|
||||||
|
|
||||||
* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**
|
* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**
|
||||||
* ⭐ **[Flagfox](https://flagfox.wordpress.com/)** - Displays Country's Flag on Sites / [Adds Many URL Tools](https://i.ibb.co/N7Mq56Q/889730aa3863.png)
|
* ⭐ **[Flagfox](https://flagfox.wordpress.com/)** - Multi-Tool Firefox Extension for URLs / [Full Tools List](https://files.catbox.moe/s7s4pv.png)
|
||||||
* ⭐ **[HTTPStatus](https://httpstatus.io/)** - Check URL Status Codes / Redirect Chains
|
* ⭐ **[HTTPStatus](https://httpstatus.io/)** - Check URL Status Codes / Redirect Chains
|
||||||
* ⭐ **[lychee](https://lychee.cli.rs/)** - URL Scanner / [GitHub](https://github.com/lycheeverse/lychee/)
|
* ⭐ **[lychee](https://lychee.cli.rs/)** - URL Scanner / [GitHub](https://github.com/lycheeverse/lychee/)
|
||||||
* ⭐ **[Mini QR](https://mini-qr-code-generator.vercel.app/)** / [GitHub](https://github.com/lyqht/mini-qr), [AI QRCode](https://openart.ai/apps/ai_qrcode) or [QArt Coder](https://research.swtch.com/qr/draw/) - Create Custom QR Code Art
|
* ⭐ **[Mini QR](https://mini-qr-code-generator.vercel.app/)** / [GitHub](https://github.com/lyqht/mini-qr), [AI QRCode](https://openart.ai/apps/ai_qrcode) or [QArt Coder](https://research.swtch.com/qr/draw/) - Create Custom QR Code Art
|
||||||
|
@ -353,14 +353,13 @@
|
||||||
* ⭐ **[T.LY](https://t.ly/)** - `t.ly/qqH6`
|
* ⭐ **[T.LY](https://t.ly/)** - `t.ly/qqH6`
|
||||||
* [is.gd](https://www.is.gd/) - `is.gd/9dkISG`
|
* [is.gd](https://www.is.gd/) - `is.gd/9dkISG`
|
||||||
* [SmartLnks](https://smartlnks.com/) - `smartlnks.com/Vjr0m`
|
* [SmartLnks](https://smartlnks.com/) - `smartlnks.com/Vjr0m`
|
||||||
* [TinyURL](https://tinyurl.com/) - `tinyurl.com/twgf2ks` / [Reveal URL](https://i.ibb.co/Wv90gT4/0d2992342fc7.png)
|
* [TinyURL](https://tinyurl.com/) - `tinyurl.com/twgf2ks` / [Reveal URL](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#tinyurl-note)
|
||||||
* [refer.is](https://refer.is/) - `refer.is/gpdvk7zf`
|
* [refer.is](https://refer.is/) - `refer.is/gpdvk7zf`
|
||||||
* [X.gd](https://x.gd/) - `x.gd/rcg0Z`
|
* [X.gd](https://x.gd/) - `x.gd/rcg0Z`
|
||||||
* [Bom.so](https://bom.so/) - `bom.so/VevMJv`
|
* [Bom.so](https://bom.so/) - `bom.so/VevMJv`
|
||||||
* [By.com.vn](https://by.com.vn/) - `by.com.vn/tKYeSo`
|
* [By.com.vn](https://by.com.vn/) - `by.com.vn/tKYeSo`
|
||||||
* [Bly.to](https://blyto.com/) - `bly.to/3e04d1`
|
* [Bly.to](https://blyto.com/) - `bly.to/3e04d1`
|
||||||
* [Suri](https://github.com/surishortlink/suri), [MPNG.IN](https://github.com/thewalkingtoast/mpngin), [Snapp](https://github.com/urania-dev/snapp), [Dub.co](https://github.com/dubinc/dub) or [Shlink](https://github.com/shlinkio/shlink) - Self-Hosted Link Shorteners
|
* [Suri](https://github.com/surishortlink/suri), [MPNG.IN](https://github.com/thewalkingtoast/mpngin), [Snapp](https://github.com/urania-dev/snapp), [Dub.co](https://github.com/dubinc/dub) or [Shlink](https://github.com/shlinkio/shlink) - Self-Hosted Link Shorteners
|
||||||
* [TinyURL](https://tinyurl.com/) - `tinyurl.com/twgf2ks` / [Reveal URL](https://i.ibb.co/Wv90gT4/0d2992342fc7.png)
|
|
||||||
* [s.id](https://home.s.id/) - `s.id/EQBsg`
|
* [s.id](https://home.s.id/) - `s.id/EQBsg`
|
||||||
* [Linkify](https://creator.linkify.cz/) - `linkify.cz/1a0O`
|
* [Linkify](https://creator.linkify.cz/) - `linkify.cz/1a0O`
|
||||||
* [Jii.Li](https://jii.li/) - `jii.li/hNFXP`
|
* [Jii.Li](https://jii.li/) - `jii.li/hNFXP`
|
||||||
|
@ -505,6 +504,7 @@
|
||||||
|
|
||||||
## ▷ Email Aliasing
|
## ▷ Email Aliasing
|
||||||
|
|
||||||
|
* 🌐 **[Email Aliasing Comparison](https://email-aliasing-comparison.netlify.app/)** / [GitHub](https://github.com/fynks/email-aliasing-comparison)
|
||||||
* ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [X](https://x.com/SimpleLogin) / [GitHub](https://github.com/simple-login/app)
|
* ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [X](https://x.com/SimpleLogin) / [GitHub](https://github.com/simple-login/app)
|
||||||
* ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
|
* ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
|
||||||
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing
|
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing
|
||||||
|
|
|
@ -69,17 +69,6 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## ▷ Raspberry Pi
|
|
||||||
|
|
||||||
* [Pinn](https://github.com/procount/pinn) - Raspberry Pi OS Installer
|
|
||||||
* [PiVPN](https://pivpn.io/) - Raspberry Pi VPN / [GitHub](https://github.com/pivpn/pivpn)
|
|
||||||
* [raspberrypiwireguard](https://github.com/adrianmihalko/raspberrypiwireguard) - Install WireGuard on Raspberry Pi
|
|
||||||
* [Raspberry Pi Connect](https://www.raspberrypi.com/software/connect/) - Raspberry Pi Remote Access
|
|
||||||
* [CaribouLite](https://github.com/cariboulabs/cariboulite) - Raspberry Pi Tx/Rx 6GHz SDR
|
|
||||||
* [Piper](https://github.com/rhasspy/piper) - Raspberry Pi Text-To-Speech
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
# ► Linux Apps
|
# ► Linux Apps
|
||||||
|
|
||||||
* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index
|
* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index
|
||||||
|
@ -136,7 +125,7 @@
|
||||||
* ⭐ **[Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b)** - Multi-Site Software Search
|
* ⭐ **[Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b)** - Multi-Site Software Search
|
||||||
* [Awesome Linux Minimalism](https://github.com/MindPatch/awesome-linux-minimalism) - FOSS Software
|
* [Awesome Linux Minimalism](https://github.com/MindPatch/awesome-linux-minimalism) - FOSS Software
|
||||||
* [FOSS Torrents](https://fosstorrents.com/) - FOSS Software Torrents
|
* [FOSS Torrents](https://fosstorrents.com/) - FOSS Software Torrents
|
||||||
* [Linux FOSS Image](https://i.ibb.co/KyTkKHz/ae00a5177857.png) - FOSS Software List
|
* [Open Source Linux Programs](https://files.catbox.moe/o99qyz.jpg) - FOSS Software Chart
|
||||||
* [Rim's Linux Wiki](https://rlw.pages.dev/), [2](https://rimswiki.xyz/) - Linux Software / Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
|
* [Rim's Linux Wiki](https://rlw.pages.dev/), [2](https://rimswiki.xyz/) - Linux Software / Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)
|
||||||
* [KDE Applications](https://apps.kde.org/) or [KDE Store](https://store.kde.org/browse/) - KDE Apps & Themes
|
* [KDE Applications](https://apps.kde.org/) or [KDE Store](https://store.kde.org/browse/) - KDE Apps & Themes
|
||||||
* [Flatpak](https://flatpak.org/) or [Flathub](https://flathub.org/) - Flatpak App Repositories
|
* [Flatpak](https://flatpak.org/) or [Flathub](https://flathub.org/) - Flatpak App Repositories
|
||||||
|
@ -197,8 +186,8 @@
|
||||||
|
|
||||||
* ⭐ **[mpv](https://mpv.io/)** or [VLC](https://www.videolan.org/) - Video Players
|
* ⭐ **[mpv](https://mpv.io/)** or [VLC](https://www.videolan.org/) - Video Players
|
||||||
* ⭐ **[Haruna](https://apps.kde.org/haruna/)** / [GitHub](https://github.com/KDE/haruna) or **[Celluloid](https://github.com/celluloid-player/celluloid)** - MPV Frontends
|
* ⭐ **[Haruna](https://apps.kde.org/haruna/)** / [GitHub](https://github.com/KDE/haruna) or **[Celluloid](https://github.com/celluloid-player/celluloid)** - MPV Frontends
|
||||||
* ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** / [GitHub](https://github.com/KDE/kdenlive) or [Flowblade](https://jliljebl.github.io/flowblade/) / [GItHub](https://github.com/jliljebl/flowblade) - Video Editors
|
* ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** / [GitHub](https://github.com/KDE/kdenlive) or [Flowblade](https://jliljebl.github.io/flowblade/) / [GitHub](https://github.com/jliljebl/flowblade) - Video Editors
|
||||||
* [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use VPN
|
* [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||||
* [MPV Shim](https://github.com/iwalton3/plex-mpv-shim) - Cast Plex to MPV
|
* [MPV Shim](https://github.com/iwalton3/plex-mpv-shim) - Cast Plex to MPV
|
||||||
* [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation
|
* [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation
|
||||||
* [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor
|
* [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor
|
||||||
|
@ -217,7 +206,7 @@
|
||||||
|
|
||||||
* 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources
|
* 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources
|
||||||
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [spotify-adblock](https://github.com/abba23/spotify-adblock) - Spotify Adblockers
|
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [spotify-adblock](https://github.com/abba23/spotify-adblock) - Spotify Adblockers
|
||||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://pastebin.com/gAbebbbJ)
|
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note)
|
||||||
* ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers
|
* ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers
|
||||||
* [puddletag](https://docs.puddletag.net/) - Metadata Organizer / [GitHub](https://github.com/puddletag/puddletag)
|
* [puddletag](https://docs.puddletag.net/) - Metadata Organizer / [GitHub](https://github.com/puddletag/puddletag)
|
||||||
* [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux
|
* [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux
|
||||||
|
@ -365,7 +354,7 @@
|
||||||
* [Akregator](https://apps.kde.org/akregator/), [NewsBoat](https://newsboat.org/), [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk), [Photon](https://git.sr.ht/~ghost08/photon) or [gorss](https://github.com/Lallassu/gorss) - RSS Readers
|
* [Akregator](https://apps.kde.org/akregator/), [NewsBoat](https://newsboat.org/), [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk), [Photon](https://git.sr.ht/~ghost08/photon) or [gorss](https://github.com/Lallassu/gorss) - RSS Readers
|
||||||
* [Seahorse](https://gitlab.gnome.org/GNOME/seahorse) - GNOME Password Manager
|
* [Seahorse](https://gitlab.gnome.org/GNOME/seahorse) - GNOME Password Manager
|
||||||
* [gopass](https://www.gopass.pw/) - CLI Password Manager
|
* [gopass](https://www.gopass.pw/) - CLI Password Manager
|
||||||
* [KGet](https://apps.kde.org/kget/), [Varia](https://github.com/giantpinkrobots/varia) or [GabutDM](https://github.com/gabutakut/gabutdm) - Download Managers
|
* [KGet](https://apps.kde.org/kget/) or [GabutDM](https://github.com/gabutakut/gabutdm) - Download Managers
|
||||||
* [GDown](https://github.com/wkentaro/gdown) - Google Drive Downloader
|
* [GDown](https://github.com/wkentaro/gdown) - Google Drive Downloader
|
||||||
* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) - Mount Google Drive
|
* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) - Mount Google Drive
|
||||||
* [maestral](https://maestral.app/) - Dropbox Client
|
* [maestral](https://maestral.app/) - Dropbox Client
|
||||||
|
@ -424,7 +413,8 @@
|
||||||
* ⭐ **[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
|
* ⭐ **[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
|
||||||
* ⭐ **[Baobab](https://gitlab.gnome.org/GNOME/baobab)**, **[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), [Filelight](https://apps.kde.org/en-gb/filelight/), [dut](https://codeberg.org/201984/dut), [gdu](https://github.com/dundee/gdu) or [NCDU](https://dev.yorhel.nl/ncdu) - Terminal File Managers / Disk Usage Analyzers
|
* ⭐ **[Baobab](https://gitlab.gnome.org/GNOME/baobab)**, **[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), [Filelight](https://apps.kde.org/en-gb/filelight/), [dut](https://codeberg.org/201984/dut), [gdu](https://github.com/dundee/gdu) or [NCDU](https://dev.yorhel.nl/ncdu) - Terminal File Managers / Disk Usage Analyzers
|
||||||
* [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch), [gocatcli](https://github.com/deadc0de6/gocatcli/), [xplr](https://xplr.dev/) / [GitHub](https://github.com/sayanarijit/xplr) / [Discord](https://discord.com/invite/JmasSPCcz3), [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
|
* [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch), [gocatcli](https://github.com/deadc0de6/gocatcli/), [xplr](https://xplr.dev/) / [GitHub](https://github.com/sayanarijit/xplr) / [Discord](https://discord.com/invite/JmasSPCcz3), [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
|
||||||
* [Dolphin](https://userbase.kde.org/Dolphin) / [Source](https://invent.kde.org/system/dolphin) or [SpaceFM](https://ignorantguru.github.io/spacefm/) - File Managers
|
* [The Filesystem Hierarchy Standard](https://i.imgur.com/0vfM4dm.png) - Linux Filesystem Chart
|
||||||
|
* [Dolphin](https://userbase.kde.org/Dolphin) / [Source Code](https://invent.kde.org/system/dolphin) or [SpaceFM](https://ignorantguru.github.io/spacefm/) - File Managers
|
||||||
* [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop
|
* [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop
|
||||||
* [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days
|
* [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days
|
||||||
* [z](https://github.com/rupa/z) - Track Most Used Directories
|
* [z](https://github.com/rupa/z) - Track Most Used Directories
|
||||||
|
@ -439,7 +429,6 @@
|
||||||
* [rcm](https://github.com/thoughtbot/rcm) - Manage Dotfiles
|
* [rcm](https://github.com/thoughtbot/rcm) - Manage Dotfiles
|
||||||
* [PDF Mix](https://scarpetta.eu/pdfmixtool/) - PDF Editor
|
* [PDF Mix](https://scarpetta.eu/pdfmixtool/) - PDF Editor
|
||||||
* [gscan2pdf](https://gscan2pdf.sourceforge.net/) - Turn Documents into PDFs
|
* [gscan2pdf](https://gscan2pdf.sourceforge.net/) - Turn Documents into PDFs
|
||||||
* [Linux Filesystem Chart](https://i.ibb.co/ChF9HMH/02e105ba72c1.png) - File System Guide
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -483,6 +472,17 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## ▷ Raspberry Pi
|
||||||
|
|
||||||
|
* [Pinn](https://github.com/procount/pinn) - Raspberry Pi OS Installer
|
||||||
|
* [PiVPN](https://pivpn.io/) - Raspberry Pi VPN / [GitHub](https://github.com/pivpn/pivpn)
|
||||||
|
* [raspberrypiwireguard](https://github.com/adrianmihalko/raspberrypiwireguard) - Install WireGuard on Raspberry Pi
|
||||||
|
* [Raspberry Pi Connect](https://www.raspberrypi.com/software/connect/) - Raspberry Pi Remote Access
|
||||||
|
* [CaribouLite](https://github.com/cariboulabs/cariboulite) - Raspberry Pi Tx/Rx 6GHz SDR
|
||||||
|
* [Piper](https://github.com/rhasspy/piper) - Raspberry Pi Text-To-Speech
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
# ► Ricing / Customization
|
# ► Ricing / Customization
|
||||||
|
|
||||||
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)** or **[Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** - Linux Ricing Resources
|
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)** or **[Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** - Linux Ricing Resources
|
||||||
|
@ -646,7 +646,7 @@
|
||||||
## ▷ Mac Audio
|
## ▷ Mac Audio
|
||||||
|
|
||||||
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [Mac_Spotify_Adblock](https://github.com/Devanshu-17/Mac_Spotify_Adblock) - Spotify Adblockers
|
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [Mac_Spotify_Adblock](https://github.com/Devanshu-17/Mac_Spotify_Adblock) - Spotify Adblockers
|
||||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://pastebin.com/gAbebbbJ)
|
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note)
|
||||||
* [foobar2000](https://www.foobar2000.org/mac) or [VOX Mac Music Player](https://vox.rocks/mac-music-player) - Audio Players
|
* [foobar2000](https://www.foobar2000.org/mac) or [VOX Mac Music Player](https://vox.rocks/mac-music-player) - Audio Players
|
||||||
* [Silicio](https://apps.apple.com/us/app/silicio-mini-player/id933627574) - Audio Mini Player
|
* [Silicio](https://apps.apple.com/us/app/silicio-mini-player/id933627574) - Audio Mini Player
|
||||||
* [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player
|
* [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
* ⭐ **[Couleur Tweak Tips](https://ctt.cx/)** - Comprehensive Hub of Resources and Tools / [Discord](https://discord.gg/CTT)
|
* ⭐ **[Couleur Tweak Tips](https://ctt.cx/)** - Comprehensive Hub of Resources and Tools / [Discord](https://discord.gg/CTT)
|
||||||
* ⭐ **[/r/InternetIsBeautiful](https://reddit.com/r/InternetIsBeautiful)** - Helpful / Fun Sites
|
* ⭐ **[/r/InternetIsBeautiful](https://reddit.com/r/InternetIsBeautiful)** - Helpful / Fun Sites
|
||||||
* [Track Awesome List](https://www.trackawesomelist.com/) - Daily Awesome List Updates
|
* [Track Awesome List](https://www.trackawesomelist.com/) - Daily Awesome List Updates
|
||||||
|
* [ForumDirectory](https://www.forumdirectory.com/) - Forum Directory
|
||||||
* [ooh.directory](https://ooh.directory/) - Blog Directory
|
* [ooh.directory](https://ooh.directory/) - Blog Directory
|
||||||
* [/danfmhy/](https://rentry.co/danfmhy/) - List of Guides by Dan
|
* [/danfmhy/](https://rentry.co/danfmhy/) - List of Guides by Dan
|
||||||
* [StatsCrop](https://www.statscrop.com/websites/top-sites/), [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/sites/int), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings & Stats
|
* [StatsCrop](https://www.statscrop.com/websites/top-sites/), [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/sites/int), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings & Stats
|
||||||
|
@ -120,12 +121,12 @@
|
||||||
|
|
||||||
* 🌐 **[/m/food](https://www.reddit.com/user/Siryonkee/m/food/)** - Food Multireddit
|
* 🌐 **[/m/food](https://www.reddit.com/user/Siryonkee/m/food/)** - Food Multireddit
|
||||||
* 🌐 **[MapOfTheBest](https://mapofthebest.com/)** - Top Restaurant List
|
* 🌐 **[MapOfTheBest](https://mapofthebest.com/)** - Top Restaurant List
|
||||||
* ↪️ **[Food Storage Tips](https://i.redd.it/qmcas4yuc2w81.png)** / [2](https://i.ibb.co/SKq3GT7/ca6f633c898b.png)
|
|
||||||
* ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators
|
* ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators
|
||||||
* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://patrickzedler.com/grocy/) / [Subeddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy), [Listonic](https://new.app.listonic.com/en) or [KitchenOwl](https://kitchenowl.org/) / [GitHub](https://github.com/TomBursch/kitchenowl) - Grocery / Pantry Managers
|
* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://patrickzedler.com/grocy/) / [Subeddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy), [Listonic](https://new.app.listonic.com/en) or [KitchenOwl](https://kitchenowl.org/) / [GitHub](https://github.com/TomBursch/kitchenowl) - Grocery / Pantry Managers
|
||||||
* ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews
|
* ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews
|
||||||
* ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides
|
* ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides
|
||||||
* ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search
|
* ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search
|
||||||
|
* [DoesItGoBad.com](https://www.doesitgobad.com/) - Food Storage Tips
|
||||||
* [Heard.](https://heardnyc.com/) - Anonymous Food & Restaurant Reviews / [Subreddit](https://www.reddit.com/r/KitchenConfidential/)
|
* [Heard.](https://heardnyc.com/) - Anonymous Food & Restaurant Reviews / [Subreddit](https://www.reddit.com/r/KitchenConfidential/)
|
||||||
* [FoodExpirationDates](https://github.com/lorenzovngl/FoodExpirationDates) or [Fridgey](https://f-droid.org/packages/lying.fengfeng.foodrecords/) - Food Expiration Trackers
|
* [FoodExpirationDates](https://github.com/lorenzovngl/FoodExpirationDates) or [Fridgey](https://f-droid.org/packages/lying.fengfeng.foodrecords/) - Food Expiration Trackers
|
||||||
* [Cook Well](https://www.cookwell.com/) - Cooking Lessons / Science
|
* [Cook Well](https://www.cookwell.com/) - Cooking Lessons / Science
|
||||||
|
@ -222,7 +223,7 @@
|
||||||
* [Composting](https://learn.eartheasy.com/guides/composting/) - Composting Guides
|
* [Composting](https://learn.eartheasy.com/guides/composting/) - Composting Guides
|
||||||
* [Modern Farmer](https://modernfarmer.com/) - Agricultural News
|
* [Modern Farmer](https://modernfarmer.com/) - Agricultural News
|
||||||
* [Chip Drop](https://getchipdrop.com/) - Free Mulch
|
* [Chip Drop](https://getchipdrop.com/) - Free Mulch
|
||||||
* [Hardiness Zones](https://upload.wikimedia.org/wikipedia/commons/a/a7/World_Hardiness_Zones.png) or [Plant Maps](https://www.plantmaps.com/) - Global Map of Hardiness Zones
|
* [World Hardiness Zones](https://upload.wikimedia.org/wikipedia/commons/a/a7/World_Hardiness_Zones.png) or [Plantmaps](https://www.plantmaps.com/) - Global Map of Hardiness Zones
|
||||||
* [/r/Microgrowery](https://reddit.com/r/microgrowery/) or [GrassCity](https://forum.grasscity.com/) - Cannabis Growing Communities
|
* [/r/Microgrowery](https://reddit.com/r/microgrowery/) or [GrassCity](https://forum.grasscity.com/) - Cannabis Growing Communities
|
||||||
* [SeedFinder](https://seedfinder.eu/en) - 35500+ Strain Database
|
* [SeedFinder](https://seedfinder.eu/en) - 35500+ Strain Database
|
||||||
|
|
||||||
|
@ -289,7 +290,7 @@
|
||||||
## ▷ Navigation / Transport
|
## ▷ Navigation / Transport
|
||||||
|
|
||||||
* ⭐ **[Google Maps](https://www.google.com/maps/)**, [Bing Maps](https://www.bing.com/maps), [Mapy](https://en.mapy.cz/), [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor) or [Apple Maps](https://beta.maps.apple.com/) - Online / Offline Maps
|
* ⭐ **[Google Maps](https://www.google.com/maps/)**, [Bing Maps](https://www.bing.com/maps), [Mapy](https://en.mapy.cz/), [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor) or [Apple Maps](https://beta.maps.apple.com/) - Online / Offline Maps
|
||||||
* ⭐ **[Comaps](https://www.comaps.app/)** / [Codeberg](https://codeberg.org/comaps/comaps) or [Organic Maps](https://organicmaps.app/) - Offline Maps
|
* ⭐ **[Comaps](https://www.comaps.app/)** / [Source Code](https://codeberg.org/comaps/comaps) or [Organic Maps](https://organicmaps.app/) - Offline Maps
|
||||||
* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Open Community Maps / [Advanced Search](https://nominatim.openstreetmap.org/ui/search.html) / [Advanced Editor](https://level0.osmz.ru/) / [AI Editor](https://rapideditor.org/) / [Overpass API GUI](https://overpass-turbo.eu/) / [Resources](https://github.com/osmlab/awesome-openstreetmap)
|
* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Open Community Maps / [Advanced Search](https://nominatim.openstreetmap.org/ui/search.html) / [Advanced Editor](https://level0.osmz.ru/) / [AI Editor](https://rapideditor.org/) / [Overpass API GUI](https://overpass-turbo.eu/) / [Resources](https://github.com/osmlab/awesome-openstreetmap)
|
||||||
* [OsmAnd](https://osmand.net/) or [Magic Earth](https://www.magicearth.com/) - Mobile Only Maps
|
* [OsmAnd](https://osmand.net/) or [Magic Earth](https://www.magicearth.com/) - Mobile Only Maps
|
||||||
* [GMaps WV](https://f-droid.org/packages/us.spotco.maps/) / [GitHub](https://github.com/woheller69/maps) - Restricted Google Maps WebView Wrapper
|
* [GMaps WV](https://f-droid.org/packages/us.spotco.maps/) / [GitHub](https://github.com/woheller69/maps) - Restricted Google Maps WebView Wrapper
|
||||||
|
@ -490,8 +491,7 @@
|
||||||
|
|
||||||
* ↪️ **[Dev / Cybersecurity News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_dev_news)**
|
* ↪️ **[Dev / Cybersecurity News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_dev_news)**
|
||||||
* ⭐ **[GamersNexus](https://gamersnexus.net/)** - PC Gaming News
|
* ⭐ **[GamersNexus](https://gamersnexus.net/)** - PC Gaming News
|
||||||
* ⭐ **[Hacker News](https://news.ycombinator.com/)**, [hckrnws](https://www.hckrnws.com/), [HackerWeb](https://hackerwebapp.com/) or [Hacker Herald](https://hackerherald.com/) - Tech / Hacking News
|
* ⭐ **[Hacker News](https://news.ycombinator.com/)** - Tech / Hacking News / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)
|
||||||
* ⭐ **Hacker News Tools** - [App List](https://github.com/cheeaun/awesome-hacker-news) / [Modern Interface](https://www.modernhn.com/) / [Highlighter](https://greasyfork.org/en/scripts/39311) / [Search](https://hn.algolia.com/), [2](https://alexandria-library.julienc.me/search/) / [Top Posts](https://hn.lindylearn.io/) / [Relevant Posts](https://github.com/imdj/HNRelevant) / [Post Summary](https://hackernews.betacat.io/) / [Self-Host](https://www.hn.plus/) / [RSS](https://hnrss.github.io/) / [Webpage Comments](https://github.com/benwinding/newsit)
|
|
||||||
* [AlternativeTo Aggregator](https://alternativeto.net/news/all/) - Tech News Aggregator
|
* [AlternativeTo Aggregator](https://alternativeto.net/news/all/) - Tech News Aggregator
|
||||||
* [TechURLs](https://techurls.com/) - Tech News
|
* [TechURLs](https://techurls.com/) - Tech News
|
||||||
* [Techmeme](https://www.techmeme.com/) - Tech News
|
* [Techmeme](https://www.techmeme.com/) - Tech News
|
||||||
|
@ -506,6 +506,19 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## ▷ Hacker News Tools
|
||||||
|
|
||||||
|
* 🌐 **[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
|
||||||
|
* [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
|
||||||
|
* [Lindy Hacker News](https://hn.lindylearn.io/) - Best of / Top Posts Aggregator
|
||||||
|
* [Hacker News RSS](https://hnrss.github.io/) - HN RSS Feeds
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
## ▷ Science News
|
## ▷ Science News
|
||||||
|
|
||||||
* [SciURLs](https://sciurls.com/)
|
* [SciURLs](https://sciurls.com/)
|
||||||
|
@ -536,7 +549,7 @@
|
||||||
* [Coping Skills Masterlist](https://docs.google.com/document/d/1KI1kzj6Bjx_O3ggYXfgEuTtOsLiCW0V-JeWpTyX5OOU/) - Mental Health Coping Skills
|
* [Coping Skills Masterlist](https://docs.google.com/document/d/1KI1kzj6Bjx_O3ggYXfgEuTtOsLiCW0V-JeWpTyX5OOU/) - Mental Health Coping Skills
|
||||||
* [Zen Habits](https://zenhabits.net/) - Develop Zen Habits
|
* [Zen Habits](https://zenhabits.net/) - Develop Zen Habits
|
||||||
* [Medito](https://github.com/meditohq/medito-app) or [Heartfulness](https://www.heartfulnessapp.org/) - Meditation App
|
* [Medito](https://github.com/meditohq/medito-app) or [Heartfulness](https://www.heartfulnessapp.org/) - Meditation App
|
||||||
* [Meditation Infographic](https://i.ibb.co/BNWDCbS/2552-IIB-Meditation.png) - Meditation Techniques
|
* [IIB Mindfulness](https://informationisbeautiful.net/visualizations/what-is-meditation-mindfulness-good-for/) - Meditation Techniques / Infographic
|
||||||
* [Conversations](https://conversations.movember.com/en/conversations/) - Mental Health Conversation Practice
|
* [Conversations](https://conversations.movember.com/en/conversations/) - Mental Health Conversation Practice
|
||||||
* [Plees Tracker](https://vmiklos.hu/plees-tracker/) - Sleep Tracker
|
* [Plees Tracker](https://vmiklos.hu/plees-tracker/) - Sleep Tracker
|
||||||
* [TripSit](https://tripsit.me/) / [Discord](https://discord.gg/tripsit), [Drugs.com](https://www.drugs.com/) or [DrugBank](https://go.drugbank.com/) - Drug Information / Side Effects
|
* [TripSit](https://tripsit.me/) / [Discord](https://discord.gg/tripsit), [Drugs.com](https://www.drugs.com/) or [DrugBank](https://go.drugbank.com/) - Drug Information / Side Effects
|
||||||
|
@ -546,7 +559,7 @@
|
||||||
## ▷ Physical Health
|
## ▷ Physical Health
|
||||||
|
|
||||||
* ⭐ **[Simple Science Fitness](https://ss.fitness/calculators)** - Fitness Calculators
|
* ⭐ **[Simple Science Fitness](https://ss.fitness/calculators)** - Fitness Calculators
|
||||||
* ⭐ **[BMI Chart](https://i.ibb.co/bL65m8F/995c00ec75ba.png)** - Healthy BMI Graph
|
* ⭐ **[BMI Chart](https://en.wikipedia.org/wiki/Body_mass_index#/media/File:BMI_chart.png)** - BMI Range Graph
|
||||||
* ⭐ **[Standard BMI Calculator](https://www.nhlbi.nih.gov/health/educational/lose_wt/BMI/bmicalc.htm)** - BMI Calculator
|
* ⭐ **[Standard BMI Calculator](https://www.nhlbi.nih.gov/health/educational/lose_wt/BMI/bmicalc.htm)** - BMI Calculator
|
||||||
* [AMMFitness](https://www.ammfitness.co.uk/) - Fitness / Nutrition Info
|
* [AMMFitness](https://www.ammfitness.co.uk/) - Fitness / Nutrition Info
|
||||||
* [The Fitness Wiki](https://thefitness.wiki/) - Fitness Information Wiki
|
* [The Fitness Wiki](https://thefitness.wiki/) - Fitness Information Wiki
|
||||||
|
@ -572,14 +585,13 @@
|
||||||
* 🌐 **[ExRx.net](https://exrx.net/)** - Exercise Resources
|
* 🌐 **[ExRx.net](https://exrx.net/)** - Exercise Resources
|
||||||
* ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans
|
* ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans
|
||||||
* ⭐ **[/r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Bodyweight Fitness Routines / [Android](https://play.google.com/store/apps/details?id=com.eightxthree.app) / [iOS](https://apps.apple.com/app/8x3/id1561393713) / [Subreddit](https://www.reddit.com/r/BodyweightFitness) / [Discord](https://discord.gg/bwf)
|
* ⭐ **[/r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Bodyweight Fitness Routines / [Android](https://play.google.com/store/apps/details?id=com.eightxthree.app) / [iOS](https://apps.apple.com/app/8x3/id1561393713) / [Subreddit](https://www.reddit.com/r/BodyweightFitness) / [Discord](https://discord.gg/bwf)
|
||||||
* ⭐ **[/u/KNightNox Diagram](https://i.imgur.com/gEfyf0q.jpeg)**, [2](https://i.ibb.co/xCGRdM0/c3b977fa36fc.jpg) - Zoomable Exercise Diagram
|
* ⭐ **[/u/KNightNox Diagram](https://imgur.com/bodyweight-training-skill-tree-with-over-200-exercises-high-res-gEfyf0q)** - Zoomable Exercise Diagram
|
||||||
* [Hevy](https://www.hevyapp.com/), [Boostcamp](https://www.boostcamp.app/), [Tracked](https://www.tracked.gg/), [Kenko](https://github.com/Iamlooker/Kenko), [FitNotes](https://www.fitnotesapp.com/) or [FitHero](https://fithero.app/) - Workout Trackers
|
* [Hevy](https://www.hevyapp.com/), [Boostcamp](https://www.boostcamp.app/), [Tracked](https://www.tracked.gg/), [Kenko](https://github.com/Iamlooker/Kenko), [FitNotes](https://www.fitnotesapp.com/) or [FitHero](https://fithero.app/) - Workout Trackers
|
||||||
* [Fitness Blender](https://www.fitnessblender.com/videos?exclusive%5B%5D=0) - Workout Videos
|
* [Fitness Blender](https://www.fitnessblender.com/videos?exclusive%5B%5D=0) - Workout Videos
|
||||||
* [Calistree](https://calistree.app/) - Exercise Search
|
* [Calistree](https://calistree.app/) - Exercise Search
|
||||||
* [FitnessProgramer](https://fitnessprogramer.com/) - Workout Plans
|
* [FitnessProgramer](https://fitnessprogramer.com/) - Workout Plans
|
||||||
* [Workout.lol](https://workout.lol/) - Custom Workout Plans
|
* [Workout.lol](https://workout.lol/) - Custom Workout Plans
|
||||||
* [MuscleWiki](https://musclewiki.com/) or [The Casual Gym](https://gym.naya.com.np/) - Muscle / Exercise Information Tool
|
* [MuscleWiki](https://musclewiki.com/) or [The Casual Gym](https://gym.naya.com.np/) - Muscle / Exercise Information Tool
|
||||||
* [No Equipment Ab Exercises](https://i.ibb.co/YdNy3K2/12df795c3938.jpg) - Ab Exercise Diagram
|
|
||||||
* [Liftosaur](https://www.liftosaur.com/), [LiftLog](https://github.com/LiamMorrow/LiftLog) or [StrongLifts](https://stronglifts.com/) - Weightlifting Trackers
|
* [Liftosaur](https://www.liftosaur.com/), [LiftLog](https://github.com/LiamMorrow/LiftLog) or [StrongLifts](https://stronglifts.com/) - Weightlifting Trackers
|
||||||
* [Liftvault](https://liftvault.com/) - Weightlifting Programs / Spreadsheets
|
* [Liftvault](https://liftvault.com/) - Weightlifting Programs / Spreadsheets
|
||||||
* [Google Fit](https://www.google.com/fit/) - Activity Coach
|
* [Google Fit](https://www.google.com/fit/) - Activity Coach
|
||||||
|
@ -604,7 +616,7 @@
|
||||||
* ⭐ **[Nutritionix](https://www.nutritionix.com/)** - Nutrition Tracker App
|
* ⭐ **[Nutritionix](https://www.nutritionix.com/)** - Nutrition Tracker App
|
||||||
* ⭐ **[/r/Nutrition](https://www.reddit.com/r/nutrition/)** - Nutrition Subreddit
|
* ⭐ **[/r/Nutrition](https://www.reddit.com/r/nutrition/)** - Nutrition Subreddit
|
||||||
* ⭐ **[Caffeine Calculator](https://www.caffeineinformer.com/death-by-caffeine)** - Caffeine Intake Calculator
|
* ⭐ **[Caffeine Calculator](https://www.caffeineinformer.com/death-by-caffeine)** - Caffeine Intake Calculator
|
||||||
* ⭐ **[Dehydration Chart](https://i.ibb.co/b3YxZzr/921f6c843cf0.png)** - Dehydration Color Chart
|
* ⭐ **[Urine Color Chart](https://www.southtees.nhs.uk/wp-content/uploads/2022/08/Urine-colour-chart.pdf)** - Levels of Dehydration
|
||||||
* ⭐ **[OpenFoodFacts](https://world.openfoodfacts.org/)** - Food Database & Health Information / [Scanner](https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner)
|
* ⭐ **[OpenFoodFacts](https://world.openfoodfacts.org/)** - Food Database & Health Information / [Scanner](https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner)
|
||||||
* [NutritionFacts.org](https://nutritionfacts.org/) - Video Library for Latest Health-Based Research
|
* [NutritionFacts.org](https://nutritionfacts.org/) - Video Library for Latest Health-Based Research
|
||||||
* [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website
|
* [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website
|
||||||
|
@ -863,7 +875,7 @@
|
||||||
* ⭐ **[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), [finviz](https://finviz.com/) or [Markets.sh](https://markets.sh/) - Stock Market Trackers
|
||||||
* ⭐ **[StockTicker](https://github.com/premnirmal/StockTicker)** or [Candle](https://gitlab.com/cosmosapps/candle) - Mobile 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), [Maybe](https://maybefinance.com/), [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
|
* ⭐ **[Ghostfolio](https://ghostfol.io/en/start)** / [Import](https://github.com/dickwolff/Export-To-Ghostfolio), [Paisa](https://paisa.fyi/) / [GitHub](https://github.com/ananthakumaran/paisa), [Maybe](https://maybefinance.com/), [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 Recapt](https://am.jpmorgan.com/content/dam/jpm-am-aem/americas/us/en/insights/market-insights/wmr/weekly_market_recap.pdf) - Weekly Stock Market Recaps
|
* [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
|
||||||
* [US Taxes](https://ustaxes.org/) or [FreeTaxUSA](https://www.freetaxusa.com/) - File Taxes for Free / [Get Pin](https://youtu.be/iPw8I-cZ1eY) / [Form Calc](https://opentaxsolver.sourceforge.net/)
|
* [US Taxes](https://ustaxes.org/) or [FreeTaxUSA](https://www.freetaxusa.com/) - File Taxes for Free / [Get Pin](https://youtu.be/iPw8I-cZ1eY) / [Form Calc](https://opentaxsolver.sourceforge.net/)
|
||||||
* [money-manager](https://github.com/moneymanagerex/android-money-manager-ex), [Buckwheat](https://buckwheat.app/), [My Expenses](https://www.myexpenses.mobi/), [Cashew](https://play.google.com/store/apps/details?id=com.budget.tracker_app) or [Sushi](https://github.com/jerameel/sushi) - Android Finance / Expense Managers
|
* [money-manager](https://github.com/moneymanagerex/android-money-manager-ex), [Buckwheat](https://buckwheat.app/), [My Expenses](https://www.myexpenses.mobi/), [Cashew](https://play.google.com/store/apps/details?id=com.budget.tracker_app) or [Sushi](https://github.com/jerameel/sushi) - Android Finance / Expense Managers
|
||||||
* [GreenStash](https://github.com/Pool-Of-Tears/GreenStash) - Savings Tracking App
|
* [GreenStash](https://github.com/Pool-Of-Tears/GreenStash) - Savings Tracking App
|
||||||
|
@ -1407,7 +1419,7 @@
|
||||||
* [MobilePhoneMuseum](https://www.mobilephonemuseum.com/) - Mobile Phone History / Info
|
* [MobilePhoneMuseum](https://www.mobilephonemuseum.com/) - Mobile Phone History / Info
|
||||||
* [KilledByGoogle](https://killedbygoogle.com/) - Dead Projects
|
* [KilledByGoogle](https://killedbygoogle.com/) - Dead Projects
|
||||||
* [Projectrho](https://www.projectrho.com/public_html/rocket/) - Fantasy Rocket Encyclopedia
|
* [Projectrho](https://www.projectrho.com/public_html/rocket/) - Fantasy Rocket Encyclopedia
|
||||||
* [EnigmaLabs](https://enigmalabs.io/), [UFO Casebook](https://www.ufocasebook.com/) or [UFO Sighting Chart](https://i.redd.it/0l9ugv9kz4091.jpg) - UFO Sighting Lists / Tracking
|
* [EnigmaLabs](https://enigmalabs.io/) or [UFO Casebook](https://www.ufocasebook.com/) - UFO Sighting Lists / Tracking
|
||||||
* [BFRO](https://bfro.net/) - Bigfoot Research Site
|
* [BFRO](https://bfro.net/) - Bigfoot Research Site
|
||||||
* [TheShadowlands](https://theshadowlands.net/) - Oldschool Paranormal Research Site
|
* [TheShadowlands](https://theshadowlands.net/) - Oldschool Paranormal Research Site
|
||||||
* [BreezeWiki](https://breezewiki.com/) - Fandom Frontend / [Mirrors](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#breeze-wiki-mirrors)
|
* [BreezeWiki](https://breezewiki.com/) - Fandom Frontend / [Mirrors](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#breeze-wiki-mirrors)
|
||||||
|
|
|
@ -1126,7 +1126,7 @@
|
||||||
## ▷ Streaming
|
## ▷ Streaming
|
||||||
|
|
||||||
* ⭐ **[Cineby](https://www.cineby.app/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial)
|
* ⭐ **[Cineby](https://www.cineby.app/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial)
|
||||||
* ⭐ **[Gyn Cursos](https://gyncursos.com.br)**, **[Curso em Vídeo](https://www.cursoemvideo.com)**, **[iEstudar Cursos](https://iestudar.com)** or **[Pensar Cursos](https://www.pensarcursos.com.br)** - Courses
|
* ⭐ **[Gyn Cursos](https://gyncursos.com.br)**, [Curso em Vídeo](https://www.cursoemvideo.com), [iEstudar Cursos](https://iestudar.com) or [Pensar Cursos](https://www.pensarcursos.com.br) - Courses
|
||||||
* [Redecanais](https://redecanais.fi/) - Movies / TV / Anime / Dub / 1080p
|
* [Redecanais](https://redecanais.fi/) - Movies / TV / Anime / Dub / 1080p
|
||||||
* [WarezCDN](https://warezcdn.com) - API for Movies / TV / Anime
|
* [WarezCDN](https://warezcdn.com) - API for Movies / TV / Anime
|
||||||
* [GoFilmes](https://gofilmes.me/m/) - Movies / TV / Sub / Dub / 1080p
|
* [GoFilmes](https://gofilmes.me/m/) - Movies / TV / Sub / Dub / 1080p
|
||||||
|
@ -1727,10 +1727,10 @@
|
||||||
|
|
||||||
## ▷ Streaming
|
## ▷ Streaming
|
||||||
|
|
||||||
* [UASERIAL](https://uaserial.tv/) - Movies / TV / Anime / Use VPN / [Telegram](https://t.me/uaserialchannel)
|
* [UASERIAL](https://uaserial.tv/) - Movies / TV / Anime / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) / [Telegram](https://t.me/uaserialchannel)
|
||||||
* [UAKino-Bay](https://uakino-bay.net/) - Movies / TV / Anime
|
* [UAKino-Bay](https://uakino-bay.net/) - Movies / TV / Anime
|
||||||
* [UASerials](https://uaserials.pro/) - Movies / TV / Anime
|
* [UASerials](https://uaserials.pro/) - Movies / TV / Anime
|
||||||
* [KinoUKR](https://kinoukr.com/) - Movies / TV / Use VPN
|
* [KinoUKR](https://kinoukr.com/) - Movies / TV / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
* [The Free Book Library](https://ebooks.i2p/) - I2P Required
|
* [The Free Book Library](https://ebooks.i2p/) - I2P Required
|
||||||
* [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) - Ebook Subreddit
|
* [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) - Ebook Subreddit
|
||||||
* [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books
|
* [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books
|
||||||
* irc://irc.irchighway.net/ebooks / [Request Guide](https://i.ibb.co/3WcCF56/3574e36b1bb2.png)
|
* irc://irc.irchighway.net/ebooks / [Request Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#irc-highway-note)
|
||||||
* IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/)
|
* IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -599,6 +599,7 @@
|
||||||
* [Non-Fiction](https://vk.com/non_fic)
|
* [Non-Fiction](https://vk.com/non_fic)
|
||||||
* [FreePLRDownloads](https://freeplrdownloads.com/)
|
* [FreePLRDownloads](https://freeplrdownloads.com/)
|
||||||
* [E-Books Directory](https://www.e-booksdirectory.com/)
|
* [E-Books Directory](https://www.e-booksdirectory.com/)
|
||||||
|
* [The Ergonomic Development of Video Game Controllers](https://www.longdom.org/open-access/the-ergonomic-development-of-video-game-controllers-2165-7556-1000209.pdf)
|
||||||
* [Wikiversity](https://www.wikiversity.org/) - Learning Resources, Guides, Quizzes, Tools & More
|
* [Wikiversity](https://www.wikiversity.org/) - Learning Resources, Guides, Quizzes, Tools & More
|
||||||
* [OpenEdition](https://www.openedition.org/) - Books / Journals
|
* [OpenEdition](https://www.openedition.org/) - Books / Journals
|
||||||
* [JSTor](https://www.jstor.org/) - Books / Journals
|
* [JSTor](https://www.jstor.org/) - Books / Journals
|
||||||
|
@ -617,7 +618,6 @@
|
||||||
* [Digital Libraries / Archives](https://oedb.org/ilibrarian/250-plus-killer-digital-libraries-and-archives/) - Online University Libraries
|
* [Digital Libraries / Archives](https://oedb.org/ilibrarian/250-plus-killer-digital-libraries-and-archives/) - Online University Libraries
|
||||||
* [OpenDOAR](https://v2.sherpa.ac.uk/opendoar/) - Academic Repository Search
|
* [OpenDOAR](https://v2.sherpa.ac.uk/opendoar/) - Academic Repository Search
|
||||||
* [Science Forums](https://www.scienceforums.net/) - Forums / Science
|
* [Science Forums](https://www.scienceforums.net/) - Forums / Science
|
||||||
* [The Ergonomic Development of Video Game Controllers](https://www.longdom.org/open-access/the-ergonomic-development-of-video-game-controllers-2165-7556-1000209.pdf)
|
|
||||||
* [EveryCulture](https://www.everyculture.com/index.html) - World Culture Encyclopedia
|
* [EveryCulture](https://www.everyculture.com/index.html) - World Culture Encyclopedia
|
||||||
* [Encyclopaedia Iranica](https://www.iranicaonline.org/) - Iranian Culture Encyclopedia
|
* [Encyclopaedia Iranica](https://www.iranicaonline.org/) - Iranian Culture Encyclopedia
|
||||||
* [MedicalStudyZone](https://medicalstudyzone.com/) - Medical
|
* [MedicalStudyZone](https://medicalstudyzone.com/) - Medical
|
||||||
|
@ -918,7 +918,6 @@
|
||||||
* [/r/Marvel Recommended](https://www.reddit.com/r/Marvel/wiki/faq) - Marvel Comic Recommendations
|
* [/r/Marvel Recommended](https://www.reddit.com/r/Marvel/wiki/faq) - Marvel Comic Recommendations
|
||||||
* [/r/DCcomics Recommended](https://www.reddit.com/r/DCcomics/wiki/recommended) - DC Comic Recommendations
|
* [/r/DCcomics Recommended](https://www.reddit.com/r/DCcomics/wiki/recommended) - DC Comic Recommendations
|
||||||
* [Comic Book Reading Orders](https://comicbookreadingorders.com/) - Comic Book Reading Orders
|
* [Comic Book Reading Orders](https://comicbookreadingorders.com/) - Comic Book Reading Orders
|
||||||
* [DC Superhero Era Timeline](https://i.ibb.co/FzpSw5d/3a88deff86fd.jpg) / [2](https://i.ibb.co/sJskjmn/46e727207409.jpg)
|
|
||||||
* [ComicBookCanon](https://www.comicbookcanon.com/) - Comics / Manga Top Lists
|
* [ComicBookCanon](https://www.comicbookcanon.com/) - Comics / Manga Top Lists
|
||||||
* [Nevix](https://nevix.com/) - Manga / Social Media
|
* [Nevix](https://nevix.com/) - Manga / Social Media
|
||||||
* [Kitsu](https://kitsu.io/) - Manga
|
* [Kitsu](https://kitsu.io/) - Manga
|
||||||
|
@ -958,5 +957,5 @@
|
||||||
* [FanFicFare](https://github.com/JimmXinu/FanFicFare) - Generate Ebooks from Stories / Fanfiction
|
* [FanFicFare](https://github.com/JimmXinu/FanFicFare) - Generate Ebooks from Stories / Fanfiction
|
||||||
* [HowLongToRead](https://howlongtoread.com/) or [ReadingLength](https://www.readinglength.com/) - Find Book Lengths / Reading Times
|
* [HowLongToRead](https://howlongtoread.com/) or [ReadingLength](https://www.readinglength.com/) - Find Book Lengths / Reading Times
|
||||||
* [BTW](https://booktriggerwarnings.com/) - Book Trigger Warnings
|
* [BTW](https://booktriggerwarnings.com/) - Book Trigger Warnings
|
||||||
* [DIY Book Scanner](https://diybookscanner.org/) - How to Scan Books / [Example](https://i.ibb.co/YQLq42m/bdadbb08e5f7.png)
|
* [DIY Book Scanner](https://diybookscanner.org/) - How to Scan Books
|
||||||
* [The Submission Grinder](https://thegrinder.diabolicalplots.com/) - Find a Publisher
|
* [The Submission Grinder](https://thegrinder.diabolicalplots.com/) - Find a Publisher
|
||||||
|
|
|
@ -159,7 +159,8 @@
|
||||||
* ⭐ **[Reddit Stream](https://reddit-stream.com/)** - Live Thread Viewer
|
* ⭐ **[Reddit Stream](https://reddit-stream.com/)** - Live Thread Viewer
|
||||||
* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit++](https://greasyfork.org/en/scripts/490046), [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts
|
* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit++](https://greasyfork.org/en/scripts/490046), [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts
|
||||||
* ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old
|
* ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old
|
||||||
* [Redlib](https://github.com/redlib-org/redlib-instances/blob/main/instances.md) / [2](https://github.com/libreddit/libreddit-instances/blob/master/instances.md) or [Photon](https://photon-reddit.com/), [RDX](https://rdx.overdevs.com/) - Reddit Frontends
|
* ⭐ **[Newsit](https://newsit.benwinding.com/)** - Webpage Comments Widget / [GitHub](https://github.com/benwinding/newsit)
|
||||||
|
* [Redlib](https://github.com/redlib-org/redlib-instances/blob/main/instances.md) / [2](https://github.com/libreddit/libreddit-instances/blob/master/instances.md), [Photon](https://photon-reddit.com/) or [RDX](https://rdx.overdevs.com/) - Reddit Frontends
|
||||||
* [Redditp](https://redditp.com/) or [Reddit Viewer](https://reddit-viewer.com/) - Reddit TikTok Style Viewers
|
* [Redditp](https://redditp.com/) or [Reddit Viewer](https://reddit-viewer.com/) - Reddit TikTok Style Viewers
|
||||||
* [Beleave](https://beleave.virock.org/) or [SubCleaner](https://www.subcleaner.com/) - Subreddit Cleaners / Managers
|
* [Beleave](https://beleave.virock.org/) or [SubCleaner](https://www.subcleaner.com/) - Subreddit Cleaners / Managers
|
||||||
* [Reddit Comber](https://redditcomber.com/) or [Sub Notification](https://redd.it/5mz9z5) - Reddit Keyword Notifications
|
* [Reddit Comber](https://redditcomber.com/) or [Sub Notification](https://redd.it/5mz9z5) - Reddit Keyword Notifications
|
||||||
|
@ -172,7 +173,6 @@
|
||||||
* [Reddit Emojis](https://greasyfork.org/en/scripts/443011) - Emojis for Old Reddit
|
* [Reddit Emojis](https://greasyfork.org/en/scripts/443011) - Emojis for Old Reddit
|
||||||
* [Subreddit Tabs](https://greasyfork.org/en/scripts/460086) - Subreddit Icon Tabs
|
* [Subreddit Tabs](https://greasyfork.org/en/scripts/460086) - Subreddit Icon Tabs
|
||||||
* [Reddit Comment Highlights](https://github.com/aesy/reddit-comment-highlights) - Highlight New Comments
|
* [Reddit Comment Highlights](https://github.com/aesy/reddit-comment-highlights) - Highlight New Comments
|
||||||
* [Newsit](https://github.com/benwinding/newsit) - Find Reddit Comments for any Webpage
|
|
||||||
* [infini.wtf](https://infini.wtf/) - Reddit Image Search
|
* [infini.wtf](https://infini.wtf/) - Reddit Image Search
|
||||||
* [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) - Direct Image Viewer
|
* [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) - Direct Image Viewer
|
||||||
* [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times
|
* [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times
|
||||||
|
@ -430,7 +430,7 @@
|
||||||
|
|
||||||
## ▷ YouTube Search
|
## ▷ YouTube Search
|
||||||
|
|
||||||
* 🌐 **[YT Channel Spreadsheet](https://docs.google.com/spreadsheets/d/1xZm5BcQTYJx8sfSuqHExHtIOPtSfod8beHKtYzp8DxE/)** or **[YouTube_Channels](https://github.com/PrejudiceNeutrino/YouTube_Channels)** - YouTube Channel Index
|
* 🌐 **[YT Channel Spreadsheet](https://docs.google.com/spreadsheets/d/1xZm5BcQTYJx8sfSuqHExHtIOPtSfod8beHKtYzp8DxE/)** or **[YouTube_Channels](https://github.com/PrejudiceNeutrino/YouTube_Channels)** - YouTube Channel Indexes
|
||||||
* ⭐ **[Favoree](https://www.favoree.io/)** or [ChannelCrawler](https://channelcrawler.com/) - Discover / Search YouTube Channels
|
* ⭐ **[Favoree](https://www.favoree.io/)** or [ChannelCrawler](https://channelcrawler.com/) - Discover / Search YouTube Channels
|
||||||
* ⭐ **[YouTube Advanced Search](https://playlists.at/youtube/search/)** - Search Engine
|
* ⭐ **[YouTube Advanced Search](https://playlists.at/youtube/search/)** - Search Engine
|
||||||
* ⭐ **[Filmot](https://filmot.com/)** or [CTRL-F-VIDEO](https://github.com/Evan-Wildenhain/CTRL-F-VIDEO) - Search within YouTube Transcripts / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-captions-search/) / [Chrome](https://chromewebstore.google.com/detail/youtube-captions-search/kimbeggjgnmckoikpckibeoaocafcpbg)
|
* ⭐ **[Filmot](https://filmot.com/)** or [CTRL-F-VIDEO](https://github.com/Evan-Wildenhain/CTRL-F-VIDEO) - Search within YouTube Transcripts / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-captions-search/) / [Chrome](https://chromewebstore.google.com/detail/youtube-captions-search/kimbeggjgnmckoikpckibeoaocafcpbg)
|
||||||
|
@ -729,14 +729,18 @@
|
||||||
|
|
||||||
## ▷ 4chan Archives
|
## ▷ 4chan Archives
|
||||||
|
|
||||||
|
* **Note** - Keep in mind that some of these contain both SFW and NSFW content.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
* [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - Search 4chan Archives
|
* [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - Search 4chan Archives
|
||||||
|
* [4rchive](https://4rchive.org/), [sup/tg/](https://suptg.thisisnotatrueending.com/), [Palanq.win](https://archive.palanq.win/), [Desuarchive](https://desuarchive.org/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives
|
||||||
* [Oldfriend Archive](https://old.sage.moe/) - 2004 - 2014 Archive
|
* [Oldfriend Archive](https://old.sage.moe/) - 2004 - 2014 Archive
|
||||||
* [Ten Billion](https://archive.org/details/4chan_threads_archive_10_billion) or [4Museum](https://4museum.neocities.org/) - 2006 - 2008 Archive
|
* [Ten Billion](https://archive.org/details/4chan_threads_archive_10_billion) or [4Museum](https://4museum.neocities.org/) - 2006 - 2008 Archive
|
||||||
* [4GBs of 4chan Threads](https://archive.org/details/4chan-threads-2009-2012) - 2009 - 2012 Archive
|
* [4GBs of 4chan Threads](https://archive.org/details/4chan-threads-2009-2012) - 2009 - 2012 Archive
|
||||||
* [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive
|
* [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive
|
||||||
* [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive
|
* [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive
|
||||||
* [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive
|
* [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive
|
||||||
* [sup/tg/](https://suptg.thisisnotatrueending.com/), [Palanq.win](https://archive.palanq.win/), [Desuarchive](https://desuarchive.org/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,6 @@
|
||||||
* [Bancuh](https://bancuh.com/) / [GitHub](https://github.com/ragibkl/adblock-dns-server)
|
* [Bancuh](https://bancuh.com/) / [GitHub](https://github.com/ragibkl/adblock-dns-server)
|
||||||
* [Adguard](https://adguard-dns.io/en/public-dns.html)
|
* [Adguard](https://adguard-dns.io/en/public-dns.html)
|
||||||
* [DNS for Family](https://dnsforfamily.com/)
|
* [DNS for Family](https://dnsforfamily.com/)
|
||||||
* [ClouDNS](https://www.cloudns.net/)
|
|
||||||
* [Hurricane Electric](https://dns.he.net/)
|
* [Hurricane Electric](https://dns.he.net/)
|
||||||
* [dns0.eu](https://www.dns0.eu/)
|
* [dns0.eu](https://www.dns0.eu/)
|
||||||
* [UncensoredDNS](https://blog.uncensoreddns.org/dns-servers/)
|
* [UncensoredDNS](https://blog.uncensoreddns.org/dns-servers/)
|
||||||
|
@ -144,7 +143,7 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
* [V2Nodes](https://v2nodes.com/) - Free V2Ray Servers
|
* [V2Nodes](https://v2nodes.com/)
|
||||||
* [RaceVPN](https://www.racevpn.com/)
|
* [RaceVPN](https://www.racevpn.com/)
|
||||||
* [GreenSSH](https://www.greenssh.com/)
|
* [GreenSSH](https://www.greenssh.com/)
|
||||||
* [vpn.fail](https://vpn.fail/)
|
* [vpn.fail](https://vpn.fail/)
|
||||||
|
@ -161,6 +160,20 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## Geometry Dash Demon Lists
|
||||||
|
|
||||||
|
* ⭐ **[Pointercrate](https://pointercrate.com/demonlist/)** - Original Demon List / [Stats Viewer](https://pointercrate.com/demonlist/statsviewer/)
|
||||||
|
* ⭐ **[AREDL](https://aredl.net/)** - All Rated Extreme Demons List
|
||||||
|
* [Pemonlist](https://pemonlist.com/) - Rated Platformer Demon List
|
||||||
|
* [Challenge List](https://challengelist.gd/challenges/) - Challenge Level List
|
||||||
|
* [UDL](https://udl.pages.dev/) - Unrated Demons List
|
||||||
|
* [IDL](https://insanedemonlist.com/) - Insane Demon List
|
||||||
|
* [HRR Mobile List](https://mobilepointercrate.com/) - High Refresh Rate Mobile List
|
||||||
|
* [Impossible Levels List](https://impossiblelevels.com/) / [Discord](https://discord.gg/MHx4Nbp)
|
||||||
|
* [Nine Circles Demonlist](https://sites.google.com/view/nine-circles-demonlist/home)
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
## Git Projects
|
## Git Projects
|
||||||
|
|
||||||
* [GitHub Rankings](https://evanli.github.io/Github-Ranking/) - Git Project Rankings / [GitHub](https://github.com/EvanLi/Github-Ranking)
|
* [GitHub Rankings](https://evanli.github.io/Github-Ranking/) - Git Project Rankings / [GitHub](https://github.com/EvanLi/Github-Ranking)
|
||||||
|
|
|
@ -285,7 +285,7 @@
|
||||||
## ▷ Mouse / Keyboard
|
## ▷ Mouse / Keyboard
|
||||||
|
|
||||||
* ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources
|
* ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources
|
||||||
* ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [KeyCombiner](https://keycombiner.com/) or [Use The Keyboard](https://usethekeyboard.com/) - Hotkey Cheatsheets / [Image](https://i.ibb.co/yNHRPfm/2147ec86baff.png), [2](https://i.ibb.co/XyWn2qc/075be8840d12.png)
|
* ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [KeyCombiner](https://keycombiner.com/) or [Use The Keyboard](https://usethekeyboard.com/) - Hotkey Cheatsheets
|
||||||
* ⭐ **[VIA](https://usevia.app/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [keymapper](https://github.com/houmain/keymapper), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) - Custom Keyboard Layouts / Remapping
|
* ⭐ **[VIA](https://usevia.app/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [keymapper](https://github.com/houmain/keymapper), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) - Custom Keyboard Layouts / Remapping
|
||||||
* ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums
|
* ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums
|
||||||
* [HotkeyP](https://sourceforge.net/projects/hotkeyp/) or [CheatKeys](https://cheatkeys.com/cheatsheet) - Hotkey Remapping
|
* [HotkeyP](https://sourceforge.net/projects/hotkeyp/) or [CheatKeys](https://cheatkeys.com/cheatsheet) - Hotkey Remapping
|
||||||
|
|
|
@ -260,7 +260,7 @@
|
||||||
* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Guide](https://redd.it/1814gmp) / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom)
|
* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Guide](https://redd.it/1814gmp) / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom)
|
||||||
* ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite
|
* ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite
|
||||||
* ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - FOSS Office Suite
|
* ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - FOSS Office Suite
|
||||||
* ⭐ **[Microsoft Office](https://gravesoft.dev/office_c2r_links)** - Office Suite / [Removal Tool](https://github.com/abbodi1406/WHD/blob/master/scripts/OfficeScrubber_13.zip) / [Hot Keys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd), [2](https://i.ibb.co/0m9t95b/ebacd47bf83b.png)
|
* ⭐ **[Microsoft Office](https://gravesoft.dev/office_c2r_links)** - Office Suite / [Removal Tool](https://github.com/abbodi1406/WHD/blob/master/scripts/OfficeScrubber_13.zip) / [Hotkeys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd)
|
||||||
* [Calligra](https://calligra.org/) - FOSS Office Suite
|
* [Calligra](https://calligra.org/) - FOSS Office Suite
|
||||||
* [Office365Version](https://www.office365versions.com/) - Office 365 Version History
|
* [Office365Version](https://www.office365versions.com/) - Office 365 Version History
|
||||||
|
|
||||||
|
@ -505,8 +505,8 @@
|
||||||
|
|
||||||
* ⭐ **[Font Interceptor](https://fontinterceptor.mschfmag.com/)** - Download Fonts from Websites
|
* ⭐ **[Font Interceptor](https://fontinterceptor.mschfmag.com/)** - Download Fonts from Websites
|
||||||
* ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files
|
* ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files
|
||||||
* ⭐ **[Adobe Fonts](https://fonts.adobe.com/fonts/vs/upload)**, [Font Finder](https://www.whatfontis.com/), [WhatTheFont](https://www.myfonts.com/pages/whatthefont), [Identifont](http://www.identifont.com/), [WhatFont](https://whatfonttool.com/) - Font Identification Tools
|
* [Adobe Fonts](https://fonts.adobe.com/fonts/vs/upload), [Font Finder](https://www.whatfontis.com/), [WhatTheFont](https://www.myfonts.com/pages/whatthefont), [Identifont](http://www.identifont.com/) - Font Identification Tools
|
||||||
* [Fonts Ninja](https://fonts.ninja/tools) - Font Identification Extension
|
* [Fonts Ninja](https://fonts.ninja/tools) or [WhatFont](https://whatfonttool.com/) - Font Identification Extensions
|
||||||
* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification
|
* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification
|
||||||
* [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits
|
* [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits
|
||||||
* [TypeRip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip)
|
* [TypeRip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip)
|
||||||
|
|
|
@ -4,24 +4,24 @@
|
||||||
***
|
***
|
||||||
***
|
***
|
||||||
|
|
||||||
# ► Torrent Sites
|
* **Warning** - It's best to avoid torrent sites for software and games, including aggregators that use multiple sources, with the exception of a few listed below. Instead use our sections for [Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download/#wiki_.25BA_software_sites) and [Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25BA_download_games).
|
||||||
|
|
||||||
**Warning** - It's best to avoid sites that allow anyone to make accounts when getting both software and games. Avoid sites and uploaders listed on the [Unsafe Sites](https://fmhy.net/unsafesites) page, and remember to use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn).
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
# ► Torrent Sites
|
||||||
|
|
||||||
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / Software / Sign-Up Required
|
* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / Software / Sign-Up Required
|
||||||
* ⭐ **RuTracker Tools** - [Addon](https://addons.mozilla.org/en-US/firefox/addon/rutracker_torrent_search/) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
|
* ⭐ **RuTracker Tools** - [Addon](https://addons.mozilla.org/en-US/firefox/addon/rutracker_torrent_search/) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
|
||||||
* ⭐ **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) - Adobe Software Archive / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
* ⭐ **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) - Adobe Software Archive / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
||||||
* ⭐ **[Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search
|
* ⭐ **[Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search
|
||||||
* [1337x](https://1337x.to/), [2](https://x1337x.cc/) - Video / Audio / NSFW
|
* [1337x](https://1337x.to/) - Video / Audio / NSFW / [Mirrors](https://1337x-status.org/) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/)
|
||||||
* 1337x Tools - [Mirrors](https://1337x-status.org/), [2](https://1337x.to/about) / [User Ranks](https://i.ibb.co/WfNhvtB/ebc2def26433.png) / [Telegram Bot](https://t.me/search_content_bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Proxy](https://redd.it/tz7nyx), [2](https://pastebin.com/3n5K0QrP) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/) / [Magnets](https://greasyfork.org/en/scripts/373230) / [Timezone Fix](https://greasyfork.org/en/scripts/421635)
|
* 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
|
* [RARBG Dump](https://rarbgdump.com/) - Video / Audio / Games / Books / NSFW / Continuation Project
|
||||||
* [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books
|
* [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books
|
||||||
* [TorrentDownloads](https://www.torrentdownloads.pro/) - Video / Audio / Books
|
* [TorrentDownloads](https://www.torrentdownloads.pro/) - Video / Audio / Books
|
||||||
* [ExtraTorrent](https://extratorrent.st/) - Video / Audio / Books / NSFW
|
* [ExtraTorrent](https://extratorrent.st/) - Video / Audio / Books / NSFW
|
||||||
* [rutor.info](https://rutor.is/), [2](https://rutor.info/) - Video / Audio / Books / ROMs / Magazines / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
|
* [rutor.info](https://rutor.is/), [2](https://rutor.info/) - Video / Audio / Books / ROMs / Magazines / Use [Translator](https://github.com/FilipePS/Traduzir-paginas-web#install)
|
||||||
* [NNM-Club](https://nnmclub.to/) - Video / Audio / [Note](https://i.ibb.co/MPRttDC/6a35c3c79cde.png)
|
* [NNM-Club](https://nnmclub.to/) - Video / Audio
|
||||||
* [Torrenting](https://www.torrenting.com/) - Video / Audio / Books / NSFW / Sign-Up Required
|
* [Torrenting](https://www.torrenting.com/) - Video / Audio / Books / NSFW / Sign-Up Required
|
||||||
* [Knaben.info](https://knaben.info/) - Torrent Site Proxies
|
* [Knaben.info](https://knaben.info/) - Torrent Site Proxies
|
||||||
|
|
||||||
|
@ -29,10 +29,6 @@
|
||||||
|
|
||||||
## ▷ Aggregators
|
## ▷ Aggregators
|
||||||
|
|
||||||
**Warning** - Aggregators include many sources, so it's best to avoid using them for software and games. Avoid sites and uploaders listed on the [Unsafe Sites](https://fmhy.net/unsafesites) page.
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
* ⭐ **[BTDigg](https://btdig.com/)** - DHT-Based / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/) / [.i2p](http://btdigg.i2p/)
|
* ⭐ **[BTDigg](https://btdig.com/)** - DHT-Based / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/) / [.i2p](http://btdigg.i2p/)
|
||||||
* ⭐ **[Knaben](https://knaben.org/)**
|
* ⭐ **[Knaben](https://knaben.org/)**
|
||||||
* [ExT](https://ext.to/), [2](https://search.extto.com/) / [Proxy](https://extranet.torrentbay.st/)
|
* [ExT](https://ext.to/), [2](https://search.extto.com/) / [Proxy](https://extranet.torrentbay.st/)
|
||||||
|
@ -67,7 +63,7 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## ▷ [Educational Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_torrenting)
|
## ▷ [Educational Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_downloading)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -81,7 +77,7 @@
|
||||||
|
|
||||||
# ► Torrent Clients
|
# ► Torrent Clients
|
||||||
|
|
||||||
**Warning** - Make sure you [BIND](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) your [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) to your client to avoid ISP letters.
|
* **Warning** - Make sure you [BIND](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) your [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) to your client to avoid ISP letters.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -162,7 +158,6 @@
|
||||||
* ⭐ **[PreDB.net](https://predb.net/)**, **[PreDataBA](https://predataba.se)**, [Xrel](https://www.xrel.to), [NGP](https://ngp.re/), [Archiv.pw](https://archiv.pw/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info
|
* ⭐ **[PreDB.net](https://predb.net/)**, **[PreDataBA](https://predataba.se)**, [Xrel](https://www.xrel.to), [NGP](https://ngp.re/), [Archiv.pw](https://archiv.pw/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info
|
||||||
* ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m), [btsow](https://btsow.motorcycles/) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters
|
* ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m), [btsow](https://btsow.motorcycles/) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters
|
||||||
* ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter
|
* ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter
|
||||||
* ⭐ **[Torrent Legality](https://i.ibb.co/HHqC4V2/11e244ddbdfb.png)** - Torrenting Laws by Country
|
|
||||||
* [mkbrr](https://mkbrr.com/) - Torrent Creator / Manager / [GitHub](https://github.com/autobrr/mkbrr)
|
* [mkbrr](https://mkbrr.com/) - Torrent Creator / Manager / [GitHub](https://github.com/autobrr/mkbrr)
|
||||||
* [PeerBanHelper](https://github.com/PBH-BTN/PeerBanHelper/blob/master/README.EN.md) - Block Unwanted Leeches / Peers
|
* [PeerBanHelper](https://github.com/PBH-BTN/PeerBanHelper/blob/master/README.EN.md) - Block Unwanted Leeches / Peers
|
||||||
* [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache
|
* [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache
|
||||||
|
|
|
@ -96,6 +96,6 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### [Fake Z-Lib Sites](https://www.reddit.com/r/zlibrary/wiki/index/scamsites/) / [2](https://i.imgur.com/lSMHLlL.png) / [3](https://i.ibb.co/KGDLZRp/image.png)
|
### [Fake Z-Lib Sites](https://www.reddit.com/r/zlibrary/wiki/index/scamsites/)
|
||||||
|
|
||||||
### [Fake Windows Activators](https://pastebin.com/gCmWs2GR)
|
### [Fake Windows Activators](https://pastebin.com/gCmWs2GR)
|
||||||
|
|
|
@ -266,7 +266,7 @@
|
||||||
* ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server / [Matrix](https://matrix.to/#/#jellyfinorg:matrix.org) / [Discord](https://discord.gg/zHBxVSXdBV)
|
* ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server / [Matrix](https://matrix.to/#/#jellyfinorg:matrix.org) / [Discord](https://discord.gg/zHBxVSXdBV)
|
||||||
* ⭐ **[Kodi](https://kodi.tv/)** - Media Server
|
* ⭐ **[Kodi](https://kodi.tv/)** - Media Server
|
||||||
* [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides
|
* [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides
|
||||||
* [Self-hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides
|
* [Self-Hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides
|
||||||
* [Prowlarr](https://github.com/Prowlarr/Prowlarr), [FlexGet](https://flexget.com/) or [/r/softwarr](https://reddit.com/r/softwarr) - Autodownload Tools
|
* [Prowlarr](https://github.com/Prowlarr/Prowlarr), [FlexGet](https://flexget.com/) or [/r/softwarr](https://reddit.com/r/softwarr) - Autodownload Tools
|
||||||
* [Organizr](https://github.com/causefx/Organizr), [Reiverr](https://github.com/aleksilassila/reiverr) or [Homarr](https://github.com/homarr-labs/homarr) - Media Server Managers
|
* [Organizr](https://github.com/causefx/Organizr), [Reiverr](https://github.com/aleksilassila/reiverr) or [Homarr](https://github.com/homarr-labs/homarr) - Media Server Managers
|
||||||
* [Fixarr](https://github.com/sachinsenal0x64/fixarr) - Media Server File Renamer
|
* [Fixarr](https://github.com/sachinsenal0x64/fixarr) - Media Server File Renamer
|
||||||
|
|
|
@ -74,8 +74,10 @@
|
||||||
|
|
||||||
* ⭐ **[Flixer](https://flixer.su/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://flixer.su/discord)
|
* ⭐ **[Flixer](https://flixer.su/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://flixer.su/discord)
|
||||||
* [Qstream](https://qstream.pages.dev/) - Movies / TV / Anime
|
* [Qstream](https://qstream.pages.dev/) - Movies / TV / Anime
|
||||||
|
* [yFlix](https://yflix.to/), [2](https://1movies.bz/) - Movies / TV / Anime / Auto-Next
|
||||||
* [EE3](https://ee3.me/), [2](https://rips.cc/) - Movies / Invite Code: `fmhy` / Sign-Up Required
|
* [EE3](https://ee3.me/), [2](https://rips.cc/) - Movies / Invite Code: `fmhy` / Sign-Up Required
|
||||||
* [NEPU](https://nepu.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/nepu)
|
* [NEPU](https://nepu.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/nepu)
|
||||||
|
* [PoorFlix](https://poorflix.net/) - Movies / TV / Anime / [Telegram](https://t.me/Poorflix_net)
|
||||||
* [Movies7](https://movies7.im/) - Movies / TV / Auto-Next
|
* [Movies7](https://movies7.im/) - Movies / TV / Auto-Next
|
||||||
* [LookMovie](https://lookmovie2.to/) - Movies / TV / Auto-Next / 480p / [Clones](https://proxymirrorlookmovie.github.io/)
|
* [LookMovie](https://lookmovie2.to/) - Movies / TV / Auto-Next / 480p / [Clones](https://proxymirrorlookmovie.github.io/)
|
||||||
* [RidoMovies](https://ridomovies.tv/) - Movies / TV
|
* [RidoMovies](https://ridomovies.tv/) - Movies / TV
|
||||||
|
@ -180,7 +182,7 @@
|
||||||
* ↪️ **[Documentary Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_documentaries)**
|
* ↪️ **[Documentary Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_documentaries)**
|
||||||
* ↪️ **[Courses / Lectures](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_streaming)**
|
* ↪️ **[Courses / Lectures](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_streaming)**
|
||||||
* ⭐ **[RareFilmm](https://rarefilmm.com/)** - Rare Movies
|
* ⭐ **[RareFilmm](https://rarefilmm.com/)** - Rare Movies
|
||||||
* ⭐ **[JP-Films](https://jp-films.com/)** - Japanese Movies / TV / Select ["Watch Free"](https://i.ibb.co/B6q61nN/237c097d5e66.jpg)
|
* ⭐ **[JP-Films](https://jp-films.com/)** - Japanese Movies / TV
|
||||||
* ⭐ **[Tokuzilla](https://tokuzilla.net/)** - Tokuzilla Movies / Shows
|
* ⭐ **[Tokuzilla](https://tokuzilla.net/)** - Tokuzilla Movies / Shows
|
||||||
* ⭐ **[GizmoPlex](https://www.gizmoplex.com/mst3k)** - MST3K Movies
|
* ⭐ **[GizmoPlex](https://www.gizmoplex.com/mst3k)** - MST3K Movies
|
||||||
* ⭐ **[RiffTrax Twitch](https://www.twitch.tv/rifftrax)** or [RiffTrax Pluto](https://pluto.tv/live-tv/rifftrax) - RiffTrax Live Streams
|
* ⭐ **[RiffTrax Twitch](https://www.twitch.tv/rifftrax)** or [RiffTrax Pluto](https://pluto.tv/live-tv/rifftrax) - RiffTrax Live Streams
|
||||||
|
@ -477,7 +479,7 @@
|
||||||
* [Time Soccer TV](https://timesoccertv.com/) - Football Replays
|
* [Time Soccer TV](https://timesoccertv.com/) - Football Replays
|
||||||
* [Full Match](https://fullmatch.info/) - Football Replays
|
* [Full Match](https://fullmatch.info/) - Football Replays
|
||||||
* [SoccerFull](https://soccerfull.net/) - Football Replays
|
* [SoccerFull](https://soccerfull.net/) - Football Replays
|
||||||
* [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
|
||||||
* [Sport Video](https://www.sport-video.org.ua/) - Sports Replays / Torrents
|
* [Sport Video](https://www.sport-video.org.ua/) - Sports Replays / Torrents
|
||||||
* [WatchProWrestling](https://watchprowrestlings.live/) - MMA / Wrestling Replays
|
* [WatchProWrestling](https://watchprowrestlings.live/) - MMA / Wrestling Replays
|
||||||
* [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays
|
* [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue