- Merge 'upstream/main'.
- Some misc changes.
This commit is contained in:
Hugo 2025-06-10 13:40:33 +01:00
commit ba401bc3bd
28 changed files with 531 additions and 439 deletions

View file

@ -56,14 +56,15 @@ You can do one of the following:
## Making changes ## Making changes
> [!TIP]
> The easiest way is to join our [Discord](https://rentry.co/fmhy-invite) to submit sites or any changes.
If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways: If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways:
- [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces) - [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces)
- [Using the GitHub editor](#using-the-github-editor) - [Using the GitHub editor](#using-the-github-editor)
- [Manually setting up a development environment](#manually-setting-up-a-development-environment) - [Manually setting up a development environment](#manually-setting-up-a-development-environment)
> [!TIP]
> You can just use our [💬 Discord](https://rentry.co/fmhy-invite) to send us sites or any changes.
### Using Gitpod or GitHub Codespaces ### Using Gitpod or GitHub Codespaces

View file

@ -313,6 +313,43 @@ const transformLinks = (text: string): string =>
find: /\[.onion\]\(([^\)]*?)\)/gm, find: /\[.onion\]\(([^\)]*?)\)/gm,
replace: replace:
'<a target="_blank" href="$1"><div alt=".onion" class="i-simple-icons:torbrowser w-1em h-1em" /></a>' '<a target="_blank" href="$1"><div alt=".onion" class="i-simple-icons:torbrowser w-1em h-1em" /></a>'
},
// Platform indicators
{
name: 'Windows',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Windows(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Windows" class="i-qlementine-icons:windows-24" /> '
},
{
name: 'Mac',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Mac(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Mac" class="i-qlementine-icons:mac-fill-16" /> '
},
{
name: 'Linux',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Linux(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Linux" class="i-fluent-mdl2:linux-logo-32" /> '
},
{
name: 'Android',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Android(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Android" class="i-material-symbols:android" /> '
},
{
name: 'iOS',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)iOS(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="iOS" class="i-simple-icons:ios" /> '
},
{
name: 'Web',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Web(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Web" class="i-fluent:globe-32-filled" /> '
} }
]) ])
.getText() .getText()

View file

@ -97,6 +97,7 @@
* [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus / [X](https://x.com/esetglobal) * [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus / [X](https://x.com/esetglobal)
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone) * [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
* [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes * [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
* [SquareX](https://public.sqrx.com/web) - Browser Sandbox
* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools * [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools
* [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool * [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool
* [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings * [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings
@ -138,7 +139,7 @@
* [Surfer Protocol](https://surferprotocol.org/) - Multi-Platform User Data Exporter / [Discord](https://discord.gg/5KQkWApkYC) / [GitHub](https://github.com/Surfer-Org/Protocol) * [Surfer Protocol](https://surferprotocol.org/) - Multi-Platform User Data Exporter / [Discord](https://discord.gg/5KQkWApkYC) / [GitHub](https://github.com/Surfer-Org/Protocol)
* [F-Secure Identity Theft Checker](https://www.f-secure.com/en/identity-theft-checker) - Identity Theft Check * [F-Secure Identity Theft Checker](https://www.f-secure.com/en/identity-theft-checker) - Identity Theft Check
* [PrivNote](https://privnote.com/), [SafeNote](https://safenote.co/) / [GitHub](https://github.com/devrolabs), [Burn.Link](https://burn.link/), [ThisLinkWillSelfDestruct](https://thislinkwillselfdestruct.com/), [s.cr](https://s.cr/), [burnmynote](https://www.burnmynote.link/) or [OneTimeSecret](https://onetimesecret.com/) / [GitHub](https://github.com/onetimesecret/onetimesecret) - Send Self-Destructing Messages * [PrivNote](https://privnote.com/), [SafeNote](https://safenote.co/) / [GitHub](https://github.com/devrolabs), [Burn.Link](https://burn.link/), [ThisLinkWillSelfDestruct](https://thislinkwillselfdestruct.com/), [s.cr](https://s.cr/), [burnmynote](https://www.burnmynote.link/) or [OneTimeSecret](https://onetimesecret.com/) / [GitHub](https://github.com/onetimesecret/onetimesecret) - Send Self-Destructing Messages
* [chausies encrypt](https://chausies.xyz/encrypt) / [GitHub](https://github.com/chausies/chausies.github.io), [Steg Cloak](https://stegcloak.surge.sh/) or [spammimic](https://www.spammimic.com/index.cgi) - Send Encrypted Text * [Steg Cloak](https://stegcloak.surge.sh/) or [spammimic](https://www.spammimic.com/index.cgi) - Send Encrypted Text
* [Forensic Focus](https://www.forensicfocus.com/forums/) - Digital Forensics Discussion Forums * [Forensic Focus](https://www.forensicfocus.com/forums/) - Digital Forensics Discussion Forums
* [HiddenVM](https://github.com/aforensics/HiddenVM) - Run an Oracle VM on TailsOS * [HiddenVM](https://github.com/aforensics/HiddenVM) - Run an Oracle VM on TailsOS
* [SurveillanceWatch](https://www.surveillancewatch.io/) - Surveillance Company Connections * [SurveillanceWatch](https://www.surveillancewatch.io/) - Surveillance Company Connections
@ -200,15 +201,11 @@
# ► Web Privacy # ► Web Privacy
* 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [/r/degoogle](https://www.reddit.com/r/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives * 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [/r/degoogle](https://www.reddit.com/r/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives
* ↪️ **[Chat Service Comparisons](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**
* ↪️ **[Encrypted Messaging Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_messengers)** / [2](https://docs.google.com/spreadsheets/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU) / [3](https://www.securemessagingapps.com/)
* ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)**
* ↪️ **[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)**
* ⭐ **[PrivacySpy](https://privacyspy.org/)** / [GitHub](https://github.com/politiwatch/privacyspy) or [ToS;DR](https://tosdr.org/) / [Discord](https://discord.gg/tosdr) / [GitHub](https://github.com/tosdr) - Sites Privacy Policies * ⭐ **[PrivacySpy](https://privacyspy.org/)** / [GitHub](https://github.com/politiwatch/privacyspy) or [ToS;DR](https://tosdr.org/) / [Discord](https://discord.gg/tosdr) / [GitHub](https://github.com/tosdr) - Sites Privacy Policies
* ⭐ **[JustDeleteMe](https://justdeleteme.xyz/)** - Find / Terminate Old Accounts / [GitHub](https://github.com/jdm-contrib/jdm) * ⭐ **[JustDeleteMe](https://justdeleteme.xyz/)** - Find / Terminate Old Accounts / [GitHub](https://github.com/jdm-contrib/jdm)
* [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) / [Telegram](https://t.me/joinchat/AAAAAElZRwd0aBrYTaHHcQ) / [GitHub](https://github.com/eschultze/phishstats-api-network) or [PhishTank](https://phishtank.org/) - Report Phishing Sites * [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) / [Telegram](https://t.me/joinchat/AAAAAElZRwd0aBrYTaHHcQ) / [GitHub](https://github.com/eschultze/phishstats-api-network) or [PhishTank](https://phishtank.org/) - Report Phishing Sites
* [DNS Jumper](https://www.sordum.org/7952/dns-jumper-v2-3/) - DNS Switcher * [DNS Jumper](https://www.sordum.org/7952/dns-jumper-v2-3/) - DNS Switcher
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
* [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications * [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications
* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube) * [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)
* [Redact](https://redact.dev/) - Delete X.com / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV) * [Redact](https://redact.dev/) - Delete X.com / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV)
@ -237,22 +234,22 @@
* 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth) * 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth)
* ↪️ **[Password Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_password_managers)** * ↪️ **[Password Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_password_managers)**
* ⭐ **[Ente Auth](https://ente.io/auth/)** - All Platforms 2FA / [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/)** - Android 2FA / [GitHub](https://github.com/beemdevelopment/Aegis) * ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [GitHub](https://github.com/beemdevelopment/Aegis)
* ⭐ **[Stratum](https://stratumauth.com)** - Android 2FA / [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/g4NcQKd.png)** / [2](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png) * ⭐ **[Password Strength Chart](https://i.imgur.com/g4NcQKd.png)** / [2](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png)
* [2FAS](https://2fas.com/) - Android / iOS 2FA / [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) - Android 2FA * [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Android 2FA * [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
* [KeePassXC](https://keepassxc.org/) - Windows / Mac / Linux 2FA / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc) * [KeePassXC](https://keepassxc.org/) - 2FA / Windows, Mac, Linux / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)
* [AuthMe](https://authme.levminer.com/) - Windows / Mac / Linux 2FA / [GitHub](https://github.com/Levminer/authme) * [AuthMe](https://authme.levminer.com/) - 2FA / Windows, Mac, Linux / [GitHub](https://github.com/Levminer/authme)
* [Yubioath](https://developers.yubico.com/yubioath-flutter/) - Windows / Android 2FA / YubiKeys / [GitHub](https://github.com/Yubico/yubioath-flutter) * [Yubioath](https://developers.yubico.com/yubioath-flutter/) - 2FA / Windows, Android / YubiKey Support / [GitHub](https://github.com/Yubico/yubioath-flutter)
* [OTPClient](https://github.com/paolostivanin/OTPClient) - Linux 2FA * [OTPClient](https://github.com/paolostivanin/OTPClient) - 2FA / Linux
* [2FAuth](https://docs.2fauth.app/) - Self-Hosted Web-Based 2FA / [GitHub](https://github.com/Bubka/2FAuth) * [Sentinel](https://getsentinel.io/) - 2FA / Mac, Android, iOS
* [Sentinel](https://getsentinel.io/) - Android / iOS / Mac 2FA * [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - 2FA / iOS
* [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - iOS 2FA * [Tofu](https://www.tofuauth.com/) - 2FA / iOS / [GitHub](https://github.com/iKenndac/Tofu)
* [Tofu](https://www.tofuauth.com/) - iOS 2FA / [GitHub](https://github.com/iKenndac/Tofu) * [2FAuth](https://docs.2fauth.app/) - Self-Hosted / Web / [GitHub](https://github.com/Bubka/2FAuth)
* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted 2FA * [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden Server Backend / Self-Hosted
* [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://github.com/Authenticator-Extension/Authenticator) * [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://github.com/Authenticator-Extension/Authenticator)
* [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens * [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens
* [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes * [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
@ -260,6 +257,30 @@
*** ***
## ▷ Encrypted Messengers
* 🌐 **[Chat Protocols & Services](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**, [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm), [SecuChart](https://bkil.gitlab.io/secuchart/) or [Secure Messaging Apps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons
* ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)**
* ⭐ **[SimpleX](https://simplex.chat/)** - All Platforms / [GitHub](https://github.com/simplex-chat)
* ⭐ **[Signal](https://signal.org/)** - All Platforms / Phone # Required / [GitHub](https://github.com/signalapp) or **[Molly](https://github.com/mollyim/mollyim-android)** / Android
* ⭐ **[Briar](https://briarproject.org/)** / Android / [GitLab](https://code.briarproject.org/briar/briar)
* [Matrix](https://matrix.org/) / [Mod Bot](https://github.com/matrix-org/mjolnir) / [Clients / Resources](https://matrix.org/ecosystem/) / [Servers](https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html), [2](https://tatsumoto.neocities.org/blog/list-of-matrix-servers.html), [3](https://gitlab.com/famedly/conduit), [4](https://joinmatrix.org/servers/), [5](https://archive.md/4xZE4), [6](https://wiki.asra.gr/en:public_servers)
* [Wire](https://wire.com/en/download/) - All Platforms / Phone # Required / [GitHub](https://github.com/wireapp)
* [Session](https://getsession.org/) - All Platforms / [GitHub](https://github.com/session-foundation)
* [Keybase](https://keybase.io/) - All Platforms / [GitHub](https://github.com/keybase/client)
* [Jami](https://jami.net/) - All Platforms / [GitLab](https://git.jami.net/savoirfairelinux/jami-project)
* [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore) or [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox) - All Platforms
* [Linphone](https://www.linphone.org/) - All Platforms / [GitLab](https://gitlab.linphone.org/explore/projects)
* [Berty](https://berty.tech/) / Android, iOS / [GitHub](https://github.com/berty/berty)
* [Ricochet Refresh](https://www.ricochetrefresh.net/) / Windows, Mac, Linux / [GitHub](https://github.com/blueprint-freespeech/ricochet-refresh)
* [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)
* [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)
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
***
## ▷ Email Privacy ## ▷ Email Privacy
* ↪️ **[Temp Mail Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)** - Create Temporary / Throwaway Emails * ↪️ **[Temp Mail Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)** - Create Temporary / Throwaway Emails
@ -310,6 +331,7 @@
* 🌐 **[Instance Scores](https://searx.neocities.org/instancescores)** or [Searx Index](https://www.startpage.com/sp/search?q=%22powered%20by%20Searx%22) - Searx Instance Indexes * 🌐 **[Instance Scores](https://searx.neocities.org/instancescores)** or [Searx Index](https://www.startpage.com/sp/search?q=%22powered%20by%20Searx%22) - Searx Instance Indexes
* ⭐ **[FMHY Searx](https://searx.fmhy.net/)** or [searx.space](https://searx.space/) / [.onion](http://searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion/) - SearXNG Instances / [Matrix](https://matrix.to/#/#searxng:matrix.org) / [GitHub](https://github.com/searxng) * ⭐ **[FMHY Searx](https://searx.fmhy.net/)** or [searx.space](https://searx.space/) / [.onion](http://searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion/) - SearXNG Instances / [Matrix](https://matrix.to/#/#searxng:matrix.org) / [GitHub](https://github.com/searxng)
* ⭐ **[DuckDuckGo](https://start.duckduckgo.com/)** - Own Crawler + Third Parties / [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / [Subreddit](https://www.reddit.com/r/duckduckgo/) * ⭐ **[DuckDuckGo](https://start.duckduckgo.com/)** - Own Crawler + Third Parties / [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / [Subreddit](https://www.reddit.com/r/duckduckgo/)
* ⭐ **[Brave Search](https://search.brave.com/)** - Own Crawler
* [Fuck Off Google](https://search.fuckoffgoogle.net/), [searx.neocities](https://searx.neocities.org/), [nixnet](https://searx.nixnet.services/) or [monocles](https://monocles.de/) - Searx Instances * [Fuck Off Google](https://search.fuckoffgoogle.net/), [searx.neocities](https://searx.neocities.org/), [nixnet](https://searx.nixnet.services/) or [monocles](https://monocles.de/) - Searx Instances
* [LibreY](https://github.com/Ahwxorg/librey) - Privacy Respecting Metasearch Engine * [LibreY](https://github.com/Ahwxorg/librey) - Privacy Respecting Metasearch Engine
* [4get](https://4get.ca/) - Proxy Search Engine / [Source Code](https://git.lolcat.ca/lolcat/4get) * [4get](https://4get.ca/) - Proxy Search Engine / [Source Code](https://git.lolcat.ca/lolcat/4get)
@ -318,9 +340,6 @@
* [Swisscows](https://swisscows.com/) - Uses Bing * [Swisscows](https://swisscows.com/) - Uses Bing
* [YaCy](https://yacy.net/) - Decentralized / [GitHub](https://github.com/yacy/yacy_search_server) * [YaCy](https://yacy.net/) - Decentralized / [GitHub](https://github.com/yacy/yacy_search_server)
* [Startpage](https://www.startpage.com/) - Uses Google / [Subreddit](https://www.reddit.com/r/StartpageSearch/) * [Startpage](https://www.startpage.com/) - Uses Google / [Subreddit](https://www.reddit.com/r/StartpageSearch/)
* [Brave Search](https://search.brave.com/) - Private Search
* [ekoru](https://ekoru.org/) - Uses Bing
* [Gibiru](https://gibiru.com/) - Uses Google
* [SearXNG](https://docs.searxng.org/) - Self-Hosted / [GitHub](https://github.com/searxng/searxng) * [SearXNG](https://docs.searxng.org/) - Self-Hosted / [GitHub](https://github.com/searxng/searxng)
*** ***
@ -350,7 +369,7 @@
## ▷ VPN Tools ## ▷ VPN Tools
* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)** * ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**
* ⭐ **[How to Bind VPN to Client](https://redd.it/ssy8vv)** - Bind VPN to Client to Avoid ISP Letters * ⭐ **[How to Bind VPN to Client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** - Bind VPN to Client to Avoid ISP Letters
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/) * ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
* [WGDashboard](https://donaldzou.github.io/WGDashboard-Documentation/) - WireGuard Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard) * [WGDashboard](https://donaldzou.github.io/WGDashboard-Documentation/) - WireGuard Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
* [OpenVPN](https://openvpn.net/) or [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnels * [OpenVPN](https://openvpn.net/) or [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnels
@ -372,6 +391,7 @@
* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - Self-Hosted Proxy Client * ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - Self-Hosted Proxy Client
* [V2Nodes](https://v2nodes.com/) - Free V2Ray Servers * [V2Nodes](https://v2nodes.com/) - Free V2Ray Servers
* [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alternative Client for Hola Free Proxy Service / [Privacy Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hola-proxy-note)
* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension * [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension
* [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions * [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions
* [Acrylic](https://mayakron.altervista.org/) - Local DNS Proxy * [Acrylic](https://mayakron.altervista.org/) - Local DNS Proxy

View file

@ -17,37 +17,34 @@
* ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o / o4-mini Chatbot / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [Subreddit](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) * ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o / o4-mini Chatbot / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [Subreddit](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
* ⭐ **[Qwen](https://chat.qwen.ai/)** - Alibaba's Chatbots / Qwen3-235B-A22B / Qwen3-32B * ⭐ **[Qwen](https://chat.qwen.ai/)** - Alibaba's Chatbots / Qwen3-235B-A22B / Qwen3-32B
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [GitHub](https://github.com/deepseek-ai) * ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [GitHub](https://github.com/deepseek-ai)
* ⭐ **[Grok](https://grok.com/)** - X.com Chatbot / Grok 2 (30 Hourly) / Grok 3 (12 Per Two Hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) * ⭐ **[Grok](https://grok.com/)** - X.com Chatbot / Grok 2 (30 Hourly) / Grok 3 (18 Per Two Hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
* ⭐ **[Scira](https://scira.ai/)** - Claude Sonnet 3.7 / Grok 3 / Mistral Small 3.1 / Optimus Alpha / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira) * ⭐ **[Scira](https://scira.ai/)** - Claude Sonnet 3.7 / Grok 3 / Mistral Small 3.1 / Optimus Alpha / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira)
* ⭐ **[LMArena](https://lmarena.ai)** - Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat) * ⭐ **[LMArena](https://lmarena.ai)** - Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o / OpenAI o3-Mini-High / No Sign-Up * ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o / OpenAI o3-Mini-High / No Sign-Up
* ⭐ **[Mistral](https://chat.mistral.ai)** - Mistral Large 24.11 / [Discord](https://discord.gg/mistralai) * ⭐ **[Mistral](https://chat.mistral.ai)** - Mistral Large 24.11 / [Discord](https://discord.gg/mistralai)
* ⭐ **[HuggingChat](https://huggingface.co/chat/)** - DeepSeek-R1-Distill-Qwen-32B / Qwen QwQ-32B / Qwen3-235B-A22B / Multiple Open-Source Chatbots / [GitHub](https://github.com/huggingface/chat-ui) * ⭐ **[HuggingChat](https://huggingface.co/chat/)** - DeepSeek-R1-Distill-Qwen-32B / Qwen QwQ-32B / Qwen3-235B-A22B / Multiple Open-Source Chatbots / [GitHub](https://github.com/huggingface/chat-ui)
* [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) * [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/)
* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / o3-Mini / No Sign-Up * [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / o4-Mini / No Sign-Up
* [ChatK](https://chat.oaichat.cc/) or [lobe.wr.do](https://lobe.wr.do/) / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) - GPT-4o / DeepSeek-R1-32b / Multiple Chatbots * [ChatK](https://chat.oaichat.cc/) or [lobe.wr.do](https://lobe.wr.do/) / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat) - GPT-4o / DeepSeek-R1-32b / Multiple Chatbots
* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up * [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up
* [Mirexa](https://mirexa.vercel.app/) - Deepseek R1 / GPT 4.1 / Mistral / Grok 3 mini
* [AI SDK](https://sdk.vercel.ai/) - Multiple Chatbots / [GitHub](https://github.com/vercel/ai) * [AI SDK](https://sdk.vercel.ai/) - Multiple Chatbots / [GitHub](https://github.com/vercel/ai)
* [GizAI](https://www.giz.ai/) - Multiple Chatbots * [GizAI](https://www.giz.ai/) - Multiple Chatbots
* [OI](https://chat.xenai.tech/) or [FreePass](https://freepass.ai/) - Multiple Chatbots * [OI](https://chat.xenai.tech/) or [FreePass](https://freepass.ai/) - Multiple Chatbots
* [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots * [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots
* [Learn About](https://learning.google.com/experiments/learn-about) - Google's Educational Search AI * [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs
* [HelixMind](https://helixmind.online/) - Multiple Chatbots / [Discord](https://discord.gg/7CmPjK87n3) * [HelixMind](https://helixmind.online/) - Multiple Chatbots / [Discord](https://discord.gg/7CmPjK87n3)
* [Infermatic](https://infermatic.ai/) - Multiple Chatbots / [Discord](https://discord.gg/9GUXmDx9GF) * [Electron Hub](https://www.electronhub.ai/) - Deepseek-R1 / o3-Mini-High / Multiple Chatbots / [Discord](https://discord.com/invite/apUUqbxCBQ)
* [Electron Hub](https://www.electronhub.top/) - Deepseek-R1 / o3-Mini-High / Multiple Chatbots / [Discord](https://discord.com/invite/apUUqbxCBQ)
* [NVIDIA NIM](https://build.nvidia.com/) - Deepseek-R1 / Multiple Chatbots / No Sign-Up * [NVIDIA NIM](https://build.nvidia.com/) - Deepseek-R1 / Multiple Chatbots / No Sign-Up
* [OIChat](https://oi.wr.do/) - Gemini-2.5-Pro-Exp / DeepSeek R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots * [OIChat](https://oi.wr.do/) - Gemini-2.5-Pro-Exp / DeepSeek R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots
* [Kimi](https://kimi.ai/) - Kimi 1.5 Chatbot * [Kimi](https://kimi.ai/) - Kimi 1.5 Chatbot
* [Groq](https://groq.com/) - Qwen QwQ-32B / Deepseek-R1-Distill / Multiple Chatbots / [Discord](https://discord.gg/invite/groq) * [Groq](https://groq.com/) - Qwen QwQ-32B / Deepseek-R1-Distill / Multiple Chatbots / [Discord](https://discord.gg/invite/groq)
* [SambaNova](https://sambanova.ai/) - Deepseek-R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots / Enter Fake Info * [SambaNova](https://sambanova.ai/) - Deepseek-R1 / Qwen QwQ-32B / DeepSeek-V3-0324 / Multiple Chatbots / Enter Fake Info
* [Lambda Chat](https://lambda.chat/chatui/) - Deepseek-R1 / Multiple Chatbots / Unlimited / No Sign-Up * [Lambda Chat](https://lambda.chat/chatui/) - Deepseek-R1 / Multiple Chatbots / Unlimited / No Sign-Up
* [Maisa](https://maisa.ai/) - Vinci KPU Chatbot
* [Meta AI](https://www.meta.ai/) - Llama 4 Chatbot * [Meta AI](https://www.meta.ai/) - Llama 4 Chatbot
* [Baidu Chat](https://chat.baidu.com/) - Baidu's Chatbot / Phone # Required
* [MiniMax AI](https://chat.minimax.io/) - Deepseek-R1 / MiniMax-Text-01 Chatbot w/ Large Token Context Window / [GitHub](https://github.com/MiniMax-AI/MiniMax-01) * [MiniMax AI](https://chat.minimax.io/) - Deepseek-R1 / MiniMax-Text-01 Chatbot w/ Large Token Context Window / [GitHub](https://github.com/MiniMax-AI/MiniMax-01)
* [Pi](https://pi.ai/) - Inflection AI's Chatbot * [Pi](https://pi.ai/) - Inflection AI's Chatbot
* [Reka](https://www.reka.ai/) - Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf) * [Reka](https://www.reka.ai/) - Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf)
* [Poe](https://poe.com/) - Multiple Chatbots / 150 Daily / Phone # Required / [Discord](https://discord.com/invite/joinpoe)
* [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/), [Onyx](https://www.onyx.app/) / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking * [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/), [Onyx](https://www.onyx.app/) / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking
*** ***
@ -83,7 +80,7 @@
* ⭐ **[Jan](https://jan.ai/)** - Self-Hosted / [Discord](https://discord.com/invite/FTk2MvZwJH) / [GitHub](https://github.com/janhq/jan) * ⭐ **[Jan](https://jan.ai/)** - Self-Hosted / [Discord](https://discord.com/invite/FTk2MvZwJH) / [GitHub](https://github.com/janhq/jan)
* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Discord](https://discord.gg/sillytavern) / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [GitHub](https://github.com/SillyTavern/SillyTavern) * ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Discord](https://discord.gg/sillytavern) / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [GitHub](https://github.com/SillyTavern/SillyTavern)
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui) * ⭐ **[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 / [Guide](https://rentry.org/llama-mini-guide) * ⭐ **[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-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)
* ⭐ **[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)
@ -104,8 +101,8 @@
* 🌐 **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources * 🌐 **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources
* ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/PygmalionLinks) / [Discord](https://discord.com/invite/pygmalionai) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [GitHub](https://github.com/PygmalionAI) * ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/PygmalionLinks) / [Discord](https://discord.com/invite/pygmalionai) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [GitHub](https://github.com/PygmalionAI)
* ⭐ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.org/reverseCAI) / [Discord](https://discord.com/invite/characterai) / [Subreddit](https://www.reddit.com/r/CharacterAI/)
* ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf) * ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf)
* ⭐ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.org/reverseCAI) / [Discord](https://discord.com/invite/characterai) / [Subreddit](https://www.reddit.com/r/CharacterAI/)
* ⭐ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide * ⭐ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide
* ⭐ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Discord](https://discord.gg/chubai) / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [GitHub](https://github.com/CharHubAI) * ⭐ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Discord](https://discord.gg/chubai) / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [GitHub](https://github.com/CharHubAI)
* [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide / No Sign-Up * [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide / No Sign-Up
@ -125,7 +122,8 @@
## ▷ Coding AIs ## ▷ Coding AIs
* 🌐 **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** / [GitHub](https://github.com/evalplus/evalplus), [WebDev Arena](https://web.lmarena.ai/), [LiveSWEBench](https://liveswebench.ai/), [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) or [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboards * 🌐 **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** / [GitHub](https://github.com/evalplus/evalplus), [WebDev Arena](https://web.lmarena.ai/), [LiveCodeBench](https://livecodebench.github.io/leaderboard.html), [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) or [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboards / Benchmarks
* 🌐 **[LiveSWEBench](https://liveswebench.ai/), [SWE-bench](https://github.com/princeton-nlp/SWE-bench), [multi-swe-bench](https://github.com/multi-swe-bench/multi-swe-bench) or [SWEBench](https://www.swebench.com/)** - Software Engineering AI Leaderboards / Benchmarks
* 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ) * 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ)
* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - LLM API Resources * 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - LLM API Resources
* ⭐ **[Windsurf](https://www.windsurf.com/)** - Coding AI / [Subreddit](https://www.reddit.com/r/Codeium/) / [Discord](https://discord.com/invite/3XFf78nAx5) * ⭐ **[Windsurf](https://www.windsurf.com/)** - Coding AI / [Subreddit](https://www.reddit.com/r/Codeium/) / [Discord](https://discord.com/invite/3XFf78nAx5)
@ -154,8 +152,9 @@
* [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z) * [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z)
* [v0](https://v0.dev/) - Text to Site Code * [v0](https://v0.dev/) - Text to Site Code
* [DeepSite](https://huggingface.co/spaces/enzostvs/deepsite) - Text to Site Code * [DeepSite](https://huggingface.co/spaces/enzostvs/deepsite) - Text to Site Code
* [Bolt.new](https://bolt.new/) - Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new) * [Bolt.new](https://bolt.new/) - AI Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new)
* [Fragments](https://fragments.e2b.dev/) - App Builder / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev) * [Fragments](https://fragments.e2b.dev/) - AI App Builder / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev)
* [Rork](https://rork.com/) - AI App Builder [Code Export Bypass](https://greasyfork.org/en/scripts/538090)
* [Composio](https://composio.dev/) - Add Tools to Coding AI / [Discord](https://discord.com/invite/cNruWaAhQk) / [GitHub](https://github.com/ComposioHQ/composio) * [Composio](https://composio.dev/) - Add Tools to Coding AI / [Discord](https://discord.com/invite/cNruWaAhQk) / [GitHub](https://github.com/ComposioHQ/composio)
*** ***
@ -233,6 +232,7 @@
* ⭐ **[LMArena](https://lmarena.ai/leaderboard)** - Chatbot Leaderboards / Benchmarks / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat) * ⭐ **[LMArena](https://lmarena.ai/leaderboard)** - Chatbot Leaderboards / Benchmarks / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
* ⭐ **[LiveBench](https://livebench.ai/)** - Chatbot Leaderboards / Benchmarks / [GitHub](https://github.com/livebench/livebench) * ⭐ **[LiveBench](https://livebench.ai/)** - Chatbot Leaderboards / Benchmarks / [GitHub](https://github.com/livebench/livebench)
* [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards * [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards
* [RankedAGI](https://rankedagi.com/) - Chatbot Leaderboards / Benchmarks
* [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks / [GitHub](https://github.com/allenai/WildBench) * [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks / [GitHub](https://github.com/allenai/WildBench)
* [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks * [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks
* [ZeroEval](https://huggingface.co/spaces/allenai/ZeroEval) - Chatbot Leaderboard / [GitHub](https://github.com/WildEval/ZeroEval) * [ZeroEval](https://huggingface.co/spaces/allenai/ZeroEval) - Chatbot Leaderboard / [GitHub](https://github.com/WildEval/ZeroEval)
@ -274,16 +274,15 @@
* [Stable Diffusion Videos](https://github.com/nateraw/stable-diffusion-videos) - Unlimited / [Colab](https://colab.research.google.com/github/nateraw/stable-diffusion-videos/blob/main/stable_diffusion_videos.ipynb) * [Stable Diffusion Videos](https://github.com/nateraw/stable-diffusion-videos) - Unlimited / [Colab](https://colab.research.google.com/github/nateraw/stable-diffusion-videos/blob/main/stable_diffusion_videos.ipynb)
* [PixVerse](https://pixverse.ai/) - 1 Daily / [Discord](https://discord.com/invite/MXHErdJHMg) * [PixVerse](https://pixverse.ai/) - 1 Daily / [Discord](https://discord.com/invite/MXHErdJHMg)
* [Wan AI](https://wan.video/) / 10 Daily * [Wan AI](https://wan.video/) / 10 Daily
* [Dream Machine](https://lumalabs.ai/dream-machine) - 5 per Account / [Discord](https://discord.gg/lumaai)
* [LensGo](https://lensgo.ai/) - 5 Daily / [Discord](https://discord.com/invite/CHMhrByFJS) * [LensGo](https://lensgo.ai/) - 5 Daily / [Discord](https://discord.com/invite/CHMhrByFJS)
* [Kling AI](https://klingai.com/) - 8 Monthly / [Discord](https://discord.com/invite/8tj8YjSzKr) * [Kling AI](https://klingai.com/) - 8 Monthly / [Discord](https://discord.com/invite/8tj8YjSzKr)
* [Pika](https://www.pika.art/) - 5 Monthly / [Discord](https://discord.com/invite/pika) * [Pika](https://www.pika.art/) - 5 Monthly / [Discord](https://discord.com/invite/pika)
* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 150 Monthly * [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 150 Monthly
* [Qwen](https://chat.qwen.ai/) - 10 Daily * [Qwen](https://chat.qwen.ai/) - 10 Daily
* [Krea](https://www.krea.ai/) - 2 Daily / [Discord](https://discord.gg/rJurUAR8Kz)
* [Hailuo AI](https://hailuoai.video/) - 3 Daily / [Discord](https://discord.com/invite/hvvt8hAye6) * [Hailuo AI](https://hailuoai.video/) - 3 Daily / [Discord](https://discord.com/invite/hvvt8hAye6)
* [Fusion Brain](https://fusionbrain.ai/en/) - Unlimited * [Fusion Brain](https://fusionbrain.ai/en/) - Unlimited
* [Vivago](https://vivago.ai/) - 1 Daily * [Vivago](https://vivago.ai/) - 1 Daily
* [Runway.exo](https://runway.exomlapi.com/) - 1 Hourly / ExoML Watermark
* [ChatGLM](https://chatglm.cn/) - Unlimited / Requires Sign-Up & Phone # / SMS Generators Work * [ChatGLM](https://chatglm.cn/) - Unlimited / Requires Sign-Up & Phone # / SMS Generators Work
* [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / NVIDIA GPU Required * [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / NVIDIA GPU Required
* [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor * [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor
@ -292,10 +291,11 @@
# ► Image Generation # ► Image Generation
* 🌐 **[Imgsys Rankings](https://imgsys.org/rankings)** - Image Generator Benchmarks / Leaderboards
* ⭐ **[LMArena](https://lmarena.ai)** - Multiple Generators / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat) * ⭐ **[LMArena](https://lmarena.ai)** - Multiple Generators / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)**, [AI Studio](https://aistudio.google.com/generate-image) or [Gemini](https://gemini.google.com/) - Imagen 4 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs) * ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)**, [AI Studio](https://aistudio.google.com/generate-image) or [Gemini](https://gemini.google.com/) - Imagen 3 / Imagen 4 (Gemini) / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs)
* ⭐ **[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)** or [FLUX.1 Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-dev) / Unlimited / 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) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / Unlimited / No Sign-Up
* ⭐ **[ComfyUI Online](https://www.runcomfy.com/comfyui-web)** / Unlimited * ⭐ **[ComfyUI Online](https://www.runcomfy.com/comfyui-web)** / Unlimited
* ⭐ **[Grok](https://grok.com/)** / 25 Per 2 Hours / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55) * ⭐ **[Grok](https://grok.com/)** / 25 Per 2 Hours / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
* [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)
@ -309,14 +309,16 @@
* [imgsys](https://imgsys.org/) / Unlimited / Compare Generators / No Sign-Up * [imgsys](https://imgsys.org/) / Unlimited / Compare Generators / No Sign-Up
* [NVIDIA NIM](https://build.nvidia.com/models?filters=usecase%3Ausecase_image_gen) / 50 Daily / No Sign-Up * [NVIDIA NIM](https://build.nvidia.com/models?filters=usecase%3Ausecase_image_gen) / 50 Daily / No Sign-Up
* [Hotpot](https://hotpot.ai/) / 75 Daily / No Sign-Up * [Hotpot](https://hotpot.ai/) / 75 Daily / No Sign-Up
* [BAGEL](https://demo.bagel-ai.org/) / Unlimited
* [Prodia](https://app.prodia.com/playground) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/495hz6vrFN) * [Prodia](https://app.prodia.com/playground) / Unlimited / No Sign-Up / [Discord](https://discord.com/invite/495hz6vrFN)
* [Pollinations](https://pollinations.ai/) / Unlimited / No Sign-Up / [Discord](https://discord.gg/k9F7SyTgqn) / [GitHub](https://www.github.com/pollinations/pollinations) * [Pollinations](https://pollinations.ai/) / Unlimited / No Sign-Up / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#pollinations-note) / [Discord](https://discord.gg/k9F7SyTgqn) / [GitHub](https://www.github.com/pollinations/pollinations)
* [PicSynth](https://www.picsynth.me/generation) / Unlimited * [PicSynth](https://www.picsynth.me/generation) / Unlimited
* [Imagen.exo](https://imagen.exomlapi.com/) / Unlimited / Imagen 3/3.5
* [Leonardo](https://leonardo.ai/) / 150 Daily * [Leonardo](https://leonardo.ai/) / 150 Daily
* [Loras](https://www.loras.dev/) / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev) * [Loras](https://www.loras.dev/) / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev)
* [ChatGLM](https://chatglm.cn/) / Unlimited * [ChatGLM](https://chatglm.cn/) / Unlimited
* [Meta AI](https://www.meta.ai/icebreakers/imagine/) / Unlimited * [Meta AI](https://www.meta.ai/icebreakers/imagine/) / Unlimited
* [Playground](https://playground.com/) / 15 Per 3 Hours * [GPT1Image](https://gpt1image.exomlapi.com/) - Unlimited / GPT-Image-1
* [TensorArt](https://tensor.art/) / 40 Daily / [Subreddit](https://www.reddit.com/r/TensorArt_HUB/) / [Discord](https://discord.com/invite/qYjANGqBED) * [TensorArt](https://tensor.art/) / 40 Daily / [Subreddit](https://www.reddit.com/r/TensorArt_HUB/) / [Discord](https://discord.com/invite/qYjANGqBED)
* [Shakker](https://www.shakker.ai/) / 50 Daily / [Discord](https://discord.gg/djyP5u3vHY) / [Guide](https://docs.google.com/document/d/1PZ6to6Nn995J0o0BbEPhucqge9uyc1acQoNuvWkK6M8/edit#heading=h.kkzhkyyy4ze4) * [Shakker](https://www.shakker.ai/) / 50 Daily / [Discord](https://discord.gg/djyP5u3vHY) / [Guide](https://docs.google.com/document/d/1PZ6to6Nn995J0o0BbEPhucqge9uyc1acQoNuvWkK6M8/edit#heading=h.kkzhkyyy4ze4)
* [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) * [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion)
@ -329,7 +331,6 @@
* [PixNova AI](https://pixnova.ai/ai-body-generator/) / Unlimited * [PixNova AI](https://pixnova.ai/ai-body-generator/) / Unlimited
* [ChatK](https://chat.oaichat.cc/) / Unlimited * [ChatK](https://chat.oaichat.cc/) / Unlimited
* [Reve Image](https://preview.reve.art/) / 20 Daily * [Reve Image](https://preview.reve.art/) / 20 Daily
* [Baidu Chat](https://chat.baidu.com/) / Phone # Required
* [ImageLabs](https://editor.imagelabs.net/) / Unlimited / No Sign-Up * [ImageLabs](https://editor.imagelabs.net/) / Unlimited / No Sign-Up
* [Qwen](https://chat.qwen.ai/) / Unlimited * [Qwen](https://chat.qwen.ai/) / Unlimited
* [AIGazou](https://muryou-aigazou.com/) / Unlimited * [AIGazou](https://muryou-aigazou.com/) / Unlimited
@ -338,12 +339,10 @@
* [getimg.ai](https://getimg.ai/) / 100 Monthly / [Discord](https://discord.com/invite/5KsUXSzVwS) * [getimg.ai](https://getimg.ai/) / 100 Monthly / [Discord](https://discord.com/invite/5KsUXSzVwS)
* [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) * [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ)
* [Aitubo](https://app.aitubo.ai/) / 25 Daily / [Discord](https://discord.gg/qTu6YsRn7F) * [Aitubo](https://app.aitubo.ai/) / 25 Daily / [Discord](https://discord.gg/qTu6YsRn7F)
* [Poe](https://poe.com/) / 2-15 Daily / Phone # Required / [Discord](https://discord.com/invite/joinpoe)
* [Maze Guru](https://maze.guru/gallery) / 12 Daily / [Discord](https://discord.com/invite/maze-guru-ai-art-anime-social-1007166914801434634) * [Maze Guru](https://maze.guru/gallery) / 12 Daily / [Discord](https://discord.com/invite/maze-guru-ai-art-anime-social-1007166914801434634)
* [ChatGPT](https://chatgpt.com/) - 3 Daily / [Discord](https://discord.com/invite/openai) * [ChatGPT](https://chatgpt.com/) - 3 Daily / [Discord](https://discord.com/invite/openai)
* [PixAI](https://pixai.art/) / 5 Daily / [Discord](https://discord.com/invite/pixai) * [PixAI](https://pixai.art/) / 5 Daily / [Discord](https://discord.com/invite/pixai)
* [FluxPro](https://fluxpro.art/) / 1 Daily / [Discord](https://discord.gg/YMmUAvtRva) * [FluxPro](https://fluxpro.art/) / 1 Daily / [Discord](https://discord.gg/YMmUAvtRva)
* [Glif](https://glif.app/) / 20 Daily / No Sign-Up / [Discord](https://discord.gg/nuR9zZ2nsh)
* [Vivago](https://vivago.ai/) / 15 Daily / No Sign-Up * [Vivago](https://vivago.ai/) / 15 Daily / No Sign-Up
* [Krea](https://www.krea.ai/) / 10 Daily / No Sign-Up / [Discord](https://discord.gg/rJurUAR8Kz) * [Krea](https://www.krea.ai/) / 10 Daily / No Sign-Up / [Discord](https://discord.gg/rJurUAR8Kz)
* [Whisk](https://labs.google/fx/en/tools/whisk) - Use Images as Prompts * [Whisk](https://labs.google/fx/en/tools/whisk) - Use Images as Prompts
@ -397,7 +396,7 @@
# ► Audio Generation # ► Audio Generation
* ⭐ **[Riffusion](https://www.riffusion.com/)** / [Discord](https://discord.gg/riffusion-1053034685590143047) * ⭐ **[Riffusion](https://www.riffusion.com/)** / [Discord](https://discord.gg/riffusion-1053034685590143047)
* ⭐ **[Suno](https://suno.com/)** / [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno) * ⭐ **[Suno](https://suno.com/)** or [Suno.exo](https://suno.exomlapi.com/) / [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno)
* [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based * [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based
* [WolframTones](https://tones.wolfram.com/) / No Sign-Up * [WolframTones](https://tones.wolfram.com/) / No Sign-Up
* [Stable Audio](https://www.stableaudio.com/) / [Discord](https://discord.com/invite/stablediffusion) * [Stable Audio](https://www.stableaudio.com/) / [Discord](https://discord.com/invite/stablediffusion)

View file

@ -54,11 +54,10 @@
* 🌐 **[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 Android Root](https://awesome-android-root.link/)** - Rooted App Index / [GitHub](https://github.com/fynks/awesome-android-root) * 🌐 **[Awesome Android Root](https://awesome-android-root.link/)** - Rooted App Index / [GitHub](https://github.com/fynks/awesome-android-root)
* 🌐 **[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 / [Tools](https://github.com/legendsayantan/ShizuTools)
* ⭐ **[FossifyOrg](https://github.com/FossifyOrg)** - 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/) 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/) 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 Tools - [Repositories](https://forum.f-droid.org/t/known-repositories/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) / [Advanced Search](https://github.com/dbeley/fdroid-insights) * F-Droid Tools - [Repositories](https://forum.f-droid.org/t/known-repositories/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) / [Advanced Search](https://github.com/dbeley/fdroid-insights)
* [Goodwy](https://github.com/Goodwy?tab=repositories) - Simple FOSS Apps
* [Neo Store](https://github.com/NeoApplications/Neo-Store) - FOSS App Installer * [Neo Store](https://github.com/NeoApplications/Neo-Store) - FOSS App Installer
* [IzzyOnDroid](https://android.izzysoft.de/applists.php) - FOSS Apps / [F-Droid](https://apt.izzysoft.de/fdroid/index.php) * [IzzyOnDroid](https://android.izzysoft.de/applists.php) - FOSS Apps / [F-Droid](https://apt.izzysoft.de/fdroid/index.php)
* [You Apps](https://you-apps.net/) - FOSS Apps / [GitHub](https://github.com/you-apps) * [You Apps](https://you-apps.net/) - FOSS Apps / [GitHub](https://github.com/you-apps)
@ -75,7 +74,6 @@
* ⭐ **[APKCombo](https://apkcombo.app/)** * ⭐ **[APKCombo](https://apkcombo.app/)**
* ⭐ **[Aurora Store](https://auroraoss.com/)** - Alt App Store / [GitLab](https://gitlab.com/AuroraOSS/AuroraStore) * ⭐ **[Aurora Store](https://auroraoss.com/)** - Alt App Store / [GitLab](https://gitlab.com/AuroraOSS/AuroraStore)
* [APKPure](https://apkpure.net/), [2](https://apkpure.com/) * [APKPure](https://apkpure.net/), [2](https://apkpure.com/)
* [Play Search](https://playsearch.kaki87.net/) - Advanced Playstore Search
* [Android Ultimate Collection](https://xdaforums.com/t/android-ultimate-collection-guides.4513231/) * [Android Ultimate Collection](https://xdaforums.com/t/android-ultimate-collection-guides.4513231/)
* [APKMonk](https://www.apkmonk.com/) * [APKMonk](https://www.apkmonk.com/)
* [APKToy](https://www.apktoy.com/) * [APKToy](https://www.apktoy.com/)
@ -151,8 +149,8 @@
* ↪️ **[YouTube Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps)** * ↪️ **[YouTube Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps)**
* ↪️ **[Telegram Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_telegram_clients)** * ↪️ **[Telegram Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_telegram_clients)**
* ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)** * ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)**
* ⭐ **[Revenge](https://github.com/revenge-mod/revenge-bundle)** / [Plugins](https://purple-eyez.github.io/Plugins-List/) / [Fonts](https://github.com/Rairof/Theme-Fonts), [2](https://github.com/Purple-EyeZ/Bunny-Fonts) / [Discord](https://discord.com/invite/ddcQf3s2Uq) or [Aliucord](https://github.com/Aliucord/Aliucord) / [Discord](https://discord.gg/EsNDvBaHVU) - Modded Discord Clients * ⭐ **[Revenge](https://github.com/revenge-mod/revenge-bundle)** / [Plugins](https://plugins-list.pages.dev/) / [Fonts](https://github.com/Rairof/Theme-Fonts), [2](https://github.com/Purple-EyeZ/Bunny-Fonts) / [Discord](https://discord.com/invite/ddcQf3s2Uq) or [Aliucord](https://github.com/Aliucord/Aliucord) / [Discord](https://discord.gg/EsNDvBaHVU) - Modded Discord Clients
* ⭐ **[Reddit Client Patch](https://github.com/KobeW50/ReVanced-Documentation/blob/main/Reddit-Client-ID-Guide.md)**, [Stealth](https://gitlab.com/cosmosapps/stealth) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients / Patch Guide * ⭐ **[Reddit Client Patch](https://github.com/KobeW50/ReVanced-Documentation/blob/main/Reddit-Client-ID-Guide.md)**, [Stealth](https://gitlab.com/cosmosapps/stealth), [Continuum](https://github.com/cygnusx-1-org/continuum) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients / Patch Guide
* ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps) * ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps)
* ⭐ **[Tusky](https://tusky.app/)**, [Dhaaga](https://github.com/suvam0451/dhaaga), [tooot](https://tooot.app/), [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Moshidon](https://github.com/LucasGGamerM/moshidon) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients * ⭐ **[Tusky](https://tusky.app/)**, [Dhaaga](https://github.com/suvam0451/dhaaga), [tooot](https://tooot.app/), [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Moshidon](https://github.com/LucasGGamerM/moshidon) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients
* ⭐ **[piko](https://github.com/crimera/twitter-apk)** / [Telegram](https://t.me/pikopatches) / [GitHub](https://github.com/crimera/piko), [Quacker](https://github.com/TheHCJ/Quacker) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter/X Apps * ⭐ **[piko](https://github.com/crimera/twitter-apk)** / [Telegram](https://t.me/pikopatches) / [GitHub](https://github.com/crimera/piko), [Quacker](https://github.com/TheHCJ/Quacker) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter/X Apps
@ -325,8 +323,8 @@
## ▷ Root / Flash ## ▷ Root / Flash
* 🌐 **[Bootloader Unlock: Wall of Shame](https://github.com/melontini/bootloader-unlock-wall-of-shame)** - Bootlocker Limit Index * 🌐 **[Bootloader Unlock: Wall of Shame](https://github.com/melontini/bootloader-unlock-wall-of-shame)** - Bootlocker Limit Index
* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [KitsuneMagisk](https://github.com/1q23lyc45/KitsuneMagisk), [KernelSU](https://kernelsu.org/), [KernelSU-Next](https://github.com/KernelSU-Next/KernelSU-Next), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [APatch](https://github.com/bmax121/APatch), [MTKClient](https://github.com/bkerler/mtkclient) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools * ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [Magisk Alpha](https://t.me/magiskalpha), [KitsuneMagisk](https://github.com/1q23lyc45/KitsuneMagisk), [KernelSU](https://kernelsu.org/), [KernelSU-Next](https://github.com/KernelSU-Next/KernelSU-Next), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [APatch](https://github.com/bmax121/APatch), [MTKClient](https://github.com/bkerler/mtkclient) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools
* ⭐ **Magisk Tools** - [Module Manager](https://github.com/DerGoogler/MMRL) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [PlayIntegrity Fix](https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/), [2](https://github.com/osm0sis/PlayIntegrityFork), [3](https://xdaforums.com/t/tricky-store-bootloader-keybox-spoofing.4683446/) / [Fix Guide](https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/page-177#post-89189572) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo) * ⭐ **Magisk Tools** - [Module Manager](https://github.com/DerGoogler/MMRL) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [PlayIntegrity Fix](https://xdaforums.com/t/tricky-store-bootloader-keybox-spoofing.4683446/) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo)
* ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android * ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android
* [Rooting Guides](https://awesome-android-root.link/rooting-guides/) - Android Root Guides * [Rooting Guides](https://awesome-android-root.link/rooting-guides/) - Android Root Guides
* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs * [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs
@ -347,7 +345,7 @@
* 🌐 **[Android ROM Comparisons](https://eylenburg.github.io/android_comparison.htm)** or [Android ROM List](https://github.com/musabcel/android_rom_list) * 🌐 **[Android ROM Comparisons](https://eylenburg.github.io/android_comparison.htm)** or [Android ROM List](https://github.com/musabcel/android_rom_list)
* ⭐ **[CustomRomBay](https://customrombay.org/)** - ROMs Compatibility Search * ⭐ **[CustomRomBay](https://customrombay.org/)** - ROMs Compatibility Search
* ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security / Privacy Hardened Android / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS) * ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security & Privacy Hardened Android / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS)
* [CalyxOS](https://calyxos.org/) - Privacy-Focused OS * [CalyxOS](https://calyxos.org/) - Privacy-Focused OS
* [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/) * [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/)
@ -372,13 +370,14 @@
* [Circle to Search](https://play.google.com/store/apps/details?id=com.circletosearch.android) or [MiCTS](https://github.com/parallelcc/MiCTS/blob/main/README_en.md) - Circle to Search * [Circle to Search](https://play.google.com/store/apps/details?id=com.circletosearch.android) or [MiCTS](https://github.com/parallelcc/MiCTS/blob/main/README_en.md) - Circle to Search
* [notesGPT](https://usenotesgpt.com/) - AI Voice Notes * [notesGPT](https://usenotesgpt.com/) - AI Voice Notes
* [AudioNote](https://certified84.github.io/AudioNote/) - Video / Voice Recorders * [AudioNote](https://certified84.github.io/AudioNote/) - Video / Voice Recorders
* [ChatBox](https://github.com/Bin-Huang/chatbox), [Maid](https://github.com/Mobile-Artificial-Intelligence/maid), [ChatterUI](https://github.com/Vali-98/ChatterUI) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - Local AI Chatbots * [ChatBox](https://github.com/Bin-Huang/chatbox), [Maid](https://github.com/Mobile-Artificial-Intelligence/maid), [ChatterUI](https://github.com/Vali-98/ChatterUI), [Google AI Edge Gallery](https://github.com/google-ai-edge/gallery) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - Local AI Chatbots
* [Audio-Recorder](https://gitlab.com/axet/android-audio-recorder/) - Audio Recorder * [Audio-Recorder](https://gitlab.com/axet/android-audio-recorder/) - Audio Recorder
* [Noiseun Canceller](https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller) - Audio Surrounding Recorder * [Noiseun Canceller](https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller) - Audio Surrounding Recorder
* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner) * [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)
* [TouchDroid](https://github.com/SKRInternationals/TouchDroid), [Mousedroid](https://github.com/darusc/Mousedroid) or [USB HID Client](https://github.com/Arian04/android-hid-client) (root) - Use Device as PC Mouse / Keyboard * [TouchDroid](https://github.com/SKRInternationals/TouchDroid), [Mousedroid](https://github.com/darusc/Mousedroid) or [USB HID Client](https://github.com/Arian04/android-hid-client) (root) - Use Device as PC Mouse / Keyboard
* [Android Virtual Pen](https://github.com/androidvirtualpen/virtualpen) - Use Device as PC Virtual Pen * [Android Virtual Pen](https://github.com/androidvirtualpen/virtualpen) - Use Device as PC Virtual Pen
* [Listy](https://listy.is/) or [HypeList](https://hypelist.com/) - Create Lists of Anything * [Listy](https://listy.is/) or [HypeList](https://hypelist.com/) - Create Lists of Anything
* [Gameye](https://www.gameye.app/) - Track Game Collection / Prices
* [VoiceGPT](https://github.com/WSTxda/Plugin-VoiceGPT) or [Dicio](https://github.com/Stypox/dicio-android) - Voice Assistants * [VoiceGPT](https://github.com/WSTxda/Plugin-VoiceGPT) or [Dicio](https://github.com/Stypox/dicio-android) - Voice Assistants
* [Novelist](https://www.novelist.app/) - Writing App * [Novelist](https://www.novelist.app/) - Writing App
* [Tunity](https://tunity.com/) - Hear Muted TVs * [Tunity](https://tunity.com/) - Hear Muted TVs
@ -405,7 +404,7 @@
## ▷ Android Privacy ## ▷ Android Privacy
* 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources * 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources
* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_android_messengers)** * ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
* ↪️ **[Android 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)** * ↪️ **[Android 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**
* ⭐ **[TrackerControl](https://trackercontrol.org/)** / [GitHub](https://github.com/TrackerControl/tracker-control-android), [Permission Pilot](https://github.com/d4rken-org/permission-pilot), [Exodus](https://reports.exodus-privacy.eu.org/en/) / [2](https://github.com/Exodus-Privacy/exodus-android-app) or [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Managers * ⭐ **[TrackerControl](https://trackercontrol.org/)** / [GitHub](https://github.com/TrackerControl/tracker-control-android), [Permission Pilot](https://github.com/d4rken-org/permission-pilot), [Exodus](https://reports.exodus-privacy.eu.org/en/) / [2](https://github.com/Exodus-Privacy/exodus-android-app) or [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Managers
* ⭐ **[VirusTotal](https://docs.virustotal.com/docs/mobile-apps)** or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners * ⭐ **[VirusTotal](https://docs.virustotal.com/docs/mobile-apps)** or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners
@ -422,7 +421,7 @@
* [Oblivion](https://github.com/bepass-org/oblivion) - Warp Client * [Oblivion](https://github.com/bepass-org/oblivion) - Warp Client
* [Intra](https://getintra.org) - Proxies * [Intra](https://getintra.org) - Proxies
* [Privacy Guides](https://www.privacyguides.org/en/android/) - Android Privacy Guides * [Privacy Guides](https://www.privacyguides.org/en/android/) - Android Privacy Guides
* [DroidFS](https://forge.chapril.org/hardcoresushi/DroidFS) - Encrypted File Managers * [DroidFS](https://forge.chapril.org/hardcoresushi/DroidFS) - Encrypted File Manager
* [LibChecker](https://github.com/LibChecker/LibChecker) - View App Third-Party Libraries * [LibChecker](https://github.com/LibChecker/LibChecker) - View App Third-Party Libraries
* [Sapio](https://github.com/jonathanklee/Sapio) - Scan Apps for Google Dependency * [Sapio](https://github.com/jonathanklee/Sapio) - Scan Apps for Google Dependency
* [NetGuard](https://www.netguard.me/) - Block Internet Access Per App / [GitHub](https://github.com/M66B/NetGuard) * [NetGuard](https://www.netguard.me/) - Block Internet Access Per App / [GitHub](https://github.com/M66B/NetGuard)
@ -431,7 +430,7 @@
* [v2rayNG](https://github.com/2dust/v2rayNG) - Build Privacy Network * [v2rayNG](https://github.com/2dust/v2rayNG) - Build Privacy Network
* [Open SSTP Client](https://github.com/kittoku/Open-SSTP-Client) - SSTP Client * [Open SSTP Client](https://github.com/kittoku/Open-SSTP-Client) - SSTP Client
* [SimpleLogin](https://github.com/simple-login/Simple-Login-Android) or [AnonAddy](https://gitlab.com/Stjin/anonaddy-android) - Email Forwarding * [SimpleLogin](https://github.com/simple-login/Simple-Login-Android) or [AnonAddy](https://gitlab.com/Stjin/anonaddy-android) - Email Forwarding
* [AndroidFaker](https://github.com/Android1500/AndroidFaker) - Device ID Spoofing / Root * [AndroidFaker](https://rentry.co/fmhybase64#android-faker) - Device ID Spoofing / Root / [GitHub](https://github.com/Android1500/AndroidFaker)
* [TrustDevice-Android](https://github.com/trustdecision/trustdevice-android) - Create Device Identifiers * [TrustDevice-Android](https://github.com/trustdecision/trustdevice-android) - Create Device Identifiers
* [Keyoxide](https://codeberg.org/Berker/keyoxide-flutter) - Verify Decentralized Cryptographic Identities * [Keyoxide](https://codeberg.org/Berker/keyoxide-flutter) - Verify Decentralized Cryptographic Identities
* [Hide My Applist](https://github.com/Dr-TSNG/Hide-My-Applist) (root) - Hide Applist * [Hide My Applist](https://github.com/Dr-TSNG/Hide-My-Applist) (root) - Hide Applist
@ -488,6 +487,7 @@
## ▷ Android File Tools ## ▷ Android File Tools
* ↪️ **[Mobile / Desktop Tranfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)** * ↪️ **[Mobile / Desktop Tranfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)**
* ⭐ **[1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager)** / [Extra Features](https://rentry.co/FMHYBase64#link-1dm), [ADM](https://rentry.co/FMHYBase64#adm) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers
* ⭐ **[MiXplorer](https://mixplorer.com/)**, [2](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/) - Advanced Root File Explorer / Manager / [Themes](https://play.google.com/store/apps/details?id=de.dertyp7214.mixplorerthemecreator) * ⭐ **[MiXplorer](https://mixplorer.com/)**, [2](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/) - Advanced Root File Explorer / Manager / [Themes](https://play.google.com/store/apps/details?id=de.dertyp7214.mixplorerthemecreator)
* ⭐ **[SD Maid SE](https://github.com/d4rken-org/sdmaid-se)** - File Manager / Cleaner / [Discord](https://discord.com/invite/8Fjy6PTfXu) * ⭐ **[SD Maid SE](https://github.com/d4rken-org/sdmaid-se)** - File Manager / Cleaner / [Discord](https://discord.com/invite/8Fjy6PTfXu)
* ⭐ **[MaterialFiles](https://github.com/zhanghai/MaterialFiles)** - File Manager * ⭐ **[MaterialFiles](https://github.com/zhanghai/MaterialFiles)** - File Manager
@ -495,8 +495,7 @@
* ⭐ **[ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)** or [ZipXtract](https://github.com/WirelessAlien/ZipXtract) - File Archivers * ⭐ **[ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)** or [ZipXtract](https://github.com/WirelessAlien/ZipXtract) - File Archivers
* ⭐ **[SyncThing Fork](https://github.com/Catfriend1/syncthing-android)** - File Sync / Sharing * ⭐ **[SyncThing Fork](https://github.com/Catfriend1/syncthing-android)** - File Sync / Sharing
* ⭐ **[pairdrop](https://pairdrop.net/)** or **[Snapdrop Android](https://github.com/fm-sys/snapdrop-android)** - File Sharing * ⭐ **[pairdrop](https://pairdrop.net/)** or **[Snapdrop Android](https://github.com/fm-sys/snapdrop-android)** - File Sharing
* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [File Explorer Compose](https://github.com/Raival-e/File-Explorer-Compose), [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) or [AmazeFileManager](https://github.com/TeamAmaze/AmazeFileManager) / [Utilities](https://github.com/TeamAmaze/AmazeFileUtilities) - File Managers / Explorers * ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [File Explorer Compose](https://github.com/Raival-e/File-Explorer-Compose) or [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) - File Managers / Explorers
* [1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager) / [Extra Features](https://rentry.co/FMHYBase64#link-1dm), [ADM](https://rentry.co/FMHYBase64#adm) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers
* [Aria2App](https://github.com/devgianlu/Aria2App) - Download Manager Controller * [Aria2App](https://github.com/devgianlu/Aria2App) - Download Manager Controller
* [Round Sync](https://github.com/newhinton/Round-Sync) or [MetaCTRL](https://metactrl.com/) - Multi-Site Cloud Storage File Managers * [Round Sync](https://github.com/newhinton/Round-Sync) or [MetaCTRL](https://metactrl.com/) - Multi-Site Cloud Storage File Managers
* [AdbFileManager](https://github.com/T0biasCZe/AdbFileManager) - Manage Android File via Windows * [AdbFileManager](https://github.com/T0biasCZe/AdbFileManager) - Manage Android File via Windows
@ -549,7 +548,7 @@
## ▷ To-Do Apps ## ▷ To-Do Apps
* ⭐ **[Tasks](https://tasks.org/)** - Customizable To-Do App with Sync Support * ⭐ **[Tasks](https://tasks.org/)** - Customizable To-Do App with Sync Support / [GitHub](https://github.com/tasks/tasks)
* ⭐ **[SnapTick](https://github.com/vishal2376/snaptick)** - To-Do App with Pomodoro Timer * ⭐ **[SnapTick](https://github.com/vishal2376/snaptick)** - To-Do App with Pomodoro Timer
* [Any.do](https://www.any.do/), [Orgzly-revived](https://www.orgzlyrevived.com/) / [GitHub](https://github.com/orgzly-revived/orgzly-android-revived) or [Taskito](https://taskito.io/) - To-Do Apps with Sync Support * [Any.do](https://www.any.do/), [Orgzly-revived](https://www.orgzlyrevived.com/) / [GitHub](https://github.com/orgzly-revived/orgzly-android-revived) or [Taskito](https://taskito.io/) - To-Do Apps with Sync Support
* [doable](https://doable.at/) - To-Do App with Sync / Extensions Support * [doable](https://doable.at/) - To-Do App with Sync / Extensions Support
@ -560,7 +559,7 @@
## ▷ Notifications / Widgets ## ▷ Notifications / Widgets
* ⭐ **[ntfy](https://ntfy.sh/)** / [Discord](https://discord.gg/cT7ECsZj9w), [AppRise](https://github.com/caronc/apprise) or [PingMe](https://pingme.lmno.pk/) - Custom Push Notifications * ⭐ **[ntfy](https://ntfy.sh/)** / [Discord](https://discord.gg/cT7ECsZj9w) / [GitHub](https://github.com/binwiederhier/ntfy), [AppRise](https://github.com/caronc/apprise) or [PingMe](https://pingme.lmno.pk/) - Custom Push Notifications
* [Compass QS Tile](https://github.com/WSTxda/Compass-QS-Tile) or [QuickTiles](https://gitlab.com/flxholle/quick-tiles) - Quick Setting Tiles * [Compass QS Tile](https://github.com/WSTxda/Compass-QS-Tile) or [QuickTiles](https://gitlab.com/flxholle/quick-tiles) - Quick Setting Tiles
* [KWGT Widgets](https://rentry.co/FMHYBase64#kwgt) - Custom Android Widgets * [KWGT Widgets](https://rentry.co/FMHYBase64#kwgt) - Custom Android Widgets
* [Smartspacer](https://github.com/KieronQuinn/Smartspacer) - Custom Android "At a Glance" Widget * [Smartspacer](https://github.com/KieronQuinn/Smartspacer) - Custom Android "At a Glance" Widget
@ -651,7 +650,8 @@
*** ***
* 🌐 **[Emulators on Android](https://emulation.gametechwiki.com/index.php/Emulators_on_Android)** * 🌐 **[Emulators on Android](https://emulation.gametechwiki.com/index.php/Emulators_on_Android)**
* ⭐ **[Termux](https://termux.com/)** - Terminal Emulator * 🌐 **[EmuReady](https://www.emuready.com/)** - Mobile Game Emulation Compatibility / Info / [GitHub](https://github.com/Producdevity/EmuReady)
* ⭐ **[Termux](https://termux.dev/)** - Terminal Emulator / [Matrix](https://matrix.to/#/#Termux:matrix.org) / [Telegram](https://telegram.me/termux24x7) / [Subreddit](https://www.reddit.com/r/termux) / [Discord](https://discord.gg/HXpF69X) / [GitHub](https://github.com/termux/)
* ⭐ **Termux Tools** - [YT-DL](https://github.com/khansaad1275/Termux-YTD) / [GUI](https://github.com/termux/termux-gui) / [Beautify](https://github.com/mayTermux/myTermux) * ⭐ **Termux Tools** - [YT-DL](https://github.com/khansaad1275/Termux-YTD) / [GUI](https://github.com/termux/termux-gui) / [Beautify](https://github.com/mayTermux/myTermux)
* ⭐ **[mobox](https://github.com/olegos2/mobox)**, [Box64Droid](https://github.com/Ilya114/Box64Droid) - Windows Emulators on Android * ⭐ **[mobox](https://github.com/olegos2/mobox)**, [Box64Droid](https://github.com/Ilya114/Box64Droid) - Windows Emulators on Android
* [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Windows Emulator on Android / Terminal Emulators / OS Environments * [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Windows Emulator on Android / Terminal Emulators / OS Environments
@ -673,7 +673,7 @@
* 🌐 **[Android Emulators](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index * 🌐 **[Android Emulators](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index
* ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)** * ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)**
* ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** / Windows Subsystem / Pre-built Binaries * ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** - Windows Subsystem / Pre-built Binaries
* ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows * ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows
* [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker * [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker
* [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator * [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator
@ -696,7 +696,7 @@
# ► Android Torrenting # ► Android Torrenting
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://redd.it/ssy8vv) if it allows. * **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) if it allows.
*** ***
@ -724,6 +724,7 @@
* ⭐ **[Legado](https://github.com/gedoor/legado/blob/master/English.md)** - Ebook Reader * ⭐ **[Legado](https://github.com/gedoor/legado/blob/master/English.md)** - Ebook Reader
* ⭐ **[Readera](https://readera.org/)** - Ebook Reader * ⭐ **[Readera](https://readera.org/)** - Ebook Reader
* ⭐ **[Smart Audiobook Player](https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer)** - Audiobook Player * ⭐ **[Smart Audiobook Player](https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer)** - Audiobook Player
* [ElevenReader](https://elevenreader.io/) or [ReadWise](https://readwise.io/read) (reset trial) - Book to Audiobook Converters
* [Voice](https://github.com/PaulWoitaschek/Voice) - Audiobook Player * [Voice](https://github.com/PaulWoitaschek/Voice) - Audiobook Player
* [Sirin](https://play.google.com/store/apps/details?id=com.sirin.android) - Audiobook Player * [Sirin](https://play.google.com/store/apps/details?id=com.sirin.android) - Audiobook Player
* [AudioAnchor](https://github.com/flackbash/AudioAnchor) - Audiobook Player * [AudioAnchor](https://github.com/flackbash/AudioAnchor) - Audiobook Player
@ -740,6 +741,7 @@
* [Project Gutenberg](https://github.com/Pool-Of-Tears/Myne) - Free Books * [Project Gutenberg](https://github.com/Pool-Of-Tears/Myne) - Free Books
* [Openreads](https://github.com/mateusz-bak/openreads), [NeverTooManyBooks](https://github.com/tfonteyn/NeverTooManyBooks) or [Basmo](https://basmo.app/) - Book Managers / Trackers * [Openreads](https://github.com/mateusz-bak/openreads), [NeverTooManyBooks](https://github.com/tfonteyn/NeverTooManyBooks) or [Basmo](https://basmo.app/) - Book Managers / Trackers
* [Wikipedia](https://play.google.com/store/apps/details?id=org.wikipedia) - Wikipedia App / [Beta](https://play.google.com/store/apps/details?id=org.wikipedia.beta) * [Wikipedia](https://play.google.com/store/apps/details?id=org.wikipedia) - Wikipedia App / [Beta](https://play.google.com/store/apps/details?id=org.wikipedia.beta)
* [WikWok](https://f-droid.org/es/packages/com.github.terrakok.wikwok.androidApp/) - Random Wiki Article Viewer / [Web App](https://terrakok.github.io/WikWok) / [GitHub](https://github.com/terrakok/Wikwok)
* [ComicScreen](https://play.google.com/store/apps/details?id=com.viewer.comicscreen), [Bubble2](https://github.com/edeso/bubble2) or [Seeneva](https://seeneva.app/) - Comic Readers * [ComicScreen](https://play.google.com/store/apps/details?id=com.viewer.comicscreen), [Bubble2](https://github.com/edeso/bubble2) or [Seeneva](https://seeneva.app/) - Comic Readers
* [OpenComicVine](https://github.com/proninyaroslav/OpenComicVine) - Comic Tracker * [OpenComicVine](https://github.com/proninyaroslav/OpenComicVine) - Comic Tracker
* [LNReader](https://github.com/LNReader/lnreader), [Ranobe](https://github.com/ranobe-org/ranobe) or [IReader](https://ireaderorg.netlify.app/) - Light Novels * [LNReader](https://github.com/LNReader/lnreader), [Ranobe](https://github.com/ranobe-org/ranobe) or [IReader](https://ireaderorg.netlify.app/) - Light Novels
@ -753,6 +755,7 @@
* ⭐ **[Mihon](https://mihon.app/) / [Discord](https://discord.gg/mihon)** - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/tech/repo) / [Endorsed Forks](https://mihon.app/forks/), [2](https://github.com/nekomangaorg/Neko), [3](https://komikku-app.github.io/) * ⭐ **[Mihon](https://mihon.app/) / [Discord](https://discord.gg/mihon)** - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/tech/repo) / [Endorsed Forks](https://mihon.app/forks/), [2](https://github.com/nekomangaorg/Neko), [3](https://komikku-app.github.io/)
* ⭐ **[Kotatsu](https://kotatsu.app/)** - Manga Reader / [Nightly](https://github.com/KotatsuApp/Kotatsu-nightly) / [Discord](https://discord.gg/NNJ5RgVBC5) / [Telegram](https://t.me/kotatsuapp) * ⭐ **[Kotatsu](https://kotatsu.app/)** - Manga Reader / [Nightly](https://github.com/KotatsuApp/Kotatsu-nightly) / [Discord](https://discord.gg/NNJ5RgVBC5) / [Telegram](https://t.me/kotatsuapp)
* [Neko](https://github.com/nekomangaorg/Neko) - Manga Reader / [Discord](https://discord.gg/4vmK42QuKG) * [Neko](https://github.com/nekomangaorg/Neko) - Manga Reader / [Discord](https://discord.gg/4vmK42QuKG)
* [Mangayomi](https://github.com/kodjodevf/mangayomi) - Manga Reader
* [Perfect Viewer](https://rentry.co/FMHYBase64#perfect-viewer) - Manga File Viewer * [Perfect Viewer](https://rentry.co/FMHYBase64#perfect-viewer) - Manga File Viewer
* [Manga Tag](https://www.mangatag.com/) - Manga File Viewer * [Manga Tag](https://www.mangatag.com/) - Manga File Viewer
* [AnimeChicken](https://animechicken.app/) - Manga File Viewer * [AnimeChicken](https://animechicken.app/) - Manga File Viewer
@ -767,14 +770,14 @@
* ⭐ **[ReVanced Manager](https://revanced.app/)** / [Discord](https://discord.com/invite/rF2YcEjcrT) / [GitHub](https://github.com/ReVanced/revanced-manager), [xManager](https://www.xmanagerapp.com/) / [Discord](https://discord.com/invite/dnpKn5Wufm) or [Modded Spotify](https://rentry.co/FMHYBase64#modded-spotify-apk) - Ad-Free Spotify * ⭐ **[ReVanced Manager](https://revanced.app/)** / [Discord](https://discord.com/invite/rF2YcEjcrT) / [GitHub](https://github.com/ReVanced/revanced-manager), [xManager](https://www.xmanagerapp.com/) / [Discord](https://discord.com/invite/dnpKn5Wufm) or [Modded Spotify](https://rentry.co/FMHYBase64#modded-spotify-apk) - Ad-Free Spotify
* ⭐ **Spotify Tools** - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/) * ⭐ **Spotify Tools** - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/)
* ⭐ **[Seeker](https://github.com/jackBonadies/SeekerAndroid)** - Audio Downloader / Soulseek Frontend * ⭐ **[Seeker](https://github.com/jackBonadies/SeekerAndroid)** - Audio Downloader / Soulseek Frontend
* ⭐ **[Poweramp Equalizer](https://rentry.co/FMHYBase64#poweramp-equalizer)**, **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers * ⭐ **[Poweramp Equalizer](https://rentry.co/FMHYBase64#poweramp-equalizer)** / [Forum](https://forum.powerampapp.com/), **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers
* ⭐ **[AutomaTag](http://automatag.com/)** - Metadata Organizer * ⭐ **[AutomaTag](http://automatag.com/)** - Metadata Organizer
* ⭐ **[AudioRelay](https://audiorelay.net/)** or [Audio Share](https://github.com/mkckr0/audio-share) - Stream Audio Between Devices * ⭐ **[AudioRelay](https://audiorelay.net/)** or [Audio Share](https://github.com/mkckr0/audio-share) - Stream Audio Between Devices
* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler * ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler
* ⭐ **[CApod](https://github.com/d4rken-org/capod)**, [OpenPods](https://github.com/adolfintel/OpenPods) or [MaterialPods](https://play.google.com/store/apps/details?id=com.pryshedko.materialpods) - AirPod Monitors / Battery Trackers * ⭐ **[CApod](https://github.com/d4rken-org/capod)**, [OpenPods](https://github.com/adolfintel/OpenPods) or [MaterialPods](https://play.google.com/store/apps/details?id=com.pryshedko.materialpods) - AirPod Monitors / Battery Trackers
* [ListenBrainz](https://github.com/metabrainz/listenbrainz-android) or [MusicSearch](https://github.com/lydavid/MusicSearch) - Music Tracking / Rating * [ListenBrainz](https://github.com/metabrainz/listenbrainz-android) or [MusicSearch](https://github.com/lydavid/MusicSearch) - Music Tracking / Rating
* [YouTubeDL Android](https://github.com/yausername/youtubedl-android) - Multi-Site Audio Downloader * [YouTubeDL Android](https://github.com/yausername/youtubedl-android) - Multi-Site Audio Downloader
* [ytdlnis](https://github.com/deniscerri/ytdlnis) - Multi-Site Audio Downloader * [ytdlnis](https://ytdlnis.org/) - Multi-Site Audio Downloader / [GitHub](https://github.com/deniscerri/ytdlnis)
* [Seal](https://github.com/JunkFood02/Seal) - Multi-Site Audio Downloader * [Seal](https://github.com/JunkFood02/Seal) - Multi-Site Audio Downloader
* [EchoirX](https://github.com/imjyotiraditya/EchoirX) - Tidal Downloader / [Telegram](https://t.me/ThisPandaCanTalk) * [EchoirX](https://github.com/imjyotiraditya/EchoirX) - Tidal Downloader / [Telegram](https://t.me/ThisPandaCanTalk)
* [Record Player](https://record-player.glitch.me/) - Find Records on Spotify via Pictures * [Record Player](https://record-player.glitch.me/) - Find Records on Spotify via Pictures
@ -876,9 +879,9 @@
* [Rain Sounds](https://sleeprelaxapps.github.io/rainsounds/) - Ambient Rain * [Rain Sounds](https://sleeprelaxapps.github.io/rainsounds/) - Ambient Rain
* [A Soft Murmur](https://play.google.com/store/apps/details?id=com.gabemart.asoftmurmur) - Mix Ambient Sounds * [A Soft Murmur](https://play.google.com/store/apps/details?id=com.gabemart.asoftmurmur) - Mix Ambient Sounds
* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation / Sleep Sounds * [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation / Sleep Sounds
* [Tide.fm](https://tide-api.moreless.io/v1/redirect/download?platform=android) - Meditation / Sleep Sounds
* [Serenity](https://github.com/YajanaRao/Serenity) - Meditation / Sleep Sounds * [Serenity](https://github.com/YajanaRao/Serenity) - Meditation / Sleep Sounds
* [Noice](https://trynoice.com/) - Meditation / Sleep Sounds * [Noice](https://trynoice.com/) - Meditation / Sleep Sounds
* [Tide.fm](https://tide-api.moreless.io/v1/redirect/download?platform=android) - Meditation / Sleep Sounds / Number Required
* [myNoise](https://play.google.com/store/apps/details?id=com.mynoise.mynoise) - Background Noises & Interactive Soundscapes * [myNoise](https://play.google.com/store/apps/details?id=com.mynoise.mynoise) - Background Noises & Interactive Soundscapes
* [ZenTimer](https://play.google.com/store/apps/details?id=com.spotlightsix.zentimerlite2) - Insight Timer * [ZenTimer](https://play.google.com/store/apps/details?id=com.spotlightsix.zentimerlite2) - Insight Timer
* [Lo-fi Clouds Radio](https://www.lofi-clouds.com/) - Lo-fi Radio * [Lo-fi Clouds Radio](https://www.lofi-clouds.com/) - Lo-fi Radio
@ -1118,8 +1121,10 @@
* ⭐ **[Sideloadly](https://sideloadly.io/)** - Non-Jailbreak Sideloading (iOS 7.0 & Above) * ⭐ **[Sideloadly](https://sideloadly.io/)** - Non-Jailbreak Sideloading (iOS 7.0 & Above)
* ⭐ **[Feather](https://github.com/khcrysalis/Feather)** - Sideloading App (iOS 15.0 & Above) / Requires Apple Dev Certificate * ⭐ **[Feather](https://github.com/khcrysalis/Feather)** - Sideloading App (iOS 15.0 & Above) / Requires Apple Dev Certificate
* [AltStore Classic](https://altstore.io/) - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Repo Viewer](https://therealfoxster.github.io/altsource-viewer/), [2](https://altsource.by.lao.sb/browse/) / [AltServer](https://github.com/NyaMisty/AltServer-Linux) / [Guide](https://faq.altstore.io/altstore-classic/how-to-install-altstore-windows) * [AltStore Classic](https://altstore.io/) - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Repo Viewer](https://therealfoxster.github.io/altsource-viewer/), [2](https://altsource.by.lao.sb/browse/) / [AltServer](https://github.com/NyaMisty/AltServer-Linux) / [Guide](https://faq.altstore.io/altstore-classic/how-to-install-altstore-windows)
* [Ksign](https://github.com/Nyasami/Ksign-public) - Non-Jailbreak Sideloading
* [Sparsebox](https://github.com/khanhduytran0/SparseBox) or [LiveContainer](https://github.com/khanhduytran0/LiveContainer) - Run Apps Without Installing / Bypass Sidestore limits * [Sparsebox](https://github.com/khanhduytran0/SparseBox) or [LiveContainer](https://github.com/khanhduytran0/LiveContainer) - Run Apps Without Installing / Bypass Sidestore limits
* [IPA iBot](https://t.me/ipa_ibot) - Apple Dev Certificate Manager Bot * [IPA iBot](https://t.me/ipa_ibot) - Apple Dev Certificate Manager Bot
* [BlacklistBeGone](https://github.com/jailbreakdotparty/BlacklistBeGone) - Lift Revoked Certificate Blacklist / iOS 17.0 -> iOS 18.0.1
* [SignTools](https://github.com/SignTools/SignTools) - Self-Hosted App Signer * [SignTools](https://github.com/SignTools/SignTools) - Self-Hosted App Signer
* [Cyan](https://github.com/asdfzxcvbn/pyzule-rw) - Modify IPAs / Inject Tweaks * [Cyan](https://github.com/asdfzxcvbn/pyzule-rw) - Modify IPAs / Inject Tweaks
* [ATVLoadly](https://github.com/bitxeno/atvloadly) - Apple TV Sideloading * [ATVLoadly](https://github.com/bitxeno/atvloadly) - Apple TV Sideloading
@ -1144,17 +1149,11 @@
## ▷ iOS Privacy ## ▷ iOS Privacy
* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
* ↪️ **[iOS 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)** * ↪️ **[iOS 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**
* ⭐ **[Onion Browser](https://onionbrowser.com/)** - Onion Browser * ⭐ **[Onion Browser](https://onionbrowser.com/)** - Onion Browser
* ⭐ **[Signal](https://signal.org/)** - Encrypted Messaging / [GitHub](https://github.com/signalapp/Signal-iOS)
* ⭐ **[SimpleX](https://apps.apple.com/app/id1605771084)** - Encrypted Messaging / [GitHub](https://github.com/simplex-chat/simplex-chat)
* [Session](https://getsession.org/) - Encrypted Messaging
* [Olvid](https://olvid.io/en/) - Encrypted Messaging
* [Damus](https://damus.io/) - Encrypted Messaging
* [DNSecure](https://github.com/kkebo/DNSecure) - Encrypted DNS
* [Brave](https://apps.apple.com/app/id1052879175) or [Firefox Focus](https://apps.apple.com/app/id1055677337) - Privacy-Focused Browsers * [Brave](https://apps.apple.com/app/id1052879175) or [Firefox Focus](https://apps.apple.com/app/id1055677337) - Privacy-Focused Browsers
* [Element](https://apps.apple.com/app/id1083446067) or [FluffyChat](https://apps.apple.com/app/id1551469600) - Matrix Clients * [DNSecure](https://github.com/kkebo/DNSecure) - Encrypted DNS
* [Jami](https://jami.net/) or [MySudo](https://anonyome.com/individuals/mysudo/) - Encrypted Messaging / Video Calls
* [Proton Mail](https://apps.apple.com/app/id979659905) or [Tuta](https://apps.apple.com/app/id922429609) - Encrypted Emailing Service * [Proton Mail](https://apps.apple.com/app/id979659905) or [Tuta](https://apps.apple.com/app/id922429609) - Encrypted Emailing Service
* [Streisand](https://apps.apple.com/us/app/streisand/id6450534064) - Proxy App * [Streisand](https://apps.apple.com/us/app/streisand/id6450534064) - Proxy App
@ -1176,6 +1175,7 @@
* [TrollStore-IPAs](https://github.com/Neoncat-OG/TrollStore-IPAs) - Tweaked Apps * [TrollStore-IPAs](https://github.com/Neoncat-OG/TrollStore-IPAs) - Tweaked Apps
* [PlatinMods](https://platinmods.com/) - Tweaked Apps / Sign-Up Required * [PlatinMods](https://platinmods.com/) - Tweaked Apps / Sign-Up Required
* [AppTesters](https://repository.apptesters.org/) - Tweaked Apps / [Telegram](https://t.me/AppleTesters) * [AppTesters](https://repository.apptesters.org/) - Tweaked Apps / [Telegram](https://t.me/AppleTesters)
* [iOSDecrypted](https://t.me/iosdecrypted) - Modded Social Media Apps
* [IPA Archive](https://stuffed18.github.io/ipa-archive-updated) - Search Engine * [IPA Archive](https://stuffed18.github.io/ipa-archive-updated) - Search Engine
* [iOSObscura](https://archive.org/details/iOSObscura) - Old App Archive / [Search Engine](https://iphoneosobscura.litten.ca/) * [iOSObscura](https://archive.org/details/iOSObscura) - Old App Archive / [Search Engine](https://iphoneosobscura.litten.ca/)
* [AppleCensorship](https://applecensorship.com/) - Censored App Store Apps * [AppleCensorship](https://applecensorship.com/) - Censored App Store Apps
@ -1259,7 +1259,6 @@
* ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds * ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds
* [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform * [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform
* [A Soft Murmur](https://apps.apple.com/app/id1175522255) - Mix Ambient Sounds
* [Tide.fm](https://apps.apple.com/app/id1077776989) - Meditation / Sleep Sounds * [Tide.fm](https://apps.apple.com/app/id1077776989) - Meditation / Sleep Sounds
* [Insight Timer](https://apps.apple.com/app/id337472899) - Meditation / Sleep Sounds * [Insight Timer](https://apps.apple.com/app/id337472899) - Meditation / Sleep Sounds
@ -1312,8 +1311,8 @@
* [Prologue](https://prologue.audio/) - Audiobooks for Plex * [Prologue](https://prologue.audio/) - Audiobooks for Plex
* [JellyBook](https://github.com/JellyBookOrg/JellyBook) - Ebook Reader * [JellyBook](https://github.com/JellyBookOrg/JellyBook) - Ebook Reader
* [Eboox](https://apps.apple.com/app/eboox-fb2-epub-book-reader/id1489172068) - Ebook Reader * [Eboox](https://apps.apple.com/app/eboox-fb2-epub-book-reader/id1489172068) - Ebook Reader
* [Cantook](https://apps.apple.com/app/cantook-by-aldiko/id1476410111) - Ebook Reader
* [Readwise](https://apps.apple.com/app/readwise/id1476885528) - Ebook Reader * [Readwise](https://apps.apple.com/app/readwise/id1476885528) - Ebook Reader
* [Cantook](https://apps.apple.com/app/cantook-by-aldiko/id1476410111) - Ebook Reader
* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader * [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader
* [SideBooks](https://apps.apple.com/app/id409777225) - PDF Reader * [SideBooks](https://apps.apple.com/app/id409777225) - PDF Reader
* [BookPlayer](https://github.com/TortugaPower/BookPlayer) - Audiobook Player / [Discord](https://discord.gg/MjCUXgU) * [BookPlayer](https://github.com/TortugaPower/BookPlayer) - Audiobook Player / [Discord](https://discord.gg/MjCUXgU)

View file

@ -16,7 +16,6 @@
* [Deezer](https://www.deezer.com/) - Streaming / [HiFi Features](https://rentry.co/FMHYBase64#dzunlock) * [Deezer](https://www.deezer.com/) - Streaming / [HiFi Features](https://rentry.co/FMHYBase64#dzunlock)
* [Moosync](https://moosync.app/) - YouTube / Spotify / Last.fm / [Discord](https://discord.gg/HsbqbRune3) / [GitHub](https://github.com/Moosync/Moosync) * [Moosync](https://moosync.app/) - YouTube / Spotify / Last.fm / [Discord](https://discord.gg/HsbqbRune3) / [GitHub](https://github.com/Moosync/Moosync)
* [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client * [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client
* [spmp](https://github.com/toasterofbread/spmp) - YouTube Music Client
* [BetterSoundcloud](https://alirezakj.com/bsc/) - Soundcloud Client / Ad-Free / [GitHub](https://github.com/AlirezaKJ/BetterSoundCloud) * [BetterSoundcloud](https://alirezakj.com/bsc/) - Soundcloud Client / Ad-Free / [GitHub](https://github.com/AlirezaKJ/BetterSoundCloud)
* [nuclear](https://nuclearplayer.com/) - Streaming / [GitHub](https://github.com/nukeop/nuclear) / [Discord](https://discord.com/invite/JqPjKxE) * [nuclear](https://nuclearplayer.com/) - Streaming / [GitHub](https://github.com/nukeop/nuclear) / [Discord](https://discord.com/invite/JqPjKxE)
* [FunkWhale](https://funkwhale.audio/) - Streaming * [FunkWhale](https://funkwhale.audio/) - Streaming
@ -25,7 +24,7 @@
* [Muffon](https://muffon.netlify.app/) - Streaming * [Muffon](https://muffon.netlify.app/) - Streaming
* [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram * [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram
* [Mixtape Garden](https://mixtapegarden.com/) - Create / Share Mixtapes * [Mixtape Garden](https://mixtapegarden.com/) - Create / Share Mixtapes
* [Beatsync](https://www.beatsync.gg/) / [GitHub](https://github.com/freeman-jiang/beatsync), [pulse](https://473999.net/pulse), [JukeboxStar](https://jukeboxstar.com/) or [JukeboxToday](https://jukebox.today/) - Listen Together / Listening Parties * [Beatsync](https://www.beatsync.gg/) / [GitHub](https://github.com/freeman-jiang/beatsync) or [pulse](https://473999.net/pulse) - Listen Together / Listening Parties
*** ***
@ -69,8 +68,6 @@
* [AudionautiX](https://audionautix.com/) - Mood-Based Streaming * [AudionautiX](https://audionautix.com/) - Mood-Based Streaming
* [Neko Network](https://live.neko-network.net/) - Anime Music Videos * [Neko Network](https://live.neko-network.net/) - Anime Music Videos
* [Youtaite](https://www.youtaite.com/) - Youtaite Resources / Songs * [Youtaite](https://www.youtaite.com/) - Youtaite Resources / Songs
* [Musicmap](https://musicmap.info/) - Genealogy / History of Music Genres
* [Map of Metal](https://mapofmetal.com/) - Interactive Map of Metal History
* [LostMyspace](http://lostmyspace.com/) - Lost Myspace Songs * [LostMyspace](http://lostmyspace.com/) - Lost Myspace Songs
* [Mideastunes](https://mideastunes.com/) - Underground Music * [Mideastunes](https://mideastunes.com/) - Underground Music
* [Musico](https://www.musi-co.com/listen/) - AI Generated Songs * [Musico](https://www.musi-co.com/listen/) - AI Generated Songs
@ -154,7 +151,6 @@
* [raddio](https://raddio.net/) - Simple Radio Player / Directory * [raddio](https://raddio.net/) - Simple Radio Player / Directory
* [Instant.audio](https://instant.audio/) - Minimalist Radio Player * [Instant.audio](https://instant.audio/) - Minimalist Radio Player
* [Flicker Radio](https://flickermini.pages.dev/radiostations) - Simple / Lightweight Radio Player * [Flicker Radio](https://flickermini.pages.dev/radiostations) - Simple / Lightweight Radio Player
* [System Bus Radio](https://fulldecent.github.io/system-bus-radio/) - Experimental System Bus Sound
* [QMPlay2](https://github.com/zaps166/QMPlay2) - Desktop Media / Radio Player * [QMPlay2](https://github.com/zaps166/QMPlay2) - Desktop Media / Radio Player
* [StreamURL](https://streamurl.link/) - Radio Stream URL Finder * [StreamURL](https://streamurl.link/) - Radio Stream URL Finder
* [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter * [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter
@ -162,7 +158,6 @@
* [OpenMHz](https://openmhz.com/) - Live Police Radio * [OpenMHz](https://openmhz.com/) - Live Police Radio
* [RadioReference](https://www.radioreference.com/) or [morsecode.me](https://morsecode.me/) - Morse Code Radio / Communication * [RadioReference](https://www.radioreference.com/) or [morsecode.me](https://morsecode.me/) - Morse Code Radio / Communication
* [Worldwide Radio](https://addons.mozilla.org/en-US/firefox/addon/worldwide-radio/) - Radio Extension * [Worldwide Radio](https://addons.mozilla.org/en-US/firefox/addon/worldwide-radio/) - Radio Extension
* [Tempest](http://www.erikyyy.de/tempest/) - Use Monitor as AM Radio
*** ***
@ -171,11 +166,13 @@
* ⭐ **[SomaFM](https://somafm.com/)** - Online Radio / User Supported / [Discovery Guide](https://rentry.co/musicdiscovery/#somafm) * ⭐ **[SomaFM](https://somafm.com/)** - Online Radio / User Supported / [Discovery Guide](https://rentry.co/musicdiscovery/#somafm)
* ⭐ **[NTS Radio](https://www.nts.live/)** - DJ Radio Shows / [SoundCloud](https://soundcloud.com/user-643553014) / [Discovery Guide](https://rentry.co/musicdiscovery/#nts-radio) * ⭐ **[NTS Radio](https://www.nts.live/)** - DJ Radio Shows / [SoundCloud](https://soundcloud.com/user-643553014) / [Discovery Guide](https://rentry.co/musicdiscovery/#nts-radio)
* ⭐ **[RadioParadise](https://radioparadise.com/)** - Online Radio / Listener Supported * ⭐ **[RadioParadise](https://radioparadise.com/)** - Online Radio / Listener Supported
* [KWSX Radio](https://radio.kwsx.online/) - Online Radio / Listener Supported
* [0nRadio](https://www.0nradio.com/) - Online Radio Directory * [0nRadio](https://www.0nradio.com/) - Online Radio Directory
* [1a Radio](https://www.1aradio.com/) - Online Radio Directory * [1a Radio](https://www.1aradio.com/) - Online Radio Directory
* [Radiodeck](https://www.radiodeck.com/) - Online Radio Player / Directory * [Radiodeck](https://www.radiodeck.com/) - Online Radio Player / Directory
* [Quasar Radio](https://kuasark.com/en/) - Online Radio Directory * [Quasar Radio](https://kuasark.com/en/) - Online Radio Directory
* [AccuRadio](https://www.accuradio.com/) - Online Radio * [AccuRadio](https://www.accuradio.com/) - Online Radio
* [Q-3](https://www.q-3.eu/) - Online Radio
* [You Radio](https://play.you.radio/) - Online Radio * [You Radio](https://play.you.radio/) - Online Radio
* [Audiophile](https://audiophile.fm/) - Online Radio * [Audiophile](https://audiophile.fm/) - Online Radio
* [ShoutCast](https://directory.shoutcast.com/) - User-Stations * [ShoutCast](https://directory.shoutcast.com/) - User-Stations
@ -233,7 +230,6 @@
* [Grover](https://www.microsoft.com/store/productId/9NBLGGH6C4BC) or [GPodder](https://gpodder.github.io/) - Podcast Client * [Grover](https://www.microsoft.com/store/productId/9NBLGGH6C4BC) or [GPodder](https://gpodder.github.io/) - Podcast Client
* [EchoWalk](https://www.echowalk.com/) - Turn Articles / Webpages into Podcasts * [EchoWalk](https://www.echowalk.com/) - Turn Articles / Webpages into Podcasts
* [PodSync](https://github.com/mxpv/podsync) - Turn YouTube Video into Podcasts * [PodSync](https://github.com/mxpv/podsync) - Turn YouTube Video into Podcasts
* [JRE Missing](https://www.jremissing.com/) - Tracks Missing JRE Podcasts
* [Podcatalysts](https://podcatalysts.substack.com/) - Podcast Recommendation Newsletter * [Podcatalysts](https://podcatalysts.substack.com/) - Podcast Recommendation Newsletter
*** ***
@ -247,7 +243,7 @@
* ⭐ **[Chillhop](https://chillhop.com/)** - Lofi Radio * ⭐ **[Chillhop](https://chillhop.com/)** - Lofi Radio
* ⭐ **[myNoise](https://mynoise.net/)** - Customizable Ambient Sound Mixer * ⭐ **[myNoise](https://mynoise.net/)** - Customizable Ambient Sound Mixer
* ⭐ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain * ⭐ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain
* [Lowkey Lofi](https://www.lowkeylofi.app/), [2](https://lowkeylofi.vercel.app/) - Lofi Radio / 80+ Combined Channels * [Flow-fi](https://www.flowfi.app/) - Lofi Radio / 360+ Combined Channels
* [Lofi and Games](https://lofiandgames.com/) - Lofi Radio + Simple Games * [Lofi and Games](https://lofiandgames.com/) - Lofi Radio + Simple Games
* [FlowTunes](https://www.flowtunes.app/) - Lofi + Focus Radio / Ambient Sounds * [FlowTunes](https://www.flowtunes.app/) - Lofi + Focus Radio / Ambient Sounds
* [Lofizen](https://www.lofizen.co/) - Lofi Radio / Ambient Sounds * [Lofizen](https://www.lofizen.co/) - Lofi Radio / Ambient Sounds
@ -260,8 +256,8 @@
* [LofiCafe](https://www.loficafe.net/) - Lofi Radio * [LofiCafe](https://www.loficafe.net/) - Lofi Radio
* [Ambicular](https://ambicular.com/) - Lofi Radio * [Ambicular](https://ambicular.com/) - Lofi Radio
* [FreeCodeCamp](https://coderadio.freecodecamp.org/) - Lofi Radio * [FreeCodeCamp](https://coderadio.freecodecamp.org/) - Lofi Radio
* [Loofi](https://loofi.netlify.app/) - Lofi Radio
* [Lofi Club](https://loficlub.vercel.app/) - Lofi Radio * [Lofi Club](https://loficlub.vercel.app/) - Lofi Radio
* [Loofi](https://loofi.netlify.app/) - Lofi Radio
* [Lofi Limo](https://lofi.limo/) - Lofi Radio * [Lofi Limo](https://lofi.limo/) - Lofi Radio
* [DevTunes FM](https://radio.madza.dev/) - Lofi Radio * [DevTunes FM](https://radio.madza.dev/) - Lofi Radio
* [Moss Garden](https://moss.garden/) - Lofi Radio * [Moss Garden](https://moss.garden/) - Lofi Radio
@ -283,14 +279,12 @@
* [ChillOuts](http://www.chillouts.com/) - Meditation Aid * [ChillOuts](http://www.chillouts.com/) - Meditation Aid
* [You are Listening To LA](https://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio * [You are Listening To LA](https://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio
* [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator * [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator
* [Listen to Wikipedia](http://listen.hatnote.com/) - Wikipedia Recent Changes Feed Sounds
*** ***
# ► Spotify Clients # ► Spotify Clients
* ⭐ **[Spotify Desktop](https://www.spotify.com/us/download/)** - Official Client / Use Adblockers Below / [Installer Archive](https://loadspot.pages.dev/) * ⭐ **[Spotify Desktop](https://www.spotify.com/us/download/)** - Official Client / Use Adblockers Below / [Installer Archive](https://loadspot.pages.dev/)
* ⭐ **[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)
* [Lofi Rocks](https://www.lofi.rocks/) - Tiny / Minimal Client / [GitHub](https://github.com/dvx/lofi) * [Lofi Rocks](https://www.lofi.rocks/) - Tiny / Minimal Client / [GitHub](https://github.com/dvx/lofi)
* [Spotify Web Client](https://open.spotify.com/) / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics), [2](https://greasyfork.org/en/scripts/377439) * [Spotify Web Client](https://open.spotify.com/) / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics), [2](https://greasyfork.org/en/scripts/377439)
@ -324,7 +318,7 @@
* [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer * [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer
* [XM Playlist](https://xmplaylist.com/) - XM Radio Spotify Playlists * [XM Playlist](https://xmplaylist.com/) - XM Radio Spotify Playlists
* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Archive of Official Spotify Playlists * [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Archive of Official Spotify Playlists
* [SpotifyCloud](https://spotifycloud.zamar-roura.com/) - Playlist Words * [PlayLost](http://playlost.fm/) - Find Similar Playlists
*** ***
@ -342,7 +336,6 @@
* [CanvasDownloader](https://www.canvasdownloader.com/) - Extract Spotify Canvas Walls * [CanvasDownloader](https://www.canvasdownloader.com/) - Extract Spotify Canvas Walls
* [Kira](https://kira.vercel.app/) - Browse by Country / [GitLab](https://gitlab.com/timrossback/kira) * [Kira](https://kira.vercel.app/) - Browse by Country / [GitLab](https://gitlab.com/timrossback/kira)
* [ListenByLabel](https://www.lbl.fm/) - Browse by Labels * [ListenByLabel](https://www.lbl.fm/) - Browse by Labels
* [spotify-github-profile](https://github.com/kittinan/spotify-github-profile) - GitHub Display
* [ReleaseFeed](https://releasefeed.elomatreb.eu/) - Create Artist RSS Feeds * [ReleaseFeed](https://releasefeed.elomatreb.eu/) - Create Artist RSS Feeds
*** ***
@ -361,16 +354,13 @@
* ⭐ **[squid.wtf](https://squid.wtf/)** - Qobuz / Khinsider / FLAC / [GitHub](https://github.com/QobuzDL/Qobuz-DL) * ⭐ **[squid.wtf](https://squid.wtf/)** - Qobuz / Khinsider / FLAC / [GitHub](https://github.com/QobuzDL/Qobuz-DL)
* [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz) * [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz)
* [AMP3](https://amp3.cc/) - YouTube / 320kb * [AMP3](https://amp3.cc/) - YouTube / 320kb
* [Download Bandcamp](https://downloadmusicschool.com/bandcamp/) - Bandcamp / 128kb MP3
* [DownloadSound](https://downloadsound.cloud/) - SoundCloud / 128kb MP3 / [Discord](https://discord.com/invite/39bEkYuzrN)
* [SoundcloudMP3](https://soundcloudmp3.cc/) - SoundCloud / 128kb MP3
*** ***
## ▷ Audio Ripping Tools ## ▷ Audio Ripping Tools
* ↪️ **[YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** - YouTube / Multi-Site Downloaders * ↪️ **[YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** - YouTube / Multi-Site Downloaders
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - Download App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl) * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - P2P Audio Sharing Networks / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl)
* ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium * ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium
* ⭐ **[OnTheSpot](https://github.com/justin025/onthespot)** - Multi-Site / [Discord](https://discord.com/invite/hz4mAwSujH) * ⭐ **[OnTheSpot](https://github.com/justin025/onthespot)** - Multi-Site / [Discord](https://discord.com/invite/hz4mAwSujH)
* ⭐ **[Exact Audio Copy](https://www.exactaudiocopy.de/)** / [Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper * ⭐ **[Exact Audio Copy](https://www.exactaudiocopy.de/)** / [Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper
@ -467,7 +457,6 @@
* [FindFlac](https://findflac.com/) - FLAC / MP3 / MP4 * [FindFlac](https://findflac.com/) - FLAC / MP3 / MP4
* [iPlusFree](https://www7.iplusfree.org/), [iTopMusic](https://itopmusicx.com/) or [iTDMusic](https://itdmusic.in/) - iTunes M4A * [iPlusFree](https://www7.iplusfree.org/), [iTopMusic](https://itopmusicx.com/) or [iTDMusic](https://itdmusic.in/) - iTunes M4A
* [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests * [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests
* [Jimmy R](https://jimmyr.com/mp3_search.php) or [Musgle](http://www.musgle.com/) - Google Directory Search / MP3
* [SongStems](https://songstems.net/) - STEM Files * [SongStems](https://songstems.net/) - STEM Files
* [BitMidi](https://bitmidi.com/), [Geocities Midis](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files * [BitMidi](https://bitmidi.com/), [Geocities Midis](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
* [Free Music Archive](https://www.freemusicarchive.org/), [Unminus](https://www.unminus.com/), [BenSound](https://www.bensound.com/), [HookSounds](https://www.hooksounds.com/), [UppBeat](https://uppbeat.io/), [Soundimage](https://soundimage.org/), [free stock music](https://www.free-stock-music.com/) or [Fugue](https://icons8.com/music) - Royalty Free Music * [Free Music Archive](https://www.freemusicarchive.org/), [Unminus](https://www.unminus.com/), [BenSound](https://www.bensound.com/), [HookSounds](https://www.hooksounds.com/), [UppBeat](https://uppbeat.io/), [Soundimage](https://soundimage.org/), [free stock music](https://www.free-stock-music.com/) or [Fugue](https://icons8.com/music) - Royalty Free Music
@ -633,6 +622,8 @@
* [Kworb](https://kworb.net/), [Spotify Charts](https://charts.spotify.com/home) or [SuperFridayChart](https://www.superfridaychart.com/) - Music Top Charts * [Kworb](https://kworb.net/), [Spotify Charts](https://charts.spotify.com/home) or [SuperFridayChart](https://www.superfridaychart.com/) - Music Top Charts
* [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive * [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive
* [TheIndieRockPlaylist](https://www.theindierockplaylist.com/) - Indie Rock Archive * [TheIndieRockPlaylist](https://www.theindierockplaylist.com/) - Indie Rock Archive
* [Musicmap](https://musicmap.info/) - Genealogy / History of Music Genres
* [Map of Metal](https://mapofmetal.com/) - Interactive Map of Metal History
* [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive * [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive
* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database * [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database
* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive * [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive
@ -667,9 +658,10 @@
## ▷ Last.fm Tools ## ▷ Last.fm Tools
* 🌐 **[Awesome Last.fm](https://github.com/jnguyen1098/awesome-lastfm)** - Last.fm Tool Index * 🌐 **[Awesome Last.fm](https://github.com/jnguyen1098/awesome-lastfm)** - Last.fm Tool Index
* ⭐ **[bleh](https://katelyn.moe/bleh/)** - Last.fm Customization Script / [GitHub](https://github.com/katelyynn/bleh)
* ⭐ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler) * ⭐ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler)
* ⭐ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web) * ⭐ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web)
* [Web Scrobbler](https://web-scrobbler.com/) - Scrobble Any Site * [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - Scrobble Any Site
* [Edit Scrobbles](https://greasyfork.org/en/scripts/485278) - Manually Edit Scrobbles * [Edit Scrobbles](https://greasyfork.org/en/scripts/485278) - Manually Edit Scrobbles
* [Last.fm Labs](https://www.last.fm/labs) - Last.fm Library Visualizers * [Last.fm Labs](https://www.last.fm/labs) - Last.fm Library Visualizers
* [ChartMyMusic](https://www.chartmymusic.com/), [TapMusic](https://www.tapmusic.net/) or [MusicCoruMap](https://musicorumapp.com/generate) - Album Collages * [ChartMyMusic](https://www.chartmymusic.com/), [TapMusic](https://www.tapmusic.net/) or [MusicCoruMap](https://musicorumapp.com/generate) - Album Collages
@ -722,9 +714,7 @@
* [quodlibet](https://github.com/quodlibet/quodlibet/) * [quodlibet](https://github.com/quodlibet/quodlibet/)
* [deadbeef](https://deadbeef.sourceforge.io/) * [deadbeef](https://deadbeef.sourceforge.io/)
* [Swing](https://swingmx.com/) / [Telegram](https://t.me/+9n61PFcgKhozZDE0) / [GitHub](https://github.com/swingmx/swingmusic) * [Swing](https://swingmx.com/) / [Telegram](https://t.me/+9n61PFcgKhozZDE0) / [GitHub](https://github.com/swingmx/swingmusic)
* [Nora](https://github.com/Sandakan/Nora) * [Nora](https://noramusic.netlify.app/) / [GitHub](https://github.com/Sandakan/Nora)
* [Hyperchroma](https://hyperchroma.app/)
* [Melodie](https://feugy.github.io/melodie/)
* [Dopamine](https://digimezzo.github.io/site/) * [Dopamine](https://digimezzo.github.io/site/)
* [LedFx](https://www.ledfx.app/) - LED Music Sync * [LedFx](https://www.ledfx.app/) - LED Music Sync
* [RockBox](https://www.rockbox.org/) - Custom Player for Audio Devices * [RockBox](https://www.rockbox.org/) - Custom Player for Audio Devices
@ -770,19 +760,18 @@
## ▷ Song Identification ## ▷ Song Identification
* ⭐ **[Shazam](https://www.shazam.com/)** - Android / [Unlock](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra) * ⭐ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Modded](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra)
* ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** - Desktop * ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** / Windows
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** - Song Identification Forum * ⭐ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities
* [/r/NameThatSong](https://reddit.com/r/NameThatSong) - Song Identification Subreddit * [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) - Desktop * [AudioTag](https://audiotag.info/) / Web
* [Aha Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Online * [SoundHound](https://www.soundhound.com/soundhound) / Android
* [AudioTag](https://audiotag.info/) - Online * [Audile](https://github.com/aleksey-saenko/MusicRecognizer) / Android
* [Audire](https://github.com/alexmercerind/audire) / Android
* [AmbientMusicMod](https://github.com/KieronQuinn/AmbientMusicMod) / Android
* [Google Assistant](https://assistant.google.com/) - Google's Music Recognition / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition)
* [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins * [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins
* [Google Assistant](https://assistant.google.com/) - Google's Music Recognition / Android / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition) * [AHA Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Chrome Extension
* [SoundHound](https://www.soundhound.com/soundhound) - Android
* [Audile](https://github.com/aleksey-saenko/MusicRecognizer) - Android
* [Audire](https://github.com/alexmercerind/audire) - Android
* [AmbientMusicMod](https://github.com/KieronQuinn/AmbientMusicMod) - Android
*** ***
@ -864,13 +853,13 @@
## ▷ Audio Editors ## ▷ Audio Editors
* ⭐ **[G-MEH](https://g-meh.com/)** - Audio Editors / [Discord](https://discord.com/invite/g-meh)
* ⭐ **[Tenacity](https://tenacityaudio.org/)** or [Audacity](https://www.audacityteam.org/) - Audio Editors * ⭐ **[Tenacity](https://tenacityaudio.org/)** or [Audacity](https://www.audacityteam.org/) - Audio Editors
* ⭐ **[FL Studio](https://rentry.co/FMHYBase64#fl-studio)** - Digital Audio Workstation * ⭐ **[FL Studio](https://rentry.co/FMHYBase64#fl-studio)** - Digital Audio Workstation
* ⭐ **[Reaper](https://www.reaper.fm/)** - Digital Audio Workstation / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#reaper-note) * ⭐ **[Reaper](https://www.reaper.fm/)** - Digital Audio Workstation / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#reaper-note)
* ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editors, Adobe Software, Plugins, etc. * ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editors, Adobe Software, Plugins, etc.
* ⭐ **[Moises](https://moises.ai/)** - Live Music Mixer * ⭐ **[Moises](https://moises.ai/)** - Live Music Mixer
* ⭐ **[OpenMPT](https://openmpt.org/)**, [Schism Tracker](https://schismtracker.org/) or [MilkyTracker](https://milkytracker.org/) - Music Trackers * ⭐ **[OpenMPT](https://openmpt.org/)**, [Schism Tracker](https://schismtracker.org/) or [MilkyTracker](https://milkytracker.org/) - Music Trackers
* [G-MEH](https://g-meh.com/) - Audio Editors / [Discord](https://discord.com/invite/g-meh)
* [Zrythm](https://www.zrythm.org/en/index.html) - Digital Audio Workstation * [Zrythm](https://www.zrythm.org/en/index.html) - Digital Audio Workstation
* [LMMS](https://lmms.io/) - Digital Audio Workstation / [Discord](https://discord.com/invite/PruNxpG) * [LMMS](https://lmms.io/) - Digital Audio Workstation / [Discord](https://discord.com/invite/PruNxpG)
* [Waveform](https://www.tracktion.com/products/waveform-free) - Digital Audio Workstation * [Waveform](https://www.tracktion.com/products/waveform-free) - Digital Audio Workstation
@ -930,16 +919,11 @@
## ▷ Audio Plugins ## ▷ Audio Plugins
* ⭐ **[G-MEH](https://g-meh.com/)** - Download / [Discord](https://discord.com/invite/g-meh)
* ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/) * ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/)
* ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** - Download * ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** - Download
* ⭐ **[Kits4Beats](https://kits4beats.com/)** - Download / Torrent / [Telegram](https://t.me/kits4beats)
* ⭐ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools * ⭐ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools
* ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply) * [G-MEH](https://g-meh.com/) - Download / [Discord](https://discord.com/invite/g-meh)
* [AirWindows](https://www.airwindows.com/) - Download / [Consolidated](https://www.airwindows.com/consolidated/)
* [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads * [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads
* [Plugins4Free](https://plugins4free.com/) - Download
* [Pianobook](https://www.pianobook.co.uk/) - 1500+ Sample Packs
* [AudioTools](https://audiotools.in/) - Torrent / Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) * [AudioTools](https://audiotools.in/) - Torrent / Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
* [HQVst](https://t.me/HQVst) - Telegram * [HQVst](https://t.me/HQVst) - Telegram
@ -953,14 +937,15 @@
* ⭐ **[Vital](https://vital.audio/)** or [Helm](https://tytel.org/helm/) - Wavetable Synth * ⭐ **[Vital](https://vital.audio/)** or [Helm](https://tytel.org/helm/) - Wavetable Synth
* ⭐ **[Dexed](https://asb2m10.github.io/dexed/)** - Yamaha DX7 Emulation * ⭐ **[Dexed](https://asb2m10.github.io/dexed/)** - Yamaha DX7 Emulation
* [DecentSamples](https://www.decentsamples.com/product/decent-sampler-plugin/) or [Plogue](https://www.plogue.com/products/sforzando.html) - VST Samplers / [Libraries](https://www.decentsamples.com/), [2](https://sfzinstruments.github.io/), [3](https://unreal-instruments.wixsite.com/unreal-instruments) * [DecentSamples](https://www.decentsamples.com/product/decent-sampler-plugin/) or [Plogue](https://www.plogue.com/products/sforzando.html) - VST Samplers / [Libraries](https://www.decentsamples.com/), [2](https://sfzinstruments.github.io/), [3](https://unreal-instruments.wixsite.com/unreal-instruments)
* [Pianobook](https://www.pianobook.co.uk/) - 1500+ Sample Packs
* [VCV Rack 2](https://vcvrack.com/Rack) or [Cardinal](https://cardinal.kx.studio/) - Eurorack Simulator * [VCV Rack 2](https://vcvrack.com/Rack) or [Cardinal](https://cardinal.kx.studio/) - Eurorack Simulator
* [IEM Plug-in Suite](https://plugins.iem.at/) - Open Source * [IEM Plug-in Suite](https://plugins.iem.at/) - Open Source
* [ChowMultiTool](https://github.com/Chowdhury-DSP/ChowMultiTool) - Open Source * [ChowMultiTool](https://github.com/Chowdhury-DSP/ChowMultiTool) - Open Source
* [SPARTA](https://leomccormack.github.io/sparta-site/) - Open Source * [SPARTA](https://leomccormack.github.io/sparta-site/) - Open Source
* [ZynAddSubFX](https://zynaddsubfx.sourceforge.io/) * [Plugins4Free](https://plugins4free.com/) - Plugins
* [KoanSound](https://discord.gg/koansound) - Plugins / Discord
* [Spitfire Audio](https://labs.spitfireaudio.com/) - Plugins * [Spitfire Audio](https://labs.spitfireaudio.com/) - Plugins
* [Producer Arcadia](https://discord.gg/GsK5SRTpgr) - Plugins / Discord * [Producer Arcadia](https://discord.gg/GsK5SRTpgr) - Plugins / Discord
* [AirWindows](https://www.airwindows.com/) - Plugins / [Consolidated](https://www.airwindows.com/consolidated/)
* [Krush](https://www.tritik.com/product/krush/) - Bitcrusher (Deep Fry) Plugin * [Krush](https://www.tritik.com/product/krush/) - Bitcrusher (Deep Fry) Plugin
* [samplv1](https://samplv1.sourceforge.io/) - Voice Synth * [samplv1](https://samplv1.sourceforge.io/) - Voice Synth
* [/r/SynthRecipes](https://www.reddit.com/r/synthrecipes/) - Synth Request Subreddit * [/r/SynthRecipes](https://www.reddit.com/r/synthrecipes/) - Synth Request Subreddit
@ -969,10 +954,12 @@
## ▷ SFX / Loops ## ▷ SFX / Loops
* ⭐ **[Kits4Beats](https://kits4beats.com/)** - Download / Torrent / [Telegram](https://t.me/kits4beats)
* ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply)
* ⭐ **[OrangeFreeSounds](https://orangefreesounds.com/)** * ⭐ **[OrangeFreeSounds](https://orangefreesounds.com/)**
* ⭐ **[BandLab SFX](https://www.bandlab.com/sounds/packs)** - Account Required * ⭐ **[BandLab SFX](https://www.bandlab.com/sounds/packs)** - Account Required
* [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Sound Show](https://soundshow.app/) / [Discord](https://discord.com/invite/8pGnfJyzNq), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs * [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Sound Show](https://soundshow.app/) / [Discord](https://discord.com/invite/8pGnfJyzNq), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs
* [MyInstants](https://www.myinstants.com/index/us/), [Thirtydollar](https://thirtydollar.website/), [InternetsFun](https://instantsfun.es/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards * [MyInstants](https://www.myinstants.com/index/us/), [InternetsFun](https://instantsfun.es/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards
* [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://iznaut.itch.io/bfxr), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators * [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://iznaut.itch.io/bfxr), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators
* [/r/LoopKits](https://www.reddit.com/r/loopkits/) * [/r/LoopKits](https://www.reddit.com/r/loopkits/)
* [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html) * [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html)
@ -983,12 +970,9 @@
* [SoundGator](https://www.soundgator.com/) * [SoundGator](https://www.soundgator.com/)
* [Voicy](https://www.voicy.network/) * [Voicy](https://www.voicy.network/)
* [FindSounds](https://www.findsounds.com/) * [FindSounds](https://www.findsounds.com/)
* [PacDV](https://www.pacdv.com/sounds/index.html)
* [Free Loops](https://free-loops.com/) * [Free Loops](https://free-loops.com/)
* [looperman](https://www.looperman.com/loops) * [looperman](https://www.looperman.com/loops)
* [Noizable](https://noizable.media/)
* [SampleSwap](https://sampleswap.org/) * [SampleSwap](https://sampleswap.org/)
* [Sample Focus](https://samplefocus.com/)
* [Soundfishing](https://www.soundfishing.eu/) * [Soundfishing](https://www.soundfishing.eu/)
* [FreeSoundLibrary](https://www.freesoundslibrary.com/) * [FreeSoundLibrary](https://www.freesoundslibrary.com/)
* [SoundSnap](https://www.soundsnap.com/) - 5 Weekly * [SoundSnap](https://www.soundsnap.com/) - 5 Weekly

View file

@ -46,7 +46,7 @@ For iOS **[Orion](https://kagi.com/orion/)**, [Brave](https://brave.com/) or Saf
### Anime ### Anime
* **Streaming: [AnimeKai](https://animekai.to/) / [Miruro](https://www.miruro.com/) / [HiAnime](https://hianimez.to/)** * **Streaming: [AnimeKai](https://animekai.to/) / [Miruro](https://www.miruro.com/) / [HiAnime](https://hianime.to/)**
* **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Hi10Anime](https://hi10anime.com/)** * **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Hi10Anime](https://hi10anime.com/)**
* **Torrenting: [Nyaa](https://nyaa.si/) / [Miru](https://miru.watch/)** * **Torrenting: [Nyaa](https://nyaa.si/) / [Miru](https://miru.watch/)**
* **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)** * **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)**
@ -99,7 +99,7 @@ Before installing any file, it's recommended to scan the setup / install with **
Privacy is about controlling your personal information, not just keeping things secret. Non-sensitive data is used by companies to track your behavior, target ads, and influence your choices. Privacy is about controlling your personal information, not just keeping things secret. Non-sensitive data is used by companies to track your behavior, target ads, and influence your choices.
For email privacy, we recommend **[Proton](https://proton.me/mail)** and for search **[SearX](https://searx.nixnet.services/)**. It's also good to check sites like **[HaveIBeenPwned](https://haveibeenpwned.com/Passwords)** to make sure your info hasn't been part of any recent data breaches. For email privacy, we recommend **[Proton](https://proton.me/mail)** and for search **[SearX](https://searx.fmhy.net/)**. It's also good to check sites like **[HaveIBeenPwned](https://haveibeenpwned.com/Passwords)** to make sure your info hasn't been part of any recent data breaches.
!!!note It's best *not* to use your main email or password when you sign up for piracy sites. It's good to use a different password on every site you register for, that way if a breach happens, only the password for that one site is compromised. You can also use email [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing). !!!note It's best *not* to use your main email or password when you sign up for piracy sites. It's good to use a different password on every site you register for, that way if a breach happens, only the password for that one site is compromised. You can also use email [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing).
@ -113,8 +113,9 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea
Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**. Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**.
* **[Windows Install / Debloat Guide](https://gist.github.com/VVispy/17b228cd9c151a495e7576255e1713b9)**
* **Software Piracy: [CRACKSurl](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)** * **Software Piracy: [CRACKSurl](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)**
* **Adobe Piracy: [Adobe Quickguide](https://rentry.co/FMHYBase64#adobe-guide)** * **Adobe Piracy: [Adobe Quick Guide](https://rentry.co/FMHYBase64#adobe-guide)**
!!!note Be aware that people have been known to steal from M0nkrus and upload altered versions of their apps that contain harmful elements. Always double-check that you're on the official site before downloading anything. !!!note Be aware that people have been known to steal from M0nkrus and upload altered versions of their apps that contain harmful elements. Always double-check that you're on the official site before downloading anything.
@ -124,7 +125,7 @@ Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrav
> Do I need a VPN to torrent? > Do I need a VPN to torrent?
Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://redd.it/ssy8vv)** to your torrent client to avoid leaks from accidental disconnects. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether. Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** to your torrent client to avoid leaks from accidental disconnects. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether.
> What is Port Forwarding? Do I need it? > What is Port Forwarding? Do I need it?

View file

@ -158,6 +158,7 @@
* [Privado](https://docs.privado.ai) - Generate App Privacy Reports / [GitHub](https://github.com/Privado-Inc/privado) * [Privado](https://docs.privado.ai) - Generate App Privacy Reports / [GitHub](https://github.com/Privado-Inc/privado)
* [PM2](https://pm2.keymetrics.io/) - Process Manager * [PM2](https://pm2.keymetrics.io/) - Process Manager
* [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools * [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools
* [CS Android](https://cs.android.com/) - Android Code Search
* [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack * [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack
* [Official Android Courses](https://developer.android.com/courses) - Android Training Courses * [Official Android Courses](https://developer.android.com/courses) - Android Training Courses
* [Android Libhunt](https://android.libhunt.com/) - Android Packages * [Android Libhunt](https://android.libhunt.com/) - Android Packages
@ -253,6 +254,7 @@
* [ActionServerless](https://github.com/gitfx/ActionServerless) - Create Serverless Service * [ActionServerless](https://github.com/gitfx/ActionServerless) - Create Serverless Service
* [Rahularity](https://gist.github.com/rahularity/86da20fe3858e6b311de068201d279e3) - Use Multiple Git Accounts at Once * [Rahularity](https://gist.github.com/rahularity/86da20fe3858e6b311de068201d279e3) - Use Multiple Git Accounts at Once
* [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles * [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles
* [Chezmoi](https://www.chezmoi.io/) - Dotfile Managers
* [GitHub Web IDE](https://chromewebstore.google.com/detail/github-web-ide/adjiklnjodbiaioggfpbpkhbfcnhgkfe) - Web IDE / [GitHub](https://github.com/zvizvi/GitHub-Web-IDE) * [GitHub Web IDE](https://chromewebstore.google.com/detail/github-web-ide/adjiklnjodbiaioggfpbpkhbfcnhgkfe) - Web IDE / [GitHub](https://github.com/zvizvi/GitHub-Web-IDE)
* [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/), [advanced-github-notifier](https://github.com/freaktechnik/advanced-github-notifier), [PR Monitor](https://github.com/fwouts/prmonitor), [Gitification](https://github.com/Gitification-App/gitification) or [CatLight](https://catlight.io/) - GitHub Notifications * [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/), [advanced-github-notifier](https://github.com/freaktechnik/advanced-github-notifier), [PR Monitor](https://github.com/fwouts/prmonitor), [Gitification](https://github.com/Gitification-App/gitification) or [CatLight](https://catlight.io/) - GitHub Notifications
* [github1s](https://github1s.com/) - GitHub Code Viewer / GUI: do `gitk` in Repo Folder * [github1s](https://github1s.com/) - GitHub Code Viewer / GUI: do `gitk` in Repo Folder
@ -326,7 +328,7 @@
## ▷ CLI Tools ## ▷ CLI Tools
* ↪️ **[CLI Cheat Sheets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_cli_cheat_sheets)** * ↪️ **[CLI Cheat Sheets](https://old.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_cli_cheat_sheets)**
* [Awesome CLI](https://github.com/umutphp/awesome-cli) - CLI Interface for Searching Awesome Lists * [Awesome CLI](https://github.com/umutphp/awesome-cli) - CLI Interface for Searching Awesome Lists
* [Charm](https://charm.sh/) - Add Backend to Terminal-Based Apps * [Charm](https://charm.sh/) - Add Backend to Terminal-Based Apps
* [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engines * [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engines
@ -350,7 +352,9 @@
* 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [APIVault](https://apivault.dev/) or [Any API](https://any-api.com/) - API Indexes * 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [APIVault](https://apivault.dev/) or [Any API](https://any-api.com/) - API Indexes
* 🌐 **[Awesome API Security](https://github.com/arainho/awesome-api-security)** or [APIKit](https://github.com/API-Security/APIKit) - API Security Resources * 🌐 **[Awesome API Security](https://github.com/arainho/awesome-api-security)** or [APIKit](https://github.com/API-Security/APIKit) - API Security Resources
* 🌐 **[Streaming Site APIs](https://rentry.co/FMHYBase64#streaming-apis)** * 🌐 **[Streaming Site APIs](https://rentry.co/FMHYBase64#streaming-apis)**
* 🌐 **[Manga APIs](https://rentry.co/manga-apis)** - Manga Site APIs
* 🌐 **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs * 🌐 **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs
* 🌐 **[NASA API](http://api.nasa.gov/)** - NASA Open APIs
* 🌐 **[Free AI Stuff](https://github.com/zukixa/cool-ai-stuff)** / [2](https://cas.zukijourney.com/), [Respy](https://respy.tech/api-providers/), [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/), [Respy](https://respy.tech/api-providers/), [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
@ -459,7 +463,7 @@
# ► IDEs / Code Editors # ► IDEs / Code Editors
* ↪️ **[Text Editors / Notes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25BA_text_editors)** * ↪️ **[Text Editors / Notes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25BA_text_editors)**
* ⭐ **[VSCodium](https://vscodium.com/)** or **[Visual Studio Code](https://code.visualstudio.com/)**, [2](https://vscode.dev/), [3](https://cs50.dev/) - Code Editor / [Extensions](https://www.vsixhub.com/) * ⭐ **[VSCodium](https://vscodium.com/)** or **[Visual Studio Code](https://code.visualstudio.com/)**, [2](https://vscode.dev/), [3](https://cs50.dev/) - Code Editor / [Extensions](https://www.vsixhub.com/) / [Extention Marketplace](https://rentry.co/vscodiumguide)
* ⭐ **[JetBrains](https://jetbrains.com/)** / [Unlock](https://rentry.co/FMHYBase64#jetbrains) / [License Server](https://github.com/crazy-max/docker-jetbrains-license-server) * ⭐ **[JetBrains](https://jetbrains.com/)** / [Unlock](https://rentry.co/FMHYBase64#jetbrains) / [License Server](https://github.com/crazy-max/docker-jetbrains-license-server)
* ⭐ **[Neovim](https://neovim.io/)** - Code Editor / [Matrix](https://matrix.to/#/#neovim:matrix.org) * ⭐ **[Neovim](https://neovim.io/)** - Code Editor / [Matrix](https://matrix.to/#/#neovim:matrix.org)
* ⭐ **[Lite XL](https://lite-xl.com/)** or [Pragtical](https://pragtical.dev/) - Code Editor / [Plugin Manager](https://github.com/lite-xl/lite-xl-plugin-manager) / [Plugins](https://github.com/lite-xl/lite-xl-plugins) / [Themes](https://github.com/lite-xl/lite-xl-colors) * ⭐ **[Lite XL](https://lite-xl.com/)** or [Pragtical](https://pragtical.dev/) - Code Editor / [Plugin Manager](https://github.com/lite-xl/lite-xl-plugin-manager) / [Plugins](https://github.com/lite-xl/lite-xl-plugins) / [Themes](https://github.com/lite-xl/lite-xl-colors)
@ -533,7 +537,7 @@
* [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor * [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor
* [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients * [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients
* [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync * [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync
* [Gidget](https://github.com/GDGVIT/gidget) - GitHub Notifications / Android * [Gidget](https://github.com/GDGVIT/gidget) - Track GitHub Activity
* [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor * [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor
*** ***
@ -560,6 +564,7 @@
* [ShortCode](https://shortcode.dev/) or [CodeList](https://codelist.cc/v3/) - Script / Code Indexes * [ShortCode](https://shortcode.dev/) or [CodeList](https://codelist.cc/v3/) - Script / Code Indexes
* [AnimateCode](https://www.animate-code.com/) - Create Code Animations * [AnimateCode](https://www.animate-code.com/) - Create Code Animations
* [DelphiTools](https://www.delphitools.info/) - Code Profiler / Delphi Tools * [DelphiTools](https://www.delphitools.info/) - Code Profiler / Delphi Tools
* [Zathura](https://www.zathura.dev/) - GUI Debugger for Assembly
* [Adrenaline](https://useadrenaline.com/) or [Console Ninja](https://console-ninja.com/) - Code Debugging * [Adrenaline](https://useadrenaline.com/) or [Console Ninja](https://console-ninja.com/) - Code Debugging
* [JBin](https://jsbin.com/) or [Replay](https://www.replay.io/) - Collaborative Code Debugging * [JBin](https://jsbin.com/) or [Replay](https://www.replay.io/) - Collaborative Code Debugging
* [Winddown](https://github.com/schneefux/vscode-winddown) or [Sandman](https://alexanderepstein.github.io/Sandman/) - Coding Break Reminders * [Winddown](https://github.com/schneefux/vscode-winddown) or [Sandman](https://alexanderepstein.github.io/Sandman/) - Coding Break Reminders
@ -796,6 +801,7 @@
* [Medusa](https://medusajs.com) - Digital Commerce Development Tool * [Medusa](https://medusajs.com) - Digital Commerce Development Tool
* [Can I Use?](https://caniuse.com/) - Browser Support Tables * [Can I Use?](https://caniuse.com/) - Browser Support Tables
* [Shuttle](https://www.shuttle.dev/) / [GitHub](https://github.com/shuttle-hq/shuttle) or [PocketBase](https://pocketbase.io/) / [GitHub](https://github.com/pocketbase/pocketbase) - Open-Source Backend Platforms * [Shuttle](https://www.shuttle.dev/) / [GitHub](https://github.com/shuttle-hq/shuttle) or [PocketBase](https://pocketbase.io/) / [GitHub](https://github.com/pocketbase/pocketbase) - Open-Source Backend Platforms
* [CS Chromium](https://cs.chromium.org/) - Chromium Code Search
* [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights * [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights
* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare * [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare
* [Caddy](https://caddyserver.com/) - Web Server * [Caddy](https://caddyserver.com/) - Web Server
@ -804,6 +810,7 @@
* [The SSO Wall of Shame](https://sso.tax/) - Vendors without Built-in SSO * [The SSO Wall of Shame](https://sso.tax/) - Vendors without Built-in SSO
* [Remarkbox](https://www.remarkbox.com/) or [HTML Comment Box](https://www.htmlcommentbox.com/) - Site Comment Systems * [Remarkbox](https://www.remarkbox.com/) or [HTML Comment Box](https://www.htmlcommentbox.com/) - Site Comment Systems
* [Typebot](https://typebot.io/) - Embedded Chat App * [Typebot](https://typebot.io/) - Embedded Chat App
* [Google Map Themes](https://snazzymaps.com/) - Google Map Themes for Web Developers
* [Microlink SDK](https://microlink.io/sdk) / [GitHub](https://github.com/microlinkhq/sdk), [React Tiny Link](https://winhtaikaung.github.io/react-tiny-link/) / [GitHub](https://github.com/winhtaikaung/react-tiny-link) or [Link Preview JS](https://github.com/OP-Engineering/link-preview-js) - Create Link Previews * [Microlink SDK](https://microlink.io/sdk) / [GitHub](https://github.com/microlinkhq/sdk), [React Tiny Link](https://winhtaikaung.github.io/react-tiny-link/) / [GitHub](https://github.com/winhtaikaung/react-tiny-link) or [Link Preview JS](https://github.com/OP-Engineering/link-preview-js) - Create Link Previews
* [CORS Proxy](https://corsproxy.github.io/) - Free CORS Proxy * [CORS Proxy](https://corsproxy.github.io/) - Free CORS Proxy
* [frp](https://github.com/fatedier/frp), [GoDoxy](https://github.com/yusing/godoxy) or [YARP](https://github.com/dotnet/yarp) - Reverse Proxies * [frp](https://github.com/fatedier/frp), [GoDoxy](https://github.com/yusing/godoxy) or [YARP](https://github.com/dotnet/yarp) - Reverse Proxies
@ -813,7 +820,7 @@
* [PWABuilder](https://www.pwabuilder.com/) - Turn Site into Progressive Web App * [PWABuilder](https://www.pwabuilder.com/) - Turn Site into Progressive Web App
* [Chaos Frontend Toolkit](https://chaos-frontend-toolkit.web.app/) - Break Your Web Apps to Improve Them * [Chaos Frontend Toolkit](https://chaos-frontend-toolkit.web.app/) - Break Your Web Apps to Improve Them
* [LocalHost](https://localhost.run/) - Connect Web Apps to Internet * [LocalHost](https://localhost.run/) - Connect Web Apps to Internet
* [Shiki](https://shiki.style/), [tailspin](https://github.com/bensadeh/tailspin) or [Sight](https://github.com/tsenart/sight) - Syntax Highlighters * [bat](https://github.com/sharkdp/bat) / [Extras](https://github.com/eth-p/bat-extras/), [Shiki](https://shiki.style/), [tailspin](https://github.com/bensadeh/tailspin) or [Sight](https://github.com/tsenart/sight) - Syntax Highlighters
* [ngrok](https://ngrok.com/) - Introspectable Tunnels to Localhost Tools * [ngrok](https://ngrok.com/) - Introspectable Tunnels to Localhost Tools
* [Bore](https://github.com/ekzhang/bore) - TCP Tunnel to Expose Servers Local Ports * [Bore](https://github.com/ekzhang/bore) - TCP Tunnel to Expose Servers Local Ports
* [NConfig](https://www.digitalocean.com/community/tools/nginx) - Server Config * [NConfig](https://www.digitalocean.com/community/tools/nginx) - Server Config
@ -946,7 +953,7 @@
* [vichan](https://vichan.info) / [GitHub](https://github.com/vichan-devel/vichan) or [overscript](https://overscript.net/) - Imageboard Hosting * [vichan](https://vichan.info) / [GitHub](https://github.com/vichan-devel/vichan) or [overscript](https://overscript.net/) - Imageboard Hosting
* [ProBoards](https://www.proboards.com/) - Forum & Imageboard Hosting * [ProBoards](https://www.proboards.com/) - Forum & Imageboard Hosting
* [MyBB](https://www.mybb.com/), [FreeFlarum](https://freeflarum.com/) or [PHPBB](https://www.phpbb.com/) - Forum Hosting * [MyBB](https://www.mybb.com/), [FreeFlarum](https://freeflarum.com/) or [PHPBB](https://www.phpbb.com/) - Forum Hosting
* [WikiDocs](https://www.wikidocs.app/) / [GitHub](https://github.com/Zavy86/WikiDocs), [Media Wiki](https://www.mediawiki.org/), [xWiki](https://www.xwiki.org/xwiki/bin/view/Main/), [DokuWiki](https://www.dokuwiki.org/dokuwiki) / [GitHub](https://github.com/dokuwiki/dokuwiki), [Miraheze](https://miraheze.org/), [wikmd](https://linbreux.github.io/wikmd/) or [Fandom](https://www.fandom.com/) - Host Free Wiki * [WikiDocs](https://www.wikidocs.app/) / [GitHub](https://github.com/Zavy86/WikiDocs), [Media Wiki](https://www.mediawiki.org/) / [GitHub](https://github.com/Wikia/mediawiki), [xWiki](https://www.xwiki.org/xwiki/bin/view/Main/), [DokuWiki](https://www.dokuwiki.org/dokuwiki) / [GitHub](https://github.com/dokuwiki/dokuwiki), [Miraheze](https://miraheze.org/), [wikmd](https://linbreux.github.io/wikmd/) or [Fandom](https://www.fandom.com/) - Host Free Wiki
* [HumHub](https://www.humhub.com), [HubZilla](https://hubzilla.org/page/info/discover) or [scuttlebutt](https://scuttlebutt.nz/) - Self-Hosted Social Network * [HumHub](https://www.humhub.com), [HubZilla](https://hubzilla.org/page/info/discover) or [scuttlebutt](https://scuttlebutt.nz/) - Self-Hosted Social Network
* [UNIT3D Community Edition](https://github.com/HDInnovations/UNIT3D-Community-Edition) - Private Tracker Hosting * [UNIT3D Community Edition](https://github.com/HDInnovations/UNIT3D-Community-Edition) - Private Tracker Hosting
@ -1154,6 +1161,7 @@
* 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources * 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources
* ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering * ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering
* ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering * ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering
* [LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Devtools for Reverse Engineering / Debugging
* [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [GitHub](https://github.com/radareorg/radare2) / [Discord](https://discord.gg/YBey7CR9jf) * [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [GitHub](https://github.com/radareorg/radare2) / [Discord](https://discord.gg/YBey7CR9jf)
* [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework * [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework
* [Frida](https://frida.re/) - Reverse Engineering * [Frida](https://frida.re/) - Reverse Engineering

View file

@ -11,7 +11,6 @@
*** ***
* 🌐 **[/r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner) * 🌐 **[/r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner)
* ↪️ **[Open Directory Search String Builders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_open_directory_search_string_builder)**, [2](https://redd.it/g4kfem), [3](https://redd.it/lj0a1e)
* ↪️ **[Google Piracy Groups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_google_piracy_discussion_groups)** * ↪️ **[Google Piracy Groups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_google_piracy_discussion_groups)**
* ⭐ **[EyeDex](https://www.eyedex.org/)**, [ODCrawler](https://odcrawler.xyz/), [ODS](https://sites.google.com/view/l33tech/tools/ods) or [mmnt](https://www.mmnt.net/) - Open Directory Search Engines * ⭐ **[EyeDex](https://www.eyedex.org/)**, [ODCrawler](https://odcrawler.xyz/), [ODS](https://sites.google.com/view/l33tech/tools/ods) or [mmnt](https://www.mmnt.net/) - Open Directory Search Engines
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - File Sharing App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - File Sharing App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd)
@ -19,6 +18,7 @@
* [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive * [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive
* [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search * [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search
* [dedigger](https://www.dedigger.com/) - Google Drive File Search * [dedigger](https://www.dedigger.com/) - Google Drive File Search
* [lumpysoft](https://lumpysoft.com/) - Search String Builder
* [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community * [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community
* [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer * [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer
* [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive * [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive
@ -127,7 +127,7 @@
* ⭐ **[Mobilism](https://forum.mobilism.org/)** * ⭐ **[Mobilism](https://forum.mobilism.org/)**
* ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) / [Anti-Adblock Fix](https://github.com/AdguardTeam/AdGuardExtra) * ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) / [Anti-Adblock Fix](https://github.com/AdguardTeam/AdGuardExtra)
* ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required * ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required
* ⭐ **[Adobe Quickguide](https://rentry.co/FMHYBase64#adobe-guide)** or [GenP](https://rentry.co/FMHYBase64#genp) - Adobe Software * ⭐ **[Adobe Quick Guide](https://rentry.co/FMHYBase64#adobe-guide)** or [GenP](https://rentry.co/FMHYBase64#genp) - Adobe Software
* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search * ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search
* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations * ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
* [AIOWares](https://www.aiowares.com/) * [AIOWares](https://www.aiowares.com/)

View file

@ -118,7 +118,7 @@
* [Ted Talks](https://www.ted.com/) - Inspiring and Educational Talks * [Ted Talks](https://www.ted.com/) - Inspiring and Educational Talks
* [Stack Exchange](https://stackexchange.com/) or [Quetre](https://quetre.iket.me) - Q&A Communities * [Stack Exchange](https://stackexchange.com/) or [Quetre](https://quetre.iket.me) - Q&A Communities
* [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) - Google's Educational Search AI * [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 * [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
@ -448,7 +448,7 @@
* ⭐ **[Space Dashboard](https://spacedashboard.com/)** - Space Live Stream Dashboard * ⭐ **[Space Dashboard](https://spacedashboard.com/)** - Space Live Stream Dashboard
* ⭐ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays * ⭐ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays
* ⭐ **[Visible Earth](https://visibleearth.nasa.gov/)**, [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery * ⭐ **[Visible Earth](https://visibleearth.nasa.gov/)**, [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery
* ⭐ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/audio-and-ringtones/) / [Documents](https://ntrs.nasa.gov/search) * ⭐ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/audio-and-ringtones/) / [Documents](https://ntrs.nasa.gov/search) / [APIs](http://api.nasa.gov/)
* ⭐ **[JPL Photojournal](https://photojournal.jpl.nasa.gov/)** or [JPL Images](https://www.jpl.nasa.gov/images) - JPL Planetary Image Archives * ⭐ **[JPL Photojournal](https://photojournal.jpl.nasa.gov/)** or [JPL Images](https://www.jpl.nasa.gov/images) - JPL Planetary Image Archives
* ⭐ **[March to the Moon](https://tothemoon.ser.asu.edu/)**, [Apollo Image Atlas](https://www.lpi.usra.edu/resources/apollo/) or [ApolloArchive](https://apolloarchive.com/) / [Flickr](https://www.flickr.com/photos/projectapolloarchive/albums/) - Moon Landing Images * ⭐ **[March to the Moon](https://tothemoon.ser.asu.edu/)**, [Apollo Image Atlas](https://www.lpi.usra.edu/resources/apollo/) or [ApolloArchive](https://apolloarchive.com/) / [Flickr](https://www.flickr.com/photos/projectapolloarchive/albums/) - Moon Landing Images
* ⭐ **[In The Sky](https://in-the-sky.org/)** - Astronomy News / Interactive Guides * ⭐ **[In The Sky](https://in-the-sky.org/)** - Astronomy News / Interactive Guides
@ -496,6 +496,7 @@
* [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images * [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images
* [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images * [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images
* [/r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [/r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits * [/r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [/r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits
* [RGV Aerial Photography](https://discord.gg/wsFxEw9g4X) - Aerial Photography Community / News
* [Meteor Showers](https://www.meteorshowers.org/) - 3D Meteor Shower Visualization * [Meteor Showers](https://www.meteorshowers.org/) - 3D Meteor Shower Visualization
* [Live Meteors](https://www.livemeteors.com/) - Live Meteor Radio Echoes * [Live Meteors](https://www.livemeteors.com/) - Live Meteor Radio Echoes
* [Clear Dark Sky](https://cleardarksky.com/) - Star Gazing Weather Forecasts * [Clear Dark Sky](https://cleardarksky.com/) - Star Gazing Weather Forecasts
@ -818,6 +819,7 @@
* [Sogang](https://korean.sogang.ac.kr/) or [90 Day Korean](https://www.90daykorean.com/) - Korean Learning Lessons * [Sogang](https://korean.sogang.ac.kr/) or [90 Day Korean](https://www.90daykorean.com/) - Korean Learning Lessons
* [Mirinae](https://mirinae.io/) - Korean Word Breakdown * [Mirinae](https://mirinae.io/) - Korean Word Breakdown
* [National Institute of Korean Language](https://www.korean.go.kr/front_eng/main.do) - Korean Dictionaries / Expression Practice * [National Institute of Korean Language](https://www.korean.go.kr/front_eng/main.do) - Korean Dictionaries / Expression Practice
* [LetsLearnHangul](http://letslearnhangul.com/) - Hangul Learning
* [Hangul Practice](https://hangul.gay/) - Hangul Recognition Test * [Hangul Practice](https://hangul.gay/) - Hangul Recognition Test
* [UltimateKorean](https://ultimatekorean.com/) - Korean Grammar / Vocab Lessons * [UltimateKorean](https://ultimatekorean.com/) - Korean Grammar / Vocab Lessons
* [KoreanKeyboardLearner](https://monikasun88.github.io/KoreanKeyboardLearner/) - Korean Typing Practice * [KoreanKeyboardLearner](https://monikasun88.github.io/KoreanKeyboardLearner/) - Korean Typing Practice
@ -907,6 +909,7 @@
## ▷ Rubiks Cube ## ▷ Rubiks Cube
* 🌐 **[Cubing.net](https://www.cubing.net/)** - Cubing Tools
* ↪️ **[Cube Simulators / Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_rubiks_cube)** * ↪️ **[Cube Simulators / Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_rubiks_cube)**
* ⭐ **[J Perm](https://jperm.net/)**, [CubeSkills](https://www.cubeskills.com/), [RubiksTrainer](https://rubikstrainer.com/) or [Easiest Solve](https://easiestsolve.com/) - Cubing Tutorials / Practice Resources * ⭐ **[J Perm](https://jperm.net/)**, [CubeSkills](https://www.cubeskills.com/), [RubiksTrainer](https://rubikstrainer.com/) or [Easiest Solve](https://easiestsolve.com/) - Cubing Tutorials / Practice Resources
* ⭐ **[CubeDesk](https://cubedesk.io/)** or **[csTimer](https://cstimer.net/)** - Feature-Rich Cubing Timers * ⭐ **[CubeDesk](https://cubedesk.io/)** or **[csTimer](https://cstimer.net/)** - Feature-Rich Cubing Timers
@ -1017,6 +1020,7 @@
## ▷ Programming Languages ## ▷ Programming Languages
* [Typing.io](https://typing.io/) or [Silver Dev's WPM](https://wpm.silver.dev/) - Typing Practice for Programming / Sign-Up Required
* [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) or [Hitchhiker's Guide to Python](https://docs.python-guide.org/) - Python Guides * [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) or [Hitchhiker's Guide to Python](https://docs.python-guide.org/) - Python Guides
* [A Byte of Python](https://python.swaroopch.com/), [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/), [Learn Python](https://www.learnpython.org/), [Learn-Python](https://github.com/trekhleb/learn-python) or [Magical Universe](https://github.com/zotroneneis/magical_universe) - Learn Python * [A Byte of Python](https://python.swaroopch.com/), [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/), [Learn Python](https://www.learnpython.org/), [Learn-Python](https://github.com/trekhleb/learn-python) or [Magical Universe](https://github.com/zotroneneis/magical_universe) - Learn Python
* [FutureCoder](https://futurecoder.io/), [CS50](https://cs50.harvard.edu/python/), [python-mastery](https://github.com/dabeaz-course/python-mastery) or [A Practical Introduction to Python](https://www.brianheinold.net/python/python_book.html) - Python Courses * [FutureCoder](https://futurecoder.io/), [CS50](https://cs50.harvard.edu/python/), [python-mastery](https://github.com/dabeaz-course/python-mastery) or [A Practical Introduction to Python](https://www.brianheinold.net/python/python_book.html) - Python Courses
@ -1143,7 +1147,7 @@
## ▷ Data Structures ## ▷ Data Structures
* ⭐ **[Leetcode](https://leetcode.com/)** - Coding Practice * ⭐ **[Leetcode](https://leetcode.com/)** - Coding Practice
* ⭐ **Leetcode Tools** - [Solutions](https://walkccc.me/LeetCode/), [2](https://leetcode.ca/) / [Company Questions](https://github.com/MysteryVaibhav/leetcode_company_wise_questions), [2](https://docs.google.com/document/d/1icaNSRq6XcWO3EOycEP9F9P8SLerBanpY3Ni_ZzCfFA/), [3](https://seanprashad.com/leetcode-patterns/) / [Animations](https://github.com/MisterBooo/LeetCodeAnimation) / [Anki Cards](https://github.com/fspv/leetcode-anki) / [Videos](https://github.com/fishercoder1534/Leetcode) / [Resources](https://github.com/ashishps1/awesome-leetcode-resources) * ⭐ **Leetcode Tools** - [Solutions](https://walkccc.me/LeetCode/), [2](https://leetcode.ca/) / [Company Questions](https://github.com/MysteryVaibhav/leetcode_company_wise_questions), [2](https://docs.google.com/document/d/1icaNSRq6XcWO3EOycEP9F9P8SLerBanpY3Ni_ZzCfFA/), [3](https://seanprashad.com/leetcode-patterns/) / [Animations](https://github.com/MisterBooo/LeetCodeAnimation) / [Anki Cards](https://github.com/fspv/leetcode-anki) / [Videos](https://github.com/fishercoder1534/Leetcode) / [Resources](https://github.com/ashishps1/awesome-leetcode-resources) / [Analytics](https://leetcode-company-questions.vercel.app/)
* ⭐ **[NeetCode](https://neetcode.io/)** - Coding Interview Practice * ⭐ **[NeetCode](https://neetcode.io/)** - Coding Interview Practice
* [algonds](https://github.com/MaciejWas/algonds) - Coding Practice * [algonds](https://github.com/MaciejWas/algonds) - Coding Practice
* [Codility](https://app.codility.com/programmers/) - Coding Practice * [Codility](https://app.codility.com/programmers/) - Coding Practice
@ -1269,12 +1273,12 @@
* 🌐 **[Digital SAT Resources](https://redd.it/zzsgzl)** - SAT Resources * 🌐 **[Digital SAT Resources](https://redd.it/zzsgzl)** - SAT Resources
* ↪️ **[Note-Taking Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_note-taking)** * ↪️ **[Note-Taking Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_note-taking)**
* ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)** * ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)**
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile) * ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** or [Wolfram Mobile](https://rentry.co/FMHYBase64#wolfram-mobile) - Searchable Knowledge Base
* ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion) * ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion)
* ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [2](https://dlstudocu.com/), [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) * ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [2](https://dlstudocu.com/), [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872)
* ⭐ **[Anki](https://apps.ankiweb.net/)** / [Discord](https://discord.gg/jUvBM2sEs4) / [Subreddit](https://www.reddit.com/r/Anki/) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools * ⭐ **[Anki](https://apps.ankiweb.net/)** / [Discord](https://discord.gg/jUvBM2sEs4) / [Subreddit](https://www.reddit.com/r/Anki/) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools
* ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki) * ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki)
* ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android * ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android, iOS
* ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info * ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info
* ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines * ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines
* [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots * [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots
@ -1293,7 +1297,7 @@
* [Lurnby](https://www.lurnby.com) - Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby) * [Lurnby](https://www.lurnby.com) - Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby)
* [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project * [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project
* [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper * [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper
* [Graded](https://nightdreamgames.com/#graded) - Grades Tracker / Android / [GitHub](https://github.com/NightDreamGames/Graded) * [Graded](https://nightdreamgames.com/#graded) - Grades Tracker / Android, iOS / [GitHub](https://github.com/NightDreamGames/Graded)
* [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA * [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA
* [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA * [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA
* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books * [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books
@ -1303,10 +1307,10 @@
* [FreeOnlineTest](https://www.freeonlinetest.in/), [Alloprof](https://www.alloprof.qc.ca/en/) or [AE Old (Discord)](https://discord.gg/VCXGudY) - Test Practice & Homework Help * [FreeOnlineTest](https://www.freeonlinetest.in/), [Alloprof](https://www.alloprof.qc.ca/en/) or [AE Old (Discord)](https://discord.gg/VCXGudY) - Test Practice & Homework Help
* [DoubtNut](https://www.doubtnut.com/) - Exam / Solutions / Help / [Ad-Bypass](https://greasyfork.org/en/scripts/534790) * [DoubtNut](https://www.doubtnut.com/) - Exam / Solutions / Help / [Ad-Bypass](https://greasyfork.org/en/scripts/534790)
* [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions * [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions
* [StudyStream](https://www.studystream.live/) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups * [StudyStream](https://www.studystream.live/), [Yeolpumta](https://www.yeolpumta.com/en) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups
* [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search * [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search
* [Papers.Xtreme](https://papers.xtremepape.rs/) - Test Revision Notes & Answers * [Papers.Xtreme](https://papers.xtremepape.rs/) - Test Revision Notes & Answers
* [OnePrep](https://oneprep.xyz/), [DSATuz](https://t.me/DSATuz) / [Telegram](https://t.me/DSATuzchat) or [The SAT: Practice Tests](https://satsuite.collegeboard.org/sat/practice-preparation/practice-tests) - SAT Practice Exams / Questions * [OnePrep](https://oneprep.xyz/), [Mcelroy Tutoring](https://www.mcelroytutoring.com/lower.php?url=44-official-sat-pdfs-and-82-official-act-pdf-practice-tests-free), [DSATuz](https://t.me/DSATuz) / [Telegram](https://t.me/DSATuzchat) or [The SAT: Practice Tests](https://satsuite.collegeboard.org/sat/practice-preparation/practice-tests) - SAT Practice Exams / Questions
* [SATArchive](https://www.satarchive.com/) - Previous SAT Test Archive * [SATArchive](https://www.satarchive.com/) - Previous SAT Test Archive
* [SAT Reading](https://rentry.co/satreading) - Suggested SAT Reading * [SAT Reading](https://rentry.co/satreading) - Suggested SAT Reading
* [SAT_Files_discussion](https://t.me/SAT_Files_discussion) - SAT Exam Discussion * [SAT_Files_discussion](https://t.me/SAT_Files_discussion) - SAT Exam Discussion

View file

@ -87,7 +87,7 @@
* ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files) * ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files)
* ⭐ **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager * ⭐ **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager
* [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers * [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers
* [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager for Windows / Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager) * [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager / Windows, Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager)
* [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager * [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager
* [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [Plugins](https://github.com/sachinsenal0x64/awesome-yazi) / [GitHub](https://github.com/sxyazi/yazi) * [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [Plugins](https://github.com/sachinsenal0x64/awesome-yazi) / [GitHub](https://github.com/sxyazi/yazi)
* [One Commander](https://www.onecommander.com/) - File Manager * [One Commander](https://www.onecommander.com/) - File Manager
@ -151,7 +151,7 @@
* ⭐ **[Rescuezilla](https://rescuezilla.com/)** or [CloneZilla](https://clonezilla.org/) - Disk Image Backup * ⭐ **[Rescuezilla](https://rescuezilla.com/)** or [CloneZilla](https://clonezilla.org/) - Disk Image Backup
* [FolderClone](https://www.folderclone.com/) or [Echosync](https://www.luminescence-software.org/en/echosync/about/) - Folder Clone / Backup * [FolderClone](https://www.folderclone.com/) or [Echosync](https://www.luminescence-software.org/en/echosync/about/) - Folder Clone / Backup
* [BackupPC](https://backuppc.github.io/backuppc/) - Networked File Backup * [BackupPC](https://backuppc.github.io/backuppc/) - Networked File Backup
* [TeraCopy](https://www.codesector.com/teracopy) - File Backup * [TeraCopy](https://www.codesector.com/teracopy) - Copy Files Quickly / More Securely
* [restic](https://restic.net/) / [GitHub](https://github.com/restic/restic), [duplicity](https://duplicity.gitlab.io/) or [Duplicati](https://www.duplicati.com/) - Secure File Backup * [restic](https://restic.net/) / [GitHub](https://github.com/restic/restic), [duplicity](https://duplicity.gitlab.io/) or [Duplicati](https://www.duplicati.com/) - Secure File Backup
* [UrBackup](https://www.urbackup.org/) - Client / Server File Backup * [UrBackup](https://www.urbackup.org/) - Client / Server File Backup
* [AOMEI Backupper](https://www.ubackup.com/) - Windows File Backup * [AOMEI Backupper](https://www.ubackup.com/) - Windows File Backup
@ -260,11 +260,11 @@
* [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer * [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer
* [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer * [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer
* [Sefirah](https://github.com/shrimqy/Sefirah) - Desktop / Mobile Transfer * [Sefirah](https://github.com/shrimqy/Sefirah) - Desktop / Mobile Transfer
* [Transfer.it](https://transfer.it/) - Desktop / Mobile Transfer
* [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv) * [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv)
* [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Desktop / Mobile Transfer * [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Desktop / Mobile Transfer
* [croc](https://github.com/schollz/croc) - Desktop / Mobile Transfer / [GUI](https://github.com/howeyc/crocgui) * [croc](https://github.com/schollz/croc) - Desktop / Mobile Transfer / [GUI](https://github.com/howeyc/crocgui)
* [LANDrop](https://landrop.app/) - Desktop / Mobile Transfer * [LANDrop](https://landrop.app/) - Desktop / Mobile Transfer
* [Clip Fish](https://clip.fish/) - Desktop / Mobile Transfer
* [OnionShare](https://onionshare.org/) - Share Files Over Tor Network * [OnionShare](https://onionshare.org/) - Share Files Over Tor Network
* [FileZilla](https://filezilla-project.org/download.php?show_all=1) - FTP Client / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filezilla) * [FileZilla](https://filezilla-project.org/download.php?show_all=1) - FTP Client / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filezilla)
* [WinSCP](https://winscp.net/eng/index.php) - FTP Client * [WinSCP](https://winscp.net/eng/index.php) - FTP Client
@ -317,6 +317,7 @@
* ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever * ⭐ **[Pillowcase](https://pillowcase.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever
* [HIDAN](https://hidan.sh/) - Unlimited / 10+ Days (from upload) * [HIDAN](https://hidan.sh/) - Unlimited / 10+ Days (from upload)
* [Send.now](https://send.now/) - 100GB / 100GB per File / 30 Days After Last Download * [Send.now](https://send.now/) - 100GB / 100GB per File / 30 Days After Last Download
* [Transfer.it](https://transfer.it/) / 20GB / 90 Days / Owned by Mega.nz
* [DesiUpload](https://desiupload.co/) - Unlimited / 15 Days (15GB / 30 Days w/ Account) * [DesiUpload](https://desiupload.co/) - Unlimited / 15 Days (15GB / 30 Days w/ Account)
* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Account Required * [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Account Required
* [Qiwi](https://qiwi.gg) - Account Required * [Qiwi](https://qiwi.gg) - Account Required
@ -389,6 +390,7 @@
* [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 for 1TB * [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 for 1TB
* [PCloud](https://www.pcloud.com/) - 10GB Free / 1 Year / ~$4 for 1TB * [PCloud](https://www.pcloud.com/) - 10GB Free / 1 Year / ~$4 for 1TB
* [FebBox](https://www.febbox.com/) - 1TB Free / 1 Month / ~$4 for 2TB * [FebBox](https://www.febbox.com/) - 1TB Free / 1 Month / ~$4 for 2TB
* [Keybase](https://keybase.io/) - 250GB / Forever / [GitHub](https://github.com/keybase/client)
* [Proton Drive](https://proton.me/drive) - 2GB Free (or 5GB for tasks) / 1 Year / ~$10 for 1TB * [Proton Drive](https://proton.me/drive) - 2GB Free (or 5GB for tasks) / 1 Year / ~$10 for 1TB
* [JumpShare](https://jumpshare.com/) - 2GB Free / 1 Year / $8.25 for 1TB * [JumpShare](https://jumpshare.com/) - 2GB Free / 1 Year / $8.25 for 1TB
* [FileLu](https://filelu.com/) - 10GB / Forever / **[Expiry Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filelu-warning)** * [FileLu](https://filelu.com/) - 10GB / Forever / **[Expiry Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filelu-warning)**
@ -432,7 +434,7 @@
* [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script * [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script
* [ISAAC](https://rentry.co/FMHYBase64#gservice-gen) - Google Service Account Generators * [ISAAC](https://rentry.co/FMHYBase64#gservice-gen) - Google Service Account Generators
* [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers * [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers
* [gdurl](https://gdurl.com/), [GDrive Link Generator](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic](https://github.com/CloudflareHackers/GDriveWebAppPublic) - GDrive Link Generators / Host Direct Links * [gdurl](https://gdurl.com/), [GDrive Link Generator](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic](https://github.com/CloudflareHackers/GDriveWebAppPublic) - GDrive Link Generators / Host Direct Links
* [GdriveCloneWeb](https://github.com/jsmsj/GdriveCloneWeb) or [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) / [GitHub](https://github.com/jsmsj/GdriveCloneBot) - Copy Google Drives * [GdriveCloneWeb](https://github.com/jsmsj/GdriveCloneWeb) or [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) / [GitHub](https://github.com/jsmsj/GdriveCloneBot) - Copy Google Drives
* [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC * [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC
* [gd-efc](https://anadius.github.io/gd-efc/) - Copy Encrypted Google Drive * [gd-efc](https://anadius.github.io/gd-efc/) - Copy Encrypted Google Drive

View file

@ -23,6 +23,7 @@
* [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites * [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites
* [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides * [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides
* [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive * [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive
* [Better xCloud](https://better-xcloud.github.io/) - Add Features to xCloud / [GitHub](https://github.com/redphx/better-xcloud)
* [Buzz In](https://buzzin.live/) - Online Buzzer System * [Buzz In](https://buzzin.live/) - Online Buzzer System
* [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournament Creators / Managers * [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournament Creators / Managers
* [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Premium Bypass](https://medalbypass.vercel.app/) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools * [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Premium Bypass](https://medalbypass.vercel.app/) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools
@ -139,7 +140,7 @@
* ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)** or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers / Backup * ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)** or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers / Backup
* [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under "Game Data" * [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under "Game Data"
* [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii * [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii
* [SavegameDownload.com](https://www.savegamedownload.com/) - PC / PlayStation / Switch / Xbox / Android * [SavegameDownload.com](https://www.savegamedownload.com/) - PC / Mobile / PlayStation / Switch / Xbox
* [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP * [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP
* [SaveGame.Pro](https://savegame.pro/) - PC * [SaveGame.Pro](https://savegame.pro/) - PC
* [Saves For Games](https://savesforgames.com/) - PC * [Saves For Games](https://savesforgames.com/) - PC
@ -150,7 +151,7 @@
## ▷ Game Maps ## ▷ Game Maps
* 🌐 **[Map Genie](https://mapgenie.io/)**, [GameMaps](https://www.gamemaps.com/), [THGL](https://www.th.gl/) or [VGMaps](https://www.vgmaps.com/) - Game Map Indexes * 🌐 **[Map Genie](https://mapgenie.io/)**, [GamerMaps](https://www.gamermaps.net/), [GameMaps](https://www.gamemaps.com/), [THGL](https://www.th.gl/) or [VGMaps](https://www.vgmaps.com/) - Game Map Indexes
* [noclip](https://noclip.website/) - Explore Game Maps * [noclip](https://noclip.website/) - Explore Game Maps
* [KudosPrime](https://www.kudosprime.com/) - Racing Game Maps * [KudosPrime](https://www.kudosprime.com/) - Racing Game Maps
* [bspview](https://sbuggay.github.io/bspview) - Explore Quake & GoldSRC Maps / [GitHub](https://github.com/sbuggay/bspview) * [bspview](https://sbuggay.github.io/bspview) - Explore Quake & GoldSRC Maps / [GitHub](https://github.com/sbuggay/bspview)
@ -344,6 +345,7 @@
## ▷ Multiplayer Mods ## ▷ Multiplayer Mods
* 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games * 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games
* 🌐 **[CoD All](https://gitlab.com/xifil/cod-all)** - CoD Multiplayer Mod Index
* ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah) * ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah)
* [AlterWare](https://alterware.dev/) - COD MW2 (2009), MW3, BO3, AW and Ghosts Multiplayer Client / [Discord](https://discord.gg/2ETE8engZM) / [GitHub](https://github.com/mxve/alterware-launcher) * [AlterWare](https://alterware.dev/) - COD MW2 (2009), MW3, BO3, AW and Ghosts Multiplayer Client / [Discord](https://discord.gg/2ETE8engZM) / [GitHub](https://github.com/mxve/alterware-launcher)
* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool) * [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool)
@ -385,6 +387,7 @@
* [Overwatch-Server-Selector](https://github.com/foryVERX/Overwatch-Server-Selector) - Overwatch Server Selector * [Overwatch-Server-Selector](https://github.com/foryVERX/Overwatch-Server-Selector) - Overwatch Server Selector
* [Northstar](https://thunderstore.io/c/northstar/), [2](https://northstar.tf/) - Titanfall 2 Server Hosting & Modding / [GitHub](https://github.com/R2Northstar/Northstar/releases) / [Guide](https://rentry.org/northstar-guide) / [Discord](https://discord.gg/CEszSguY3A) * [Northstar](https://thunderstore.io/c/northstar/), [2](https://northstar.tf/) - Titanfall 2 Server Hosting & Modding / [GitHub](https://github.com/R2Northstar/Northstar/releases) / [Guide](https://rentry.org/northstar-guide) / [Discord](https://discord.gg/CEszSguY3A)
* [R1Delta](https://r1delta.net/) - Titanfall 1 Server Revival / [Discord](https://discord.com/invite/AFnMwrvPzV) * [R1Delta](https://r1delta.net/) - Titanfall 1 Server Revival / [Discord](https://discord.com/invite/AFnMwrvPzV)
* [FXPGunZ](https://fxpgunz.com/) - GunZ Multiplayer Revival
* [ET: Legacy](https://www.etlegacy.com/) - Wolfenstein Enemy Territory Servers / [Discord](https://discord.com/invite/UBAZFys) * [ET: Legacy](https://www.etlegacy.com/) - Wolfenstein Enemy Territory Servers / [Discord](https://discord.com/invite/UBAZFys)
* [Arctic Combat](https://warfareterritory.net/) - Arctic Combat Server Revival / [Discord](https://discord.com/invite/7aw6grzSgj) * [Arctic Combat](https://warfareterritory.net/) - Arctic Combat Server Revival / [Discord](https://discord.com/invite/7aw6grzSgj)
* [Factorio.zone](https://factorio.zone/) - Free Factorio Servers * [Factorio.zone](https://factorio.zone/) - Free Factorio Servers
@ -491,7 +494,7 @@
* [PS3 Game Updater](https://www.psx-place.com/threads/ps3-game-updater-v1-5-psn-liberator-v0-96b-rudi-rastelli-adds-ps3p-pkg-ripper-support.3766/) or [Rusty Pan](https://github.com/RainbowCookie32/rusty-psn) - Update PS3 Games * [PS3 Game Updater](https://www.psx-place.com/threads/ps3-game-updater-v1-5-psn-liberator-v0-96b-rudi-rastelli-adds-ps3p-pkg-ripper-support.3766/) or [Rusty Pan](https://github.com/RainbowCookie32/rusty-psn) - Update PS3 Games
* [PS3Themes](http://www.ps3-themes.com/) - PS3 Themes * [PS3Themes](http://www.ps3-themes.com/) - PS3 Themes
* [PSONE](https://psone.online/) - Play PS1 Games Online / PS3 Required / [Discord](https://discord.com/invite/uhZuGX9) * [PSONE](https://psone.online/) - Play PS1 Games Online / PS3 Required / [Discord](https://discord.com/invite/uhZuGX9)
* [PS2 Scene](https://discord.com/invite/Bd3A7v8) - PS2 Homebrew Discord * [PS2 Scene](https://discord.com/invite/Bd3A7v8) - PS2 Homebrew Discord
* [/r/PS2Homebrew](https://www.reddit.com/r/ps2homebrew/) - PS2 Homebrew Subreddit * [/r/PS2Homebrew](https://www.reddit.com/r/ps2homebrew/) - PS2 Homebrew Subreddit
* [PSBBN Patch](https://rentry.co/FMHYBase64#psbbn-definitive-english-patch) - PSBBN Definitive English Patch * [PSBBN Patch](https://rentry.co/FMHYBase64#psbbn-definitive-english-patch) - PSBBN Definitive English Patch
* [PSXDev](https://www.psxdev.net/) - PS1 Development * [PSXDev](https://www.psxdev.net/) - PS1 Development
@ -572,7 +575,7 @@
## ▷ Launchers ## ▷ Launchers
* ⭐ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [Free Method](https://rentry.co/prism4free) / [Ely.by Version](https://github.com/ElyPrismLauncher/ElyPrismLauncher) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher) * ⭐ **[Prism Launcher](https://prismlauncher.org/)** - Feature-Rich Launcher / [CurseForge Downloads](https://gist.github.com/sugoidogo/2e607727cd61324b2d292da96961de3f) / [Free Method](https://rentry.co/prism4free) / [Ely.by Version](https://github.com/ElyPrismLauncher/ElyPrismLauncher) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher)
* ⭐ **[ATLauncher](https://atlauncher.com/)** or [Technic Launcher](https://www.technicpack.net/) - Modpack Launchers * ⭐ **[ATLauncher](https://atlauncher.com/)** or [Technic Launcher](https://www.technicpack.net/) - Modpack Launchers
* ⭐ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** or [MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) - Launchers for Bedrock Edition * ⭐ **[Bedrock Launcher](https://bedrocklauncher.github.io/)** or [MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) - Launchers for Bedrock Edition
* [ZalithLauncher](https://github.com/ZalithLauncher/ZalithLauncher) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android & iOS * [ZalithLauncher](https://github.com/ZalithLauncher/ZalithLauncher) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android & iOS
@ -611,7 +614,7 @@
* [SimpleVoicechat](https://modrinth.com/plugin/simple-voice-chat) - Feature-Rich Voice Chat Mod / [Discord](https://discord.gg/4dH2zwTmyX) * [SimpleVoicechat](https://modrinth.com/plugin/simple-voice-chat) - Feature-Rich Voice Chat Mod / [Discord](https://discord.gg/4dH2zwTmyX)
* [ReplayMod](https://replaymod.com/) or [FlashBack](https://modrinth.com/mod/flashback) - Record Game Sessions * [ReplayMod](https://replaymod.com/) or [FlashBack](https://modrinth.com/mod/flashback) - Record Game Sessions
* [Craftify](https://modrinth.com/mod/craftify) - Display / Control Playing Music * [Craftify](https://modrinth.com/mod/craftify) - Display / Control Playing Music
* [Vanilla Tweaks](https://www.vanillatweaks.net/), [Smithed](https://smithed.net/) or [Voodoo Packs](https://mc.voodoobeard.com/) / [Discord](https://discord.gg/SnJQcfq) - Minecraft Data Packs * [Vanilla Tweaks](https://www.vanillatweaks.net/) / [Discord](https://discord.com/invite/qG53qwF), [Smithed](https://smithed.net/) or [Voodoo Packs](https://mc.voodoobeard.com/) / [Discord](https://discord.gg/SnJQcfq) - Minecraft Data Packs
* [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators * [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators
* [Packwiz](https://packwiz.infra.link/) - Modpack CLI Distribution Tool / [GitHub](https://github.com/packwiz/packwiz) * [Packwiz](https://packwiz.infra.link/) - Modpack CLI Distribution Tool / [GitHub](https://github.com/packwiz/packwiz)
@ -881,7 +884,7 @@
* 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive * 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive
* ⭐ **[Rolimon's](https://www.rolimons.com/games)** or **[RoMonitor Stats](https://romonitorstats.com/)** - Roblox Experience Stats * ⭐ **[Rolimon's](https://www.rolimons.com/games)** or **[RoMonitor Stats](https://romonitorstats.com/)** - Roblox Experience Stats
* ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** or [Fishstrap](https://fishstrap.app/) - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/bloxstraplabs/bloxstrap) * ⭐ **[Bloxstrap](https://bloxstraplabs.com/)**, [Voidstrap](https://voidstrapweb.netlify.app/) or [Fishstrap](https://fishstrap.app/) - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/bloxstraplabs/bloxstrap)
* [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client * [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client
* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper * [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper
* [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://github.com/AntiBoomz/BTRoblox), [RoGold](https://rogold.live/free) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website * [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://github.com/AntiBoomz/BTRoblox), [RoGold](https://rogold.live/free) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website

View file

@ -21,6 +21,7 @@
* ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/dmjUJ4xCEV) * ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/dmjUJ4xCEV)
* ⭐ **[SteamUnderground](https://steamunderground.net/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/hxdv7eJ5Yt) * ⭐ **[SteamUnderground](https://steamunderground.net/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/hxdv7eJ5Yt)
* ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / [Redirect Bypass Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass) * ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / [Redirect Bypass Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass)
* ⭐ **[SteamGG](https://steamgg.net/)** - Download / Pre-Installs / **Use Adblocker** / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE)
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Account Required * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Account Required
* [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines * [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
* [g4u](https://g4u.to/) - Download / PW: `404` * [g4u](https://g4u.to/) - Download / PW: `404`
@ -28,7 +29,7 @@
* [UnionCrax](https://union-crax.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS) * [UnionCrax](https://union-crax.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS)
* [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs * [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs
* [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b) * [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b)
* [ElEnemigos](https://elenemigos.com/) - Download / PW: elenemigos.com / [DDL Guide](https://elenemigos.com/guide) / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos) * [ElEnemigos](https://elenemigos.com/) - Download / PW: `elenemigos.com` / [DDL Guide](https://elenemigos.com/guide) / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos)
* [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK) * [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK)
* [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj) * [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj)
* [TriahGames](https://triahgames.com/) - Download / [Discord](https://discord.gg/vRxJNNcJNh) / PW: `www.triahgames.com` * [TriahGames](https://triahgames.com/) - Download / [Discord](https://discord.gg/vRxJNNcJNh) / PW: `www.triahgames.com`
@ -68,7 +69,7 @@
* ⭐ **[VRPirates](https://vrpirates.wiki/)**, [2](https://vrpirates.club/) - VR Piracy Wiki / [Telegram](https://t.me/VRPirates) / [Discord](https://discord.gg/tBKMZy7QDA) * ⭐ **[VRPirates](https://vrpirates.wiki/)**, [2](https://vrpirates.club/) - VR Piracy Wiki / [Telegram](https://t.me/VRPirates) / [Discord](https://discord.gg/tBKMZy7QDA)
* ⭐ **[ARMGDDN Browser](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593)** - VR Games / [Telegram](https://t.me/ARMGDDNGames) * ⭐ **[ARMGDDN Browser](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593)** - VR Games / [Telegram](https://t.me/ARMGDDNGames)
* [Phoenix Place](https://phoenixplace.xyz/) - VR Games / Signup Required / [Discord](https://discord.gg/wfJs3eJvHa) * [Phoenix Place](https://phoenixplace.xyz/) - VR Games / Sign-Up Required / [Discord](https://discord.gg/wfJs3eJvHa)
* [/r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy * [/r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy
* [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform * [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform
* [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games * [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games
@ -117,10 +118,11 @@
* 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games * 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games
* 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - PC Ports, Decompilations, Remakes, Fan Games and more * 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - PC Ports, Decompilations, Remakes, Fan Games and more
* 🌐 **[TheGameEmporium](https://www.thegamingemporium.com/)** - Decompilation / Recompilation Archive * 🌐 **[TheGameEmporium](https://www.thegamingemporium.com/)**, [RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games) or [Awesome Game Decomps](https://github.com/CharlotteCross1998/awesome-game-decompilations) - Decompilation / Recompilation Archives
* 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes * 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes
* 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games * 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games
* 🌐 **[Kliktopia](https://kliktopia.org/)** - Klik Games * 🌐 **[Kliktopia](https://kliktopia.org/)** - Klik Games
* ⭐ **[RAZE](https://github.com/ZDoom/Raze)** or [BuildGDX](https://m210.duke4.net/) / [Discord](https://discord.gg/zZw2eq3n7G) - Oldschool Shooter Engine
* ⭐ **[OpenRCT2](https://openrct2.io/)** - Open-Source RollerCoaster Tycoon 2 * ⭐ **[OpenRCT2](https://openrct2.io/)** - Open-Source RollerCoaster Tycoon 2
* [Luanti](https://www.luanti.org/) / [GitHub](https://github.com/luanti-org) or [Classicube](https://www.classicube.net/) - Open-Source Minecraft Clones / Alternatives * [Luanti](https://www.luanti.org/) / [GitHub](https://github.com/luanti-org) or [Classicube](https://www.classicube.net/) - Open-Source Minecraft Clones / Alternatives
* [Locomalito](https://locomalito.com/) or [RetroSpec](https://retrospec.sgn.net/) - Classic Game Remakes * [Locomalito](https://locomalito.com/) or [RetroSpec](https://retrospec.sgn.net/) - Classic Game Remakes
@ -151,6 +153,7 @@
* [SP Tarkov](https://www.sp-tarkov.com/) - Escape from Tarkov Single Player Mod * [SP Tarkov](https://www.sp-tarkov.com/) - Escape from Tarkov Single Player Mod
* [doukutsu-rs](https://github.com/doukutsu-rs/doukutsu-rs) - Open-Source Cave Story * [doukutsu-rs](https://github.com/doukutsu-rs/doukutsu-rs) - Open-Source Cave Story
* [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port * [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port
* [Fangame Archive](https://archive.dappermink.me/) / [Discord](https://discord.com/invite/HSeycPx) or [Delicious Fruit](https://delicious-fruit.com/) - I Wanna Be the Guy Fan Game Archives
* [Mars 3D](https://mars3d-game.wixsite.com/index) - Mars 3D Translation & Remake * [Mars 3D](https://mars3d-game.wixsite.com/index) - Mars 3D Translation & Remake
* [Unciv](https://github.com/yairm210/Unciv) - Civilization V Remake * [Unciv](https://github.com/yairm210/Unciv) - Civilization V Remake
* [FreeCiv](https://www.freeciv.org/) - Civilization Remake / [GitHub](https://github.com/freeciv) * [FreeCiv](https://www.freeciv.org/) - Civilization Remake / [GitHub](https://github.com/freeciv)
@ -159,6 +162,7 @@
* [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake / [Video](https://youtu.be/t-93kDC8Vac) * [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake / [Video](https://youtu.be/t-93kDC8Vac)
* [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame * [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame
* [OpenNox](https://github.com/noxworld-dev/opennox) - Nox Revival Project * [OpenNox](https://github.com/noxworld-dev/opennox) - Nox Revival Project
* [Sonic Runners Revival](https://sonicrunners.com/) - Sonic Runners Revival
* [Pixel Gun World](https://pgun.rilisoft.info/) / [Discord](https://discord.com/invite/pgw) or [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revivals / PC Ports * [Pixel Gun World](https://pgun.rilisoft.info/) / [Discord](https://discord.com/invite/pgw) or [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revivals / PC Ports
* [Infinity Blade PC](https://rentry.co/FMHYBase64#ib-pc-port) - Infinity Blade I/II PC Ports / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC) * [Infinity Blade PC](https://rentry.co/FMHYBase64#ib-pc-port) - Infinity Blade I/II PC Ports / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC)
* [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features * [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features
@ -225,7 +229,6 @@
* ⭐ **[Dolphin Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide)** - Dolphin Setup Guide * ⭐ **[Dolphin Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide)** - Dolphin Setup Guide
* ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [/r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - Wii U / BOTW Setup Guides * ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [/r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - Wii U / BOTW Setup Guides
* ⭐ **[Switch Emu Guide](https://github.com/Abd-007/Switch-Emulators-Guide)**, [Switch Emulation](https://rentry.co/FMHYBase64#switch-emulation) or [Ryujinx Guide](https://docs.google.com/document/d/1prxOJaE4WhPeYNHW17W5UaWZxDgB8e5wNHxt2O4FKvs/) - Switch Emulator Setup Guides * ⭐ **[Switch Emu Guide](https://github.com/Abd-007/Switch-Emulators-Guide)**, [Switch Emulation](https://rentry.co/FMHYBase64#switch-emulation) or [Ryujinx Guide](https://docs.google.com/document/d/1prxOJaE4WhPeYNHW17W5UaWZxDgB8e5wNHxt2O4FKvs/) - Switch Emulator Setup Guides
* ⭐ **[RAZE](https://github.com/ZDoom/Raze)** or [BuildGDX](https://m210.duke4.net/) / [Discord](https://discord.gg/zZw2eq3n7G) - Oldschool Shooter Engine
* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info * [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info
* [TOSEC](https://rentry.co/FMHYBase64#tosec) - The Old School Emulation Center * [TOSEC](https://rentry.co/FMHYBase64#tosec) - The Old School Emulation Center
* [Emulation Collective](https://discord.com/invite/7pcAbZzpXj) - Xbox One/Series X|S UWP Emulation Discord * [Emulation Collective](https://discord.com/invite/7pcAbZzpXj) - Xbox One/Series X|S UWP Emulation Discord
@ -328,7 +331,7 @@
* [taodung](https://taodung.com/) - ROMs / 3DS / Switch * [taodung](https://taodung.com/) - ROMs / 3DS / Switch
* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Gameboy * [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Gameboy
* [64DD.org](https://64dd.org/) - ROMs / 64DD * [64DD.org](https://64dd.org/) - ROMs / 64DD
* [nsw2u](https://nswdl.com/) - ROMs / Switch * [nswdl](https://nswdl.com/) - ROMs / Switch
* [NswRom](https://nswrom.com/) - ROMs / Switch * [NswRom](https://nswrom.com/) - ROMs / Switch
* [ROMsHQ](https://romshq.com/) - ROMs / Switch * [ROMsHQ](https://romshq.com/) - ROMs / Switch
* [SwitchGamesMall](https://switchgamesmall.icu/) - ROMs / Switch / DDL / Torrents / [Discord](https://discord.com/invite/rgttByzYRY) * [SwitchGamesMall](https://switchgamesmall.icu/) - ROMs / Switch / DDL / Torrents / [Discord](https://discord.com/invite/rgttByzYRY)
@ -336,6 +339,10 @@
* [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd) * [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd)
* [ROMSLAB](https://romslab.com/) - ROMs / Switch * [ROMSLAB](https://romslab.com/) - ROMs / Switch
* [NXBrew](https://nxbrew.net/) - ROMs / Switch / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#nxbrew-warning) * [NXBrew](https://nxbrew.net/) - ROMs / Switch / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#nxbrew-warning)
* [NSW2u](https://nsw2u.com/) - ROMs / Switch
* [SwitchROM](https://switchrom.net/) - ROMs / Switch
* [SwitchROM.io](https://switchrom.io/) - ROMs / Switch
* [Egg NS](https://eggnsemulator.com/nintendo-switch-roms) - ROMs / Switch
* [NSWDB](https://www.nswdb.com) - Switch Release Tracker * [NSWDB](https://www.nswdb.com) - Switch Release Tracker
* [3DSDB](https://3dsdb.com/) - 3DS Release Tracker * [3DSDB](https://3dsdb.com/) - 3DS Release Tracker
* [MFGG](https://mfgg.net/) - Super Mario Fan Games / Mods / [Discord](https://discord.gg/jchgfw5) * [MFGG](https://mfgg.net/) - Super Mario Fan Games / Mods / [Discord](https://discord.gg/jchgfw5)
@ -408,6 +415,7 @@
* [Euclidea](https://www.euclidea.xyz/) - Geometric Puzzles * [Euclidea](https://www.euclidea.xyz/) - Geometric Puzzles
* [Pixel Puzzler](https://pixel-puzzler.playcurious.games/) or [UnFlip](https://unflipgame.com/) - Block Puzzles * [Pixel Puzzler](https://pixel-puzzler.playcurious.games/) or [UnFlip](https://unflipgame.com/) - Block Puzzles
* [Sudoku XV](https://keeri.place/sudoku-xv) - Sudoku * [Sudoku XV](https://keeri.place/sudoku-xv) - Sudoku
* [UsDoku](https://www.usdoku.com/) - Multiplayer Sudoku
* [picture dots](https://www.picturedots.com/) - Make & Play Dot Puzzles * [picture dots](https://www.picturedots.com/) - Make & Play Dot Puzzles
* [Oh, My Dots!](https://www.ohmydots.com/) - Connect the Dots Game * [Oh, My Dots!](https://www.ohmydots.com/) - Connect the Dots Game
* [BreakLock](https://maxwellito.github.io/breaklock/) - Pattern Lock Game * [BreakLock](https://maxwellito.github.io/breaklock/) - Pattern Lock Game
@ -418,15 +426,17 @@
## ▷ Rubiks Cube ## ▷ Rubiks Cube
* 🌐 **[cubing.net](https://www.cubing.net/)** - Cubing Tools
* ↪️ **[Cubing Practice / Training](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_rubiks_cube)** * ↪️ **[Cubing Practice / Training](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_rubiks_cube)**
* ⭐ **[Grubiks](https://grubiks.com/)** or **[Rubikverse](https://rubikverse.com/)** - Multi-Cube Types Simulators * ⭐ **[Grubiks](https://grubiks.com/)** or **[Rubikverse](https://rubikverse.com/)** - Multi-Cube Types Simulators
* ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)** - 3x3 Cube Simulator * ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)** - 3x3 Cube Simulator
* [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) - Multi-Cube Types Windows App * [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) - Multi-Cube Types Windows App
* [The Cube](https://bsehovac.github.io/the-cube/) - Multi-Size Cube Simulator * [The Cube](https://bsehovac.github.io/the-cube/) - Multi-Size Cube Simulator
* [FT Cube](https://shuantsu.github.io/ft_cube/) - Multi-Size Simulator & Net Generator
* [Maple Leaves Sim](https://filipeteixeira.com.br/mapleaves/) - Maple Leaf Cube Simulator
* [RubiksCu.be](https://rubikscu.be/solver/) - 3x3 Cube Solver * [RubiksCu.be](https://rubikscu.be/solver/) - 3x3 Cube Solver
* [RubikSolve](https://rubiksolve.com/) - 3x3 Cube Solver * [RubikSolve](https://rubiksolve.com/) - 3x3 Cube Solver
* [Rubik's Cube Solver](https://rubiks-cube-solver.com/) - 3x3 Cube Solver * [Rubik's Cube Solver](https://rubiks-cube-solver.com/) - 3x3 Cube Solver
* [CubingTimeStandard](https://cubingtimestandard.com/) - Cubing Time Standards / Tools
*** ***
@ -443,13 +453,12 @@
## ▷ Crosswords ## ▷ Crosswords
* ⭐ **[BestCrosswords](https://www.bestcrosswords.com/)** - Crossword Puzzles * ⭐ **[BestCrosswords](https://www.bestcrosswords.com/)** - Crossword Puzzles
* ⭐ **[Killer Crossword](https://killercrossword.com/)** - No Clue Crosswords
* [Crosshare](https://crosshare.org/) - Crossword Puzzles / Creator * [Crosshare](https://crosshare.org/) - Crossword Puzzles / Creator
* [Hovercats](https://hovercats.gg/) - Multiplayer Crosswords * [Hovercats](https://hovercats.gg/) - Multiplayer Crosswords
* [Truncate](https://truncate.town/) - Crossword Strategy Game * [Truncate](https://truncate.town/) - Crossword Strategy Game
* [Regex Crossword](https://regexcrossword.com/), [2](https://jimbly.github.io/regex-crossword/) - Regex Crosswords * [Regex Crossword](https://regexcrossword.com/), [2](https://jimbly.github.io/regex-crossword/) - Regex Crosswords
* [Web Paint-by-Number](https://webpbn.com/) or [Nonograms.org](https://www.nonograms.org/) - Graphic Crosswords (Nonograms) * [Web Paint-by-Number](https://webpbn.com/) or [Nonograms.org](https://www.nonograms.org/) - Graphic Crosswords (Nonograms)
* [Crossword Labs](https://crosswordlabs.com/), [Puzzlemaker](https://puzzlemaker.discoveryeducation.com/) or [XWords](https://www.xwords-generator.de/en) - Crossword Creators * [Crossword Labs](https://crosswordlabs.com/), [Crosserville](https://www.crosserville.com/), [Puzzlemaker](https://puzzlemaker.discoveryeducation.com/) or [XWords](https://www.xwords-generator.de/en) - Crossword Creators
*** ***
@ -507,7 +516,7 @@
## ▷ Chess ## ▷ Chess
* ↪️ **[Chess Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_chess)** * ↪️ **[Chess Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_chess)**
* ⭐ **[lichess](https://lichess.org/)**, [GameKnot Chess](https://gameknot.com/), [SparkChess](https://www.sparkchess.com/) or [Chess.com](https://www.chess.com/) - Chess Platforms * ⭐ **[lichess](https://lichess.org/)**, [PyChess](https://www.pychess.org/), [GameKnot Chess](https://gameknot.com/), [SparkChess](https://www.sparkchess.com/) or [Chess.com](https://www.chess.com/) - Chess Platforms
* ⭐ **lichess Tools** - [Mobile](https://lichess.org/mobile) / [Mobile V2](https://play.google.com/store/apps/details?id=org.lichess.mobileV2) / [Customize](https://prettierlichess.github.io/) / [Themes](https://github.com/algertc/prettierlichess-themes) / [Leagues](https://www.lichess4545.com/) / [Extend](https://lichess.org/page/extend) * ⭐ **lichess Tools** - [Mobile](https://lichess.org/mobile) / [Mobile V2](https://play.google.com/store/apps/details?id=org.lichess.mobileV2) / [Customize](https://prettierlichess.github.io/) / [Themes](https://github.com/algertc/prettierlichess-themes) / [Leagues](https://www.lichess4545.com/) / [Extend](https://lichess.org/page/extend)
* ⭐ **[Print Chess](https://www.printchess.com/)** - Printable Paper Chess Set * ⭐ **[Print Chess](https://www.printchess.com/)** - Printable Paper Chess Set
* [Chesses](https://pippinbarr.com/chesses/) or [Omnichess](https://omnichess.club/) - Multiple Styles of Chess * [Chesses](https://pippinbarr.com/chesses/) or [Omnichess](https://omnichess.club/) - Multiple Styles of Chess
@ -554,6 +563,26 @@ from tabletop tools:
*** ***
## ▷ Card Games
* ⭐ **[WorldOfCardGames](https://worldofcardgames.com/)**, [CardGames.io](https://cardgames.io/), [247Games](https://www.247games.com/), [CardzMania](https://www.cardzmania.com/) or [World of Solitaire](https://worldofsolitaire.com/) - Multiplayer Card Games
* [PartyProject](https://char64.itch.io/partyproject) - Mario Party Style Multiplayer Game
* [gTOONS](https://gtoons.app/) - Cartoon Network Strategy Card Game Revival / [Discord](https://discord.gg/KM2ggJtkMr)
* [BlackReds](https://blacksreds.com/) - Multiplayer Card Games
* [FlyOrDie](https://www.flyordie.com/) - Multiplayer Card Games
* [Playok](https://www.playok.com/) - Multiplayer Card Games
* [PlayingCards](https://playingcards.io/) - Multiplayer Card Games
* [PictureCards](https://picturecards.online/) / [Discord](https://discord.gg/kJB4bxSksw), [AllBad.Cards](https://bad.cards/) or [Pretend You're](https://pyx-1.pretendyoure.xyz/zy/game.jsp) - Cards Against Humanity Online
* [Cards Against Humanity](https://www.cardsagainsthumanity.com/#downloads) - Printable Cards Against Humanity
* [Wikidata Card Game Generator](https://cardgame.blinry.org/) - Generate "Top Trumps" Cards with Wikidata
* [Solitaired](https://solitaired.com/), [Solitr](https://www.solitr.com/) or [Solitaire Owl](https://solitaireowl.com/) - Online Solitaire
* [PySolFC](https://pysolfc.sourceforge.io/) - Downloadable Solitaire / [GitHub](https://github.com/shlomif/PySolFC)
* [Blackjack Break](https://blackjackbreak.com/) or [HTML5 Blackjack](https://www.html5blackjack.net/) - Browser Blackjack
* [Poker Now](https://www.pokernow.club/) or [247 Free Poker](https://www.247freepoker.com/) - Multiplayer Poker
* [Colonist](https://colonist.io/) - Multiplayer Settlers of Catan
***
# ► Browser Games # ► Browser Games
* ⭐ **[Allchemy](https://allchemy.io/)**, [Little Alchemy](https://littlealchemy.com/), [Little Alchemy 2](https://littlealchemy2.com/) or [Infinite Craft](https://neal.fun/infinite-craft/) / [Wiki](https://expitau.com/InfiniteCraftWiki/) / [Search](https://infinibrowser.wiki/) - Infinite Item Crafting Games * ⭐ **[Allchemy](https://allchemy.io/)**, [Little Alchemy](https://littlealchemy.com/), [Little Alchemy 2](https://littlealchemy2.com/) or [Infinite Craft](https://neal.fun/infinite-craft/) / [Wiki](https://expitau.com/InfiniteCraftWiki/) / [Search](https://infinibrowser.wiki/) - Infinite Item Crafting Games
@ -561,7 +590,7 @@ from tabletop tools:
* ⭐ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php) * ⭐ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php)
* ⭐ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) - Marble Blast in Browser * ⭐ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) - Marble Blast in Browser
* ⭐ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game * ⭐ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game
* [Tetris](https://tetris.com/) or [Tetr.js](http://farter.cn/tetr.js/) - Tetris * [Tetris](https://tetris.com/), [LazyTetris](https://lazytetris.com/) or [Tetr.js](http://farter.cn/tetr.js/) - Tetris
* [SMBGames](https://smbgames.be/) - Browser Super Mario * [SMBGames](https://smbgames.be/) - Browser Super Mario
* [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World * [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World
* [Jelly Mario](https://jellymar.io/) - Jelly Super Mario * [Jelly Mario](https://jellymar.io/) - Jelly Super Mario
@ -676,6 +705,7 @@ from tabletop tools:
* [agar.io](https://agar.io/) - Become the Biggest Circle * [agar.io](https://agar.io/) - Become the Biggest Circle
* [mope.io](https://mope.io/) - Become the Biggest Animal / [Discord](https://discord.com/invite/nQAVB9c) * [mope.io](https://mope.io/) - Become the Biggest Animal / [Discord](https://discord.com/invite/nQAVB9c)
* [TagPro](https://koalabeast.com/) - Multiplayer Capture the Flag / [Discord](https://discord.com/invite/hhW3MDzrt3) * [TagPro](https://koalabeast.com/) - Multiplayer Capture the Flag / [Discord](https://discord.com/invite/hhW3MDzrt3)
* [Golf Party](https://golfparty.io/) - Multiplayer Mini Golf Game
* [Bloob.io](https://bloob.io/) - Multiple Games * [Bloob.io](https://bloob.io/) - Multiple Games
* [Gidd.io](https://gidd.io/) - Multiple Games * [Gidd.io](https://gidd.io/) - Multiple Games
* [Yucata](https://www.yucata.de/en/) - Multiple Games * [Yucata](https://www.yucata.de/en/) - Multiple Games
@ -788,26 +818,6 @@ from tabletop tools:
*** ***
## ▷ Card Games
* ⭐ **[WorldOfCardGames](https://worldofcardgames.com/)**, [CardGames.io](https://cardgames.io/), [247Games](https://www.247games.com/), [CardzMania](https://www.cardzmania.com/) or [World of Solitaire](https://worldofsolitaire.com/) - Multiplayer Card Games
* [PartyProject](https://char64.itch.io/partyproject) - Mario Party Style Multiplayer Game
* [gTOONS](https://gtoons.app/) - Cartoon Network Strategy Card Game Revival / [Discord](https://discord.gg/KM2ggJtkMr)
* [BlackReds](https://blacksreds.com/) - Multiplayer Card Games
* [FlyOrDie](https://www.flyordie.com/) - Multiplayer Card Games
* [Playok](https://www.playok.com/) - Multiplayer Card Games
* [PlayingCards](https://playingcards.io/) - Multiplayer Card Games
* [PictureCards](https://picturecards.online/) / [Discord](https://discord.gg/kJB4bxSksw), [AllBad.Cards](https://bad.cards/) or [Pretend You're](https://pyx-1.pretendyoure.xyz/zy/game.jsp) - Cards Against Humanity Online
* [Cards Against Humanity](https://www.cardsagainsthumanity.com/#downloads) - Printable Cards Against Humanity
* [Wikidata Card Game Generator](https://cardgame.blinry.org/) - Generate "Top Trumps" Cards with Wikidata
* [Solitaired](https://solitaired.com/), [Solitr](https://www.solitr.com/) or [Solitaire Owl](https://solitaireowl.com/) - Online Solitaire
* [PySolFC](https://pysolfc.sourceforge.io/) - Downloadable Solitaire / [GitHub](https://github.com/shlomif/PySolFC)
* [Blackjack Break](https://blackjackbreak.com/) or [HTML5 Blackjack](https://www.html5blackjack.net/) - Browser Blackjack
* [Poker Now](https://www.pokernow.club/) or [247 Free Poker](https://www.247freepoker.com/) - Multiplayer Poker
* [Colonist](https://colonist.io/) - Multiplayer Settlers of Catan
***
## ▷ Strategy ## ▷ Strategy
* ⭐ **[Super Auto Pets](https://teamwood.itch.io/super-auto-pets)** - Pet Battle Game / [Resources](https://www.groundedsap.co.uk/) * ⭐ **[Super Auto Pets](https://teamwood.itch.io/super-auto-pets)** - Pet Battle Game / [Resources](https://www.groundedsap.co.uk/)
@ -867,8 +877,8 @@ from tabletop tools:
* [Play Football](https://playfootball.games/) - Football Quizzes / Trivia * [Play Football](https://playfootball.games/) - Football Quizzes / Trivia
* [The Wiki Game](https://www.thewikigame.com/), [Pedantle](https://cemantle.certitudes.org/pedantle), [Six Degrees of Wikipedia](https://www.sixdegreesofwikipedia.com/) or [WikiRacer](https://wikiracer.io/) - Wiki Exploration Games / [Automation Tool](https://gitlab.com/johanbluecreek/wikiracer) * [The Wiki Game](https://www.thewikigame.com/), [Pedantle](https://cemantle.certitudes.org/pedantle), [Six Degrees of Wikipedia](https://www.sixdegreesofwikipedia.com/) or [WikiRacer](https://wikiracer.io/) - Wiki Exploration Games / [Automation Tool](https://gitlab.com/johanbluecreek/wikiracer)
* [Catfishing](https://catfishing.net/) - Wiki Article Guessing Game * [Catfishing](https://catfishing.net/) - Wiki Article Guessing Game
* [MusicNerd](https://musicnerd.io/) or [Lofidle](https://lofidle.com/) - Music Guessing Games
* [More or Less](https://moreorless.io/) - More or Less Guessing * [More or Less](https://moreorless.io/) - More or Less Guessing
* [MusicNerd](https://musicnerd.io/), [Musicle](https://musicle.app/), [Bandle](https://bandle.app/), [Spotle](https://spotle.io/) or [Lofidle](https://lofidle.com/) - Music / Song Guessing Games
* [DanceMusic](https://dancemusic.wtf/) - Electronic Music Genre Guessing Game * [DanceMusic](https://dancemusic.wtf/) - Electronic Music Genre Guessing Game
* [Guess My Rank](https://guessmyrank.com/) - Guess Player Game Ranks * [Guess My Rank](https://guessmyrank.com/) - Guess Player Game Ranks
* [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game * [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game
@ -877,7 +887,7 @@ from tabletop tools:
* [English Sandwich](https://englishsandwich.github.io/) - Guess Where Dishes are From * [English Sandwich](https://englishsandwich.github.io/) - Guess Where Dishes are From
* [Guess The Price](https://guesstheprice.net/) - Price Guessing Game * [Guess The Price](https://guesstheprice.net/) - Price Guessing Game
* [Apparle](https://www.apparle.com/) - Apparel Price Guessing Game * [Apparle](https://www.apparle.com/) - Apparel Price Guessing Game
* [Metazooa](https://metazooa.com/) - Animal Guessing Game * [WildGuesser](https://wildguesser.com/) or [Metazooa](https://metazooa.com/) - Animal Guessing Games
* [Pufferdle](https://pufferdle.com/) - Fish Guessing Game * [Pufferdle](https://pufferdle.com/) - Fish Guessing Game
* [ChessGuessr](https://www.chessguessr.com/) - Chess Style Guessing Game * [ChessGuessr](https://www.chessguessr.com/) - Chess Style Guessing Game
* [Huedle](https://huedle.com/), [Color Rush](https://www.colorrush.io/), [WhatTheHex](https://yizzle.com/whatthehex/) or [Hexcodle](https://www.hexcodle.com/) - Hex Code Guessing Games * [Huedle](https://huedle.com/), [Color Rush](https://www.colorrush.io/), [WhatTheHex](https://yizzle.com/whatthehex/) or [Hexcodle](https://www.hexcodle.com/) - Hex Code Guessing Games
@ -895,7 +905,7 @@ from tabletop tools:
## ▷ GeoGuessr Games ## ▷ GeoGuessr Games
* ⭐ **[Plonk It](https://www.plonkit.net/)** / [Discord](https://discord.gg/plonk-it-854419081813164042), **[Regionguessing](https://docs.google.com/spreadsheets/d/1UNvkoY-LaktF75nU_cP7-wVRAEvH3fSqVZet20HqxXA)**, [GeoTips](https://geotips.net/) / [Discord](https://discord.gg/svhWzU7FMa), [GeoHints](https://geohints.com/) / [Discord](https://discord.gg/bCZ8Bg2vUd) or [Top Tricks](https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/) - GeoGuessr Guides / Tips * ⭐ **[Plonk It](https://www.plonkit.net/)** / [Discord](https://discord.gg/plonk-it-854419081813164042), **[Regionguessing](https://docs.google.com/spreadsheets/d/1UNvkoY-LaktF75nU_cP7-wVRAEvH3fSqVZet20HqxXA)**, [GeoTips](https://geotips.net/) / [Discord](https://discord.gg/svhWzU7FMa), [GeoHints](https://geohints.com/) / [Discord](https://discord.gg/bCZ8Bg2vUd), [GeoMetas](https://www.geometas.com/), [GeoPrep](https://geoprep.fun/) or [Top Tricks](https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/) - GeoGuessr Guides / Tips
* ⭐ **[Geotastic](https://geotastic.net/)** - Multiplayer GeoGuessr / Account Required * ⭐ **[Geotastic](https://geotastic.net/)** - Multiplayer GeoGuessr / Account Required
* ⭐ **[Globle](https://globle-game.com/)** - Country Hot-or-Cold Guessing Game * ⭐ **[Globle](https://globle-game.com/)** - Country Hot-or-Cold Guessing Game
* [LearnableMeta](https://learnablemeta.com/) - Geoguessr Practice Maps & Hints / [Discord](https://discord.gg/AcXEWznYZe) * [LearnableMeta](https://learnablemeta.com/) - Geoguessr Practice Maps & Hints / [Discord](https://discord.gg/AcXEWznYZe)

View file

@ -19,19 +19,15 @@
## ▷ Editing Software ## ▷ Editing Software
* ⭐ **[Adobe Quickguide](https://rentry.co/FMHYBase64#adobe-guide)**, **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) or [GenP](https://rentry.co/FMHYBase64#genp) - Adobe Software Archive / Use VPN / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus) * ⭐ **[Adobe Quick Guide](https://rentry.co/FMHYBase64#adobe-guide)**, **[m0nkrus](https://w16.monkrus.ws/)** / [2](https://vk.com/monkrus) or [GenP](https://rentry.co/FMHYBase64#genp) - Adobe Software Archive / Windows, Mac / Use VPN / [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/)** / [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/)
* ⭐ **GIMP Tools** - [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Text Effects](https://github.com/LinuxBeaver?tab=repositories) * ⭐ **[Pinta Project](https://www.pinta-project.com/)** / Windows, Mac, Linux / [Github](https://github.com/PintaProject/Pinta)
* ⭐ **[Pinta Project](https://www.pinta-project.com/)** * ⭐ **[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)** / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) * [darktable](https://www.darktable.org/) - Virtual Lighttable & Darkroom / Windows, Mac, Linux / [Github](https://github.com/darktable-org/darktable)
* [darktable](https://www.darktable.org/) - Virtual Lighttable & Darkroom * [RawTherapee](https://www.rawtherapee.com/) - Raw Image Editor / Windows, Mac, Linux / [Github](https://github.com/RawTherapee/RawTherapee)
* [RawTherapee](https://www.rawtherapee.com/) - Raw Image Editor * [PhotoDemon](https://photodemon.org/) / Windows / [Github](https://github.com/tannerhelland/PhotoDemon)
* [StitchTool](https://www.jdeploy.com/~stitchtool) - Image Stitcher, Splitter, Upscaler & more * [Paint.net](https://www.getpaint.net/index.html) / Windows / [Github](https://github.com/paintdotnet)
* [PhotoDemon](https://photodemon.org/) * [Gimel Studio](https://gimelstudio.com/) / Windows / [Github](https://github.com/GimelStudio/GimelStudio)
* [Paint.net](https://www.getpaint.net/index.html)
* [PhotoFiltre](https://www.photofiltre-studio.com/)
* [Gimel Studio](https://gimelstudio.com/)
* [Luna Paint](https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint) - VS Code Extension
*** ***
@ -45,16 +41,11 @@
* [iPiccy](https://ipiccy.com/) - Photoshop Alt * [iPiccy](https://ipiccy.com/) - Photoshop Alt
* [Stet](https://stet.io/) - Photoshop Alt * [Stet](https://stet.io/) - Photoshop Alt
* [Resize Pixel](https://www.resizepixel.com/) - Multi-Tool * [Resize Pixel](https://www.resizepixel.com/) - Multi-Tool
* [ImageOnline](https://imageonline.co/) - Multi-Tool
* [GifGit](https://www.gifgit.com/) - Multi-Tool
* [Tom's Editor](https://tomseditor.com/editor/) - Multi-Tool * [Tom's Editor](https://tomseditor.com/editor/) - Multi-Tool
* [Peko-Step](https://www.peko-step.com/en/tool/imageeditor.html) - Multi-Tool
* [photo.codes/](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes * [photo.codes/](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes
* [Photomate](https://photomate.dev/) - Simple Editor * [Photomate](https://photomate.dev/) - Simple Editor
* [MiNi Photo Editor](https://mini2-photo-editor.netlify.app/) - Simple Editor / [GitHub](https://github.com/xdadda/mini-photo-editor) * [MiNi Photo Editor](https://mini2-photo-editor.netlify.app/) - Simple Editor / [GitHub](https://github.com/xdadda/mini-photo-editor)
* [BeFunky](https://www.befunky.com/) - Simple Editor * [Polotno Studio](https://studio.polotno.com/) - Simple Editor / [Github](https://github.com/polotno-project/polotno-studio)
* [Polotno Studio](https://studio.polotno.com/) - Simple Editor
* [OIE](https://www.online-image-editor.com/) - Simple Editor
* [ILoveImg](https://www.iloveimg.com/photo-editor) - Simple Editor * [ILoveImg](https://www.iloveimg.com/photo-editor) - Simple Editor
* [UpperPix](https://upperpix.com/) - Simple Editor * [UpperPix](https://upperpix.com/) - Simple Editor
* [Online Photo Editor](https://www.freeonlinephotoeditor.com/) - Simple Editor * [Online Photo Editor](https://www.freeonlinephotoeditor.com/) - Simple Editor
@ -62,10 +53,7 @@
* [webp2jpg](https://renzhezhilu.github.io/webp2jpg-online/) - Simple Editor * [webp2jpg](https://renzhezhilu.github.io/webp2jpg-online/) - Simple Editor
* [edit.photo](https://edit.photo/) - Simple Editor * [edit.photo](https://edit.photo/) - Simple Editor
* [Image Resizer](https://photo.valueweb.gr/) - Simple Editor * [Image Resizer](https://photo.valueweb.gr/) - Simple Editor
* [PicSynth](https://www.picsynth.me/) - Multi-Tool
* [Ribbet](https://ribbet.ai/) - Multi-Tool
* [RedKetchup](https://redketchup.io/) - Multi-Tool * [RedKetchup](https://redketchup.io/) - Multi-Tool
* [Img2Go](https://www.img2go.com/) - Multi-Tool
* [fffuel](https://fffuel.co/) - Multi-Tool * [fffuel](https://fffuel.co/) - Multi-Tool
* [Mara](https://mara.photos/) - Multi-Tool * [Mara](https://mara.photos/) - Multi-Tool
@ -175,9 +163,9 @@
* [tldraw](https://www.tldraw.com/) - Drawing / Sketching * [tldraw](https://www.tldraw.com/) - Drawing / Sketching
* [Ok! So](https://okso.app/) - Drawing / Sketching * [Ok! So](https://okso.app/) - Drawing / Sketching
* [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching * [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching
* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Mobile Only * [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Android, iOS
* [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS Only * [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS
* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows / iOS * [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows, iOS
* [Concepts](https://concepts.app/) - Drawing / Sketching * [Concepts](https://concepts.app/) - Drawing / Sketching
* [Magma](https://magma.com/), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing * [Magma](https://magma.com/), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing
* [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher * [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher
@ -192,7 +180,7 @@
* [Tiny Sketchbook](https://www.tinysketchbook.com/) - Create and Share Doodle Art * [Tiny Sketchbook](https://www.tinysketchbook.com/) - Create and Share Doodle Art
* [ScribbleDiffusion](https://scribblediffusion.com/) - Turn Doodles into Artwork * [ScribbleDiffusion](https://scribblediffusion.com/) - Turn Doodles into Artwork
* [MonsterMash](https://monstermash.zone/) - Sketch-Based Modeling & Animation Tool * [MonsterMash](https://monstermash.zone/) - Sketch-Based Modeling & Animation Tool
* [Animated Drawings](https://sketch.metademolab.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home), [MotorPen](https://motorpen.com/) or [Scratch](https://scratch.mit.edu/) - Animate Drawings * [Animated Drawings](https://sketch.metademolab.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home), [MotorPen](https://motorpen.com/) - Animate Drawings
*** ***
@ -310,6 +298,7 @@
* [pfps.gg](https://pfps.gg/) - Profile Picture Index * [pfps.gg](https://pfps.gg/) - Profile Picture Index
* [Innocenzi](https://avatar.innocenzi.dev/) - Round Avatar Creator * [Innocenzi](https://avatar.innocenzi.dev/) - Round Avatar Creator
* [RealFaviconGenerator](https://realfavicongenerator.net/) - Favicon Generator * [RealFaviconGenerator](https://realfavicongenerator.net/) - Favicon Generator
* [Formia](https://www.formia.so/) - 2D to 3D Icon Converter
*** ***
@ -438,15 +427,15 @@
## ▷ Stock Images ## ▷ Stock Images
* **Note** - Royalty-free implies images free for personal or commercial use with some usage restrictions (see sites TOS). CC0 stands for Creative Commons Zero and means images are public domain. Sites not tagged have licensing that varies. * **Note** - Royalty-free implies images free for personal or commercial use with some usage restrictions (see site's TOS). CC0 stands for Creative Commons Zero and means images are public domain. Sites not tagged have licensing that varies.
*** ***
* 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#photography)** - Stock Photo Index * 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#photography)** - Stock Photo Index
* ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)**, **[Downloader.la](https://downloader.la/)** or [istock](https://istock.7xm.xyz/) - Paid Stock Photo Downloaders * ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)**, **[Downloader.la](https://downloader.la/)** or [istock](https://istock.7xm.xyz/) - Paid Stock Photo Downloaders
* ⭐ **[EveryPixel](https://www.everypixel.com/)**, [O-DAN](https://o-dan.net/en/) or [LibreStock](https://librestock.com/) - Stock Photo Search Engines * ⭐ **[EveryPixel](https://www.everypixel.com/)**, [O-DAN](https://o-dan.net/en/) or [LibreStock](https://librestock.com/) - Stock Photo Search Engines
* [Adobe Stock](https://stock.adobe.com/free) - Stock Photos / Royalty-Free
* [Unsplash](https://unsplash.com/) - Stock Photos / Royalty-Free * [Unsplash](https://unsplash.com/) - Stock Photos / Royalty-Free
* [Adobe Stock](https://stock.adobe.com/free) - Stock Photos / Royalty-Free
* [Pixnio](https://pixnio.com/) - Stock Photos / Royalty-Free * [Pixnio](https://pixnio.com/) - Stock Photos / Royalty-Free
* [Pikwizard](https://pikwizard.com/) - Stock Photos / Royalty-Free * [Pikwizard](https://pikwizard.com/) - Stock Photos / Royalty-Free
* [diverseui](https://diverseui.com/) - Human Face Photos / Royalty-Free * [diverseui](https://diverseui.com/) - Human Face Photos / Royalty-Free
@ -492,6 +481,7 @@
* [Artfol](https://www.artfol.co/) - User-Made Art / Fanart * [Artfol](https://www.artfol.co/) - User-Made Art / Fanart
* [Cara](https://cara.app/) - User-Made Art / Fanart * [Cara](https://cara.app/) - User-Made Art / Fanart
* [InkBlot](https://inkblot.art/) - User-Made Art / Fanart * [InkBlot](https://inkblot.art/) - User-Made Art / Fanart
* [Zerochan](https://www.zerochan.net/) - Japanese Fanart / [Discord](https://discord.gg/HkGgX6Qs3N)
* [Safebooru](https://safebooru.org/) or [TBIB](https://tbib.org/) - Image Boorus * [Safebooru](https://safebooru.org/) or [TBIB](https://tbib.org/) - Image Boorus
* [icons8](https://icons8.com/illustrations), [LostGeometry](https://lostgeometry.craftwork.design/), [3D Illustrations](https://3d.khagwal.com/) or [NS-illustration-pack](https://github.com/nsobolewart/NS-illustration-pack) - 3D Illustrations * [icons8](https://icons8.com/illustrations), [LostGeometry](https://lostgeometry.craftwork.design/), [3D Illustrations](https://3d.khagwal.com/) or [NS-illustration-pack](https://github.com/nsobolewart/NS-illustration-pack) - 3D Illustrations
* [StorySet](https://storyset.com/), [unDraw](https://undraw.co/illustrations), [blush](https://blush.design/) or [Humaaans](https://www.humaaans.com/) - Customizable Illustrations * [StorySet](https://storyset.com/), [unDraw](https://undraw.co/illustrations), [blush](https://blush.design/) or [Humaaans](https://www.humaaans.com/) - Customizable Illustrations
@ -720,6 +710,7 @@
* ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)** * ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)**
* ⭐ **[Digikam](https://www.digikam.org/)** * ⭐ **[Digikam](https://www.digikam.org/)**
* ⭐ **[ImageGlass](https://github.com/d2phap/ImageGlass)** * ⭐ **[ImageGlass](https://github.com/d2phap/ImageGlass)**
* [Imagine](https://www.nyam.pe.kr/dev/imagine/)
* [nomacs](https://nomacs.org/) / [GitHub](https://github.com/nomacs/nomacs) * [nomacs](https://nomacs.org/) / [GitHub](https://github.com/nomacs/nomacs)
* [qimgv](https://github.com/easymodo/qimgv) * [qimgv](https://github.com/easymodo/qimgv)
* [oculante](https://github.com/woelper/oculante) * [oculante](https://github.com/woelper/oculante)
@ -761,7 +752,7 @@
* [Photofield](https://github.com/SmilyOrg/photofield) * [Photofield](https://github.com/SmilyOrg/photofield)
* [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos * [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos
* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper) * [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper)
* [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Unlimited Google Photos Storage Guide / Windows * [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Guide for Unlimited Google Photos Storage on Windows
* [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos * [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos
*** ***
@ -882,4 +873,4 @@
*** ***
## ▷ [Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_camera_.2F_Image_tools) ## ▷ [Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_camera_tools)

View file

@ -9,7 +9,7 @@
* ↪️ **[Web Privacy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_web_privacy)** * ↪️ **[Web Privacy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_web_privacy)**
* [WebCatalog](https://webcatalog.io/) or [Pake](https://github.com/tw93/Pake) - Turn Webpages into Desktop Apps * [WebCatalog](https://webcatalog.io/) or [Pake](https://github.com/tw93/Pake) - Turn Webpages into Desktop Apps
* [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services * [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services
* [Namechk](https://namechk.com/), [NameCheckr](https://www.namecheckr.com/) or [IUS](https://instantusername.com/) - Check Username Availability * [Namechk](https://namechk.com/) or [IUS](https://instantusername.com/) - Check Username Availability
* [UsernameGenerator](https://usernamegenerator.com/) - Username Generator * [UsernameGenerator](https://usernamegenerator.com/) - Username Generator
* [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass "403 Forbidden" Errors * [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass "403 Forbidden" Errors
@ -63,7 +63,6 @@
* ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted * ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools * [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
* [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tools * [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tools
* [Smry.ai](https://www.smry.ai/) - Article Paywall Bypass
* [Bypass paywalls for scientific documents](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls * [Bypass paywalls for scientific documents](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls
* [unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls * [unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls
* [Open Access Button](https://openaccessbutton.org/) - Bypass Research Article Paywalls * [Open Access Button](https://openaccessbutton.org/) - Bypass Research Article Paywalls
@ -104,11 +103,11 @@
## ▷ Chat Tools ## ▷ Chat Tools
* 🌐 **[Digital Communications Protocols](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)** or [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm) - Chat Service / Protocol Comparisons * ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
* ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)** * ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)**
* ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#teamspeak-warning) - Voice Chat * ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#teamspeak-warning) - Voice Chat
* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [LittlePlanets](https://littleplanets.us/), [Convene](https://letsconvene.im/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Stinto](https://stinto.chat/en), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / No Account Required Chats * ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [LittlePlanets](https://littleplanets.us/), [Convene](https://letsconvene.im/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Stinto](https://stinto.chat/en), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / No Account Required Chats
* ⭐ **[Gajim](https://gajim.org/)**, [Profanity](https://profanity-im.github.io/) / [GitHub](https://github.com/profanity-im/profanity) or [xabber](https://www.xabber.com/) - XMPP Clients / [Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers) * ⭐ **[Gajim](https://gajim.org/)**, [CoyIM](https://coy.im/), [Profanity](https://profanity-im.github.io/) / [GitHub](https://github.com/profanity-im/profanity) or [xabber](https://www.xabber.com/) - XMPP Clients / [Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)
* [Pidgin](https://www.pidgin.im/) / [GitHub](https://keep.imfreedom.org/pidgin/pidgin/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chat Services * [Pidgin](https://www.pidgin.im/) / [GitHub](https://keep.imfreedom.org/pidgin/pidgin/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chat Services
* [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps * [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps
* [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - Chat Apps * [Miranda NG](https://www.miranda-ng.org/en/), [Escargot](https://escargot.chat/) or [WeeChat](https://weechat.org/) - Chat Apps
@ -125,6 +124,7 @@
* [Briefing](https://brie.fi/ng) - Video Chat * [Briefing](https://brie.fi/ng) - Video Chat
* [Talky](https://talky.io/) - Video Chat * [Talky](https://talky.io/) - Video Chat
* [GoTeam](https://goteam.video/) - Video Chat * [GoTeam](https://goteam.video/) - Video Chat
* [Linkello](https://call.linkello.com/) - Video Chat
* [Chat Analytics](https://github.com/mlomb/chat-analytics) - Generate Chat Analytics * [Chat Analytics](https://github.com/mlomb/chat-analytics) - Generate Chat Analytics
*** ***
@ -234,8 +234,8 @@
* [The Search Engine Map](https://www.searchenginemap.com/) - View Search Engine Connections * [The Search Engine Map](https://www.searchenginemap.com/) - View Search Engine Connections
* [Marginalia Search](https://marginalia-search.com/) - Text-Based Search Engine / [GitHub](https://github.com/MarginaliaSearch/MarginaliaSearch) * [Marginalia Search](https://marginalia-search.com/) - Text-Based Search Engine / [GitHub](https://github.com/MarginaliaSearch/MarginaliaSearch)
* [TheOldNet](https://theoldnet.com/) or [OldVista](https://www.oldavista.com/) - Oldschool / Retro Site Search Engines * [TheOldNet](https://theoldnet.com/) or [OldVista](https://www.oldavista.com/) - Oldschool / Retro Site Search Engines
* [OceanHero](https://oceanhero.today/) - Save the Ocean via Search * [OceanHero](https://oceanhero.today/) or [ekoru](https://ekoru.org/) - Ocean Protection Search Engines
* [Ecosia](https://www.ecosia.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ecosia-the-green-search/) / [Chrome](https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk) * [Ecosia](https://www.ecosia.org/) - Plant Trees via Search / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ecosia-the-green-search/) / [Chrome](https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk)
* [Mullvad Leta](https://leta.mullvad.net/) * [Mullvad Leta](https://leta.mullvad.net/)
* [Presearch](https://presearch.com/) / [GitHub](https://github.com/presearchofficial) * [Presearch](https://presearch.com/) / [GitHub](https://github.com/presearchofficial)
* [Bing](https://www.bing.com/) * [Bing](https://www.bing.com/)
@ -340,6 +340,7 @@
* [Yuumari](https://yuumari.com/bypass/) - Convert Shortened Links / [Script](https://yuumari.com/m-links/#js-code) * [Yuumari](https://yuumari.com/bypass/) - Convert Shortened Links / [Script](https://yuumari.com/m-links/#js-code)
* [UploadHEaven](https://greasyfork.org/en/scripts/442019) - Bypass Uploadhaven Time Restriction * [UploadHEaven](https://greasyfork.org/en/scripts/442019) - Bypass Uploadhaven Time Restriction
* [Bypass FileCrypt](https://greasyfork.org/en/scripts/403170) - FileCrypt Bypass * [Bypass FileCrypt](https://greasyfork.org/en/scripts/403170) - FileCrypt Bypass
* [Bypass FREEdlink](https://greasyfork.org/en/scripts/522735) - Bypass FREEdlink "frdl" Timers / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#bypass-freedlink)
*** ***
@ -474,6 +475,7 @@
* [TempMailHub](https://tempmailhub.org/) - Gmail / 15 Mins / 1 Domain / Public Shared Addresses * [TempMailHub](https://tempmailhub.org/) - Gmail / 15 Mins / 1 Domain / Public Shared Addresses
* [Guerrilla Mail](https://www.guerrillamail.com/) - Forever / 1 Hour / 11 Domains / [SharkLasers](https://www.sharklasers.com/) * [Guerrilla Mail](https://www.guerrillamail.com/) - Forever / 1 Hour / 11 Domains / [SharkLasers](https://www.sharklasers.com/)
* [Bloody Vikings!](https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/) - Temp Email Extension * [Bloody Vikings!](https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/) - Temp Email Extension
* [TotallyLegit](https://totallylegit.edu.pl/) or [Temp.edu](https://tempmail.edu.kg/en/) - Temp .edu Address'
* [Tmail.io](https://tmail.io/) - Gmail / Forever / 1 Day / 4 Domains * [Tmail.io](https://tmail.io/) - Gmail / Forever / 1 Day / 4 Domains
* [22.Do](https://22.do/) - Gmail / 1 Day / 1 Day / 3 Domains * [22.Do](https://22.do/) - Gmail / 1 Day / 1 Day / 3 Domains
* [Vortex Email](https://vortex.skyfall.dev/) - Forever / 9 Domains / [GitHub](https://github.com/SkyfallWasTaken/vortex.email) * [Vortex Email](https://vortex.skyfall.dev/) - Forever / 9 Domains / [GitHub](https://github.com/SkyfallWasTaken/vortex.email)
@ -574,7 +576,6 @@
* ↪️ **[Android Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)** * ↪️ **[Android Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)**
* ⭐ **[BrowserBench](https://browserbench.org/)** or [WPT](https://wpt.fyi) - Browser Benchmark Tests * ⭐ **[BrowserBench](https://browserbench.org/)** or [WPT](https://wpt.fyi) - Browser Benchmark Tests
* [VsyncTester](https://vsynctester.com/) - Browser VSYNC Test / Firefox Broken * [VsyncTester](https://vsynctester.com/) - Browser VSYNC Test / Firefox Broken
* [Browserling](https://www.browserling.com/) - Browser Emulators
* [Gemini Portal](https://geminiprotocol.net/), [2](https://yesterweb.org/gemini) - Gemini to https Web Proxy Service * [Gemini Portal](https://geminiprotocol.net/), [2](https://yesterweb.org/gemini) - Gemini to https Web Proxy Service
* [Rambox](https://rambox.app/), [Kera](https://desktop.kerahq.com/) or [Tangram](https://github.com/sonnyp/Tangram) - Web App Browsers * [Rambox](https://rambox.app/), [Kera](https://desktop.kerahq.com/) or [Tangram](https://github.com/sonnyp/Tangram) - Web App Browsers
* [ThemeBeta](https://www.themebeta.com/) - Change Chrome Theme * [ThemeBeta](https://www.themebeta.com/) - Change Chrome Theme
@ -633,7 +634,6 @@
* [User Agent Switcher](https://webextension.org/listing/useragent-switcher.html) - Switch Your User-Agent * [User Agent Switcher](https://webextension.org/listing/useragent-switcher.html) - Switch Your User-Agent
* [Snooze Tabs](https://github.com/bwinton/SnoozeTabs) - Temporarily Snooze Tabs * [Snooze Tabs](https://github.com/bwinton/SnoozeTabs) - Temporarily Snooze Tabs
* [AutoRefresh](https://autorefresh.io/) or [Tab Auto Refresh](https://mybrowseraddon.com/tab-auto-refresh.html) - Refresh Tabs * [AutoRefresh](https://autorefresh.io/) or [Tab Auto Refresh](https://mybrowseraddon.com/tab-auto-refresh.html) - Refresh Tabs
* [Tab for a Cause](https://tab.gladly.io/) - New Tabs = Charity Donation
* [Dictionaries](https://github.com/pnlpal/dictionariez) or [Definer](https://lumetrium.com/definer/) - Popup Dictionaries * [Dictionaries](https://github.com/pnlpal/dictionariez) or [Definer](https://lumetrium.com/definer/) - Popup Dictionaries
* [CustomRightClickMenu](https://github.com/SanderRonde/CustomRightClickMenu) - Custom Right Click Menu * [CustomRightClickMenu](https://github.com/SanderRonde/CustomRightClickMenu) - Custom Right Click Menu
* [BigSearch](https://github.com/garywill/BigSearch) or [SearchJumper](https://hoothin.github.io/SearchJumper/) - Context Search * [BigSearch](https://github.com/garywill/BigSearch) or [SearchJumper](https://hoothin.github.io/SearchJumper/) - Context Search
@ -773,8 +773,6 @@
* ⭐ **Greasy Fork Tools** - [Enhancements](https://greasyfork.org/en/scripts/473830) / [Helper](https://greasyfork.org/en/scripts/393396) / [Tweaks](https://greasyfork.org/en/scripts/368183) / [Cleanup Script](https://greasyfork.org/en/scripts/12179) / [Themes](https://greasyfork.org/en/scripts/4336) * ⭐ **Greasy Fork Tools** - [Enhancements](https://greasyfork.org/en/scripts/473830) / [Helper](https://greasyfork.org/en/scripts/393396) / [Tweaks](https://greasyfork.org/en/scripts/368183) / [Cleanup Script](https://greasyfork.org/en/scripts/12179) / [Themes](https://greasyfork.org/en/scripts/4336)
* ⭐ **[Picviewer CE+](https://greasyfork.org/en/scripts/24204)** - Image Viewing Tool * ⭐ **[Picviewer CE+](https://greasyfork.org/en/scripts/24204)** - Image Viewing Tool
* [Userscript-Plus](https://github.com/magicoflolis/Userscript-Plus) - Discover Userscripts for Current Webpage * [Userscript-Plus](https://github.com/magicoflolis/Userscript-Plus) - Discover Userscripts for Current Webpage
* [Remove Web Limits](https://greasyfork.org/en/scripts/28497) / [Mod](https://greasyfork.org/en/scripts/386908) - Force Enable Right Click
* [Select text inside a link like Opera](https://greasyfork.org/en/scripts/789-select-text-inside-a-link-like-opera) - Select Text Inside Links
* [Select All Checkboxes](https://greasyfork.org/en/scripts/22587) - Auto Check All Boxes * [Select All Checkboxes](https://greasyfork.org/en/scripts/22587) - Auto Check All Boxes
* [Always Remember Me](https://openuserjs.org/scripts/Patabugen/Always_Remember_Me) - Always Tick "Remember Me" * [Always Remember Me](https://openuserjs.org/scripts/Patabugen/Always_Remember_Me) - Always Tick "Remember Me"
* [Google Hit Hider](https://greasyfork.org/en/scripts/1682) - Hide Sites in Search Results * [Google Hit Hider](https://greasyfork.org/en/scripts/1682) - Hide Sites in Search Results
@ -807,9 +805,9 @@
## ▷ Web Archiving Tools ## ▷ Web Archiving Tools
* 🌐 **[Awesome Web Archiving](https://github.com/iipc/awesome-web-archiving)** - Web Archiving Tools * 🌐 **[Awesome Web Archiving](https://github.com/iipc/awesome-web-archiving)** - Web Archiving Tools
* 🌐 **[Data Hoarding](https://datahoarding.org/resources.htm)** - Data Hoarding Resources * 🌐 **[Data Hoarding](https://datahoarding.org/resources.html)** - Data Hoarding Resources
* 🌐 **[Webrecorder](https://webrecorder.net/)** - Open-Source Archiving Tools * 🌐 **[Webrecorder](https://webrecorder.net/)** - Open-Source Archiving Tools
* ↪️ **[Twitter Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitter_archiving)** * ↪️ **[Twitter Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_twitter.2Fx_archiving)**
* ↪️ **[YouTube Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_youtube_archiving)** * ↪️ **[YouTube Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_youtube_archiving)**
* ⭐ **[ArchiveBox](https://archivebox.io)** - Self-Hosted Web Archiving / [GitHub](https://github.com/archivebox/archivebox) * ⭐ **[ArchiveBox](https://archivebox.io)** - Self-Hosted Web Archiving / [GitHub](https://github.com/archivebox/archivebox)
* ⭐ **[MarkDownload](https://github.com/deathau/markdownload)** or [MarkdownDown](https://markdowndown.vercel.app/) - Download Web Pages as Markdown Files * ⭐ **[MarkDownload](https://github.com/deathau/markdownload)** or [MarkdownDown](https://markdowndown.vercel.app/) - Download Web Pages as Markdown Files
@ -860,7 +858,6 @@
* [Cyber Detective](https://cybdetective.com/) - Tools, Techniques, and Projects / [GitHub](https://github.com/cipher387) * [Cyber Detective](https://cybdetective.com/) - Tools, Techniques, and Projects / [GitHub](https://github.com/cipher387)
* [MetaOSINT](https://metaosint.github.io/) - OSINT Search Tool / [GitHub](https://github.com/MetaOSINT/MetaOSINT.github.io/) * [MetaOSINT](https://metaosint.github.io/) - OSINT Search Tool / [GitHub](https://github.com/MetaOSINT/MetaOSINT.github.io/)
* [Harpoon](https://github.com/Te-k/harpoon) - OSINT CLI Tool * [Harpoon](https://github.com/Te-k/harpoon) - OSINT CLI Tool
* [Project Owl](https://discord.com/invite/projectowl) - OSINT Community
* [OSINT Dojo](https://www.osintdojo.com/resources/) - OSINT Guides * [OSINT Dojo](https://www.osintdojo.com/resources/) - OSINT Guides
* [non-typical-OSINT-guide](https://github.com/OffcierCia/non-typical-OSINT-guide) - OSINT Guides * [non-typical-OSINT-guide](https://github.com/OffcierCia/non-typical-OSINT-guide) - OSINT Guides
* [What is OSINT?](https://www.recordedfuture.com/blog/open-source-intelligence-definition) - Article * [What is OSINT?](https://www.recordedfuture.com/blog/open-source-intelligence-definition) - Article

View file

@ -68,6 +68,7 @@
* [LinuxTracker](https://linuxtracker.org/) * [LinuxTracker](https://linuxtracker.org/)
* [OpenSourceFeed](https://www.opensourcefeed.org/) * [OpenSourceFeed](https://www.opensourcefeed.org/)
* [Pkgs](https://pkgs.org/) - Linux Packages / [Repology](https://repology.org/) * [Pkgs](https://pkgs.org/) - Linux Packages / [Repology](https://repology.org/)
* [Linux Comparisons](https://eylenburg.github.io/linux_comparison.htm)
*** ***
@ -480,7 +481,7 @@
# ► Ricing / Customization # ► Ricing / Customization
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-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
* ⭐ **[Elkowar's Wacky Widgets](https://elkowar.github.io/eww)** or **[Aylur's GTK Shell](https://github.com/Aylur/ags)** - Widgeting Systems * ⭐ **[Elkowar's Wacky Widgets](https://elkowar.github.io/eww)** or **[Aylur's GTK Shell](https://github.com/Aylur/ags)** - Widgeting Systems
* ⭐ **[/r/unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn) * ⭐ **[/r/unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn)
@ -488,7 +489,7 @@
## ▷ Desktop Environment ## ▷ Desktop Environment
* [Desktop Environment Comparison](https://eylenburg.github.io/linux_comparison.htm) * [Desktop Environment Comparison](https://eylenburg.github.io/de_comparison.htm)
* [Extension Manager](https://mattjakeman.com/apps/extension-manager) - GNOME Shell Extension Manager * [Extension Manager](https://mattjakeman.com/apps/extension-manager) - GNOME Shell Extension Manager
* [Material Shell](https://material-shell.com/) or [Forge](https://github.com/forge-ext/forge) - GNOME Tiling Extension * [Material Shell](https://material-shell.com/) or [Forge](https://github.com/forge-ext/forge) - GNOME Tiling Extension
* [Pop!_OS Shell](https://github.com/pop-os/shell) - Pop-Shell for GNOME * [Pop!_OS Shell](https://github.com/pop-os/shell) - Pop-Shell for GNOME
@ -500,6 +501,7 @@
## ▷ Window Managers ## ▷ Window Managers
* 🌐 **[Awesome Wayland](https://github.com/rcalixte/awesome-wayland)** - Wayland Resources
* 🌐 **[Window Manager Index](https://wiki.archlinux.org/title/Window_manager)** - List of Window Managers * 🌐 **[Window Manager Index](https://wiki.archlinux.org/title/Window_manager)** - List of Window Managers
* 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors * 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors
* 🌐 **[We Are Wayland Now](https://wearewaylandnow.com/)** - Wayland Ecosystem Components / [GitHub](https://github.com/gianklug/wearewaylandnow) * 🌐 **[We Are Wayland Now](https://wearewaylandnow.com/)** - Wayland Ecosystem Components / [GitHub](https://github.com/gianklug/wearewaylandnow)
@ -532,6 +534,7 @@
* [Fondo](https://github.com/calo001/fondo), [varietywalls](https://github.com/varietywalls/variety), [HydraPaper](https://hydrapaper.gabmus.org/), [styli.sh](https://github.com/thevinter/styli.sh) or [Komorebi](https://github.com/cheesecakeufo/komorebi) - Wallpaper Managers * [Fondo](https://github.com/calo001/fondo), [varietywalls](https://github.com/varietywalls/variety), [HydraPaper](https://hydrapaper.gabmus.org/), [styli.sh](https://github.com/thevinter/styli.sh) or [Komorebi](https://github.com/cheesecakeufo/komorebi) - Wallpaper Managers
* [Video Wallpaper](https://github.com/ghostlexly/gpu-video-wallpaper) or [Hidamari](https://github.com/jeffshee/hidamari) - Use Videos as Animated Wallpapers * [Video Wallpaper](https://github.com/ghostlexly/gpu-video-wallpaper) or [Hidamari](https://github.com/jeffshee/hidamari) - Use Videos as Animated Wallpapers
* [wallpaper-engine-kde-plugin](https://github.com/catsout/wallpaper-engine-kde-plugin) - Wallpaper Engine KDE Plugin * [wallpaper-engine-kde-plugin](https://github.com/catsout/wallpaper-engine-kde-plugin) - Wallpaper Engine KDE Plugin
* [tint](https://github.com/ashish0kumar/tint) - Convert Wallpapers to Match Color Scheme / [GUI](https://github.com/lighttigerXIV/catppuccinifier)
* [Polychromatic](https://polychromatic.app/) or [OpenRazer](https://openrazer.github.io/) - Linux System Light Control * [Polychromatic](https://polychromatic.app/) or [OpenRazer](https://openrazer.github.io/) - Linux System Light Control
* [Burn My Windows](https://github.com/Schneegans/Burn-My-Windows) - Window Closing Effects * [Burn My Windows](https://github.com/Schneegans/Burn-My-Windows) - Window Closing Effects
* [theme.sh](https://github.com/lemnos/theme.sh), [NotCurses](https://github.com/dankamongmen/notcurses) / [Wiki](https://nick-black.com/dankwiki/index.php/Notcurses) or [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) / [2](https://github.com/stark/Color-Scripts) - Custom Terminal Themes * [theme.sh](https://github.com/lemnos/theme.sh), [NotCurses](https://github.com/dankamongmen/notcurses) / [Wiki](https://nick-black.com/dankwiki/index.php/Notcurses) or [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) / [2](https://github.com/stark/Color-Scripts) - Custom Terminal Themes
@ -575,7 +578,7 @@
* [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/) * [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/)
* [Taskpaper](https://www.taskpaper.com/) - To-Do Apps * [Taskpaper](https://www.taskpaper.com/) - To-Do Apps
* [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager * [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager
* [Microsoft Office](https://rentry.co/FMHYBase64#macos-office) - Microsoft Offic for macOS * [Microsoft Office](https://rentry.co/FMHYBase64#macos-office) - Microsoft Office for macOS
* [Hammerspoon](https://www.hammerspoon.org/) or [Bunch](https://bunchapp.co/) - Desktop Automation * [Hammerspoon](https://www.hammerspoon.org/) or [Bunch](https://bunchapp.co/) - Desktop Automation
* [MacScripter](https://www.macscripter.net/) - Automation Forum * [MacScripter](https://www.macscripter.net/) - Automation Forum
* [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor * [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor
@ -714,7 +717,7 @@
* [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool * [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool
* [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel * [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel
* [MailTrackerBlocker](https://apparition47.github.io/MailTrackerBlocker/) - Privacy-Based Email Client * [MailTrackerBlocker](https://apparition47.github.io/MailTrackerBlocker/) - Privacy-Based Email Client
* [Damus](https://damus.io/) or [Status](https://status.app/) - Encrypted Messaging Client * [Status](https://status.app/) - Encrypted Messaging Client
*** ***
@ -740,7 +743,7 @@
* [Conky](https://conky.cc) / [Colors](https://github.com/helmuthdu/conky_colors), [eul](https://github.com/gao-sun/eul), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors * [Conky](https://conky.cc) / [Colors](https://github.com/helmuthdu/conky_colors), [eul](https://github.com/gao-sun/eul), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors
* [Hot](https://github.com/macmade/hot) - CPU Monitor * [Hot](https://github.com/macmade/hot) - CPU Monitor
* [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer * [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer
* [Pearcleaner](https://github.com/alienator88/Pearcleaner) - System Cleanup / Uninstallers * [Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - System Cleanup / Uninstallers / [GitHub](https://github.com/alienator88/Pearcleaner)
* [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller * [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller
* [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager * [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager
* [kbdlight](https://github.com/WhyNotHugo/kbdlight) - Change MacBook Keyboard Backlight Level * [kbdlight](https://github.com/WhyNotHugo/kbdlight) - Change MacBook Keyboard Backlight Level
@ -758,7 +761,7 @@
* [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller * [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller
* [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices * [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices
* [Touché](https://redsweater.com/touche/) - Touch Bar Simulator * [Touché](https://redsweater.com/touche/) - Touch Bar Simulator
* [Sentinel](https://github.com/alienator88/Sentinel) - SwiftUI Gatekeeper Config GUI / macOS Only * [Sentinel](https://github.com/alienator88/Sentinel) - SwiftUI Gatekeeper Config GUI
* [USBMap](https://github.com/corpnewt/USBMap) - Map macOS USB Ports * [USBMap](https://github.com/corpnewt/USBMap) - Map macOS USB Ports
* [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions * [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions
* [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock) * [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock)
@ -780,6 +783,7 @@
* [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper * [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper
* [100 macOS Screensavers](https://github.com/bjdehang/100-macos-screensavers) - Minimalist Screensavers * [100 macOS Screensavers](https://github.com/bjdehang/100-macos-screensavers) - Minimalist Screensavers
* [DarkModeBuddy](https://github.com/insidegui/DarkModeBuddy) or [ThemeKit](https://github.com/luckymarmot/ThemeKit) - System Dark Mode Apps * [DarkModeBuddy](https://github.com/insidegui/DarkModeBuddy) or [ThemeKit](https://github.com/luckymarmot/ThemeKit) - System Dark Mode Apps
* [Magic Trace](https://github.com/janestreet/magic-trace) - Diagnose Performance Issues using Intel Processor Trace
*** ***
@ -806,6 +810,7 @@
* 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games * 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games
* 🌐 **[Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd)** - BSD Resources * 🌐 **[Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd)** - BSD Resources
* 🌐 **[Hardware for BSD](https://bsd-hardware.info/)** - BSD Hardware Compatibility Database / [GitHub](https://github.com/bsdhw/) * 🌐 **[Hardware for BSD](https://bsd-hardware.info/)** - BSD Hardware Compatibility Database / [GitHub](https://github.com/bsdhw/)
* [UnitedBSD](https://www.unitedbsd.com/) - BSD Forum / Community
* [FreeBSD Wiki](https://wiki.freebsd.org/) - FreeBSD Wiki / Guides / [Docs](https://docs.freebsd.org/en/books/handbook/) * [FreeBSD Wiki](https://wiki.freebsd.org/) - FreeBSD Wiki / Guides / [Docs](https://docs.freebsd.org/en/books/handbook/)
* [Pkgs](https://pkgs.org/) - Unix Packages / [Repology](https://repology.org/) * [Pkgs](https://pkgs.org/) - Unix Packages / [Repology](https://repology.org/)
* [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game * [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game

View file

@ -40,7 +40,6 @@
## ▷ Site / Tool Indexes ## ▷ Site / Tool Indexes
* ⭐ **[Ripped](https://ripped.guide/)** - Piracy Index / [Discord](https://discord.ripped.guide/) * ⭐ **[Ripped](https://ripped.guide/)** - Piracy Index / [Discord](https://discord.ripped.guide/)
* ⭐ **[Awesome Piracy](https://shakil-shahadat.github.io/awesome-piracy/)** - Piracy Index / [GitHub](https://github.com/Shakil-Shahadat/awesome-piracy)
* ⭐ **[/r/PiratedGames Megathread](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy) * ⭐ **[/r/PiratedGames Megathread](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy)
* ⭐ **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)**, [2](https://csrin.org/) - Game Piracy Index * ⭐ **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)**, [2](https://csrin.org/) - Game Piracy Index
* ⭐ **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Index / [Discord](https://discord.gg/jz8dUnnD6Q) * ⭐ **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Index / [Discord](https://discord.gg/jz8dUnnD6Q)
@ -48,6 +47,7 @@
* ⭐ **[Wotaku](https://wotaku.wiki/)** - Otaku Index / [Discord](https://discord.gg/vShRGx8ZBC) * ⭐ **[Wotaku](https://wotaku.wiki/)** - Otaku Index / [Discord](https://discord.gg/vShRGx8ZBC)
* ⭐ **[EverythingMoe](https://everythingmoe.com/)**, [2](https://everythingmoe.org/) - Otaku Media Index * ⭐ **[EverythingMoe](https://everythingmoe.com/)**, [2](https://everythingmoe.org/) - Otaku Media Index
* [Delightful Creative Tools](https://codeberg.org/ADHDefy/delightful-creative-tools) - Media Creation Index * [Delightful Creative Tools](https://codeberg.org/ADHDefy/delightful-creative-tools) - Media Creation Index
* [Awesome Piracy](https://shakil-shahadat.github.io/awesome-piracy/) - Piracy Index / [GitHub](https://github.com/Shakil-Shahadat/awesome-piracy)
* [refdesk.com](https://www.refdesk.com/toc.html) - Fact-checking Index * [refdesk.com](https://www.refdesk.com/toc.html) - Fact-checking Index
* [Pixelated Pathways](https://courage-1984.github.io/pixelated-pathways/) / [Mirror](https://rentry.org/Pixelated_Pathways) - Site / Tool Index * [Pixelated Pathways](https://courage-1984.github.io/pixelated-pathways/) / [Mirror](https://rentry.org/Pixelated_Pathways) - Site / Tool Index
* [Size of Cat](https://sizeof.cat/links/) - Site / Tool Index * [Size of Cat](https://sizeof.cat/links/) - Site / Tool Index
@ -118,12 +118,14 @@
* ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search * ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search
* [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
* [Cheese.com](https://cheese.com/) - Cheese Resources * [Cook Well](https://www.cookwell.com/) - Cooking Lessons / Science
* [Crispy Creations](https://rentry.co/crispycreations) - Potato Chip Info / Guides
* [Parsnip](https://www.parsnip.ai/) - Cooking Lessons / Skill Tracking App * [Parsnip](https://www.parsnip.ai/) - Cooking Lessons / Skill Tracking App
* [/r/Cooking](https://reddit.com/r/Cooking) - Cooking Discussion / Tips * [/r/Cooking](https://reddit.com/r/Cooking) - Cooking Discussion / Tips
* [/r/AskCulinary](https://reddit.com/r/AskCulinary) - Get Cooking Advice * [/r/AskCulinary](https://reddit.com/r/AskCulinary) - Get Cooking Advice
* [Cheese.com](https://cheese.com/) - Cheese Resources
* [Crispy Creations](https://rentry.co/crispycreations) - Potato Chip Info / Guides
* [FermenThings](https://wiki.fermenthings.be/) - Fermentation Wiki * [FermenThings](https://wiki.fermenthings.be/) - Fermentation Wiki
* [SaltYourMeat](https://www.saltyourmeat.com/) - Dry Brining Calculator
* [HackTheMenu](https://hackthemenu.com/) - Fast Food Secret Menu Items * [HackTheMenu](https://hackthemenu.com/) - Fast Food Secret Menu Items
* [Too Good To Go](https://www.toogoodtogo.com/) - Surplus Food Marketplace * [Too Good To Go](https://www.toogoodtogo.com/) - Surplus Food Marketplace
@ -137,10 +139,10 @@
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients * [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database * [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes * [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes
* [PunchFork](https://www.punchfork.com/) - Recipes * [Fit Men Cook](https://fitmencook.com/) or [PunchFork](https://www.punchfork.com/) - Recipes
* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search * [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki * [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
* [Epicurious](https://www.epicurious.com/) - Recipe Search * [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
* [based.cooking](https://based.cooking/) or [PublicDomainRecipes](https://publicdomainrecipes.com/) / [GitHub](https://github.com/ronaldl29/public-domain-recipes) - Recipe Search * [based.cooking](https://based.cooking/) or [PublicDomainRecipes](https://publicdomainrecipes.com/) / [GitHub](https://github.com/ronaldl29/public-domain-recipes) - Recipe Search
* [Recipe Search](https://recipe-search.typesense.org/) - Recipe Search * [Recipe Search](https://recipe-search.typesense.org/) - Recipe Search
* [Hari Recipes](https://hari.recipes/) - Recipe Search * [Hari Recipes](https://hari.recipes/) - Recipe Search
@ -297,18 +299,16 @@
## ▷ Navigation / Transport ## ▷ Navigation / Transport
* ⭐ **[Organic Maps](https://organicmaps.app/)**, **[OsmAnd](https://osmand.net/)** or [Magic Earth](https://www.magicearth.com/) - Mobile 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
* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Online 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) * ⭐ **[Comaps](https://www.comaps.app/)** or [Organic Maps](https://organicmaps.app/) - Offline Maps
* ⭐ **[Google Maps](https://www.google.com/maps/)** - Online Maps / [Themes for Web Developers](https://snazzymaps.com/) * ⭐ **[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
* [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
* [CubeTrek](https://cubetrek.com/) - GPS Track Manager * [CubeTrek](https://cubetrek.com/) - GPS Track Manager
* [Bing Maps](https://www.bing.com/maps) - Online Maps * [Wikiroutes](https://wikiroutes.info/) or [CityMapper](https://citymapper.com/) - Public Transport Maps
* [Apple Maps](https://beta.maps.apple.com/) - Online Maps * [AnyTrip](https://anytrip.com.au/) - Australia & New Zealand Public Transport Maps
* [Mapy](https://en.mapy.cz/) - Online Maps / [Mobile](https://en.mapy.cz/mobilepromo)
* [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor) - Traffic and Road Conditions Map
* [Wikiroutes](https://wikiroutes.info/) or [CityMapper](https://citymapper.com/) - Public Transport Routes
* [Mini Tokyo 3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [Mini Tokyo 3D](https://minitokyo3d.com/) - Tokyo Public Transport Map
* [rasp.yandex](https://rasp.yandex.ru/map/trains/) - Russia Public Transport * [rasp.yandex](https://rasp.yandex.ru/map/trains/) - Russia Public Transport Map
* [kakaomap](https://map.kakao.com/) - Map of South Korea * [kakaomap](https://map.kakao.com/) - Map of South Korea
*** ***
@ -319,7 +319,6 @@
* [trains.fyi](https://trains.fyi/) - Real-Time North America Train Tracker * [trains.fyi](https://trains.fyi/) - Real-Time North America Train Tracker
* [amtrak explorer](https://amtrakexplorer.com/) - North America Railway Map * [amtrak explorer](https://amtrakexplorer.com/) - North America Railway Map
* [Swiss Railways Network](https://maps.vasile.ch/transit-sbb/) - Switzerland Railway Map * [Swiss Railways Network](https://maps.vasile.ch/transit-sbb/) - Switzerland Railway Map
* [AnyTrip](https://anytrip.com.au/) - Australia & New Zealand Railway Maps
* [vr.fi](https://www.vr.fi/en/live-train-tracker-map) - Finland Train Tracker Map * [vr.fi](https://www.vr.fi/en/live-train-tracker-map) - Finland Train Tracker Map
* [IndianRailInfo](https://indiarailinfo.com/newatlas) - Indian Railways Map * [IndianRailInfo](https://indiarailinfo.com/newatlas) - Indian Railways Map
* [SignalBox](https://www.map.signalbox.io/) or [Live Tube Map](https://www.londonunderground.live/) - UK Live Train Maps * [SignalBox](https://www.map.signalbox.io/) or [Live Tube Map](https://www.londonunderground.live/) - UK Live Train Maps
@ -332,6 +331,7 @@
## ▷ Climate / Weather ## ▷ Climate / Weather
* ⭐ **[Windy](https://www.windy.com/)**, **[Ventusky](https://www.ventusky.com/)**, [Earth Observatory](https://earthobservatory.nasa.gov/global-maps), [Zoom Earth](https://zoom.earth/), [Weatherwise](https://web.weatherwise.app/), [Earth Now](https://climate.nasa.gov/earth-now/), [Earth](https://earth.nullschool.net/) or [satellite-map.gosur](https://satellite-map.gosur.com/) - General Weather / Climate Maps * ⭐ **[Windy](https://www.windy.com/)**, **[Ventusky](https://www.ventusky.com/)**, [Earth Observatory](https://earthobservatory.nasa.gov/global-maps), [Zoom Earth](https://zoom.earth/), [Weatherwise](https://web.weatherwise.app/), [Earth Now](https://climate.nasa.gov/earth-now/), [Earth](https://earth.nullschool.net/) or [satellite-map.gosur](https://satellite-map.gosur.com/) - General Weather / Climate Maps
* [CyclonicWx](https://cyclonicwx.com/) - Tropical Weather Tracking Tools / Plotting
* [Netweather](https://www.netweather.tv/charts-and-data/global-jetstream) - Global Jetstream Forcast Map * [Netweather](https://www.netweather.tv/charts-and-data/global-jetstream) - Global Jetstream Forcast Map
* [Cyclocane](https://www.cyclocane.com/) - Cyclone and Hurricane Tracker Map * [Cyclocane](https://www.cyclocane.com/) - Cyclone and Hurricane Tracker Map
* [tornado.live](https://tornado.live/) - Real-Time US Severe Weather Alerts Map * [tornado.live](https://tornado.live/) - Real-Time US Severe Weather Alerts Map
@ -481,23 +481,18 @@
## ▷ Aggregators ## ▷ Aggregators
* ⭐ **[BoringReport](https://www.boringreport.org/)**
* ⭐ **[Upstract](https://upstract.com/)** * ⭐ **[Upstract](https://upstract.com/)**
* ⭐ **[QotNews](https://news.t0.vc/)** - Hacker News / Reddit / Lobsters / Tildes * ⭐ **[QotNews](https://news.t0.vc/)** - Hacker News / Reddit / Lobsters / Tildes
* ⭐ **[Anime Blog Tracker](https://aniblogtracker.com/)** - Anime News Blogs
* [Mozberg](https://mozberg.com/) - News Search * [Mozberg](https://mozberg.com/) - News Search
* [NewsMinimalist](https://www.newsminimalist.com/) or [Brief](https://www.brief.news/) - AI News Aggregators * [NewsMinimalist](https://www.newsminimalist.com/) - AI News Aggregator
* [devo](https://github.com/karakanb/devo) - New Tab Page News Extension * [devo](https://github.com/karakanb/devo) - New Tab Page News Extension
* [Ground News](https://ground.news/), [AllSides](https://www.allsides.com/), [SPIDR](https://spidr.today/) or [LegibleNews](https://legiblenews.com/) - Political News / World Events * [Ground News](https://ground.news/), [AllSides](https://www.allsides.com/), [SPIDR](https://spidr.today/) - Political News / World Events
* [Fark](https://www.fark.com/) - User-Curated News
* [AlDaily](https://www.aldaily.com/) - Art / Philosophy / Literature News * [AlDaily](https://www.aldaily.com/) - Art / Philosophy / Literature News
* [Newsfeed](https://newsfeed.one/) - Google / Reddit / Crypto News
* [NewsNow](https://www.newsnow.co.uk/) * [NewsNow](https://www.newsnow.co.uk/)
* [SkimFeed](https://skimfeed.com/) * [SkimFeed](https://skimfeed.com/)
* [Google News](https://news.google.com/) / [HTML](http://68k.news/) * [Google News](https://news.google.com/) / [HTML](http://68k.news/)
* [Readspike](https://readspike.com/) * [Spike News](https://spike.news/), [2](https://readspike.com/)
* [sumi.news](https://sumi.news/) * [sumi.news](https://sumi.news/)
* [NewsCord](https://newscord.org/)
* [AllTop](https://alltop.com/) * [AllTop](https://alltop.com/)
*** ***
@ -505,8 +500,9 @@
## ▷ Tech News ## ▷ Tech News
* ↪️ **[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
* ⭐ **[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/)**, [hckrnws](https://www.hckrnws.com/), [HackerWeb](https://hackerwebapp.com/) or [Hacker Herald](https://hackerherald.com/) - Tech / Hacking News
* ⭐ **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/) / [Post Summary](https://hackernews.betacat.io/) / [Self-Host](https://www.hn.plus/) / [RSS](https://hnrss.github.io/) / [Webpage Comments](https://github.com/benwinding/newsit) * ⭐ **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
@ -590,7 +586,7 @@
* ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans * ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans
* ⭐ **[/r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Reddit 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/)** - Reddit 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://i.imgur.com/gEfyf0q.jpeg)**, [2](https://i.ibb.co/xCGRdM0/c3b977fa36fc.jpg) - Zoomable Exercise Diagram
* [Hevy](https://www.hevyapp.com/), [Boostcamp](https://www.boostcamp.app/), [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
@ -627,8 +623,8 @@
* [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website * [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website
* [Liquid Drink](https://play.google.com/store/apps/details?id=com.xpp.drink) - Liquid Intake Tracker * [Liquid Drink](https://play.google.com/store/apps/details?id=com.xpp.drink) - Liquid Intake Tracker
* [Daily Dozen](https://github.com/nutritionfactsorg/daily-dozen-android) - Daily Diet Recommendations / Android * [Daily Dozen](https://github.com/nutritionfactsorg/daily-dozen-android) - Daily Diet Recommendations / Android
* [EatThisMuch](https://www.eatthismuch.com/), [FitMenCook](https://fitmencook.com/) or [MealPrePro](https://mealpreppro.com/) - Diet Tool / iOS / Android * [Calories-In](https://calories-in.com/) - Meal Prep & Planning / Web
* [Mealime](https://www.mealime.com/) or [Calories In](https://calories-in.com/) - Meal Planning * [Eat This Much](https://www.eatthismuch.com/), [Mealime](https://www.mealime.com/) or [MealPrepPro](https://mealpreppro.com/) / [Android](https://play.google.com/store/apps/details?id=com.nibbleapps.meal_prep_pro) - Meal Prep & Planning Apps / Android, iOS
* [Nosh](https://nosh.tech/) - Food Management App * [Nosh](https://nosh.tech/) - Food Management App
* [Edamam](https://www.edamam.com/) - Food-Related APIs * [Edamam](https://www.edamam.com/) - Food-Related APIs
* [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course * [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course
@ -673,7 +669,7 @@
* ↪️ **[Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)** * ↪️ **[Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)**
* ⭐ **[EasyPeasy](https://easypeasymethod.org/)**, [2](https://gitlab.com/snuggy/easypeasy) / [Audiobook](https://youtu.be/ZktxO6adTnI) or [QuitPornEasily](https://quitporneasily.com/) - Painlessly Quit Pornography * ⭐ **[EasyPeasy](https://easypeasymethod.org/)**, [2](https://gitlab.com/snuggy/easypeasy) / [Audiobook](https://youtu.be/ZktxO6adTnI) or [QuitPornEasily](https://quitporneasily.com/) - Painlessly Quit Pornography
* [Plucky](https://pluckyfilter.com/) - Content Filter * [Plucky](https://pluckyfilter.com/) - Content Filter
* [Brainbuddy](https://www.brainbuddyapp.com/) - Porn Blocker / Android / iOS * [Brainbuddy](https://www.brainbuddyapp.com/) - Porn Blocker / Android, iOS
* [SelfControlApp](https://selfcontrolapp.com/) - Mac Site Blocker * [SelfControlApp](https://selfcontrolapp.com/) - Mac Site Blocker
* [CleanBrowsing](https://cleanbrowsing.org/filters/) - Family DNS Filters * [CleanBrowsing](https://cleanbrowsing.org/filters/) - Family DNS Filters
* [cringeMDb](https://cringemdb.com/), [Age Rating JuJu](https://www.ageratingjuju.com/), [CommonSenseMedia](https://www.commonsensemedia.org/) or [unconsenting media](https://www.unconsentingmedia.org) - Find SFW Movies * [cringeMDb](https://cringemdb.com/), [Age Rating JuJu](https://www.ageratingjuju.com/), [CommonSenseMedia](https://www.commonsensemedia.org/) or [unconsenting media](https://www.unconsentingmedia.org) - Find SFW Movies
@ -735,7 +731,7 @@
* ⭐ **[4-Day Week](https://4dayweek.io/)** - Find Jobs with 4-Day Weeks * ⭐ **[4-Day Week](https://4dayweek.io/)** - Find Jobs with 4-Day Weeks
* [OnSites](https://www.onsites.fyi/) - View / Share Interview Experiences * [OnSites](https://www.onsites.fyi/) - View / Share Interview Experiences
* [50WaysToGetAJob](https://50waystogetajob.com/) - Interactive Job Search Guide * [50WaysToGetAJob](https://50waystogetajob.com/) - Interactive Job Search Guide
* [JobBoardSearch](https://jobboardsearch.com/), [JobsFromSpace](https://www.jobsfromspace.com/), [PromptYourJob](https://promptyourjob.com/), [CyberCoders](https://www.cybercoders.com/), [whoishiring](https://whoishiring.io/), [Toby Tools](https://rentry.co/qnu6x), [The Muse](https://www.themuse.com/search/) or [EuroJobs](https://eurojobs.com/) - Job Search * [JobBoardSearch](https://jobboardsearch.com/), [HiringCafe](https://hiring.cafe/), [JobsFromSpace](https://www.jobsfromspace.com/), [PromptYourJob](https://promptyourjob.com/), [CyberCoders](https://www.cybercoders.com/), [whoishiring](https://whoishiring.io/), [Toby Tools](https://rentry.co/qnu6x), [The Muse](https://www.themuse.com/search/) or [EuroJobs](https://eurojobs.com/) - Job Search
* [Hiring Without Whiteboards](https://github.com/poteto/hiring-without-whiteboards) - Find Straightforward Hiring Processes * [Hiring Without Whiteboards](https://github.com/poteto/hiring-without-whiteboards) - Find Straightforward Hiring Processes
* [RolePad](https://rolepad.com/) or [JobSync](https://github.com/Gsync/jobsync) - Job Search Managers * [RolePad](https://rolepad.com/) or [JobSync](https://github.com/Gsync/jobsync) - Job Search Managers
* [DoorsOpen](https://www.doorsopen.co/) - Music Industry Jobs * [DoorsOpen](https://www.doorsopen.co/) - Music Industry Jobs
@ -754,6 +750,7 @@
* [CoFolios](https://cofolios.com/) - Portfolio Sharing * [CoFolios](https://cofolios.com/) - Portfolio Sharing
* [Resume Builder](https://resume.haveloc.com/) * [Resume Builder](https://resume.haveloc.com/)
* [ResumeMatcher](https://www.resumematcher.fyi/) * [ResumeMatcher](https://www.resumematcher.fyi/)
* [HeyCV](https://heycv.app/)
* [resumonk](https://www.resumonk.com/) * [resumonk](https://www.resumonk.com/)
* [Resuminator](https://www.resuminator.in/) * [Resuminator](https://www.resuminator.in/)
* [flowcv](https://flowcv.com/) * [flowcv](https://flowcv.com/)
@ -855,6 +852,7 @@
## ▷ Collaboration Platforms ## ▷ Collaboration Platforms
* ⭐ **[NextCloud](https://nextcloud.com/)** - Collaboration Platform / File Sharing / [GitHub](https://github.com/nextcloud) * ⭐ **[NextCloud](https://nextcloud.com/)** - Collaboration Platform / File Sharing / [GitHub](https://github.com/nextcloud)
* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Unofficial Teams Client / Windows, Mac, Linux
* [Atlassian](https://www.atlassian.com/) - Collaboration Platform * [Atlassian](https://www.atlassian.com/) - Collaboration Platform
* [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive) * [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive)
* [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform * [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform
@ -870,7 +868,6 @@
* [Nino](https://nino.app/) - Task Manager * [Nino](https://nino.app/) - Task Manager
* [Trello](https://trello.com/), [WeKan](https://wekan.github.io/), [Kanboard](https://kanboard.org/) or [Planka](https://planka.app/) - Kanban Project Managers * [Trello](https://trello.com/), [WeKan](https://wekan.github.io/), [Kanboard](https://kanboard.org/) or [Planka](https://planka.app/) - Kanban Project Managers
* [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows * [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows
* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Collaboration Platform / Linux
*** ***
@ -943,9 +940,11 @@
* [Slant](https://www.slant.co/) - "What are the best..." Product Rankings * [Slant](https://www.slant.co/) - "What are the best..." Product Rankings
* [PicClick](https://picclick.com/) - Ebay Quick Search * [PicClick](https://picclick.com/) - Ebay Quick Search
* [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - Ebay Typo Search * [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - Ebay Typo Search
* [a view from my seat](https://aviewfrommyseat.co.uk/) - See Event Views Before Buying Tickets
* [Cars.com](https://www.cars.com/research/compare/) - Vehicle Reviews / Comparisons * [Cars.com](https://www.cars.com/research/compare/) - Vehicle Reviews / Comparisons
* [Desenmascara](https://desenmascara.me/) - Spot Counterfeit Sites * [Desenmascara](https://desenmascara.me/) - Spot Counterfeit Sites
* [/r/FashionReps](https://www.reddit.com/r/FashionReps/) - Replica Clothing Community * [/r/FashionReps](https://www.reddit.com/r/FashionReps/) - Replica Clothing Community
* [Run Repeat](https://runrepeat.com/) - Shoe Shopping Guide / Reviews
* [GoEuropean](https://www.goeuropean.org/) - European Products / Services * [GoEuropean](https://www.goeuropean.org/) - European Products / Services
* [WornOnTV](https://wornontv.net/) or [ShopYourTV](https://shopyourtv.com/) - Find Outfits from TV Shows * [WornOnTV](https://wornontv.net/) or [ShopYourTV](https://shopyourtv.com/) - Find Outfits from TV Shows
* [Kolors](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Virtual-Try-On) - Virtual Outfit Try-On * [Kolors](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Virtual-Try-On) - Virtual Outfit Try-On
@ -987,7 +986,8 @@
* [Dont kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality * [Dont kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality
* [PhoneSized](https://phonesized.com/) or [HotSpot3D](https://www.hotspot3d.com/) - Phone Size Comparisons * [PhoneSized](https://phonesized.com/) or [HotSpot3D](https://www.hotspot3d.com/) - Phone Size Comparisons
* [Gamepadla](https://gamepadla.com/) - Gamepad / Controller Latency Tests * [Gamepadla](https://gamepadla.com/) - Gamepad / Controller Latency Tests
* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info * [EmuReady](https://www.emuready.com/) - Mobile Game Emulation Compatibility / Info / [GitHub](https://github.com/Producdevity/EmuReady)
* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Game Emulation Compatibility / Info
* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers * [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers
* [DrawTab](https://docs.thesevenpens.com/drawtab) - Drawing Tablet Info / Wiki * [DrawTab](https://docs.thesevenpens.com/drawtab) - Drawing Tablet Info / Wiki
* [Consolevariations](https://consolevariations.com/) - Game Console Rarity / Shopping * [Consolevariations](https://consolevariations.com/) - Game Console Rarity / Shopping
@ -1060,7 +1060,7 @@
* [WhoBrings](https://whobrings.com/) - Party Item Management Tool * [WhoBrings](https://whobrings.com/) - Party Item Management Tool
* [wttr](https://wttr.in/) - Simple Weather Site / [GitHub](https://github.com/chubin/wttr.in) * [wttr](https://wttr.in/) - Simple Weather Site / [GitHub](https://github.com/chubin/wttr.in)
* [Free-lookup](https://free-lookup.net/) - Phone Number Lookup * [Free-lookup](https://free-lookup.net/) - Phone Number Lookup
* [KittySplit](https://www.kittysplit.com/en/) or [Spliit](https://spliit.app/) - Group Expense Splitting Calculators * [KittySplit](https://www.kittysplit.com/en/) or [Spliit](https://spliit.app/) - Group Expense Splitting Calculator
* [StageTimer](https://stagetimer.io/) - Event Timer * [StageTimer](https://stagetimer.io/) - Event Timer
* [Countdowns](https://www.countdowns.live/) - Create Custom Countdowns * [Countdowns](https://www.countdowns.live/) - Create Custom Countdowns
* [A Bra That Fits](https://www.abrathatfits.org/calculator.php) or [BraMetric](https://brametric.com/) - Bra Size Calculators * [A Bra That Fits](https://www.abrathatfits.org/calculator.php) or [BraMetric](https://brametric.com/) - Bra Size Calculators
@ -1073,6 +1073,7 @@
* [AllBadges](https://allbadges.net/en) - Track Badge Collection * [AllBadges](https://allbadges.net/en) - Track Badge Collection
* [Diffchecker](https://www.diffchecker.com/) - Check Differences in Text, Images, PDFs or Files * [Diffchecker](https://www.diffchecker.com/) - Check Differences in Text, Images, PDFs or Files
* [Forebears](https://forebears.io/) or [BehindTheName](https://www.behindthename.com/) - Name Etymologies * [Forebears](https://forebears.io/) or [BehindTheName](https://www.behindthename.com/) - Name Etymologies
* [Trans Voice Party](https://transvoice.party/) - Trans Voice Training Resources / [Discord](https://discord.gg/8weEXE7RzU)
* [Acoustic Gender](https://acousticgender.space/) - Measure Voice Pitch * [Acoustic Gender](https://acousticgender.space/) - Measure Voice Pitch
* [Timeline Cascade](https://markwhen.com/) / [GitHub](https://github.com/mark-when/markwhen), [Timeline JS](https://timeline.knightlab.com/) or [Time.Graphics](https://time.graphics/) - Create Timelines * [Timeline Cascade](https://markwhen.com/) / [GitHub](https://github.com/mark-when/markwhen), [Timeline JS](https://timeline.knightlab.com/) or [Time.Graphics](https://time.graphics/) - Create Timelines
* [Timeliner](https://timelinize.com/) - Create Personal Digital Timeline * [Timeliner](https://timelinize.com/) - Create Personal Digital Timeline
@ -1160,12 +1161,10 @@
* [Pick Time](https://pick-time.io/) - Easily Schedule Times with Friends * [Pick Time](https://pick-time.io/) - Easily Schedule Times with Friends
* [Proton Calendar](https://proton.me/calendar) - Calendar * [Proton Calendar](https://proton.me/calendar) - Calendar
* [Tweek](https://tweek.so/) - Calendar * [Tweek](https://tweek.so/) - Calendar
* [TOAST UI Calendar](http://ui.toast.com/tui-calendar) - Calendar
* [CompassCalendar](https://www.compasscalendar.com/) - Calendar
* [Gantt](https://github.com/neuronetio/gantt-schedule-timeline-calendar) - Calendar * [Gantt](https://github.com/neuronetio/gantt-schedule-timeline-calendar) - Calendar
* [Morgen](https://www.morgen.so/) - Calendar * [Morgen](https://www.morgen.so/) - Calendar
* [time.fyi](https://time.fyi/) - Calendar / Time Tools * [time.fyi](https://time.fyi/) - Calendar / Time Tools
* [Office Holidays](https://www.officeholidays.com/) or [Forekast](https://forekast.com/) - World Event Calendars * [Office Holidays](https://www.officeholidays.com/) - World Event Calendars
*** ***
@ -1192,6 +1191,7 @@
* [Resetera](https://www.resetera.com/) or [RakcetBoy](https://racketboy.com/forum/) - Game Forums * [Resetera](https://www.resetera.com/) or [RakcetBoy](https://racketboy.com/forum/) - Game Forums
* [TheRPF](https://www.therpf.com/forums/) - Movie Costume / Prop Forum * [TheRPF](https://www.therpf.com/forums/) - Movie Costume / Prop Forum
* [Websleuths](https://www.websleuths.com/) - Crime Solving Forum * [Websleuths](https://www.websleuths.com/) - Crime Solving Forum
* [Airsoft International](https://discord.gg/airsoft) - Airsoft Guides / Community
* [Photonlexicon](https://www.photonlexicon.com/forums/) - Lasers Forum * [Photonlexicon](https://www.photonlexicon.com/forums/) - Lasers Forum
* [Status.Cafe](https://status.cafe/) - Share Current Status * [Status.Cafe](https://status.cafe/) - Share Current Status
* [TwoCansAndAString](https://twocansandstring.com/) or [TellOnMe](https://tellonym.me/) - Anonymous Q&A * [TwoCansAndAString](https://twocansandstring.com/) or [TellOnMe](https://tellonym.me/) - Anonymous Q&A
@ -1206,9 +1206,10 @@
## ▷ Image / Video ## ▷ Image / Video
* ↪️ **[Random Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_random_generators)** * ↪️ **[Art / Illustations](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_art_.2F_illustrations)**
* ↪️ **[GIF Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_gif_tools)** * ↪️ **[GIF Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_gif_tools)**
* ↪️ **[Meme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_meme_tools)** * ↪️ **[Meme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_meme_tools)**
* ↪️ **[Random Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_random_generators)**
* ↪️ **[Random Webcams](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_live_webcams)** * ↪️ **[Random Webcams](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_live_webcams)**
* ↪️ **[4chan Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_4chan_archives)** * ↪️ **[4chan Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_4chan_archives)**
* ⭐ **[SakugaBooru](https://www.sakugabooru.com/)** - Anime Animation Booru / [Enhancements](https://chromewebstore.google.com/detail/sakuga-extended/khmnmdaghmhkcbooicndamlhkcmpklmc) * ⭐ **[SakugaBooru](https://www.sakugabooru.com/)** - Anime Animation Booru / [Enhancements](https://chromewebstore.google.com/detail/sakuga-extended/khmnmdaghmhkcbooicndamlhkcmpklmc)
@ -1349,6 +1350,7 @@
* [Elastic Man](https://www.adultswim.com/etcetera/elastic-man/) - Elastic Morty * [Elastic Man](https://www.adultswim.com/etcetera/elastic-man/) - Elastic Morty
* [Screentoys](https://www.screentoys.com/) - Photo Morphing Toy * [Screentoys](https://www.screentoys.com/) - Photo Morphing Toy
* [Smash The Walls](https://smashthewalls.com/) - Smash Walls * [Smash The Walls](https://smashthewalls.com/) - Smash Walls
* [Odyssey](https://experience.odyssey.world/) - Interactive 3D AI Generated Video
* [Koalas to the Max](https://www.koalastothemax.com/) - Make Smaller & Smaller Dots * [Koalas to the Max](https://www.koalastothemax.com/) - Make Smaller & Smaller Dots
* [Popcat](https://popcat.click/) - Worldwide Popcat Clicking Competition * [Popcat](https://popcat.click/) - Worldwide Popcat Clicking Competition
* [Spherical Trochoids](https://claytonmain.github.io/spherical-trochoids/) - Experiment with Spherical Trochoids * [Spherical Trochoids](https://claytonmain.github.io/spherical-trochoids/) - Experiment with Spherical Trochoids
@ -1356,6 +1358,7 @@
* [Neonflames](https://29a.ch/sandbox/2011/neonflames/) - Draw Nebulas * [Neonflames](https://29a.ch/sandbox/2011/neonflames/) - Draw Nebulas
* [Leapy Grid](https://codepen.io/Godje/full/mOzpEY/) - Play with Rainbow Grid * [Leapy Grid](https://codepen.io/Godje/full/mOzpEY/) - Play with Rainbow Grid
* [Pianos.pub](https://pianos.pub/) - Find Public Pianos * [Pianos.pub](https://pianos.pub/) - Find Public Pianos
* [Note Block Studio](https://noteblock.studio/) - Minecraft Block Composer / [Share Songs](https://noteblock.world/) / [GitHub](https://github.com/OpenNBS)
* [danielx](https://danielx.net/composer/) or [AMS](https://flyx.org/ams/) - Mario Paint Composer Ports / [Archive](https://archive.org/details/mariopaintcomposer_201609) * [danielx](https://danielx.net/composer/) or [AMS](https://flyx.org/ams/) - Mario Paint Composer Ports / [Archive](https://archive.org/details/mariopaintcomposer_201609)
* [Typatone](https://www.typatone.com/) - Play Music by Typing * [Typatone](https://www.typatone.com/) - Play Music by Typing
* [Blossom](https://blossom.alexbainter.com/) - Create Sounds via Clicks * [Blossom](https://blossom.alexbainter.com/) - Create Sounds via Clicks

View file

@ -38,6 +38,7 @@
* [FajerShow](https://fajer.show) - Movies / TV / Cartoons / Sub / 720p * [FajerShow](https://fajer.show) - Movies / TV / Cartoons / Sub / 720p
* [egybest](https://egybest.la/) - Movies / TV / Anime * [egybest](https://egybest.la/) - Movies / TV / Anime
* [Cimaleek](https://web.cimaleek.to/) - Movies / TV * [Cimaleek](https://web.cimaleek.to/) - Movies / TV
* [mcima](https://mcima.ink/) - Movies / TV / Anime
* [mycima-wecima](https://mycima-wecima.com/) - Movies / TV * [mycima-wecima](https://mycima-wecima.com/) - Movies / TV
* [Laroza TV](https://tv.laroza.now/) - TV * [Laroza TV](https://tv.laroza.now/) - TV
* [witanime](https://witanime.cyou/) - Anime / Sub / 1080p * [witanime](https://witanime.cyou/) - Anime / Sub / 1080p
@ -53,6 +54,7 @@
* [jotorrent](https://www.jotorrent.com/) - Anime / Sign-Ups Open Every Month * [jotorrent](https://www.jotorrent.com/) - Anime / Sign-Ups Open Every Month
* [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV * [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV
* [Bein4kora](https://bein4kora.com/) - Live Football * [Bein4kora](https://bein4kora.com/) - Live Football
* [koraa-live](https://www.koraa-live.com/) - Live Football
* [al-fann](https://www.al-fann.net/) - Music * [al-fann](https://www.al-fann.net/) - Music
* [nghmat](https://songs.nghmat.com/) - Music / MP3 * [nghmat](https://songs.nghmat.com/) - Music / MP3
@ -65,6 +67,7 @@
* [EbookSar](https://www.ebooksar.net/) - Books / [Telegram](https://t.me/ebooksar) * [EbookSar](https://www.ebooksar.net/) - Books / [Telegram](https://t.me/ebooksar)
* [AlarabiMag](https://www.alarabimag.com/) - Books * [AlarabiMag](https://www.alarabimag.com/) - Books
* [Hindawi](https://www.hindawi.org/) - Books * [Hindawi](https://www.hindawi.org/) - Books
* [3kitab](https://3kitab.com/) - Books
* [Abjjad](https://www.abjjad.com/) - Books * [Abjjad](https://www.abjjad.com/) - Books
* [3asq](https://3asq.org/) - Manga * [3asq](https://3asq.org/) - Manga
* [Azoramoon](https://azoramoon.com/) - Manga * [Azoramoon](https://azoramoon.com/) - Manga
@ -92,6 +95,7 @@
* [Boimate](https://boimate.com/) - Books * [Boimate](https://boimate.com/) - Books
* [ebanglalibrary](https://www.ebanglalibrary.com/) - Books * [ebanglalibrary](https://www.ebanglalibrary.com/) - Books
* [BengaliEbook](https://www.worldmets.com/) - Books * [BengaliEbook](https://www.worldmets.com/) - Books
* [Banglabook](https://www.banglabook.org/)
* [GoBanglaBooks](https://www.gobanglabooks.com/) - Books / Downloads * [GoBanglaBooks](https://www.gobanglabooks.com/) - Books / Downloads
* [SovietBooksinBengali](https://sovietbooksinbengali.blogspot.com/) - Soviet Books * [SovietBooksinBengali](https://sovietbooksinbengali.blogspot.com/) - Soviet Books
* [NCTB](https://nctb.portal.gov.bd/) - NCTB Textbooks of Bangladesh * [NCTB](https://nctb.portal.gov.bd/) - NCTB Textbooks of Bangladesh
@ -139,6 +143,7 @@
* 🌐 **[heji](https://233heji.com/)** or [bajins](https://www.bajins.com/) - Chinese Sites / Tools Indexes * 🌐 **[heji](https://233heji.com/)** or [bajins](https://www.bajins.com/) - Chinese Sites / Tools Indexes
* 🌐 **[Awesome GitHub Repo](https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo)** - Programming Resources Index * 🌐 **[Awesome GitHub Repo](https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo)** - Programming Resources Index
* 🌐 **[RecTG](https://github.com/jackhawks/rectg)** - Chinese Telegram Groups / Bots * 🌐 **[RecTG](https://github.com/jackhawks/rectg)** - Chinese Telegram Groups / Bots
* ⭐ **[Censorship Bypass Guide](https://2305878273.7844380499.cfd/)** - Censorship Bypass Guide
* [assrt](https://assrt.net/), [srtku](https://srtku.com/) or [zimuku](https://zimuku.org/) - Subtitles * [assrt](https://assrt.net/), [srtku](https://srtku.com/) or [zimuku](https://zimuku.org/) - Subtitles
* [Tool.lu](https://tool.lu/) - Online Tools * [Tool.lu](https://tool.lu/) - Online Tools
* [Anti-Ad](https://anti-ad.net/) - Adblock Filters * [Anti-Ad](https://anti-ad.net/) - Adblock Filters
@ -147,6 +152,7 @@
* [Winmoes](https://winmoes.com/) - Anime Windows Themes / Wallpapers * [Winmoes](https://winmoes.com/) - Anime Windows Themes / Wallpapers
* [Gridea](https://open.gridea.dev/) - Blog Writing Client * [Gridea](https://open.gridea.dev/) - Blog Writing Client
* [China Firewall Bypass Guide](https://github.com/vpncn/vpncn.github.io), [gfwlist](https://github.com/gfwlist/gfwlist), [XX-Net](https://github.com/XX-net/XX-Net), [/r/dumbclub](https://www.reddit.com/r/dumbclub/) or [New Pac](https://github.com/Alvin9999/new-pac) - Bypass Chinese Firewall * [China Firewall Bypass Guide](https://github.com/vpncn/vpncn.github.io), [gfwlist](https://github.com/gfwlist/gfwlist), [XX-Net](https://github.com/XX-net/XX-Net), [/r/dumbclub](https://www.reddit.com/r/dumbclub/) or [New Pac](https://github.com/Alvin9999/new-pac) - Bypass Chinese Firewall
* [gfw.report](https://gfw.report/) - GFW Information
* [GHProxy](https://ghproxy.link/) - GitHub Proxy (not blocked by GFW) * [GHProxy](https://ghproxy.link/) - GitHub Proxy (not blocked by GFW)
* [China Firewall Test](https://www.dotcom-tools.com/china-firewall-test) or [Chinese Firewall](https://viewdns.info/chinesefirewall/) - Chinese Firewall Blocking Test * [China Firewall Test](https://www.dotcom-tools.com/china-firewall-test) or [Chinese Firewall](https://viewdns.info/chinesefirewall/) - Chinese Firewall Blocking Test
* [Accesser](https://github.com/URenko/Accesser/) - SNI RST Solver * [Accesser](https://github.com/URenko/Accesser/) - SNI RST Solver
@ -341,12 +347,17 @@
* [WarezCenter](https://warcenter.cz/) - Video / Audio / Books / NSFW * [WarezCenter](https://warcenter.cz/) - Video / Audio / Books / NSFW
* [WebShare](https://webshare.cz/) - Video / Audio / Books * [WebShare](https://webshare.cz/) - Video / Audio / Books
## ▷ Torrenting
* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime
## ▷ Streaming / Streamování ## ▷ Streaming / Streamování
* [Bombuj](https://bombuj.si/) - Movies / TV * [Bombuj](https://bombuj.si/) - Movies / TV
* [Sledujteto](https://www.sledujteto.cz/) - Movies / TV / Anime / 1080p * [Sledujteto](https://www.sledujteto.cz/) - Movies / TV / Anime / 1080p
* [videoserialy](https://videoserialy.to/) - Movies / TV / Anime / 1080p * [videoserialy](https://videoserialy.to/) - Movies / TV / Anime / 1080p
* [svetserialu](https://svetserialu.io/) - Movies / TV / Anime / 1080p * [svetserialu](https://svetserialu.io/) - Movies / TV / Anime / 1080p
* [najserialy](https://www.najserialy.io/) - Movies / TV / Anime / 1080p
* [Ceskatelevize](https://www.ceskatelevize.cz/ivysilani/) - Movies / TV * [Ceskatelevize](https://www.ceskatelevize.cz/ivysilani/) - Movies / TV
* [StarSites](https://goal.starsites.fun/) - Live Football / Hockey * [StarSites](https://goal.starsites.fun/) - Live Football / Hockey
* [CSFD](https://www.csfd.cz/) - Czech Film Database * [CSFD](https://www.csfd.cz/) - Czech Film Database
@ -440,7 +451,11 @@
* [coflix](https://coflix.mov/) - Movies / TV / Anime * [coflix](https://coflix.mov/) - Movies / TV / Anime
* [Sadisflix](https://sadisflix.ing/), [2](https://sadisflix.vip/) - Movies / TV / Anime / Dub / 1080p / Use Adblocker / [Mirrors](https://sadis.wiki/) / [Telegram](https://t.me/sadisflix) * [Sadisflix](https://sadisflix.ing/), [2](https://sadisflix.vip/) - Movies / TV / Anime / Dub / 1080p / Use Adblocker / [Mirrors](https://sadis.wiki/) / [Telegram](https://t.me/sadisflix)
* [Kordoz](https://www.kordoz.com/) - Movies / TV / Anime * [Kordoz](https://www.kordoz.com/) - Movies / TV / Anime
* [filmoflix](https://www.filmoflix.is/) - Movies / TV / Anime
* [TF1](https://www.tf1.fr/) - Movies / TV / Anime / Live TV * [TF1](https://www.tf1.fr/) - Movies / TV / Anime / Live TV
* [wiflix](https://www.wiflix.is/) - Movies / TV / Anime
* [french-streaming](https://www.french-streaming.tv) - Movies / TV / Anime
* [cinestream](https://cinestream.info/) - Movies / TV / Anime
* [Cinémathèque de Bretagne](https://www.cinematheque-bretagne.bzh/) - Classic / Amateur Movies * [Cinémathèque de Bretagne](https://www.cinematheque-bretagne.bzh/) - Classic / Amateur Movies
* [ICI Tou.tv](https://ici.tou.tv/) - Canada Public Broadcaster / Movies / TV / Docs / Cartoons / Requires Account * [ICI Tou.tv](https://ici.tou.tv/) - Canada Public Broadcaster / Movies / TV / Docs / Cartoons / Requires Account
* [Télé-Québec](https://www.telequebec.tv/) - Québec Public Broadcaster / Movies / TV / Docs / Requires Account * [Télé-Québec](https://www.telequebec.tv/) - Québec Public Broadcaster / Movies / TV / Docs / Requires Account
@ -452,6 +467,7 @@
* [VoirAnime](https://v6.voiranime.com/) - Anime / Sub / 1080p * [VoirAnime](https://v6.voiranime.com/) - Anime / Sub / 1080p
* [vostfree](https://vostfree.ws/) - Anime / Sub / 1080p * [vostfree](https://vostfree.ws/) - Anime / Sub / 1080p
* [animesultra](https://v6.animesultra.net/) - Anime / Sub / Dub * [animesultra](https://v6.animesultra.net/) - Anime / Sub / Dub
* [ryokaianime](https://ryokaianime.fr/) - Anime / Dub / [Discord](https://discord.gg/JXpm5cZrtC)
* [French Anime](https://french-anime.com/) - Anime / Sub / 1080p * [French Anime](https://french-anime.com/) - Anime / Sub / 1080p
* [Streaming-integrale](https://streaming-integrale.com/) - Anime Sub / Dub / 1080p * [Streaming-integrale](https://streaming-integrale.com/) - Anime Sub / Dub / 1080p
* [vostanime](https://vostanime.fr/) - Anime / Sub / 1080p * [vostanime](https://vostanime.fr/) - Anime / Sub / 1080p
@ -461,12 +477,15 @@
* [WITV](https://witv.space/) - Live TV / Sports * [WITV](https://witv.space/) - Live TV / Sports
* [LeFoot](https://lefoot.ru/) - Live Sports * [LeFoot](https://lefoot.ru/) - Live Sports
* [oohquelbut](https://oohquelbut.ru/) - Live Sports * [oohquelbut](https://oohquelbut.ru/) - Live Sports
* [canalsport](https://canalsport.ru/) - Live Sports
* [JokerTV](https://jokertv.ru/) - Live Football * [JokerTV](https://jokertv.ru/) - Live Football
* [remontadatv](https://remontadatv.ru/) - Live Football * [remontadatv](https://remontadatv.ru/) - Live Football
* [CatoonHub](https://catoonhub.com/) - Cartoons / Dub / 720p / [Discord](https://discord.com/invite/M7gRTuXc6d) * [CatoonHub](https://catoonhub.com/) - Cartoons / Dub / 720p / [Discord](https://discord.com/invite/M7gRTuXc6d)
* [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App
* [Lesics](https://youtube.com/@LesicsFR) - Sabins Civil Engineering * [Lesics](https://youtube.com/@LesicsFR) - Sabins Civil Engineering
* [Grafikart](https://grafikart.fr/) - Programming Courses * [Grafikart](https://grafikart.fr/) - Programming Courses
* [programmes-radio](https://www.programmes-radio.com/en/) - French Radio Schedule / Streaming * [fluxradios](https://fluxradios.blogspot.com/) - Radio Stations
* [programmes-radio](https://www.programmes-radio.com/en/) - Radio Schedule / Streaming
## ▷ Reading / Lecture ## ▷ Reading / Lecture
@ -544,6 +563,7 @@
* [LiveTV](https://livetv.sx/dex/) - Sports * [LiveTV](https://livetv.sx/dex/) - Sports
* [SRF.CH](https://www.srf.ch/) - Live TV / Sports / Swiss VPN Required * [SRF.CH](https://www.srf.ch/) - Live TV / Sports / Swiss VPN Required
* [2ix2](https://www.2ix2.com/) - Live TV * [2ix2](https://www.2ix2.com/) - Live TV
* [livestream](https://www.livestream.ad/) - Live TV
* [dtvd](https://dtvd.net/) - Live TV * [dtvd](https://dtvd.net/) - Live TV
* [Studyflix](https://studyflix.de/) - Courses * [Studyflix](https://studyflix.de/) - Courses
* [mediathekviewweb](https://mediathekviewweb.de/) - IPTV * [mediathekviewweb](https://mediathekviewweb.de/) - IPTV
@ -607,6 +627,7 @@
* [AB-Maps](https://www.abmaps.com/) - Map Tool * [AB-Maps](https://www.abmaps.com/) - Map Tool
* [WizdomSubs](https://wizdom.xyz/) or [Ktuvit](https://www.ktuvit.me/) - Subtitles * [WizdomSubs](https://wizdom.xyz/) or [Ktuvit](https://www.ktuvit.me/) - Subtitles
* [TranslationsMovieHEB](https://t.me/translationsmoviesheb) - Request Subtitle Translations * [TranslationsMovieHEB](https://t.me/translationsmoviesheb) - Request Subtitle Translations
* [RedAlert](https://redalert.me/index_en.html) or [RocketAlert](https://rocketalert.live/) - Rocket Alerts
## ▷ Streaming / הזרמה ## ▷ Streaming / הזרמה
@ -670,6 +691,7 @@
* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime / Sub / Dub / 1080p * [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime / Sub / Dub / 1080p
* [PrivateMovieZ](https://privatemoviez.art/) - Movies / TV / 1080p * [PrivateMovieZ](https://privatemoviez.art/) - Movies / TV / 1080p
* [Cinevood](https://cinevood.net/) - Movies / TV / 1080p * [Cinevood](https://cinevood.net/) - Movies / TV / 1080p
* [Cinemalux](https://cinemalux.store/) - Movie / TV / 1080p
* [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV * [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV
* [Fojik](https://fojik.site/) - Movies * [Fojik](https://fojik.site/) - Movies
* [Moviesup](https://moviesup.site/) - Movies / TV / 1080p * [Moviesup](https://moviesup.site/) - Movies / TV / 1080p
@ -715,9 +737,11 @@
* [TamilCrow](https://www.1tamilcrow.net/) - Tamil Movies / TV / Dub / 720p / 1080p * [TamilCrow](https://www.1tamilcrow.net/) - Tamil Movies / TV / Dub / 720p / 1080p
* [TamilGun](https://tamilgun.group/) - Tamil Movies / TV / Dub / 720p / 1080p * [TamilGun](https://tamilgun.group/) - Tamil Movies / TV / Dub / 720p / 1080p
* [TamilDhool](https://www.tamildhool.net/) - Tamil TV Shows / TV Serials / 720p / 1080p * [TamilDhool](https://www.tamildhool.net/) - Tamil TV Shows / TV Serials / 720p / 1080p
* [tamilpirates](https://tamilpirates.icu/) - Tamil Movies / TV / Dub / 720p / 1080p
* [HindiMoviesTV](https://www.hindimoviestv.com/) - Movies / Dub / 1080p * [HindiMoviesTV](https://www.hindimoviestv.com/) - Movies / Dub / 1080p
* [MiniTV](https://www.amazon.in/minitv) - Movies / TV / Sub / 1080p * [MiniTV](https://www.amazon.in/minitv) - Movies / TV / Sub / 1080p
* [HindiMovie](https://m.vk.com/hindimovie) - Movies / Dub / 1080p * [HindiMovie](https://m.vk.com/hindimovie) - Movies / Dub / 1080p
* [Cinemaluxe](https://cinemaluxe.sbs/) - Movies / TV / Anime
* [WatchoFree](https://watchofree.online/) - Movies / TV / Dub / 1080p * [WatchoFree](https://watchofree.online/) - Movies / TV / Dub / 1080p
* [HDMovie1](https://hdmovie1.free.nf/) - Movies / TV / Dub / 1080p / 4K * [HDMovie1](https://hdmovie1.free.nf/) - Movies / TV / Dub / 1080p / 4K
* [moviesflix](https://moviesflix.com.pl/) - Movies / Dub / 1080p * [moviesflix](https://moviesflix.com.pl/) - Movies / Dub / 1080p
@ -785,6 +809,7 @@
* [BacaLightNovel](https://bacalightnovel.co/) - Light Novels * [BacaLightNovel](https://bacalightnovel.co/) - Light Novels
* [Sakuranovel](https://sakuranovel.id/) - Light Novels * [Sakuranovel](https://sakuranovel.id/) - Light Novels
* [langka](https://langka.vercel.app/) or [catatannusantara](https://www.catatannusantara.com/pustaka) - History Books * [langka](https://langka.vercel.app/) or [catatannusantara](https://www.catatannusantara.com/pustaka) - History Books
* [sastra](https://www.sastra.org/) - History Wiki
*** ***
@ -834,7 +859,7 @@
* [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map
* [Poipiku](https://poipiku.com/) - User-Made Images * [Poipiku](https://poipiku.com/) - User-Made Images
* [Marshmallow](https://marshmallow-qa.com/) - Send / Receive Positive Messages * [Voicevox](https://voicevox.hiroshiba.jp/) - FOSS Japanese TTS / Singing Synthesis
* [Annict](https://annict.com/) - Anime Tracker * [Annict](https://annict.com/) - Anime Tracker
* [Japanese Subtitles](https://gist.github.com/tatsumoto-ren/78ba4e5b7c53c7ed2c987015fa05cc2b) - Subtitles * [Japanese Subtitles](https://gist.github.com/tatsumoto-ren/78ba4e5b7c53c7ed2c987015fa05cc2b) - Subtitles
* [Jimaku](https://jimaku.cc/) - Anime Subtitles * [Jimaku](https://jimaku.cc/) - Anime Subtitles
@ -945,6 +970,7 @@
* [OnDemandKorean](https://www.ondemandkorea.com/) - Korean Movies / TV / 720p * [OnDemandKorean](https://www.ondemandkorea.com/) - Korean Movies / TV / 720p
* [AQ Stream](https://aqstream.com/) - Live TV / [Discord](https://discord.com/invite/dVhgAgwxHE) * [AQ Stream](https://aqstream.com/) - Live TV / [Discord](https://discord.com/invite/dVhgAgwxHE)
* [Chzzk](https://chzzk.naver.com/) - Live Streams * [Chzzk](https://chzzk.naver.com/) - Live Streams
* [eHistory](https://www.ehistory.go.kr/) - Video Archive / Cultural Films
* [Lesics](https://youtube.com/@Sabinz) - Sabins Civil Engineering * [Lesics](https://youtube.com/@Sabinz) - Sabins Civil Engineering
## ▷ Reading ## ▷ Reading
@ -1156,7 +1182,9 @@
* [Olhos na TV](https://www.olhosnatv.com.br) - Live TV / Sports * [Olhos na TV](https://www.olhosnatv.com.br) - Live TV / Sports
* [CXTv](https://www.cxtv.com.br) - Live TV * [CXTv](https://www.cxtv.com.br) - Live TV
* [TV Gazeta](https://www.tvgazeta.com.br/aovivo/) - Live TV * [TV Gazeta](https://www.tvgazeta.com.br/aovivo/) - Live TV
* [embedtv](https://embedtv.digital/) - Live TV
* [TV Cultura](https://cultura.uol.com.br/aovivo/) - Live TV * [TV Cultura](https://cultura.uol.com.br/aovivo/) - Live TV
* [piratetv](https://piratetv.pro/) - Live TV
* [pirilampo](https://www.pirilampo.tv/) - Live TV * [pirilampo](https://www.pirilampo.tv/) - Live TV
* [Futebol Agora](https://futebolagora.gratis/) - Live Sports * [Futebol Agora](https://futebolagora.gratis/) - Live Sports
* [IPTV Brasil](https://iptvbrasilapk.com) - IPTV Player * [IPTV Brasil](https://iptvbrasilapk.com) - IPTV Player
@ -1307,7 +1335,7 @@
## ▷ Downloading / Скачивание ## ▷ Downloading / Скачивание
* ⭐ **[4PDA](https://4pda.to/forum/)** - Android / iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#4pda-captcha), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html) * ⭐ **[4PDA](https://4pda.to/forum/)** / Android, iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#4pda-captcha), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html)
* [Androeed](https://androeed.store/), [2](https://androeed.ru/) - Android * [Androeed](https://androeed.store/), [2](https://androeed.ru/) - Android
* [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books * [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books
* [2BakSa](http://2baksa.ws/) - Video / Audio / Books * [2BakSa](http://2baksa.ws/) - Video / Audio / Books
@ -1391,6 +1419,7 @@
* [Viks](http://ip.viks.tv/) - Live TV * [Viks](http://ip.viks.tv/) - Live TV
* [Telik](https://telik.top/) - Live TV * [Telik](https://telik.top/) - Live TV
* [ontivi](https://ip.ontivi.net/) - Live TV * [ontivi](https://ip.ontivi.net/) - Live TV
* [livestream](https://www.livestream.ad/) - Live TV
* [Glaz.tv](https://glaz.tv/) - Live TV * [Glaz.tv](https://glaz.tv/) - Live TV
* [DomaTV](http://live.domatv.net/) - Live TV * [DomaTV](http://live.domatv.net/) - Live TV
* [finttv](https://finttv.in/) - Live Sports * [finttv](https://finttv.in/) - Live Sports
@ -1459,6 +1488,10 @@
* [Bombuj](https://bombuj.si/) - Movies / TV * [Bombuj](https://bombuj.si/) - Movies / TV
* [MojeVideo](https://www.mojevideo.sk/) - User Videos * [MojeVideo](https://www.mojevideo.sk/) - User Videos
## ▷ Torrenting
* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime
*** ***
# ► Spanish / Español # ► Spanish / Español
@ -1522,6 +1555,7 @@
* [Fukou-Da!](https://fukou-da.net/) - Anime / Sub / Light Novels * [Fukou-Da!](https://fukou-da.net/) - Anime / Sub / Light Novels
* [animesfinalizadoLSHD](https://t.me/animesfinalizadoLSHD) - Anime / Telegram * [animesfinalizadoLSHD](https://t.me/animesfinalizadoLSHD) - Anime / Telegram
* [Cursos En Mega](https://t.me/s/cursosenmega) - Courses / [Bypass](https://greasyfork.org/en/scripts/462492) * [Cursos En Mega](https://t.me/s/cursosenmega) - Courses / [Bypass](https://greasyfork.org/en/scripts/462492)
* [punkconpunk](https://punkconpunk.blogspot.com/) - MP3 / Punk Music
* [Hello-Python](https://github.com/mouredev/Hello-Python) or [python-web](https://github.com/mouredev/python-web) - Python Courses * [Hello-Python](https://github.com/mouredev/Hello-Python) or [python-web](https://github.com/mouredev/python-web) - Python Courses
## ▷ Torrenting / Torrentear ## ▷ Torrenting / Torrentear
@ -1574,7 +1608,6 @@
* [TuCineClasico](https://online.tucineclasico.es/) - Movies * [TuCineClasico](https://online.tucineclasico.es/) - Movies
* [Gnula.se](https://gnula.se/) - TV / Anime * [Gnula.se](https://gnula.se/) - TV / Anime
* [Gnula.nu](https://gnula.nu/) - Movies * [Gnula.nu](https://gnula.nu/) - Movies
* [Movidy.cam](https://movidy.cam/) - Movies / TV / Anime
* [CineHDPlus](https://cinehdplus.org/) - Movies / TV * [CineHDPlus](https://cinehdplus.org/) - Movies / TV
* [PelisForte](https://pelisforte.se/) - Movies / TV * [PelisForte](https://pelisforte.se/) - Movies / TV
* [EntrePeliculasySeries](https://entrepeliculasyseries.nz/) - Movies / TV / Anime * [EntrePeliculasySeries](https://entrepeliculasyseries.nz/) - Movies / TV / Anime
@ -1607,7 +1640,6 @@
* [ytanime](https://ytanime.tv/) - Anime / Sub * [ytanime](https://ytanime.tv/) - Anime / Sub
* [AnimeID](https://www.animeid.tv/) - Anime / Sub * [AnimeID](https://www.animeid.tv/) - Anime / Sub
* [animeyt](https://animeyt.es/) - Anime / Sub * [animeyt](https://animeyt.es/) - Anime / Sub
* [serieslan](https://serieslan.com/) - Cartoons
* [LACartoons](https://www.lacartoons.com/) - Cartoons * [LACartoons](https://www.lacartoons.com/) - Cartoons
* [LatinLucha](https://latinlucha.es/) - WWE / MMA Replays / Latino * [LatinLucha](https://latinlucha.es/) - WWE / MMA Replays / Latino
* [EventosHQ](https://www.eventoshq.me/) - WWE / MMA Replays / Latino * [EventosHQ](https://www.eventoshq.me/) - WWE / MMA Replays / Latino
@ -1694,6 +1726,7 @@
* [Playstation Haber](https://playstationhaber.com/) / [MCpsp](https://www.mcpsp.com) - PlayStation Piracy Forums * [Playstation Haber](https://playstationhaber.com/) / [MCpsp](https://www.mcpsp.com) - PlayStation Piracy Forums
* [Turkish Audio Center](https://www.turkishaudiocenter.com), [Shareses](https://shareses.com), [Türkçe Ses İndir](https://www.turkcesesindir.com/), [Turkce Ses Dosyası](https://turkce-sesdosyasi.blogspot.com/) or [Turkish Sound Track](https://trsoundtrack.blogspot.com/) - Turkish Dubs * [Turkish Audio Center](https://www.turkishaudiocenter.com), [Shareses](https://shareses.com), [Türkçe Ses İndir](https://www.turkcesesindir.com/), [Turkce Ses Dosyası](https://turkce-sesdosyasi.blogspot.com/) or [Turkish Sound Track](https://trsoundtrack.blogspot.com/) - Turkish Dubs
* [Sinner Clown](https://sinnerclownceviri.net) / [Discord](https://discord.com/invite/nApvcT6Tt6), [Hangar](https://www.hangarceviri.com) - Game Localizations * [Sinner Clown](https://sinnerclownceviri.net) / [Discord](https://discord.com/invite/nApvcT6Tt6), [Hangar](https://www.hangarceviri.com) - Game Localizations
* [mp3semti](https://mp3semti.com/) - Music / MP3s
## ▷ Streaming / İzleme ## ▷ Streaming / İzleme
@ -1704,6 +1737,7 @@
* [Dizipal](https://www.google.com/search?q=intitle:%22dizipal%22&num=1) - Movies / TV / Sub / Dub / 1080p * [Dizipal](https://www.google.com/search?q=intitle:%22dizipal%22&num=1) - Movies / TV / Sub / Dub / 1080p
* [Dizilla](https://dizilla.club) - Movies / TV / Sub / Dub / 1080p * [Dizilla](https://dizilla.club) - Movies / TV / Sub / Dub / 1080p
* [SeriesAZ](https://seriesaz.com/) - Movies / TV / Sub / Dub / 1080p * [SeriesAZ](https://seriesaz.com/) - Movies / TV / Sub / Dub / 1080p
* [filmmakinesi](https://filmmakinesi.de/) - Movies / TV / Sub / Dub / 1080p
* [Dizibox](https://www.dizibox.com) - TV / Sub / 1080p * [Dizibox](https://www.dizibox.com) - TV / Sub / 1080p
* [Diziyou](https://www.diziyou.co/) - TV / Sub / Dub / 1080p * [Diziyou](https://www.diziyou.co/) - TV / Sub / Dub / 1080p
* [SelçukFlix](https://selcukflix.com/) - TV / Sub / Dub / 1080p * [SelçukFlix](https://selcukflix.com/) - TV / Sub / Dub / 1080p
@ -1719,7 +1753,9 @@
* ⭐ **[Kitap Botu](https://t.me/Kitap777bot)** - The largest Turkish PDF/EPUB/MOBI archive in the world * ⭐ **[Kitap Botu](https://t.me/Kitap777bot)** - The largest Turkish PDF/EPUB/MOBI archive in the world
* 🌐 **[Turkish PDF Channels](https://new2.telemetr.io/en/catalog/turkey/books?page=1&sort=participants_growth_7_days)** - Most popular Turkish PDF channels in Telegram * 🌐 **[Turkish PDF Channels](https://new2.telemetr.io/en/catalog/turkey/books?page=1&sort=participants_growth_7_days)** - Most popular Turkish PDF channels in Telegram
* [Kitap](https://t.me/addlist/ioGiM9KIZvhjOTZk) or [E kütüphanem](https://www.whatsapp.com/channel/0029VaAUDreDTkK0uDGbP21z) - Books * [Kitap](https://t.me/addlist/ioGiM9KIZvhjOTZk) - Books
* [E kütüphanem](https://www.whatsapp.com/channel/0029VaAUDreDTkK0uDGbP21z) - Books
* [hattusa](https://hattusa.club/) - Books
* [Manga Denizi](https://www.mangadenizi.net/) - Manga / [Discord](https://discord.com/invite/8zBMSGZ) * [Manga Denizi](https://www.mangadenizi.net/) - Manga / [Discord](https://discord.com/invite/8zBMSGZ)
* [Mavi Manga](https://mavimanga.com/) - Manga * [Mavi Manga](https://mavimanga.com/) - Manga
* [Trwebtoon](https://trwebtoon.com/) - Manga * [Trwebtoon](https://trwebtoon.com/) - Manga
@ -1815,7 +1851,7 @@
## ▷ Streaming / Phát trực tuyến ## ▷ Streaming / Phát trực tuyến
* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / [Telegram](https://t.me/rophimzone) / [Discord](https://discord.gg/rophim) * ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / [Telegram](https://t.me/rophimzone), [2](https://t.me/congdongrophim) / [Discord](https://discord.gg/rophim)
* ⭐ **[VTVGo](https://vtvgo.vn/)** - Live TV * ⭐ **[VTVGo](https://vtvgo.vn/)** - Live TV
* ⭐ **[ZingMP3](https://zingmp3.vn/)** - Music * ⭐ **[ZingMP3](https://zingmp3.vn/)** - Music
* [BiluTV](https://bilutvw.com/) - Movies / TV / Anime / Sub / Dub * [BiluTV](https://bilutvw.com/) - Movies / TV / Anime / Sub / Dub
@ -1901,6 +1937,7 @@
* [Filma24](https://www.filma24.band/) - Albanian / Movies / TV / 1080p * [Filma24](https://www.filma24.band/) - Albanian / Movies / TV / 1080p
* [amharicbookss](https://t.me/amharicbookss) - Amharic / Books * [amharicbookss](https://t.me/amharicbookss) - Amharic / Books
* [Yoda](https://yoda.az/) - Azerbaijani / Live TV * [Yoda](https://yoda.az/) - Azerbaijani / Live TV
* [euskal](https://www.euskal-encodings.eus/) - Basque / Download / Movies / TV
* [channelmyanmar](https://channelmyanmar.org) - Burmese / Movies / TV / Cartoons / 1080p / 4K * [channelmyanmar](https://channelmyanmar.org) - Burmese / Movies / TV / Cartoons / 1080p / 4K
* [lupiteam](https://lupiteam.net/) - Corsican / Manga * [lupiteam](https://lupiteam.net/) - Corsican / Manga
* [BalkanDownload](https://balkandownload.org/) - Croatian / Download / Video / Audio / Games / Books / Comics * [BalkanDownload](https://balkandownload.org/) - Croatian / Download / Video / Audio / Games / Books / Comics

View file

@ -242,39 +242,39 @@
* ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)** * ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)**
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers * ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
* ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata * ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / PC / Android / iOS / Linux / Mac / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning) * ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / PC / Mac / Linux / [GitHub](https://github.com/koodo-reader/koodo-reader) * ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/koodo-reader/koodo-reader)
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook Reader / PDF / PC * ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / PC * ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / Windows
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser * ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers * [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers
* [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers * [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / PC / Android / iOS / Mac * [Readest](https://readest.com/) - Ebook Reader / All Platforms / [GitHub](https://github.com/readest/readest)
* [Readest](https://readest.com/) - Ebook Reader / PC / Linux / Mac / Android / iOS / [GitHub](https://github.com/readest/readest) * [EBook Reader](https://epub-reader.online/) - Ebook Reader / Windows, Mac, Android, iOS
* [KoReader](https://koreader.rocks/) - Ebook Reader / PC / Android / [GitHub](https://github.com/koreader/koreader) * [KoReader](https://koreader.rocks/) - Ebook Reader / Windows, Android / [GitHub](https://github.com/koreader/koreader)
* [Jane Reader](https://janereader.com/) - Ebook Reader / PC / Mac * [Jane Reader](https://janereader.com/) - Ebook Reader / Windows, Mac
* [FBReader](https://fbreader.org/) - Ebook Reader / PC / Android / iOS * [FBReader](https://fbreader.org/) - Ebook Reader / Windows, Android, iOS
* [Alexandria](https://github.com/btpf/Alexandria) - PC / Linux / Mac * [Alexandria](https://github.com/btpf/Alexandria) - Ebook Reader / Windows, Mac, Linux
* [Librum](https://librumreader.com) - Ebook Reader / PC / Linux / Mac / [GitHub](https://github.com/Librum-Reader/Librum) * [Librum](https://librumreader.com) - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/Librum-Reader/Librum)
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / PC / Mac / Linux * [Thorium](https://thorium.edrlab.org/) - Ebook Reader / Windows, Mac, Linux
* [Okular](https://okular.kde.org/) - PDF / Linux / PC / Mac * [Okular](https://okular.kde.org/) - PDF / Windows, Mac, Linux
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / PC * [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / Windows
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / PC * [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / Windows
* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux * [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux
* [qPDFview](https://launchpad.net/qpdfview) - PDF / PC * [qPDFview](https://launchpad.net/qpdfview) - PDF / Windows
* [mupdf](https://mupdf.com/) - PDF / PC / Linux / Android * [mupdf](https://mupdf.com/) - PDF / Windows, Linux, Android
* [Evince](https://apps.gnome.org/Evince/) - PDF / DjVu Reader / Linux / [GitLab](https://gitlab.gnome.org/GNOME/evince) * [Evince](https://apps.gnome.org/Evince/) - PDF / DjVu Reader / Linux / [GitLab](https://gitlab.gnome.org/GNOME/evince)
* [Sioyek](https://sioyek.info/) - PDF / PC / Mac / Linux * [Sioyek](https://sioyek.info/) - PDF / Windows, Mac, Linux
* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / iOS / Mac * [Yomu](https://www.yomu-reader.com/) - Ebook Reader / Mac, iOS
* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / iOS / Mac * [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / Mac, iOS
* [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux * [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / PC * [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / Windows
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / PC * [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / Windows
* [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader * [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader
* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader * [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader
* [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog * [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog
* [Open Media Library](https://openmedialibrary.com/) - Online Book Manager * [Open Media Library](https://openmedialibrary.com/) - Online Book Manager
* [Cubari](https://cubari.moe/) - Image Proxy / Reader * [Cubari](https://cubari.moe/) - Image Proxy / Reader / [JSON Generator](https://github.com/wotakumoe/kaguya)
* [dotepub](https://dotepub.com/) - Convert Webpages to EBooks * [dotepub](https://dotepub.com/) - Convert Webpages to EBooks
* [The Open Book](https://github.com/joeycastillo/The-Open-Book) - DIY Ebook Reader * [The Open Book](https://github.com/joeycastillo/The-Open-Book) - DIY Ebook Reader
* [KoboCloud](https://github.com/fsantini/KoboCloud) - Sync Kobo to Cloud Services * [KoboCloud](https://github.com/fsantini/KoboCloud) - Sync Kobo to Cloud Services
@ -346,7 +346,7 @@
## ▷ Audiobook Tools ## ▷ Audiobook Tools
* [Audiblez](https://github.com/santinic/audiblez) or [Ebook2Audiobook](https://hub.docker.com/r/athomasson2/ebook2audiobook) - Ebook to Audiobook Converters * [Audiblez](https://github.com/santinic/audiblez), [Ebook2Audiobook](https://hub.docker.com/r/athomasson2/ebook2audiobook), [ElevenReader](https://elevenreader.io/) or [ReadWise](https://readwise.io/read) (reset trial) - Book to Audiobook Converters
* [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter * [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter
* [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Audible DRM Remover / Manager * [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Audible DRM Remover / Manager
* [AudiobookShelf](https://www.audiobookshelf.org/) / [GitHub](https://github.com/advplyr/audiobookshelf-app) or [BookSonic](https://booksonic.org/) - Self-Hosted Audiobook Servers * [AudiobookShelf](https://www.audiobookshelf.org/) / [GitHub](https://github.com/advplyr/audiobookshelf-app) or [BookSonic](https://booksonic.org/) - Self-Hosted Audiobook Servers
@ -423,17 +423,17 @@
* [Webtoon](https://www.webtoons.com/) * [Webtoon](https://www.webtoons.com/)
* [Like Manga](https://likemanga.in/) * [Like Manga](https://likemanga.in/)
* [Wuxia World](https://wuxiaworld.site/) * [Wuxia World](https://wuxiaworld.site/)
* [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/)
* [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/)
* [Toonily](https://toonily.com/) - Manhwa * [Toonily](https://toonily.com/) - Manhwa
* [Manhuafast](https://manhuafast.com/) - Manhua * [Manhuafast](https://manhuafast.com/) - Manhua
* [Manhwatop](https://manhwatop.com/) - Manhwa * [Manhwatop](https://manhwatop.com/) - Manhwa
* [ManhwaClan](https://manhwaclan.com/) - Manhwa * [ManhwaClan](https://manhwaclan.com/) - Manhwa
* [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/) * [MediaBang](https://medibang.com/mpc/) or [NamiComi](https://namicomi.com/en) - User-Created Manga
* [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/)
* [MP4DIRECTS](https://mp4directs.com/) - Manga / Light Novels Download Forum * [MP4DIRECTS](https://mp4directs.com/) - Manga / Light Novels Download Forum
* [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Multi-Site Manga Search * [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Multi-Site Manga Search
* [Seanime](https://seanime.rahim.app/) - Self-Hosted Manga App * [Seanime](https://seanime.rahim.app/) - Self-Hosted Manga App
* [Kaizoku](https://github.com/lucy-goblin/kaizoku-next) - Self-Hosted Manga Downloader * [Kaizoku](https://github.com/lucy-goblin/kaizoku-next) - Self-Hosted Manga Downloader
* [Manga APIs](https://rentry.co/manga-apis) - Manga Site API's
* [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support * [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support
* [BallonsTranslator](https://github.com/dmMaze/BallonsTranslator/blob/master/README_EN.md), [Cotrans](https://cotrans.touhou.ai/) or [Scanlate](https://scanlate.io/) - Manga Translators * [BallonsTranslator](https://github.com/dmMaze/BallonsTranslator/blob/master/README_EN.md), [Cotrans](https://cotrans.touhou.ai/) or [Scanlate](https://scanlate.io/) - Manga Translators
* [Manga-Manager](https://github.com/MangaManagerORG/Manga-Manager) - Manga Managers * [Manga-Manager](https://github.com/MangaManagerORG/Manga-Manager) - Manga Managers
@ -457,10 +457,10 @@
* [Baka-Tsuki](https://www.baka-tsuki.org) * [Baka-Tsuki](https://www.baka-tsuki.org)
* [Armaell's Library](https://armaell-library.net/) / Allows Downloads * [Armaell's Library](https://armaell-library.net/) / Allows Downloads
* [WuxiaWorld](https://www.wuxiaworld.com/) * [WuxiaWorld](https://www.wuxiaworld.com/)
* [WTR-LAB](https://wtr-lab.com/) / Signup Required for AI Translations * [WTR-LAB](https://wtr-lab.com/) / Sign-Up Required for AI Translations
* [WuxiaSpot](https://www.wuxiaspot.com/) * [WuxiaSpot](https://www.wuxiaspot.com/)
* [LightNovelPub](https://www.lightnovelpub.com/)
* [WebNovel.com](https://www.webnovel.com/) * [WebNovel.com](https://www.webnovel.com/)
* [NovelFire](https://novelfire.net/)
* [AsianHobbyist](https://www.asianhobbyist.com/) * [AsianHobbyist](https://www.asianhobbyist.com/)
* [Wordrain69](https://wordrain69.com/) * [Wordrain69](https://wordrain69.com/)
* [Wuxiabox](https://www.wuxiabox.com/) * [Wuxiabox](https://www.wuxiabox.com/)
@ -559,7 +559,7 @@
* 🌐 **[IvyPanda](https://ivypanda.com/blog/1000-open-textbooks-and-learning-resources-for-all-subjects/)** - Educational Book Site Index * 🌐 **[IvyPanda](https://ivypanda.com/blog/1000-open-textbooks-and-learning-resources-for-all-subjects/)** - Educational Book Site Index
* ↪️ **[Language Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_language_learning)** * ↪️ **[Language Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_language_learning)**
* ⭐ **[Openstax](https://openstax.org/)** * ⭐ **[Openstax](https://openstax.org/)** or [OpenStax College Textbooks](https://philschatz.com/books/)
* ⭐ **[AcademicTorrents](https://academictorrents.com/)** * ⭐ **[AcademicTorrents](https://academictorrents.com/)**
* [Institutional Access](https://www.facebook.com/groups/850609558335839) - Request Institutional Access PDFs * [Institutional Access](https://www.facebook.com/groups/850609558335839) - Request Institutional Access PDFs
* [Library Drive](https://rentry.co/FMHYBase64#library-drive) * [Library Drive](https://rentry.co/FMHYBase64#library-drive)
@ -760,6 +760,7 @@
* [PubMed](https://pubmed.ncbi.nlm.nih.gov/) - Medical Journals / [Search](https://www.pubmedisearch.com/) * [PubMed](https://pubmed.ncbi.nlm.nih.gov/) - Medical Journals / [Search](https://www.pubmedisearch.com/)
* [OpenMD](https://openmd.com/) - Medical Journals * [OpenMD](https://openmd.com/) - Medical Journals
* [Free Medical Journals](http://www.freemedicaljournals.com/) - Medical Journals * [Free Medical Journals](http://www.freemedicaljournals.com/) - Medical Journals
* [PubMed Central](https://pmc.ncbi.nlm.nih.gov/) - Biomedical / Life Science Journals
* [medRxiv](https://www.medrxiv.org/) - Medicine Preprints * [medRxiv](https://www.medrxiv.org/) - Medicine Preprints
* [bioRvix](https://www.biorxiv.org/) - Biology Preprints * [bioRvix](https://www.biorxiv.org/) - Biology Preprints
* [Bioline](https://www.bioline.org.br/) - Bioscience Journals * [Bioline](https://www.bioline.org.br/) - Bioscience Journals
@ -821,7 +822,7 @@
* [Google Leaks](https://www.zachvorhies.com/google_leaks/) - Leaked Google Documents * [Google Leaks](https://www.zachvorhies.com/google_leaks/) - Leaked Google Documents
* [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database * [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database
* [The American Presidency Project](https://www.presidency.ucsb.edu/) - Presidential Documents * [The American Presidency Project](https://www.presidency.ucsb.edu/) - Presidential Documents
* [US Military Manual Collection](https://archive.org/details/military-manuals) or [LiberatedManuals](https://www.liberatedmanuals.com/) - Military Documents / Manuals * [US Military Manual Collection](https://archive.org/details/m), [MCPEL](https://www.marines.mil/News/Publications/MCPEL/), [Army Pubs]https://armypubs.army.mil/) or [LiberatedManuals](https://www.liberatedmanuals.com/) - Military Documents / Manuals
* [NASA NTRS](https://ntrs.nasa.gov/collections/pubspace) or [STI](https://sti.nasa.gov/) - NASA Documents * [NASA NTRS](https://ntrs.nasa.gov/collections/pubspace) or [STI](https://sti.nasa.gov/) - NASA Documents
* [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents * [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents
* [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary * [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary
@ -933,7 +934,7 @@
* ⭐ **[Spreeder](https://www.spreeder.com/app.php?intro=1)**, [BR Script](https://greasyfork.org/en/scripts/465635), [PlayText](https://playtext.app/), [AccelaReader](https://accelareader.com/), [Jiffy](https://www.jiffyreader.com/), [SwiftRead](https://swiftread.com/), [Notation](https://github.com/numanzamandipuu/Notation), [Tailwind BR](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/) or [SpeedRead](https://github.com/pasky/speedread) - Speed Reading Tools * ⭐ **[Spreeder](https://www.spreeder.com/app.php?intro=1)**, [BR Script](https://greasyfork.org/en/scripts/465635), [PlayText](https://playtext.app/), [AccelaReader](https://accelareader.com/), [Jiffy](https://www.jiffyreader.com/), [SwiftRead](https://swiftread.com/), [Notation](https://github.com/numanzamandipuu/Notation), [Tailwind BR](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/) or [SpeedRead](https://github.com/pasky/speedread) - Speed Reading Tools
* ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter * ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter
* ⭐ **[papeer](https://papeer.tech/)** / [GitHub](https://github.com/lapwat/papeer) or [epub-creator](https://github.com/NiklasGollenstede/epub-creator) - Webpage to EPUB Converter * ⭐ **[papeer](https://papeer.tech/)** / [GitHub](https://github.com/lapwat/papeer) or [epub-creator](https://github.com/NiklasGollenstede/epub-creator) - Webpage to EPUB Converter
* [Scribd Download Script](https://greasyfork.org/en/scripts/535783) or [ScribdVPDF](https://scribdvpdf.blogspot.com/) / [2](https://docdownloader.com/) / [3](https://scribd.vpdfs.com/) / [4](https://scribd.downloader.tips/) - [Scribd](https://www.scribd.com/) Document Downloaders * [Scribd Download Script](https://greasyfork.org/en/scripts/535783) or [ScribdVPDF](https://scribdvpdf.blogspot.com/) / [2](https://docdownloader.com/) / [3](https://scribd.vpdfs.com/) / [4](https://scribd.downloader.tips/) / [5](https://scribd.vdownloaders.com/) - [Scribd](https://www.scribd.com/) Document Downloaders
* [eBook Converter Bot](https://t.me/ebook_converter_bot) - Telegram Ebook Converter / [GitHub](https://github.com/yshalsager/ebook-converter-bot) * [eBook Converter Bot](https://t.me/ebook_converter_bot) - Telegram Ebook Converter / [GitHub](https://github.com/yshalsager/ebook-converter-bot)
* [CrowBook](https://github.com/crowdagger/crowbook) - Markdown to EPUB Converter * [CrowBook](https://github.com/crowdagger/crowbook) - Markdown to EPUB Converter
* [Libby](https://libbyapp.com/) - Library Search / [Downloader](https://github.com/PsychedelicPalimpsest/LibbyRip) * [Libby](https://libbyapp.com/) - Library Search / [Downloader](https://github.com/PsychedelicPalimpsest/LibbyRip)

View file

@ -6,7 +6,7 @@
# ► Social Media Tools # ► Social Media Tools
* 🌐 **[alternative-frontends](https://github.com/ParniDEO/alternative-front-ends-unofficial)**, [Farside](https://farside.link/) / [2](https://cf.farside.link/) or [PrivacyRedirect](https://privacyredirect.com/) - Frontend Indexes * 🌐 **[Farside](https://farside.link/)** / [2](https://cf.farside.link/), [PrivacyRedirect](https://privacyredirect.com/) or [alternative-frontends](https://github.com/ParniDEO/alternative-front-ends-unofficial) - Frontend Indexes
* ↪️ **[Android Social Media Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps2)** * ↪️ **[Android Social Media Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps2)**
* ⭐ **[GrayJay](https://grayjay.app/desktop/)** - Combines YouTube, Twitch, Rumble, etc. / [Guide](https://youtu.be/EnZrv37u66c) * ⭐ **[GrayJay](https://grayjay.app/desktop/)** - Combines YouTube, Twitch, Rumble, etc. / [Guide](https://youtu.be/EnZrv37u66c)
* ⭐ **[SocialBlade](https://socialblade.com/)** - Social Media Stats * ⭐ **[SocialBlade](https://socialblade.com/)** - Social Media Stats
@ -389,7 +389,6 @@
## ▷ Video Tools ## ▷ Video Tools
* ↪️ **[Summarize YT Videos](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_summarize_youtube_videos)**
* ↪️ **[Video Transcribers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25BA_subtitle_tools)** * ↪️ **[Video Transcribers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25BA_subtitle_tools)**
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored Video Segments / [Chromecast](https://github.com/gabe565/CastSponsorSkip) / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320) * ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored Video Segments / [Chromecast](https://github.com/gabe565/CastSponsorSkip) / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320)
* ⭐ **[polsy.org.uk](https://polsy.org.uk/stuff/ytrestrict.cgi)** - Video Region Restriction Checker * ⭐ **[polsy.org.uk](https://polsy.org.uk/stuff/ytrestrict.cgi)** - Video Region Restriction Checker
@ -645,6 +644,7 @@
* 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index * 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index
* ⭐ **[Fediverse Observer](https://fediverse.observer/)** - Fediverse Instances * ⭐ **[Fediverse Observer](https://fediverse.observer/)** - Fediverse Instances
* ⭐ **[Bluesky](https://bsky.app/)** - Federated Twitter Alternative / [App Directory](https://docs.bsky.app/showcase) / [Twitter Import](https://github.com/kawamataryo/sky-follower-bridge), [2](https://github.com/marcomaroni-github/twitter-to-bluesky) / [TUI](https://github.com/sugyan/tuisky) / [Dashboard](https://deck.blue/) * ⭐ **[Bluesky](https://bsky.app/)** - Federated Twitter Alternative / [App Directory](https://docs.bsky.app/showcase) / [Twitter Import](https://github.com/kawamataryo/sky-follower-bridge), [2](https://github.com/marcomaroni-github/twitter-to-bluesky) / [TUI](https://github.com/sugyan/tuisky) / [Dashboard](https://deck.blue/)
* [nStart](https://nstart.me/) - Federated Twitter Alternative
* [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics * [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics
* [Fedi.Tips](https://fedi.tips/) - Fediverse Guide * [Fedi.Tips](https://fedi.tips/) - Fediverse Guide
* [FediSearch](https://fedi-search.com/) - Fediverse Search * [FediSearch](https://fedi-search.com/) - Fediverse Search

View file

@ -9,7 +9,7 @@
* ⭐ **[AyuGram](https://t.me/ayugramchat)** / [Docs](https://docs.ayugram.one/) * ⭐ **[AyuGram](https://t.me/ayugramchat)** / [Docs](https://docs.ayugram.one/)
* ⭐ **[Nagram](https://github.com/nextalone/nagram)** / [Telegram](https://t.me/nagram_channel) * ⭐ **[Nagram](https://github.com/nextalone/nagram)** / [Telegram](https://t.me/nagram_channel)
[Nekogram](https://nekogram.app/), [Momogram](https://github.com/dic1911/Momogram), [TelegramAndroid](https://github.com/Forkgram/TelegramAndroid), [exteraGram](https://exteragram.app/), [Cherrygram](https://github.com/arsLan4k1390/Cherrygram), [TurboTel](https://t.me/s/TurboTel), [Nullgram](https://github.com/qwq233/Nullgram/), [Turrit](https://play.google.com/store/apps/details?id=org.telegram.group), [Nicegram](https://nicegram.app/), [Octogram](https://octogram.me/), [Telegram-FOSS](https://github.com/Telegram-FOSS-Team/Telegram-FOSS) [Nekogram](https://nekogram.app/), [Momogram](https://github.com/dic1911/Momogram), [TelegramAndroid](https://github.com/Forkgram/TelegramAndroid), [exteraGram](https://exteragram.app/), [Cherrygram](https://github.com/arsLan4k1390/Cherrygram), [TurboTel](https://t.me/s/TurboTel), [Nullgram](https://github.com/qwq233/Nullgram/), [Turrit](https://play.google.com/store/apps/details?id=org.telegram.group), [Nicegram](https://nicegram.app/), [Octogram](https://octogramapp.github.io/), [Telegram-FOSS](https://github.com/Telegram-FOSS-Team/Telegram-FOSS)
*** ***
@ -99,7 +99,7 @@
* ⭐ **[W3Schools](https://www.w3schools.com/)** - [Offline Version](https://github.com/Ja7ad/W3Schools) * ⭐ **[W3Schools](https://www.w3schools.com/)** - [Offline Version](https://github.com/Ja7ad/W3Schools)
* ⭐ **[Build your own X](https://codecrafters.io) / [GitHub](https://github.com/codecrafters-io/build-your-own-x)** * ⭐ **[Build your own X](https://codecrafters.io) / [GitHub](https://github.com/codecrafters-io/build-your-own-x)**
[RIP Tutorial](https://riptutorial.com/), [Programiz](https://www.programiz.com/), [Python Tutor](https://pythontutor.com/), [calmcode](https://calmcode.io/), [Tuts 4 You](https://tuts4you.com/), [Codelabs](https://codelabs.developers.google.com/), [Free Ebook Foundation](https://ebookfoundation.github.io/free-programming-books/), [Nayuki](https://www.nayuki.io/), [ZetCode](https://zetcode.com/), [Xah Code](http://xahlee.info/index.html), [Hackr.io](https://hackr.io/), [Guru99](https://www.guru99.com/), [Use My Notes](https://coachingdaddy.com/), [Ultimate Programming All-in-One Tutorials](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [Project Based Learning](https://github.com/practical-tutorials/project-based-learning), [TpointTech](https://www.tpointtech.com/), [Techno Smarter](https://technosmarter.com/), [tutorialkart](https://www.tutorialkart.com/) [Programiz](https://www.programiz.com/), [Python Tutor](https://pythontutor.com/), [calmcode](https://calmcode.io/), [Tuts 4 You](https://tuts4you.com/), [Codelabs](https://codelabs.developers.google.com/), [Free Ebook Foundation](https://ebookfoundation.github.io/free-programming-books/), [Nayuki](https://www.nayuki.io/), [ZetCode](https://zetcode.com/), [Xah Code](http://xahlee.info/index.html), [Hackr.io](https://hackr.io/), [Guru99](https://www.guru99.com/), [Use My Notes](https://coachingdaddy.com/), [Ultimate Programming All-in-One Tutorials](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [Project Based Learning](https://github.com/practical-tutorials/project-based-learning), [TpointTech](https://www.tpointtech.com/), [Techno Smarter](https://technosmarter.com/), [tutorialkart](https://www.tutorialkart.com/)
*** ***
@ -134,8 +134,9 @@
## Data Visualization Tools ## Data Visualization Tools
* ⭐ **[RAWGraphs](https://app.rawgraphs.io/)** - [GitHub](https://github.com/rawgraphs/rawgraphs-app) * ⭐ **[RAWGraphs](https://app.rawgraphs.io/)** / [GitHub](https://github.com/rawgraphs/rawgraphs-app)
* ⭐ **[Draw](https://www.drawio.com/)** - [GitHub](https://github.com/jgraph/drawio) * ⭐ **[Draw](https://www.drawio.com/)** / [GitHub](https://github.com/jgraph/drawio)
* ⭐ **[Kroki](https://kroki.io/#try)** - Text to Diagrams / [CLI](https://github.com/yuzutech/kroki-cli)
* ⭐ **[DataVizCatalogue](https://datavizcatalogue.com/)** - Data Visualization Wiki * ⭐ **[DataVizCatalogue](https://datavizcatalogue.com/)** - Data Visualization Wiki
* [flowchart fun](https://flowchart.fun/) - Generate Flowchart from Text / [GitHub](https://github.com/tone-row/flowchart-fun) * [flowchart fun](https://flowchart.fun/) - Generate Flowchart from Text / [GitHub](https://github.com/tone-row/flowchart-fun)
* [Pie Chart Maker](https://piechartmaker.co/), [2](https://www.piechartmaker.me/) - Create Pie Charts * [Pie Chart Maker](https://piechartmaker.co/), [2](https://www.piechartmaker.me/) - Create Pie Charts
@ -144,7 +145,7 @@
* [Cascii](https://cascii.app/) / [GitHub](https://github.com/casparwylie/cascii-core), [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.com/) - Create ASCII Diagrams * [Cascii](https://cascii.app/) / [GitHub](https://github.com/casparwylie/cascii-core), [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.com/) - Create ASCII Diagrams
* [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images * [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images
[app.diagrams](https://app.diagrams.net/), [DGM](https://dgm.sh/), [DrawDB](https://www.drawdb.app/) / [Discord](https://discord.gg/BrjZgNrmR6), [Data GIF Maker](https://datagifmaker.withgoogle.com/), [Flourish](https://flourish.studio/), [Datawrapper](https://www.datawrapper.de/), [chartd](https://www.chartd.co/), [Chart.xkcd](https://timqian.com/chart.xkcd/), [QuickChart](https://quickchart.io/), [Percival](https://percival.ink/), [amCharts](https://live.amcharts.com/), [ACME Chartmaker](https://acme.com/chartmaker/), [ParaView](https://www.paraview.org/), [Dia](http://dia-installer.de/), [yEd Live](https://www.yworks.com/yed-live/), [Mermaid](https://mermaid.live/), [LineGraphMaker](https://linegraphmaker.co/), [SwimLanes](https://swimlanes.io/), [Quiver](https://q.uiver.app/), [Gephi](https://gephi.org/), [Graphviz](https://graphviz.org/) / [Editor](https://edotor.net/), [Graphonline](https://graphonline.top/en/), [Diagramify](https://diagramify.agiliq.com/), [Charts Builder](https://charts.hohli.com/), [diagramgpt](https://www.eraser.io/diagramgpt), [Diagram.codes](https://www.diagram.codes/), [text2diagram](https://text2diagram.com/), [SankeyMATIC](https://sankeymatic.com/), [histogrammaker](https://histogrammaker.net/), [flowgorithm](http://flowgorithm.org/), [Chart Builder](https://textquery.app/tools/chart-builder/) [DGM](https://dgm.sh/), [DrawDB](https://www.drawdb.app/) / [Discord](https://discord.gg/BrjZgNrmR6), [Data GIF Maker](https://datagifmaker.withgoogle.com/), [Flourish](https://flourish.studio/), [Datawrapper](https://www.datawrapper.de/), [chartd](https://www.chartd.co/), [Chart.xkcd](https://timqian.com/chart.xkcd/), [QuickChart](https://quickchart.io/), [Percival](https://percival.ink/), [amCharts](https://live.amcharts.com/), [ACME Chartmaker](https://acme.com/chartmaker/), [ParaView](https://www.paraview.org/), [Dia](http://dia-installer.de/), [yEd Live](https://www.yworks.com/yed-live/), [Mermaid](https://mermaid.live/), [LineGraphMaker](https://linegraphmaker.co/), [SwimLanes](https://swimlanes.io/), [Quiver](https://q.uiver.app/), [Gephi](https://gephi.org/), [Graphviz](https://graphviz.org/) / [Editor](https://edotor.net/), [Graphonline](https://graphonline.top/en/), [Diagramify](https://diagramify.agiliq.com/), [Charts Builder](https://charts.hohli.com/), [diagramgpt](https://www.eraser.io/diagramgpt), [Diagram.codes](https://www.diagram.codes/), [text2diagram](https://text2diagram.com/), [SankeyMATIC](https://sankeymatic.com/), [histogrammaker](https://histogrammaker.net/), [flowgorithm](http://flowgorithm.org/), [Chart Builder](https://textquery.app/tools/chart-builder/)
*** ***
@ -185,36 +186,6 @@
*** ***
## Encrypted Android Messengers
* ⭐ **[SimpleX](https://simplex.chat/)**
* ⭐ **[Signal](https://signal.org/#signal)** or **[Mollyim](https://github.com/mollyim/mollyim-android)**
* ⭐ **[Briar](https://briarproject.org/)**
[Status](https://status.app/), [Olvid](https://olvid.io/en/), [OpenKeychain](https://www.openkeychain.org/), [Wire](https://wire.com/en/download/), [Databag](https://github.com/balzack/databag)
**Video / Text**
[Jami](https://jami.net/), [Element](https://schildi.chat/android/) / [2](https://play.google.com/store/apps/details?id=im.vector.app)
***
## Encrypted Messengers
* ⭐ **[Matrix](https://matrix.org/)** / [Moderation Bot](https://github.com/matrix-org/mjolnir)
* ⭐ **[Signal](https://signal.org/)** / [Extract Messages](https://github.com/tbvdm/sigtop)
* [Nheko](https://nheko-reborn.github.io/), [Cinny](https://cinny.in/), [SchildiChat](https://schildi.chat/), [Fluffy](https://fluffychat.im) or [Element](https://element.io/) / [GitHub](https://github.com/element-hq) - Matrix Clients
[Cwtch](https://docs.cwtch.im/), [Off-the-Record Messaging](https://otr.cypherpunks.ca/), [Session](https://getsession.org/), [Enigma](https://enigma-reloaded.github.io/enigma-reloaded), [Keybase](https://keybase.io/), [BiP](https://bip.com/en/), [SimpleX](https://simplex.chat/), [emberclear](https://emberclear.io/), [CoyIM](https://coy.im/), [RicochetRefresh](https://www.ricochetrefresh.net/), [Linphone](https://www.linphone.org/en/homepage-linphone/) / [GitLab](https://gitlab.linphone.org/explore/projects), [Jami](https://jami.net/) / [GitLab](https://git.jami.net/savoirfairelinux), [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore), [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox), [Teleguard](https://teleguard.com/en), [Olvid](https://olvid.io/en/)
### Matrix Home Servers
* ⭐ **[List of Matrix servers](https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html)**, [2](https://tatsumoto.neocities.org/blog/list-of-matrix-servers.html)
[Conduit](https://gitlab.com/famedly/conduit), [Public Matrix Homeservers](https://joinmatrix.org/servers/), [Public Matrix Homeservers Archive](https://archive.md/4xZE4), [Public Servers](https://wiki.asra.gr/en:public_servers)
***
## Encrypted XMPP Servers ## Encrypted XMPP Servers
[Server List](https://xmpp.404.city/), [Hot Chilli](https://www.hot-chilli.eu/jabber/), [XMPP.jp](https://xmpp.jp/) / [xmpp.is](https://xmpp.is/), [dismail](https://dismail.de/), [blah](https://blah.im/), [404.city](https://404.city/) [Server List](https://xmpp.404.city/), [Hot Chilli](https://www.hot-chilli.eu/jabber/), [XMPP.jp](https://xmpp.jp/) / [xmpp.is](https://xmpp.is/), [dismail](https://dismail.de/), [blah](https://blah.im/), [404.city](https://404.city/)
@ -326,6 +297,7 @@
* ⭐ **[Eleventy](https://11ty.dev/)** / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy) * ⭐ **[Eleventy](https://11ty.dev/)** / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy)
* [Web 1.0 Hosting](https://web1.0hosting.net/) * [Web 1.0 Hosting](https://web1.0hosting.net/)
* [Codeberg Pages](https://codeberg.page/) * [Codeberg Pages](https://codeberg.page/)
* [pages.gay](https://pages.gay/)
* [GitLab Pages](https://docs.gitlab.com/user/project/pages/) * [GitLab Pages](https://docs.gitlab.com/user/project/pages/)
* [DropPages](https://droppages.com/) * [DropPages](https://droppages.com/)
* [W3Schools Spaces](https://www.w3schools.com/spaces/) * [W3Schools Spaces](https://www.w3schools.com/spaces/)
@ -440,7 +412,7 @@
## Instagram Viewers / Downloaders ## Instagram Viewers / Downloaders
* [IG Helper](https://greasyfork.org/en/scripts/404535) or [IG Download Button](https://greasyfork.org/en/scripts/406535-instagram-download-button) - Userscripts * [IG Helper](https://greasyfork.org/en/scripts/404535) / [GitHub](https://github.com/SN-Koarashi/ig-helper/) or [IG Download Button](https://greasyfork.org/en/scripts/406535-instagram-download-button) - Userscripts
* [ESUIT](https://chromewebstore.google.com/detail/esuit-photos-downloader-f/adighedbfmnpjcjlloooichmbjdefane) or [Mass Downloader](https://chromewebstore.google.com/detail/jmpdoloapmhninneneekkepmkpmpkhjn) - Chrome Extensions * [ESUIT](https://chromewebstore.google.com/detail/esuit-photos-downloader-f/adighedbfmnpjcjlloooichmbjdefane) or [Mass Downloader](https://chromewebstore.google.com/detail/jmpdoloapmhninneneekkepmkpmpkhjn) - Chrome Extensions
[Pixnoy](https://www.pixnoy.com/), [instasaved](https://instasaved.net/en), [insta-stories-viewer](https://insta-stories-viewer.com/), [Instagram PHP Scraper](https://github.com/postaddictme/instagram-php-scraper), [FastDL](https://fastdl.app/en), [SaveFromWeb](https://www.savefromweb.com/), [Downloadgram](https://downloadgram.org/), [Dumpor](https://dumpor.io/), [GreatFon](https://greatfon.io/), [ThumbTube](https://thumbtube.com/download-instagram-photos-videos), [Instaloader](https://instaloader.github.io/) / [GitHub](https://github.com/instaloader/instaloader), [Weynstag](https://www.google.com/amp/s/weynstag.com/amp.php/), [anonyig](https://anonyig.com/), [mollygram](https://mollygram.com/) [Pixnoy](https://www.pixnoy.com/), [instasaved](https://instasaved.net/en), [insta-stories-viewer](https://insta-stories-viewer.com/), [Instagram PHP Scraper](https://github.com/postaddictme/instagram-php-scraper), [FastDL](https://fastdl.app/en), [SaveFromWeb](https://www.savefromweb.com/), [Downloadgram](https://downloadgram.org/), [Dumpor](https://dumpor.io/), [GreatFon](https://greatfon.io/), [ThumbTube](https://thumbtube.com/download-instagram-photos-videos), [Instaloader](https://instaloader.github.io/) / [GitHub](https://github.com/instaloader/instaloader), [Weynstag](https://www.google.com/amp/s/weynstag.com/amp.php/), [anonyig](https://anonyig.com/), [mollygram](https://mollygram.com/)
@ -603,7 +575,7 @@
* ⭐ **[Console Living Room](https://archive.org/details/consolelivingroom)** * ⭐ **[Console Living Room](https://archive.org/details/consolelivingroom)**
* ⭐ **[My Abandonware](https://www.myabandonware.com/)** * ⭐ **[My Abandonware](https://www.myabandonware.com/)**
[The Retro Saga](https://weplayretro.games/), [CrocDB](https://crocdb.net/), [WebRCade](https://www.webrcade.com/), [RetroGames](https://www.retrogames.cz/), [retrogames.cc](https://www.retrogames.cc/), [ClassicReload](https://classicreload.com/), [Retro Games Bot](https://retrogamesbot.com/), [Vizzed](https://www.vizzed.com/), [Free80sArcade](https://www.free80sarcade.com/), [Retro Uprising](https://www.retrouprising.com/), [Retro Games](https://www.retrogames.onl/), [Play Classic Games](https://playclassic.games/), [ClassicGames](https://www.classicgames.me/), [Emulator.Games](https://www.emugames.net/), [GamulatoR](https://www.gamulator.com/roms), [AfterPlay](https://afterplay.io/), [Aurora](https://skitty.xyz/aurora/), [Emulator.online](http://emulator.online/), [Online.OldGames](https://online.oldgames.sk/), [Retro Games Online](https://www.playretrogames.com/), [PlayEmulator](https://playemulator.online/), [Emulator Games Online](https://gamesfrog.com/), [Virtual Consoles](https://virtualconsoles.com/), [OldGameShelf](https://oldgameshelf.com/), [Emulator Online](https://emulatoronline.com/), [PlayRetroGames](https://playretrogames.net/), [Retro Games Free](https://retrogamesfree.com/), [PlayRetroGames](https://playretrogames.com/), [Tiny8bit](https://floooh.github.io/tiny8bit/), [ClassicGame](https://www.classicgame.com/), [ClassicGamesArcade](https://classicgamesarcade.com/), [Radyolojinet](https://www.radyolojinet.com/retro/), [WePlayOld](https://www.weplayold.com/), [Online Retro Games](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=OnlineGames.OnlineGames&lng=en) [The Retro Saga](https://weplayretro.games/), [CrocDB](https://crocdb.net/), [WebRCade](https://www.webrcade.com/), [RetroGames](https://www.retrogames.cz/), [retrogames.cc](https://www.retrogames.cc/), [ClassicReload](https://classicreload.com/), [Retro Games Bot](https://retrogamesbot.com/), [Vizzed](https://www.vizzed.com/), [Free80sArcade](https://www.free80sarcade.com/), [Retro Uprising](https://www.retrouprising.com/), [Retro Games](https://www.retrogames.onl/), [Play Classic Games](https://playclassic.games/), [ClassicGames](https://www.classicgames.me/), [Emulator.Games](https://www.emugames.net/), [GamulatoR](https://www.gamulator.com/roms), [AfterPlay](https://afterplay.io/), [Aurora](https://skitty.xyz/aurora/), [Emulator.online](http://emulator.online/), [Online.OldGames](https://online.oldgames.sk/), [Retro Games Online](https://www.playretrogames.com/), [PlayEmulator](https://playemulator.online/), [Emulator Games Online](https://gamesfrog.com/), [Virtual Consoles](https://virtualconsoles.com/), [OldGameShelf](https://oldgameshelf.com/), [Emulator Online](https://emulatoronline.com/), [PlayRetroGames](https://playretrogames.net/), [Retro Games Free](https://retrogamesfree.com/), [PlayRetroGames](https://playretrogames.com/), [Tiny8bit](https://floooh.github.io/tiny8bit/), [ClassicGame](https://www.classicgame.com/), [ClassicGamesArcade](https://classicgamesarcade.com/), [Radyolojinet](https://www.radyolojinet.com/retro/), [WePlayOld](https://www.weplayold.com/), [Online Retro Games](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=OnlineGames.OnlineGames&lng=en), [ROM.so](https://rom.so/)
*** ***
@ -663,28 +635,6 @@
*** ***
## MPV Shaders
* [ArtCNN](https://github.com/Artoriuz/ArtCNN), [AniSD](https://github.com/Sirosky/Upscale-Hub/releases/tag/AniSD-ArtCNN) or [Ani4k](https://github.com/Sirosky/Upscale-Hub/releases/tag/Ani4k-v2-ArtCNN)
* [FSR](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5)
* [NNEDI / Ravu](https://github.com/bjin/mpv-prescalers/)
* [FSRCNNX](https://github.com/igv/FSRCNN-TensorFlow/)
* [CFL](https://github.com/Artoriuz/glsl-chroma-from-luma-prediction)
* [JointBilateral](https://github.com/Artoriuz/glsl-joint-bilateral)
* [KrigBilateral](https://gist.github.com/igv/a015fc885d5c22e6891820ad89555637)
* [SSimSuperRes](https://gist.github.com/igv/2364ffa6e81540f29cb7ab4c9bc05b6b)
* [SSimDownscaler](https://gist.github.com/igv/36508af3ffc84410fe39761d6969be10)
* [Pixel Clipper](https://github.com/Artoriuz/glsl-pixel-clipper)
* [adaptive-sharpen](https://gist.github.com/igv/8a77e4eb8276753b54bb94c1c50c317e)
***
## Open Directory Search String Builder
[strixx](https://strixx.vercel.app/), [lendx](http://lendx.org/), [eyeofjustice](https://www.eyeofjustice.com/od/), [lumpysoft](https://lumpysoft.com/), [opendirsearch](https://opendirsearch.abifog.com/), [Ewasion](https://ewasion.github.io/opendirectory-finder/), [doyouneedmorehdd](https://doyou.needmorehdd.space/#), [odfinder](https://odfinder.github.io/), [thuvien](https://thuvien.com/)
***
## Piracy Site Proxies ## Piracy Site Proxies
[NinjaUnblocked](https://unblockninja.com/) / [2](https://proxyninja.org/) / [3](https://ninjaproxy1.com/) or [Knaben.info](https://knaben.info/) [NinjaUnblocked](https://unblockninja.com/) / [2](https://proxyninja.org/) / [3](https://ninjaproxy1.com/) or [Knaben.info](https://knaben.info/)
@ -699,7 +649,7 @@
## Poll Sites ## Poll Sites
[PollCode](https://pollcode.com/), [YoPolls](https://www.yopolls.com/), [Polls.fr](https://polls.fr/), [minipoll](https://minipoll.co/), [PickVote](https://pickvote.web.app/), [StrawPoll](https://strawpoll.com/), [framadate](https://framadate.org/), [mobpoll](https://quick.mobpoll.org/), [polltab](https://www.polltab.com/), [polling-app](https://xoyondo.com/polling-app), [poal.me](https://poal.me/), [poll.ly](https://poll.ly/), [matepoll](https://www.matepoll.com/index.html), [typeform](https://typeform.com/examples/polls/) [PollCode](https://pollcode.com/), [Polls.fr](https://polls.fr/), [minipoll](https://minipoll.co/), [PickVote](https://pickvote.web.app/), [StrawPoll](https://strawpoll.com/), [framadate](https://framadate.org/), [mobpoll](https://quick.mobpoll.org/), [polltab](https://www.polltab.com/), [polling-app](https://xoyondo.com/polling-app), [poal.me](https://poal.me/), [poll.ly](https://poll.ly/), [matepoll](https://www.matepoll.com/index.html), [typeform](https://typeform.com/examples/polls/)
### Live Polling ### Live Polling
@ -804,16 +754,6 @@
*** ***
## Summarize YouTube Videos
* [Gemini](https://gemini.google.com/)
* [VideoHighlight](https://videohighlight.com/)
* [Glarity](https://glarity.app/) - Browser Extension
* [Glasp](https://glasp.co/youtube-summary) or [Eightify](https://eightify.app/) - Chrome Extensions
* [Stepify](https://stepify.tech/) - Summarize into a Step-by-step Tutorial
***
## Survival ## Survival
* ⭐ **[Survivor Library](https://www.survivorlibrary.com/)** * ⭐ **[Survivor Library](https://www.survivorlibrary.com/)**
@ -834,7 +774,7 @@
* [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React * [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React
* [HealthIcons](https://healthicons.org/) - Medical Icons * [HealthIcons](https://healthicons.org/) - Medical Icons
[Icofont](https://icofont.com/icons), [VisualPharm](https://visualpharm.com/), [Google Icons](https://fonts.google.com/icons), [svgl](https://svgl.app/), [iconer](https://iconer.app/), [SimpleIcons](https://simpleicons.org/), [xIcons](https://xicons.org), [Polaris](https://polaris.shopify.com/icons), [Phosphor Icons](https://phosphoricons.com/), [iCongo](https://icongo.github.io/), [IconFinder](https://www.iconfinder.com/), [Lucide](https://lucide.dev/), [Ant Design](https://ant.design/components/icon/), [IconPacks](https://www.iconpacks.net/), [svgmix](https://svgmix.com/), [Iconbuddy](https://iconbuddy.com/), [Noun Project](https://thenounproject.com/), [Orion](https://www.orioniconlibrary.com/), [Flaticon](https://www.flaticon.com/), [Devicon](https://devicon.dev/), [Glyphs](https://glyphs.fyi/), [IconArchive](https://iconarchive.com/), [IconDuck](https://iconduck.com/), [icon icons](https://icon-icons.com/), [Icons-For-Free](https://icons-for-free.com/), [Streamline](https://www.streamlinehq.com/), [Dryicons](https://dryicons.com/), [Icones](https://icones.js.org/), [CaptainIconWeb](https://mariodelvalle.github.io/CaptainIconWeb/), [IconNinja](https://www.iconninja.com/), [Teenyicons](https://teenyicons.com/), [awsicons](https://awsicons.dev/), [iconoir](https://iconoir.com/), [heroicons](https://heroicons.dev/), [composeicons](https://composeicons.com/), [iconmonstr](https://iconmonstr.com/), [Nerd Fonts](https://www.nerdfonts.com/), [websvg](https://websvg.com/) [Icofont](https://icofont.com/icons), [VisualPharm](https://visualpharm.com/), [Google Icons](https://fonts.google.com/icons), [svgl](https://svgl.app/), [iconer](https://iconer.app/), [SimpleIcons](https://simpleicons.org/), [xIcons](https://xicons.org), [Polaris](https://polaris.shopify.com/icons), [Phosphor Icons](https://phosphoricons.com/), [iCongo](https://icongo.github.io/), [IconFinder](https://www.iconfinder.com/), [Lucide](https://lucide.dev/), [Ant Design](https://ant.design/components/icon/), [IconPacks](https://www.iconpacks.net/), [svgmix](https://svgmix.com/), [Iconbuddy](https://iconbuddy.com/), [Noun Project](https://thenounproject.com/), [Orion](https://www.orioniconlibrary.com/), [Flaticon](https://www.flaticon.com/), [Devicon](https://devicon.dev/), [Glyphs](https://glyphs.fyi/), [IconArchive](https://iconarchive.com/), [IconDuck](https://iconduck.com/), [icon icons](https://icon-icons.com/), [Icons-For-Free](https://icons-for-free.com/), [Streamline](https://www.streamlinehq.com/), [Dryicons](https://dryicons.com/), [Icones](https://icones.js.org/), [CaptainIconWeb](https://mariodelvalle.github.io/CaptainIconWeb/), [IconNinja](https://www.iconninja.com/), [Teenyicons](https://teenyicons.com/), [awsicons](https://awsicons.dev/), [iconoir](https://iconoir.com/), [heroicons](https://heroicons.dev/), [composeicons](https://composeicons.com/), [iconmonstr](https://iconmonstr.com/), [Nerd Fonts](https://www.nerdfonts.com/), [websvg](https://websvg.com/), [svgsilh](https://svgsilh.com/)
*** ***
@ -882,7 +822,6 @@
## TypeScript Tools ## TypeScript Tools
* ⭐ **[TypeScript](https://www.typescriptlang.org/)** - JS Superset
* [React Typescript Cheatsheets](https://react-typescript-cheatsheet.netlify.app) - Typescript Cheatsheet for React Devs * [React Typescript Cheatsheets](https://react-typescript-cheatsheet.netlify.app) - Typescript Cheatsheet for React Devs
* [Clean Code TypeScripts](https://labs42io.github.io/clean-code-typescript) - Clean Code for TypeScript * [Clean Code TypeScripts](https://labs42io.github.io/clean-code-typescript) - Clean Code for TypeScript
* [Tackling TS](https://exploringjs.com/tackling-ts/toc.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides * [Tackling TS](https://exploringjs.com/tackling-ts/toc.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides
@ -910,4 +849,4 @@
* [UdemyRip](https://t.me/udemyrip) - Web Development / Cybersecurity Resources * [UdemyRip](https://t.me/udemyrip) - Web Development / Cybersecurity Resources
* [Udemy FREE](https://t.me/udemyforu) - Development Resources * [Udemy FREE](https://t.me/udemyforu) - Development Resources
* [CGPERS](https://t.me/CGPERS) - 3D Resources * [CGPERS](https://t.me/CGPERS) - 3D Resources

View file

@ -71,7 +71,7 @@
## ▷ Package Managers ## ▷ Package Managers
* ⭐ **[WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget)** - CLI Package Manager / [Browse](https://winstall.app/) / [Automation](https://github.com/topgrade-rs/topgrade) / [Auto Update](https://github.com/Romanitho/Winget-AutoUpdate) / [GitHub](https://github.com/microsoft/winget-cli) * ⭐ **[WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget)** - CLI Package Manager / [Browse](https://winstall.app/) / [Automation](https://github.com/topgrade-rs/topgrade) / [Auto Update](https://github.com/Romanitho/Winget-AutoUpdate) / [GitHub](https://github.com/microsoft/winget-cli)
* ⭐ **[UniGetUI](https://www.marticliment.com/unigetui/)** - GUI for Popular Package Managers * ⭐ **[UniGetUI](https://www.marticliment.com/unigetui/)** - GUI for Popular Package Managers / [GitHub](https://github.com/marticliment/UniGetUI)
* ⭐ **[Scoop](https://scoop.sh/)** - Portable Package Manager * ⭐ **[Scoop](https://scoop.sh/)** - Portable Package Manager
* ⭐ **[sfsu](https://github.com/winpax/sfsu/)** or [hok](https://github.com/chawyehsu/hok) - Fast Scoop Utilities * ⭐ **[sfsu](https://github.com/winpax/sfsu/)** or [hok](https://github.com/chawyehsu/hok) - Fast Scoop Utilities
* [Spinel](https://spinel.ovh/) - Multi-Program Install Script Generator * [Spinel](https://spinel.ovh/) - Multi-Program Install Script Generator
@ -90,7 +90,7 @@
* 🌐 **[Awesome AutoIt](https://github.com/J2TEAM/awesome-AutoIt)** - AutoIt Resources * 🌐 **[Awesome AutoIt](https://github.com/J2TEAM/awesome-AutoIt)** - AutoIt Resources
* ⭐ **[AutoHotkey](https://www.autohotkey.com/)** / [Discord](https://discord.com/invite/Aat7KHmG7v) * ⭐ **[AutoHotkey](https://www.autohotkey.com/)** / [Discord](https://discord.com/invite/Aat7KHmG7v)
* [AutoIt](https://www.autoitscript.com/) * [AutoIt](https://www.autoitscript.com/)
* [Tinytask](https://tinytask.net/) * [Tinytask](https://www.fosshub.com/TinyTask.html)
* [MacroRecorder](https://www.macrorecorder.com/) * [MacroRecorder](https://www.macrorecorder.com/)
* [Power Automate](https://learn.microsoft.com/en-us/power-automate/desktop-flows/install) * [Power Automate](https://learn.microsoft.com/en-us/power-automate/desktop-flows/install)
* [sikulix](http://sikulix.com/) * [sikulix](http://sikulix.com/)
@ -105,6 +105,7 @@
* 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources * 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources
* ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index * ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index
* [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [ConEmu](https://github.com/Maximus5/ConEmu), [Hyper](https://hyper.is/), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminal Emulators * [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [ConEmu](https://github.com/Maximus5/ConEmu), [Hyper](https://hyper.is/), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminal Emulators
* [PowerShell](https://github.com/powershell/powershell) - Microsoft PowerShell / Windows, Mac, Linux
* [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows * [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows
* [Clink](https://github.com/chrisant996/clink) - Command Line Editing * [Clink](https://github.com/chrisant996/clink) - Command Line Editing
* [Nushell](https://www.nushell.sh/) - Alt Shell * [Nushell](https://www.nushell.sh/) - Alt Shell
@ -112,7 +113,6 @@
* [Command Challenge](https://cmdchallenge.com/) - Command Line Learning * [Command Challenge](https://cmdchallenge.com/) - Command Line Learning
* [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator * [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator
* [GetDNote](https://www.getdnote.com/) - Command Line Notebook * [GetDNote](https://www.getdnote.com/) - Command Line Notebook
* [PowerShell](https://github.com/powershell/powershell) - Windows / macOS / Linux PowerShell
* [LeanandMean](https://github.com/AveYo/LeanAndMean) - Powershell Snippets / Use with Caution * [LeanandMean](https://github.com/AveYo/LeanAndMean) - Powershell Snippets / Use with Caution
* [PowerShell Scripts](https://github.com/fleschutz/PowerShell) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Alt Shell Scripts * [PowerShell Scripts](https://github.com/fleschutz/PowerShell) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Alt Shell Scripts
* [Starship](https://starship.rs/) - Cross-Shell Prompt * [Starship](https://starship.rs/) - Cross-Shell Prompt
@ -327,6 +327,7 @@
# ► Windows ISOs # ► Windows ISOs
* ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows) * ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows)
* ⭐ **[Windows Install / Debloat Guide](https://gist.github.com/VVispy/17b228cd9c151a495e7576255e1713b9)**
* [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy * [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy
* [OS.click](https://os.click/en) - Windows ISOs * [OS.click](https://os.click/en) - Windows ISOs
* [MyDigitalLife](https://forums.mydigitallife.net/) - Windows ISOs / Forums * [MyDigitalLife](https://forums.mydigitallife.net/) - Windows ISOs / Forums
@ -350,9 +351,9 @@
## ▷ Windows Activation ## ▷ Windows Activation
* ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Activation Scripts / Windows / Office / [Discord](https://discord.gg/gjJEfq7ux8) * ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Offline Activator / Windows / Office * [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Windows & Office Activation / Offline
* [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Offline Activator / Office * [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Office Activation / Offline
*** ***
@ -373,12 +374,9 @@
## ▷ Windows Repair ## ▷ Windows Repair
* [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools * [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools
* [Medicat](https://medicatusb.com/) / [GitHub](https://github.com/mon5termatt/medicat_installer), [SergeiStrelec](https://sergeistrelec.name/), [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) or [Hiren's BootCD PE](https://www.hirensbootcd.org/) - WinPE / Recovery Toolkits
* [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa) * [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
* [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums * [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums
* [Medicat](https://medicatusb.com/) - Computer Diagnostic / Recovery Toolkit / [GitHub](https://github.com/mon5termatt/medicat_installer)
* [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) - Recovery Environment
* [Hiren's BootCD PE](https://www.hirensbootcd.org/) or [Win10XPE](https://github.com/ChrisRfr/Win10XPE) - Preinstallation Environments / Recovery
* [Magic Trace](https://github.com/janestreet/magic-trace) - Diagnose Performance Issues using Intel Processor Trace
*** ***

View file

@ -184,7 +184,6 @@
* ⭐ **[Monkeytype](https://monkeytype.com/)** - Customizable Typing Tests / [Discord](https://discord.com/invite/monkeytype) / [GitHub](https://github.com/monkeytypegame/monkeytype) * ⭐ **[Monkeytype](https://monkeytype.com/)** - Customizable Typing Tests / [Discord](https://discord.com/invite/monkeytype) / [GitHub](https://github.com/monkeytypegame/monkeytype)
* [Typing Guide](https://docs.google.com/document/d/1W0jhfqJI2ueJ2FNseR4YAFpNfsUM-_FlREHbpNGmC2o) - In-Depth Typing Guide * [Typing Guide](https://docs.google.com/document/d/1W0jhfqJI2ueJ2FNseR4YAFpNfsUM-_FlREHbpNGmC2o) - In-Depth Typing Guide
* [Typing.io](https://typing.io/) - Typing Practice for Programming / Sign-Up Required
* [Typ.ing](https://typ.ing/), [Typings](https://typings.gg/) or [typing.works](https://typing.works/) - Typing Tests * [Typ.ing](https://typ.ing/), [Typings](https://typings.gg/) or [typing.works](https://typing.works/) - Typing Tests
* [keybr](https://www.keybr.com/) - Typing Practice * [keybr](https://www.keybr.com/) - Typing Practice
* [CyberType](https://cybertype.app/) - Typing Practice * [CyberType](https://cybertype.app/) - Typing Practice
@ -219,7 +218,7 @@
## ▷ Note-Taking ## ▷ Note-Taking
* ↪️ **[Android Note-Taking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_note-taking)** * ↪️ **[Android Note-Taking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_text_tools)**
* ⭐ **[Obsidian](https://obsidian.md/)** - Markdown Note-Taking / [Discord](https://discord.gg/obsidianmd) * ⭐ **[Obsidian](https://obsidian.md/)** - Markdown Note-Taking / [Discord](https://discord.gg/obsidianmd)
* ⭐ **Obsidian Tools** - [Resources](https://github.com/kmaasrud/awesome-obsidian) / [Publish Notes](https://github.com/oleeskild/obsidian-digital-garden) / [Web Clipper](https://github.com/obsidianmd/obsidian-clipper) / [Google Drive Sync](https://github.com/stravo1/obsidian-gdrive-sync) / [ChatGPT Addon](https://github.com/vasilecampeanu/obsidian-weaver) / [Guides](https://help.obsidian.md/Home) / [Forum](https://forum.obsidian.md/) * ⭐ **Obsidian Tools** - [Resources](https://github.com/kmaasrud/awesome-obsidian) / [Publish Notes](https://github.com/oleeskild/obsidian-digital-garden) / [Web Clipper](https://github.com/obsidianmd/obsidian-clipper) / [Google Drive Sync](https://github.com/stravo1/obsidian-gdrive-sync) / [ChatGPT Addon](https://github.com/vasilecampeanu/obsidian-weaver) / [Guides](https://help.obsidian.md/Home) / [Forum](https://forum.obsidian.md/)
* ⭐ **[Notion](https://www.notion.com/)** - Note-Taking * ⭐ **[Notion](https://www.notion.com/)** - Note-Taking
@ -487,6 +486,7 @@
* [FontsFree](https://fontsfree.net) * [FontsFree](https://fontsfree.net)
* [DFonts](https://www.dfonts.org/) * [DFonts](https://www.dfonts.org/)
* [Font Spring](https://www.fontspring.com/free) * [Font Spring](https://www.fontspring.com/free)
* [FontBolt](https://www.fontbolt.com/)
* [FFonts](https://www.ffonts.net/) * [FFonts](https://www.ffonts.net/)
* [DaFontFree](https://www.dafontfree.co/) * [DaFontFree](https://www.dafontfree.co/)
* [FontsHub](https://fontshub.pro/) * [FontsHub](https://fontshub.pro/)
@ -508,7 +508,7 @@
* [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)
* [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Font Manager](https://github.com/FontManager/font-manager) (Linux) - Font Managers * [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Linux Font Manager](https://github.com/FontManager/font-manager) - Font Managers
* [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools * [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools
* [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator * [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator
* [Formito](https://formito.com/tools/logo) - Typography Logo Maker * [Formito](https://formito.com/tools/logo) - Typography Logo Maker
@ -559,4 +559,4 @@
* [FontGenerator.cc](https://fontgenerator.cc/) * [FontGenerator.cc](https://fontgenerator.cc/)
* [FontGenerator.cool](https://fontgenerator.cool/) * [FontGenerator.cool](https://fontgenerator.cool/)
* [Font Changer Guru](https://fontchangerguru.com/) * [Font Changer Guru](https://fontchangerguru.com/)
* [Fancy Text Decorator](https://fancytextdecorator.com/) * [Fancy Text Decorator](https://fancytextdecorator.com/)

View file

@ -80,7 +80,7 @@
# ► Torrent Clients # ► Torrent Clients
**Warning** - Make sure you [BIND](https://redd.it/ssy8vv) 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.
*** ***
@ -177,5 +177,5 @@
* [AnonSeed](https://www.anonseed.com/) - Anonymous Torrent Sharing * [AnonSeed](https://www.anonseed.com/) - Anonymous Torrent Sharing
* [Torrent-Creator](https://kimbatt.github.io/torrent-creator/) - Browser Torrent Creator / [GitHub](https://github.com/Kimbatt/torrent-creator) * [Torrent-Creator](https://kimbatt.github.io/torrent-creator/) - Browser Torrent Creator / [GitHub](https://github.com/Kimbatt/torrent-creator)
* [Torrent Parts](https://torrent.parts/) / [GitHub](https://github.com/leoherzog/TorrentParts) or [Torrent File Editor](https://torrent-file-editor.github.io/) / [GitHub](https://github.com/torrent-file-editor/torrent-file-editor) - Edit Torrents Files * [Torrent Parts](https://torrent.parts/) / [GitHub](https://github.com/leoherzog/TorrentParts) or [Torrent File Editor](https://torrent-file-editor.github.io/) / [GitHub](https://github.com/torrent-file-editor/torrent-file-editor) - Edit Torrents Files
* [/r/torrents](https://reddit.com/r/torrents) or [/r/VPNTorrents](https://reddit.com/r/vpntorrents) - Torrenting Discussion * [/r/torrents](https://reddit.com/r/torrents) - Torrenting Discussion
* [IKnowWhatYouDownload](https://iknowwhatyoudownload.com/) - View Torrents Downloaded by your IP (can be inaccurate) * [IKnowWhatYouDownload](https://iknowwhatyoudownload.com/) - View Torrents Downloaded by your IP (can be inaccurate)

View file

@ -9,6 +9,7 @@
* 🌐 **[Digital Video Intro](https://github.com/leandromoreira/digital_video_introduction)** - Digital Video Guides / Resources * 🌐 **[Digital Video Intro](https://github.com/leandromoreira/digital_video_introduction)** - Digital Video Guides / Resources
* ↪️ **[AI Video Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_video_generation)** * ↪️ **[AI Video Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_video_generation)**
* ⭐ **[Reincubate Camo](https://reincubate.com/camo/)** - Use Any Camera as Webcam * ⭐ **[Reincubate Camo](https://reincubate.com/camo/)** - Use Any Camera as Webcam
* [Kast](https://kast.gg/), [Screen Share Party](https://ba.net/screen/) or [Screenz](https://screenz.agst.dev/) - Online Screen Share
* [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam), [Rope](https://github.com/Hillobar/Rope), [SimSwap](https://github.com/neuralchen/SimSwap) or [Roop](https://github.com/s0md3v/roop) - Video Face Swap Tools * [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam), [Rope](https://github.com/Hillobar/Rope), [SimSwap](https://github.com/neuralchen/SimSwap) or [Roop](https://github.com/s0md3v/roop) - Video Face Swap Tools
* [VideoHelp Forum](https://forum.videohelp.com/) - All Things Media / Video * [VideoHelp Forum](https://forum.videohelp.com/) - All Things Media / Video
* [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) - Video Quality Comparison & Analysis Tool * [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) - Video Quality Comparison & Analysis Tool
@ -155,7 +156,7 @@
* [WDFlat](https://www.wdflat.com/) - Stream Elements * [WDFlat](https://www.wdflat.com/) - Stream Elements
* [Twelve47Studios](https://twelve47studios.com/) - Stream Overlays * [Twelve47Studios](https://twelve47studios.com/) - Stream Overlays
* [Strem](https://github.com/strem-app/strem) - Stream Automation * [Strem](https://github.com/strem-app/strem) - Stream Automation
* [ppInk](https://github.com/PubPub-zz/ppInk/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation * [ppInk](https://github.com/PubPub-zz/ppInk/), [AnnotateWeb](https://annotateweb.com/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation
* [Amuse](https://6klabs.com/amuse) or [Songify](https://songify.overcode.tv/) - Now Playing Overlays * [Amuse](https://6klabs.com/amuse) or [Songify](https://songify.overcode.tv/) - Now Playing Overlays
* [StreamPi](https://stream-pi.com/) or [ODeck](https://github.com/willianrod/ODeck) - ElGato Streamdeck Alternatives * [StreamPi](https://stream-pi.com/) or [ODeck](https://github.com/willianrod/ODeck) - ElGato Streamdeck Alternatives
* [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs * [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs
@ -197,6 +198,7 @@
* ⭐ **[MPC-HC](https://github.com/clsid2/mpc-hc/)**, [MPC-QT](https://mpc-qt.github.io/) or [MPC-BE](https://sourceforge.net/projects/mpcbe/) - Video Player / [YT-DL Support](https://www.free-codecs.com/guides/how_to_stream_videos_with_mpc-hc.htm) * ⭐ **[MPC-HC](https://github.com/clsid2/mpc-hc/)**, [MPC-QT](https://mpc-qt.github.io/) or [MPC-BE](https://sourceforge.net/projects/mpcbe/) - Video Player / [YT-DL Support](https://www.free-codecs.com/guides/how_to_stream_videos_with_mpc-hc.htm)
* ⭐ **[MPV](https://mpv.io/)** - Video Player / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv) * ⭐ **[MPV](https://mpv.io/)** - Video Player / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv)
* ⭐ **[VLC](https://www.videolan.org/)** - Video Player * ⭐ **[VLC](https://www.videolan.org/)** - Video Player
* [Codec Guide](https://www.codecguide.com/), [ALF FreeWare VideoCODECs](https://codec.kyiv.ua/), or [Free-Codecs](https://www.free-codecs.com/) - Video Player Codec Collections
* [Screenbox](https://github.com/huynhsontung/Screenbox) - Video Player * [Screenbox](https://github.com/huynhsontung/Screenbox) - Video Player
* [AVPlayer](http://www.awesomevideoplayer.com/), [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [GridPlayer](https://github.com/vzhd1701/gridplayer) - Multi-Video Players * [AVPlayer](http://www.awesomevideoplayer.com/), [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [GridPlayer](https://github.com/vzhd1701/gridplayer) - Multi-Video Players
* [SPlayer](https://www.splayer.org/) - Video Player with Smart Translation * [SPlayer](https://www.splayer.org/) - Video Player with Smart Translation
@ -236,14 +238,12 @@
* [baked.live](https://baked.live/) - Online Video Player * [baked.live](https://baked.live/) - Online Video Player
* [Rave.io](https://rave.io/) - Online Extension * [Rave.io](https://rave.io/) - Online Extension
* [MovieNight](https://github.com/zorchenhimer/MovieNight) / [Discord](https://discord.gg/F2VSgjJ) - Docker * [MovieNight](https://github.com/zorchenhimer/MovieNight) / [Discord](https://discord.gg/F2VSgjJ) - Docker
* [Kast](https://kast.gg/) - Screen Share
* [Screen Share Party](https://ba.net/screen/) - Online Screen Share
*** ***
## ▷ MPV Tools ## ▷ MPV Tools
* ↪️ **[MPV Shaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_mpv_shaders)** * 🌐 **[igv's shaders](https://gist.github.com/igv)** - Various Shaders
* [MPV Config Guide](http://thewiki.moe/tutorials/mpv/), [2](https://iamscum.wordpress.com/guides/videoplayback-guide/mpv-conf/), [3](https://hooke007-github-io.translate.goog/unofficial/index.html?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp) * [MPV Config Guide](http://thewiki.moe/tutorials/mpv/), [2](https://iamscum.wordpress.com/guides/videoplayback-guide/mpv-conf/), [3](https://hooke007-github-io.translate.goog/unofficial/index.html?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp)
* [ModernX](https://github.com/cyl0/ModernX), [tethys](https://github.com/Zren/mpv-osc-tethys) or [uosc](https://github.com/tomasklaen/uosc) - Alt User Interfaces * [ModernX](https://github.com/cyl0/ModernX), [tethys](https://github.com/Zren/mpv-osc-tethys) or [uosc](https://github.com/tomasklaen/uosc) - Alt User Interfaces
* [Simple MPV WebUI](https://github.com/open-dynaMIX/simple-mpv-webui) - WebUI Controller * [Simple MPV WebUI](https://github.com/open-dynaMIX/simple-mpv-webui) - WebUI Controller
@ -256,6 +256,10 @@
* [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync * [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync
* [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV * [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV
* [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails * [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails
* [ArtCNN](https://github.com/Artoriuz/ArtCNN), [AniSD](https://github.com/Sirosky/Upscale-Hub/releases/tag/AniSD-ArtCNN) or [Ani4k](https://github.com/Sirosky/Upscale-Hub/releases/tag/Ani4k-v2-ArtCNN) - Anime Upscaling
* [FSR](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5) or [CAS](https://gist.github.com/agyild/bbb4e58298b2f86aa24da3032a0d2ee6) - AMD FidelityFX port
* [MPV Prescalers](https://github.com/bjin/mpv-prescalers/) - NNEDI / RAVU Upscaling
* [GLSL CFL Prediction](https://github.com/Artoriuz/glsl-chroma-from-luma-prediction) - Chroma Upscaling
*** ***
@ -379,7 +383,6 @@
* ⭐ **[Eyecandy](https://eyecannndy.com/)** - Visual Technique Examples / [Discord](https://discord.com/invite/WRyrPkWEzT) * ⭐ **[Eyecandy](https://eyecannndy.com/)** - Visual Technique Examples / [Discord](https://discord.com/invite/WRyrPkWEzT)
* ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr), [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscaling * ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr), [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscaling
* [Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers) - Info on Codecs & Containers * [Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers) - Info on Codecs & Containers
* [ALF FreeWare VideoCODECs](https://codec.kyiv.ua/), [Codec Guide](https://www.codecguide.com/) or [Free-Codecs](https://www.free-codecs.com/) - Video Codec Collections
* [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums * [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums
*** ***
@ -460,6 +463,7 @@
* [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z) * [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z)
* [ShareAE](https://www.shareae.com/) - After Effects * [ShareAE](https://www.shareae.com/) - After Effects
* [HunterAE](https://hunterae.com/) - After Effects * [HunterAE](https://hunterae.com/) - After Effects
* [AETemp](https://t.me/AETemp) - After Effects
* [Visual Effects Pack](https://t.me/visual_effects_pack) - After Effects * [Visual Effects Pack](https://t.me/visual_effects_pack) - After Effects
* [AERiver](https://aeriver.com/) - After Effects * [AERiver](https://aeriver.com/) - After Effects
* [AEDownloadPro](https://aedownloadpro.com/) - After Effects * [AEDownloadPro](https://aedownloadpro.com/) - After Effects

View file

@ -15,38 +15,40 @@
* ⭐ **[Hexa](https://hexa.watch/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.com/invite/yvwWjqvzjE) * ⭐ **[Hexa](https://hexa.watch/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.com/invite/yvwWjqvzjE)
* ⭐ **[XPrime](https://xprime.tv/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/ZKcN9KNdn6) * ⭐ **[XPrime](https://xprime.tv/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/ZKcN9KNdn6)
* ⭐ **[Bludclart](https://watch.bludclart.com/)** or [StreamFlix](https://watch.streamflix.one/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/nAQxPUs4) * ⭐ **[Bludclart](https://watch.bludclart.com/)** or [StreamFlix](https://watch.streamflix.one/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/nAQxPUs4)
* ⭐ **[FlickyStream](https://flickystream.net)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream) * ⭐ **[Cinemaos](https://cinemaos.live/)**, [2](https://cinemaos-v3.vercel.app/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/B7MeDYEJ)
* ⭐ **[SpenFlix](https://watch.spencerdevs.xyz/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/RF8vMBRtTs) * [FlickyStream](https://flickystream.net) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream)
* ⭐ **[VeloraTV](https://veloratv.ru/)** or [456movie](https://456movie.net/), [2](https://345movie.net/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/4SJ5c9gZUQ) * [1Shows](https://www.1shows.ru/) or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / [Auto Next](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#rgshows-autoplay) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
* ⭐ **[Flixer](https://flixer.su/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/KAtZhA6r) * [VeloraTV](https://veloratv.ru/) or [456movie](https://456movie.net/), [2](https://345movie.net/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/4SJ5c9gZUQ)
* ⭐ **[Cinemaos](https://cinemaos.live/)**, [2](https://cinemaos-v3.vercel.app/) - Movies / TV / Anime / Auto-Next / Watch Parties * [Flixer](https://flixer.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/KAtZhA6r)
* [Rive](https://rivestream.org/), [2](https://rivestream.xyz/), [3](https://cinemaos-v2.vercel.app/), [4](https://rivestream.net/) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
* [1Shows](https://www.1shows.live/) or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / Watch Parties / [Auto Next](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#rgshows-autoplay) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
* [Vidbox](https://vidbox.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej) * [Vidbox](https://vidbox.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej)
* [Rive](https://rivestream.org/), [2](https://rivestream.xyz/), [3](https://cinemaos-v2.vercel.app/), [4](https://rivestream.net/) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
* [SpenFlix](https://watch.spencerdevs.xyz/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/RF8vMBRtTs)
* [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/PP3MAAQCrM) * [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/PP3MAAQCrM)
* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Discord](https://discord.com/invite/gmXvwcmxWR) * [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Discord](https://discord.com/invite/gmXvwcmxWR)
* [Mocine](https://mocine.cam/) - Movies / TV / Anime / Watch Parties
* [uira.live](https://uira.live/) - Movies / TV / Anime / [Discord](https://discord.com/invite/5ACWhK4Dzf) * [uira.live](https://uira.live/) - Movies / TV / Anime / [Discord](https://discord.com/invite/5ACWhK4Dzf)
* [Mocine](https://mocine.cam/) - Movies / TV / Anime
* [NetPlay](https://netplayz.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36) * [NetPlay](https://netplayz.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36)
* [MovieMaze](https://moviemaze.cc/) - Movies / TV / Anime * [MovieMaze](https://moviemaze.cc/) - Movies / TV / Anime
* [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
* [HydraHD](https://hydrahd.sh/) - Movies / TV / Anime / [Status](https://hydrahd.info/) * [HydraHD](https://hydrahd.sh/) - Movies / TV / Anime / [Status](https://hydrahd.info/)
* [Nunflix](https://nunflix.org/), [2](https://nunflix-firebase.web.app/), [3](https://nunflix-ey9.pages.dev/), [4](https://nunflix-firebase.firebaseapp.com/) - Movies / TV / Anime / [Docs](https://nunflix-doc.pages.dev/) / [Discord](https://discord.gg/CXVyfhgn26) * [Nunflix](https://nunflix.org/), [2](https://nunflix-firebase.web.app/), [3](https://nunflix-ey9.pages.dev/), [4](https://nunflix-firebase.firebaseapp.com/) - Movies / TV / Anime / [Docs](https://nunflix-doc.pages.dev/) / [Discord](https://discord.gg/CXVyfhgn26)
* [PopcornMovies](https://popcornmovies.to/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd) * [PopcornMovies](https://popcornmovies.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd)
* [Vidjoy](https://vidjoy.pro/) - Movies / TV / Anime / Auto-Next * [Vidjoy](https://vidjoy.pro/) - Movies / TV / Anime / Auto-Next
* [Mapple.tv](https://mapple.tv/) - Movies / TV / Anime / [Discord](https://discord.gg/V8XUhQb2MZ) * [Mapple.tv](https://mapple.tv/) - Movies / TV / Anime / [Discord](https://discord.gg/V8XUhQb2MZ)
* [Asgard Stream](https://asgard-stream.pages.dev/) - Movies / TV / Anime
* [Maxflix](https://maxflix.top/) - Movies / TV / Anime * [Maxflix](https://maxflix.top/) - Movies / TV / Anime
* [Bingeflix](https://bingeflix.tv/) - Movies / TV / [Discord](https://discord.gg/ajRY6Bn3rr) * [Bingeflix](https://bingeflix.tv/) - Movies / TV / [Discord](https://discord.gg/ajRY6Bn3rr)
* [7Xtream](https://movies.7xtream.com/), [2](https://cinema.7xtream.com/), [3](https://movies2.7xtream.com/) - Movies / TV / Anime / [Auto Next Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#7xtream-autoplay) / [Discord](https://discord.gg/TXqWTKeAAu) * [7Xtream](https://movies.7xtream.com/), [2](https://cinema.7xtream.com/), [3](https://movies2.7xtream.com/) - Movies / TV / Anime / [Auto Next Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#7xtream-autoplay) / [Discord](https://discord.gg/TXqWTKeAAu)
* [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)
* [AlienFlix](https://alienflix.net/), [2](https://hexawatch.cc/) - Movies / TV / Anime * [AlienFlix](https://alienflix.net/), [2](https://hexawatch.cc/) - Movies / TV / Anime
* [RedFlix](https://redflix.co/) - Movies / TV / Anime / [Discord](https://discord.com/invite/wp5SkSWHW5)
* [EnjoyTown](https://enjoytown.pro/), [2](https://kaido.cc/) - Movies / TV / Anime / [GitHub](https://github.com/avalynndev/enjoytown) * [EnjoyTown](https://enjoytown.pro/), [2](https://kaido.cc/) - Movies / TV / Anime / [GitHub](https://github.com/avalynndev/enjoytown)
* [Hopfly](https://watch.hopfly.site/) - Movies / TV / Anime * [Hopfly](https://watch.hopfly.site/) - Movies / TV / Anime
* [Purplix](https://neoxa.transdev.pw/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PwMYXRpWBD) * [Purplix](https://neoxa.transdev.pw/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PwMYXRpWBD)
* [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/)
* [Broflix](https://broflix.si/) - Movies / TV / Anime * [Broflix](https://broflix.si/) - Movies / TV / Anime
* [Arabflix](https://www.arabiflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/AMQdQehThg) * [Arabflix](https://www.arabiflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/AMQdQehThg)
* [RedFlix](https://redflix.co/) - Movies / TV / Anime / [Discord](https://discord.com/invite/wp5SkSWHW5) * [KaitoVault](https://www.kaitovault.com/) - Movies / TV / Anime
* [Yampi](https://yampi.live/) - Movies / TV / Anime * [Yampi](https://yampi.live/) - Movies / TV / Anime
* [M-Zone](https://www.m-zone.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PFvCNcZCQC) * [M-Zone](https://www.m-zone.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PFvCNcZCQC)
* [Lekuluent](https://lekuluent.et/) - Movies / TV / Anime * [Lekuluent](https://lekuluent.et/) - Movies / TV / Anime
@ -65,13 +67,14 @@
* [StigStream](https://stigstream.xyz), [2](https://stigstream.co.uk) - Movies / TV / Anime / [Discord](https://discord.gg/xxefFT8uEY) * [StigStream](https://stigstream.xyz), [2](https://stigstream.co.uk) - Movies / TV / Anime / [Discord](https://discord.gg/xxefFT8uEY)
* [Flicker](https://flickermini.pages.dev/), [2](https://flickeraddon.pages.dev/) - Movies / TV / Anime / [Subreddit](https://www.reddit.com/r/flickermini/) * [Flicker](https://flickermini.pages.dev/), [2](https://flickeraddon.pages.dev/) - Movies / TV / Anime / [Subreddit](https://www.reddit.com/r/flickermini/)
* [Mp4Hydra](https://mp4hydra.org/), [2](https://mp4hydra.top/) - Movies / [Mirrors](https://mp4hydra.org/about#domains) * [Mp4Hydra](https://mp4hydra.org/), [2](https://mp4hydra.top/) - Movies / [Mirrors](https://mp4hydra.org/about#domains)
* [KaitoVault](https://www.kaitovault.com/) - Movies / TV / Anime
* [AbleFlix](https://ableflix.xyz/), [2](https://ableflix.cc/) - Movies / TV / Anime / [Discord](https://discord.gg/tDKYeh9eQn) * [AbleFlix](https://ableflix.xyz/), [2](https://ableflix.cc/) - Movies / TV / Anime / [Discord](https://discord.gg/tDKYeh9eQn)
* [Altair](https://altair.mollusk.top/) or [Nova](https://novastream.top/) - Movies / TV / [Discord](https://discord.gg/s9kUZw7CqP) / [GitHub](https://github.com/ambr0sial/nova/) * [Altair](https://altair.mollusk.top/) or [Nova](https://novastream.top/) - Movies / TV / [Discord](https://discord.gg/s9kUZw7CqP) / [GitHub](https://github.com/ambr0sial/nova/)
* [Nkiri](https://nkiri.cc/), [2](https://soapertv.cc/), [3](https://popcorntimeonline.cc/), [4](https://streammovies.to/) - Movies / TV * [Nkiri](https://nkiri.cc/), [2](https://soapertv.cc/), [3](https://popcorntimeonline.cc/), [4](https://streammovies.to/) - Movies / TV
* [Autoembed](https://watch.autoembed.cc/) - Movies / TV / Anime / Drama / [Discord](https://discord.gg/BWDSXV9aX4) * [Autoembed](https://watch.autoembed.cc/) - Movies / TV / Anime / Drama / [Discord](https://discord.gg/BWDSXV9aX4)
* [NextPlay](https://nextplay.pages.dev/), [2](https://netplex-v2.pages.dev/) - Movies / TV / Anime
https://nextplay.pages.dev/
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / Use Throwaway Gmail / [4K Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq) * [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / Use Throwaway Gmail / [4K Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq)
* [PrimeWire](https://www.primewire.tf/) - Movies / TV / Anime / Watch Parties * [Movies7](https://movies7.im/) - Movies / TV
* [UniqueStream](https://uniquestream.net/) - Movies / TV / Anime / 720p * [UniqueStream](https://uniquestream.net/) - Movies / TV / Anime / 720p
* [StreamM4u](https://streamm4u.com.co/) - Movies / TV / Anime / [Clones](https://rentry.co/sflix#streamm4u-clones) * [StreamM4u](https://streamm4u.com.co/) - Movies / TV / Anime / [Clones](https://rentry.co/sflix#streamm4u-clones)
* [Watchroo](https://www.watchroo.com/) - Movies / TV / Anime / 720p * [Watchroo](https://www.watchroo.com/) - Movies / TV / Anime / 720p
@ -83,6 +86,7 @@
* [Noxe](https://noxe.live/) - Movies / TV / Anime * [Noxe](https://noxe.live/) - Movies / TV / Anime
* [CineGo](https://cinego.co/) - Movies / TV * [CineGo](https://cinego.co/) - Movies / TV
* [BFLIX](https://bflix.sh/) - Movies / TV * [BFLIX](https://bflix.sh/) - Movies / TV
* [PrimeWire](https://www.primewire.tf/) - Movies / TV / Anime
* [Novafork](https://novafork.cc/) - Movies / TV / [GitHub](https://github.com/noname25495/novafork) * [Novafork](https://novafork.cc/) - Movies / TV / [GitHub](https://github.com/noname25495/novafork)
* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime * [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime
* [uFlix](https://uflix.to/), [2](https://uflix.cc/) - Movies / TV / Anime * [uFlix](https://uflix.to/), [2](https://uflix.cc/) - Movies / TV / Anime
@ -100,14 +104,8 @@
* [zmov](https://zmov.vercel.app/), [2](https://watch.coen.ovh/), [3](https://plexmovies.online/) - Movies / TV / Anime / [GitHub](https://github.com/coen-h/zmov) * [zmov](https://zmov.vercel.app/), [2](https://watch.coen.ovh/), [3](https://plexmovies.online/) - Movies / TV / Anime / [GitHub](https://github.com/coen-h/zmov)
* [Wovie](https://watchstream.site/), [2](https://wovie.vercel.app/) - Movies / TV / Anime / [GitHub](https://github.com/iswilljr/wovie) * [Wovie](https://watchstream.site/), [2](https://wovie.vercel.app/) - Movies / TV / Anime / [GitHub](https://github.com/iswilljr/wovie)
* [SFlix](https://sflix2.to/) - Movies / TV / [Clones](https://rentry.co/sflix) * [SFlix](https://sflix2.to/) - Movies / TV / [Clones](https://rentry.co/sflix)
* [VidPlay](https://vidplay.top/) - Movies / TV / Anime / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#vidplay-note)
* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/) * [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/)
* [BrocoFlix](https://brocoflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/tDKYeh9eQn)
* [FlixWatch](https://flixwatch.site/) - Movies / TV / Anime / [Discord](https://discord.com/invite/VjeRRtuZ)
* [Way2Movies](https://way2movies.live/) - Movies / TV / Anime / [Subreddit](https://www.reddit.com/r/way2movies/) / [Telegram](https://t.me/Way2MoviesFun/) / [Discord](https://discord.gg/mH4zsaAmv7)
* [123Movies](https://123moviesfree.at/) - Movies
* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime * [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime
* [ReelZone](https://reelzone.vercel.app/) - Movies / TV / Anime / [Discord](https://discord.gg/zArgTukX3Z)
* [TVids](https://www.tvids.net/), [2](https://watch-tvseries.net/) - Movies / TV / Anime * [TVids](https://www.tvids.net/), [2](https://watch-tvseries.net/) - Movies / TV / Anime
* [Zoechip](https://zoechip.org/) - Movies / TV * [Zoechip](https://zoechip.org/) - Movies / TV
* [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies * [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies
@ -120,6 +118,7 @@
* 🌐 **[Free-Official-Youtube-Content](https://rentry.co/Free-Official-Youtube-Content)** or [YT-Movies](https://rentry.co/YT-Movies) - YouTube Channel Lists * 🌐 **[Free-Official-Youtube-Content](https://rentry.co/Free-Official-Youtube-Content)** or [YT-Movies](https://rentry.co/YT-Movies) - YouTube Channel Lists
* 🌐 **[YT Movies Multireddit](https://www.reddit.com/user/nbatman/m/streaming/)** - YouTube Streaming Subreddits * 🌐 **[YT Movies Multireddit](https://www.reddit.com/user/nbatman/m/streaming/)** - YouTube Streaming Subreddits
* 🌐 **[JustWatch](https://www.justwatch.com/us?monetization_types=free)** - Free w/ Ads Directory
* ⭐ **[Tubi](https://tubitv.com)** - Movies / TV / 720p / [Downloader](https://github.com/warren-bank/node-hls-downloader-tubitv) / [Avaliable Countries](https://corporate.tubitv.com/) * ⭐ **[Tubi](https://tubitv.com)** - Movies / TV / 720p / [Downloader](https://github.com/warren-bank/node-hls-downloader-tubitv) / [Avaliable Countries](https://corporate.tubitv.com/)
* ⭐ **[Plex](https://watch.plex.tv/)** - Movies / TV / 720p * ⭐ **[Plex](https://watch.plex.tv/)** - Movies / TV / 720p
* ⭐ **[Pluto](https://pluto.tv/)** - Movies / TV / 720p * ⭐ **[Pluto](https://pluto.tv/)** - Movies / TV / 720p
@ -150,7 +149,7 @@
* 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Discord](https://discord.gg/GuueaDgKdS) * 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Discord](https://discord.gg/GuueaDgKdS)
* ⭐ **[AnimeKai](https://animekai.to/)**, [2](https://animekai.bz/), [3](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [X](https://x.com/animekai_to) / [Discord](https://discord.com/invite/at5d9rkfUy) * ⭐ **[AnimeKai](https://animekai.to/)**, [2](https://animekai.bz/), [3](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [X](https://x.com/animekai_to) / [Discord](https://discord.com/invite/at5d9rkfUy)
* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [GitHub](https://github.com/Miruro-no-kuon/Miruro) * ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)
* ⭐ **[HiAnime](https://hianimez.to/)**, [2](https://hianime.nz/), [3](https://hianime.sx/), [4](https://hianime.bz/), [5](https://hianime.pe/) - Sub / Dub / Auto-Next / [Subreddit](https://reddit.com/r/HiAnimeZone/) / [Telegram](https://t.me/HiAnimeLobby) / [Discord](https://discord.gg/hianime) * ⭐ **[HiAnime](https://hianime.to/)**, [2](https://hianime.nz/), [3](https://hianime.sx/), [4](https://hianime.bz/), [5](https://hianime.pe/) - Sub / Dub / Auto-Next / [Subreddit](https://reddit.com/r/HiAnimeZone/) / [Telegram](https://t.me/HiAnimeLobby) / [Discord](https://discord.gg/hianime)
* ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891) * ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891)
* ⭐ **[All Manga](https://allmanga.to/)** - Sub / Dub / [Discord](https://discord.gg/YbuYYUwhpP) * ⭐ **[All Manga](https://allmanga.to/)** - Sub / Dub / [Discord](https://discord.gg/YbuYYUwhpP)
* ⭐ **[animepahe](https://animepahe.ru/)** - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl) * ⭐ **[animepahe](https://animepahe.ru/)** - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
@ -159,6 +158,7 @@
* ⭐ **[Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei)** or **[Kuroiru](https://kuroiru.co/)** - Multi-Site Anime Search * ⭐ **[Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei)** or **[Kuroiru](https://kuroiru.co/)** - Multi-Site Anime Search
* [Anify](https://anify.to/) - Sub / Dub / [Discord](https://discord.com/invite/79GgUXYwey) * [Anify](https://anify.to/) - Sub / Dub / [Discord](https://discord.com/invite/79GgUXYwey)
* [123anime](https://123animes.ru/) - Sub / Dub / Auto-Next * [123anime](https://123animes.ru/) - Sub / Dub / Auto-Next
* [AnimeZ](https://animeyy.com/) - Sub / Dub
* [AnimeOwl](https://animeowl.me/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/rFHXVGZ) * [AnimeOwl](https://animeowl.me/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/rFHXVGZ)
* [AnimeNoSub](https://animenosub.to/) - Sub / Dub * [AnimeNoSub](https://animenosub.to/) - Sub / Dub
* [Anime Nexus](https://anime.nexus/) - Sub / Dub / [Discord](https://discord.gg/AfMau96ppt) * [Anime Nexus](https://anime.nexus/) - Sub / Dub / [Discord](https://discord.gg/AfMau96ppt)
@ -174,6 +174,7 @@
* [KissAnime](https://kissanime.com.ru/) - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/w5ghWQG8uM) / [Clones](https://kissanime.help/) * [KissAnime](https://kissanime.com.ru/) - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/w5ghWQG8uM) / [Clones](https://kissanime.help/)
* [AnimeOnsen](https://animeonsen.xyz/) - Sub / 720p / [Discord](https://discord.com/invite/U56ZMrD) * [AnimeOnsen](https://animeonsen.xyz/) - Sub / 720p / [Discord](https://discord.com/invite/U56ZMrD)
* [AnimeStream](https://anime.uniquestream.net/) - Sub / 720p * [AnimeStream](https://anime.uniquestream.net/) - Sub / 720p
* [Gojo](https://gojo.live/) - Sub / Dub
* [AnimeXin](https://animexin.dev/) - Donghua / Sub / [Discord](https://discord.com/invite/SkxhVzTV) * [AnimeXin](https://animexin.dev/) - Donghua / Sub / [Discord](https://discord.com/invite/SkxhVzTV)
* [Lucifer Donghua](https://luciferdonghua.in/) - Donghua / Sub / [Telegram](https://telegram.me/luciferdonghuaz) * [Lucifer Donghua](https://luciferdonghua.in/) - Donghua / Sub / [Telegram](https://telegram.me/luciferdonghuaz)
* [Anoboye](https://anoboye.com/) - Donghua / Sub * [Anoboye](https://anoboye.com/) - Donghua / Sub
@ -269,6 +270,7 @@
* [LIMA](https://www.li-ma.nl/) - Short / Experimental Films * [LIMA](https://www.li-ma.nl/) - Short / Experimental Films
* [LightCone](https://lightcone.org/en) - Short / Experimental Films * [LightCone](https://lightcone.org/en) - Short / Experimental Films
* [Rohesia Hamilton Metcalfe](https://www.panix.com/~hamiltro/links/) - Experimental Films * [Rohesia Hamilton Metcalfe](https://www.panix.com/~hamiltro/links/) - Experimental Films
* [Le Cinéma Club](https://www.lecinemaclub.com/) - Hand-Picked Indie Film Stream / [Archive](https://www.lecinemaclub.com/archives/index/)
* [Zero1Cine](https://zero1cine.com/) - AI Generated Films * [Zero1Cine](https://zero1cine.com/) - AI Generated Films
* [The Library of Congress](https://www.loc.gov/film-and-videos/) - Movies / Short Films * [The Library of Congress](https://www.loc.gov/film-and-videos/) - Movies / Short Films
* [USNationalArchives](https://www.youtube.com/@USNationalArchives) - Movies / Short Films * [USNationalArchives](https://www.youtube.com/@USNationalArchives) - Movies / Short Films
@ -403,7 +405,9 @@
* 🌐 **[/sport calendars/](https://rentry.co/sportcalendars)** - Importable Sports Calendars * 🌐 **[/sport calendars/](https://rentry.co/sportcalendars)** - Importable Sports Calendars
* ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator * ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator
* ⭐ **[SportyHunter](https://sportyhunter.com/)**, [2](https://nflhunter.com/), [3](https://nhlstreams.io/v1/), [4](https://mlbgamepass.com/) / Community Aggregator / [Discord](https://discord.gg/zbxWcejadm)
* ⭐ **[Streamed](https://streamed.su/)**, [2](https://strmd.link/) / [Discord](https://discord.gg/streamed) * ⭐ **[Streamed](https://streamed.su/)**, [2](https://strmd.link/) / [Discord](https://discord.gg/streamed)
* ⭐ **[Sport7](https://sport7.pro/)** / [Player Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sport7) / [Telegram](https://t.me/goatifisports) / [Discord](https://discord.gg/dczuxPha)
* ⭐ **[RBTV77](https://www.rbtv77.kaufen/)** * ⭐ **[RBTV77](https://www.rbtv77.kaufen/)**
* ⭐ **[StreamEast](https://www.streameast.sk/v8/)** / [Mirrors](https://gostreameast.link/) * ⭐ **[StreamEast](https://www.streameast.sk/v8/)** / [Mirrors](https://gostreameast.link/)
* ⭐ **[LiveTV](https://livetv.sx/enx/)** or [Sport-TV](https://sport-tv.live/) * ⭐ **[LiveTV](https://livetv.sx/enx/)** or [Sport-TV](https://sport-tv.live/)
@ -419,15 +423,12 @@
* [MrGamingStreams](http://mrgamingstreams.org/), [2](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR) * [MrGamingStreams](http://mrgamingstreams.org/), [2](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR)
* [Strims](https://strimsy.top/) * [Strims](https://strimsy.top/)
* [SportOnTV](https://sportontv.xyz/), [2](https://sotmatches.netlify.app/) / [Discord](https://discord.gg/YhQPSSMps2) * [SportOnTV](https://sportontv.xyz/), [2](https://sotmatches.netlify.app/) / [Discord](https://discord.gg/YhQPSSMps2)
* [SportyHunter](https://sportyhunter.com/) / [Discord](https://discord.gg/zbxWcejadm)
* [Sports Plus](https://en12.sportplus.live/) * [Sports Plus](https://en12.sportplus.live/)
* [TotalSportek](https://totalsportek.at/), [2](https://streameast.cz/), [3](https://streameast.cz/) * [TotalSportek](https://totalsportek.at/), [2](https://streameast.cz/), [3](https://streameast.cz/)
* [CrackStreams](https://crackstreams.blog/) * [CrackStreams](https://crackstreams.blog/)
* [BuffSports](https://buffsports.me/)
* [720pStream](https://720pstream.nu/) * [720pStream](https://720pstream.nu/)
* [BuffStream](https://app.buffstream.io/) * [BuffStream](https://app.buffstream.io/)
* [TopSport](https://topsport.live/), [2](https://sport4all.live/) * [TopSport](https://topsport.live/), [2](https://sport4all.live/)
* [VidBox Sports](https://vidbox.to/sports)
* [LiveMatches](https://livematches.net/) - Live Events * [LiveMatches](https://livematches.net/) - Live Events
* [StarLive](https://starlive.click/) - Live MMA Events * [StarLive](https://starlive.click/) - Live MMA Events
* [TFLIX](https://tv.tflix.app/) - Sports Channels * [TFLIX](https://tv.tflix.app/) - Sports Channels
@ -474,6 +475,8 @@
* [WatchProWrestling](https://watchprowrestlings.org/) - MMA / Wrestling Replays * [WatchProWrestling](https://watchprowrestlings.org/) - MMA / Wrestling Replays
* [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays * [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays
* [WatchWrestling.st](https://watchwrestling.st/) - MMA / Wrestling Replays * [WatchWrestling.st](https://watchwrestling.st/) - MMA / Wrestling Replays
* [PWrestling](https://pwrestling.com/) - MMA / Wrestling Replays
* [AllWrestling24](https://allwrestling24.com/) - MMA / Wrestling Replays
* [123Wrestling](https://123wrestling.com/) - Wrestling Replays * [123Wrestling](https://123wrestling.com/) - Wrestling Replays
* [MMA High Kick](https://www.mmahighkick.com/) - MMA / Boxing Replays * [MMA High Kick](https://www.mmahighkick.com/) - MMA / Boxing Replays
* [Bellator](https://bellator.com/) - MMA Replays * [Bellator](https://bellator.com/) - MMA Replays
@ -493,11 +496,12 @@
* 🌐 **[IPTV Playlists](https://rentry.co/fmhybase64#iptv-playlists)** - List of Playlists * 🌐 **[IPTV Playlists](https://rentry.co/fmhybase64#iptv-playlists)** - List of Playlists
* ↪️ **[Android IPTV Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_live_tv)** * ↪️ **[Android IPTV Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_live_tv)**
* ⭐ **[IPTVNator](https://iptvnator.vercel.app/)** - IPTV Player / [Telegram](https://t.me/iptvnator) / [GitHub](https://github.com/4gray/iptvnator) * ⭐ **[IPTVNator](https://iptvnator.vercel.app/)** - IPTV Player / [Telegram](https://t.me/iptvnator) / [GitHub](https://github.com/4gray/iptvnator)
* ⭐ **[Best Player](https://www.microsoft.com/store/productId/9WZDNCRDPQSX)** - IPTV Player / [Unlock](https://rentry.co/FMHYBase64#best-player) * ⭐ **[Best Player](https://apps.microsoft.com/detail/9wzdncrdpqsx?hl=en-US&gl=US)** - IPTV Player / [Unlock](https://rentry.co/FMHYBase64#best-player)
* ⭐ **[Open TV](https://github.com/fredolx/open-tv)** - IPTV Player * ⭐ **[Open TV](https://github.com/fredolx/open-tv)** - IPTV Player
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories * [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
* [PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV) - IPTV Player * [PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV) - IPTV Player
* [LivePush](https://livepush.io/hls-player/index.html) - IPTV Player * [LivePush](https://livepush.io/hls-player/index.html) - IPTV Player
* [IPTVPlayer](https://iptvplayer.stream/) - IPTV Web Player
* [M3U IPTV](https://m3u-ip.tv/browser) - IPTV Web Player * [M3U IPTV](https://m3u-ip.tv/browser) - IPTV Web Player
* [TMDB-To-VOD](https://github.com/gogetta69/TMDB-To-VOD-Playlist) - Generate Playlists * [TMDB-To-VOD](https://github.com/gogetta69/TMDB-To-VOD-Playlist) - Generate Playlists
* [IPTV Community](https://iptv.community/) - IPTV Forum * [IPTV Community](https://iptv.community/) - IPTV Forum
@ -532,7 +536,7 @@
## ▷ Android TV ## ▷ Android TV
* 🌐 **[Awesome Android TV](https://github.com/Generator/Awesome-Android-TV-FOSS-Apps)** - Android TV App Index * 🌐 **[Awesome Android TV](https://github.com/Generator/Awesome-Android-TV-FOSS-Apps)** - Android TV App Index
* ⭐ **[SmartTube](https://github.com/yuliskov/SmartTube)**, [2](https://smarttubeapp.github.io/) - Ad-Free Android TV YouTube * ⭐ **[SmartTube](https://github.com/yuliskov/SmartTube)** / [2](https://smarttubeapp.github.io/) or [TizenTube Cobalt](https://github.com/reisxd/TizenTubeCobalt) - Ad-Free Android TV YouTube
* [Android TV Tools v4](https://xdaforums.com/t/tool-all-in-one-tool-for-windows-android-tv-tools-v4.4648239/) - Multiple Android TV Tools * [Android TV Tools v4](https://xdaforums.com/t/tool-all-in-one-tool-for-windows-android-tv-tools-v4.4648239/) - Multiple Android TV Tools
* [Android TV Piracy](https://rentry.co/androidtvpiracy) or [Android TV Guide](https://www.androidtv-guide.com/) / [Spreadsheet](https://docs.google.com/spreadsheets/d/1kdnHLt673EjoAJisOal2uIpcmVS2Defbgk1ntWRLY3E/) - Android TV Piracy Guides * [Android TV Piracy](https://rentry.co/androidtvpiracy) or [Android TV Guide](https://www.androidtv-guide.com/) / [Spreadsheet](https://docs.google.com/spreadsheets/d/1kdnHLt673EjoAJisOal2uIpcmVS2Defbgk1ntWRLY3E/) - Android TV Piracy Guides
* [S0undTV](https://github.com/S0und/S0undTV) - Android TV Twitch Player / [Discord](https://discord.gg/zmNjK2S) * [S0undTV](https://github.com/S0und/S0undTV) - Android TV Twitch Player / [Discord](https://discord.gg/zmNjK2S)
@ -561,7 +565,7 @@
* ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)** * ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)**
* ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)** * ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
* ⭐ **[VegaMovies](https://vegamovies.bot/)** - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials) * ⭐ **[VegaMovies](https://vegamovies.yoga/)** - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials)
* ⭐ **[RgShows](https://www.rgshows.me/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/rgshows) * ⭐ **[RgShows](https://www.rgshows.me/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/rgshows)
* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.xyz/), [3](https://cinemaos-v2.vercel.app/) - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV) * ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.xyz/), [3](https://cinemaos-v2.vercel.app/) - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Ad-Bypass (Must Have)](https://greasyfork.org/en/scripts/443277) / [Discord](https://discord.gg/4AvaCsd2J4) * ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Ad-Bypass (Must Have)](https://greasyfork.org/en/scripts/443277) / [Discord](https://discord.gg/4AvaCsd2J4)
@ -585,8 +589,10 @@
* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / Right Click to Save * [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / Right Click to Save
* [downloads-anymovies](https://www.downloads-anymovies.co/) - Movies / Right Click to Save * [downloads-anymovies](https://www.downloads-anymovies.co/) - Movies / Right Click to Save
* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/) * [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/)
* [Cinemalux](https://cinemalux.store/) - Movie / TV
* [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV * [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV
* [UHDMovies](https://modlist.in/?type=uhdmovies) - Movies / 4K * [UHDMovies](https://modlist.in/?type=uhdmovies) - Movies / 4K
* [4KHDHub](https://4khdhub.fans/) - Movies / TV / 4K
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use Throwaway Gmail / [Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq) * [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use Throwaway Gmail / [Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq)
* [Onkyo4k](https://onkyo4k.com/) - Movies / TV / 4K * [Onkyo4k](https://onkyo4k.com/) - Movies / TV / 4K
* [SlideMovies](https://slidemovies.org/) - Movies / TV / Anime / [Discord](https://discord.gg/mh2Bte8Kfj) * [SlideMovies](https://slidemovies.org/) - Movies / TV / Anime / [Discord](https://discord.gg/mh2Bte8Kfj)
@ -639,8 +645,8 @@
* ⭐ **[DramaSuki](https://rentry.co/fmhybase64#dramasuki)** - Asian Drama * ⭐ **[DramaSuki](https://rentry.co/fmhybase64#dramasuki)** - Asian Drama
* [Vadapav](https://rentry.co/FMHYBase64#vadapav) - Movies / TV * [Vadapav](https://rentry.co/FMHYBase64#vadapav) - Movies / TV
* [One Eighty Eight](https://rentry.co/FMHYBase64#one-eighty-eight) - Movies / TV * [One Eighty Eight](https://rentry.co/FMHYBase64#one-eighty-eight) - Movies / TV
* [T4TSA](https://t4tsa.cc/) - Movies / TV / Telegram
* [ProSearch4Bot](https://t.me/ProSearch4Bot) - Movies / Telegram * [ProSearch4Bot](https://t.me/ProSearch4Bot) - Movies / Telegram
* [SeriesBayX](https://t.me/SeriesBayX) - TV / Telegram
* [SolidarityCinema](https://www.solidaritycinema.com/) - Movies * [SolidarityCinema](https://www.solidaritycinema.com/) - Movies
* [Sinflix](https://rentry.co/FMHYBase64#sinflix) - Asian Drama * [Sinflix](https://rentry.co/FMHYBase64#sinflix) - Asian Drama
@ -784,7 +790,6 @@
* [TMDb](https://www.themoviedb.org/) - Movies / TV / Anime * [TMDb](https://www.themoviedb.org/) - Movies / TV / Anime
* [Movieo](https://movieo.me/) - Movies / TV / Anime * [Movieo](https://movieo.me/) - Movies / TV / Anime
* [AllMovie](https://www.allmovie.com/) - Movies / TV / Anime * [AllMovie](https://www.allmovie.com/) - Movies / TV / Anime
* [JustWatch](https://www.justwatch.com/) - Search Legal Streaming Hosts
* [Box Office Mojo](https://www.boxofficemojo.com/) - Box Office Earnings * [Box Office Mojo](https://www.boxofficemojo.com/) - Box Office Earnings
* [GCDb](https://www.grindhousedatabase.com/) - Grindhouse Cinema * [GCDb](https://www.grindhousedatabase.com/) - Grindhouse Cinema
* [Class Real](https://www.classreal.com/) - Weird / Trippy Movies * [Class Real](https://www.classreal.com/) - Weird / Trippy Movies
@ -823,7 +828,7 @@
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Movie / TV / Anime Recommendation Guides * [Rec Charts](https://pastebin.com/ayuqSpGR) - Movie / TV / Anime Recommendation Guides
* [listal](https://www.listal.com/) - Movies / TV * [listal](https://www.listal.com/) - Movies / TV
* [RelatedAnime](https://relatedanime.com/) - Related Anime Index * [RelatedAnime](https://relatedanime.com/) - Related Anime Index
* [TV Chart](https://tvchart.benmiz.com/), [Episode Hive](https://episodehive.com/), [TV Charts](https://tvcharts.co/), [SeriesGraph](https://seriesgraph.com), [TheShowGrid](https://theshowgrid.com/) or [WhatToWatchOn.tv](https://whattowatchon.tv/) - TV Episode Rating Graphs * [IMDb Table](https://docyx.github.io/imdb-table), [TV Chart](https://tvchart.benmiz.com/), [Episode Hive](https://episodehive.com/), [TV Charts](https://tvcharts.co/), [SeriesGraph](https://seriesgraph.com), [TheShowGrid](https://theshowgrid.com/) or [WhatToWatchOn.tv](https://whattowatchon.tv/) - TV Episode Rating Graphs
* [AnimeStats](https://anime-stats.net/), [AnimeKarmaList](https://animekarmalist.com/) or [Sprout](https://anime.ameo.dev/) - Anime Recommendations * [AnimeStats](https://anime-stats.net/), [AnimeKarmaList](https://animekarmalist.com/) or [Sprout](https://anime.ameo.dev/) - Anime Recommendations
* [MRQE](https://www.mrqe.com/) - Movie Review Search Engine * [MRQE](https://www.mrqe.com/) - Movie Review Search Engine
* [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists * [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists
@ -929,7 +934,7 @@
* ⭐ **[OpenVideo](https://openvideofs.github.io)** or [Stream-Bypass](https://github.com/ByteDream/stream-bypass) - Use Streaming Sites in Ad-Free Player with Subs, Speed Control & More * ⭐ **[OpenVideo](https://openvideofs.github.io)** or [Stream-Bypass](https://github.com/ByteDream/stream-bypass) - Use Streaming Sites in Ad-Free Player with Subs, Speed Control & More
* ⭐ **[WhereYouWatch](https://whereyouwatch.com/latest-reports/)** or [/r/movieleaks](https://reddit.com/r/movieleaks) - Movie Leak Notifications * ⭐ **[WhereYouWatch](https://whereyouwatch.com/latest-reports/)** or [/r/movieleaks](https://reddit.com/r/movieleaks) - Movie Leak Notifications
* ⭐ **[BingeClock](https://www.bingeclock.com/)**, [Can I Binge?](https://canibinge.com/) or [tiii.me](https://tiii.me/) - TV Show Length Calculators * ⭐ **[BingeClock](https://www.bingeclock.com/)**, [Can I Binge?](https://canibinge.com/) or [tiii.me](https://tiii.me/) - TV Show Length Calculators
* ⭐ **[Quality / Release Type Guide](https://www.reddit.com/r/Piracy/wiki/guides/video_quality_and_types_of_releases)** - Video Quality / Release Type Guide / [Streaming Site Guide](https://redd.it/yykvnv) * ⭐ **[Quality / Release Type Guide](https://redd.it/1ktgh4h)** / [2](https://www.reddit.com/r/Piracy/wiki/guides/video_quality_and_types_of_releases) or [Streaming Site Guide](https://redd.it/yykvnv) - Video Quality / Release Type Guide
* ⭐ **[Release Group Qualities](https://docs.google.com/spreadsheets/u/0/d/1xz5zqrBumfMtLGA4VMt1VtOyh-47HDTv_swIYktX6AQ/htmlview)** - Movie / TV Release Group Quality Indexes * ⭐ **[Release Group Qualities](https://docs.google.com/spreadsheets/u/0/d/1xz5zqrBumfMtLGA4VMt1VtOyh-47HDTv_swIYktX6AQ/htmlview)** - Movie / TV Release Group Quality Indexes
* ⭐ **[AnimeFillerList](https://www.animefillerlist.com/)** or [AnimeFillerGuide](https://www.animefillerguide.com/) - Anime Filler Guides * ⭐ **[AnimeFillerList](https://www.animefillerlist.com/)** or [AnimeFillerGuide](https://www.animefillerguide.com/) - Anime Filler Guides
* [mov-cli](https://mov-cli.github.io/) - Streaming / Downloading CLI / [Plugins](https://github.com/topics/mov-cli-plugin) / [GitHub](https://github.com/mov-cli/mov-cli) * [mov-cli](https://mov-cli.github.io/) - Streaming / Downloading CLI / [Plugins](https://github.com/topics/mov-cli-plugin) / [GitHub](https://github.com/mov-cli/mov-cli)

View file

@ -43,11 +43,15 @@
"@cloudflare/workers-types": "^4.20241230.0", "@cloudflare/workers-types": "^4.20241230.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.5", "@iconify-json/carbon": "^1.2.5",
"@iconify-json/fluent": "^1.2.23",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.5", "@iconify-json/gravity-ui": "^1.2.5",
"@iconify-json/heroicons-solid": "^1.2.0", "@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/lucide": "^1.2.10", "@iconify-json/lucide": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.22",
"@iconify-json/mdi": "^1.2.1", "@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.2", "@iconify-json/ph": "^1.2.2",
"@iconify-json/qlementine-icons": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.12", "@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/twemoji": "^1.2.1", "@iconify-json/twemoji": "^1.2.1",
"@iconify/utils": "^2.3.0", "@iconify/utils": "^2.3.0",

40
pnpm-lock.yaml generated
View file

@ -72,6 +72,12 @@ importers:
'@iconify-json/carbon': '@iconify-json/carbon':
specifier: ^1.2.5 specifier: ^1.2.5
version: 1.2.5 version: 1.2.5
'@iconify-json/fluent':
specifier: ^1.2.23
version: 1.2.23
'@iconify-json/fluent-mdl2':
specifier: ^1.2.1
version: 1.2.1
'@iconify-json/gravity-ui': '@iconify-json/gravity-ui':
specifier: ^1.2.5 specifier: ^1.2.5
version: 1.2.5 version: 1.2.5
@ -81,12 +87,18 @@ importers:
'@iconify-json/lucide': '@iconify-json/lucide':
specifier: ^1.2.10 specifier: ^1.2.10
version: 1.2.10 version: 1.2.10
'@iconify-json/material-symbols':
specifier: ^1.2.22
version: 1.2.22
'@iconify-json/mdi': '@iconify-json/mdi':
specifier: ^1.2.1 specifier: ^1.2.1
version: 1.2.1 version: 1.2.1
'@iconify-json/ph': '@iconify-json/ph':
specifier: ^1.2.2 specifier: ^1.2.2
version: 1.2.2 version: 1.2.2
'@iconify-json/qlementine-icons':
specifier: ^1.2.6
version: 1.2.6
'@iconify-json/simple-icons': '@iconify-json/simple-icons':
specifier: ^1.2.12 specifier: ^1.2.12
version: 1.2.12 version: 1.2.12
@ -1024,6 +1036,12 @@ packages:
'@iconify-json/carbon@1.2.5': '@iconify-json/carbon@1.2.5':
resolution: {integrity: sha512-aI3TEzOrUDGhs74zIT3ym/ZQBUEziyu8JifntX2Hb4siVzsP5sQ/QEfVdmcCUj37kQUYT3TYBSeAw2vTfCJx9w==} resolution: {integrity: sha512-aI3TEzOrUDGhs74zIT3ym/ZQBUEziyu8JifntX2Hb4siVzsP5sQ/QEfVdmcCUj37kQUYT3TYBSeAw2vTfCJx9w==}
'@iconify-json/fluent-mdl2@1.2.1':
resolution: {integrity: sha512-zFgd1V9r0a+mqA46Z4mOoSf6PbQbhYnY9Uhtpjl3xvw03doNolh4apMtsZoLlC/Y7wO2uj306MgziaqwWdNMwg==}
'@iconify-json/fluent@1.2.23':
resolution: {integrity: sha512-xSN0Qmg1YiHXhnF64+ghINT32SA8mNsoryjgG86jDmcmEePCdsx55Z4qNDnfzNGECfSx1M88h3y4DEA1og/oNg==}
'@iconify-json/gravity-ui@1.2.5': '@iconify-json/gravity-ui@1.2.5':
resolution: {integrity: sha512-7uf4xG2ijmcte4AqPpzNTqnEBqxvHBKW/gI0VTZeP0nLtZSvoCybNt5QsJ7f/xyrIQDgCJ4usEmRaX7G86NueA==} resolution: {integrity: sha512-7uf4xG2ijmcte4AqPpzNTqnEBqxvHBKW/gI0VTZeP0nLtZSvoCybNt5QsJ7f/xyrIQDgCJ4usEmRaX7G86NueA==}
@ -1033,12 +1051,18 @@ packages:
'@iconify-json/lucide@1.2.10': '@iconify-json/lucide@1.2.10':
resolution: {integrity: sha512-cR1xpRJ4dnoXlC0ShDjzbrZyu+ICH4OUaYl7S51MhZUO1H040s7asVqv0LsDbofSLDuzWkHCLsBabTTRL0mCUg==} resolution: {integrity: sha512-cR1xpRJ4dnoXlC0ShDjzbrZyu+ICH4OUaYl7S51MhZUO1H040s7asVqv0LsDbofSLDuzWkHCLsBabTTRL0mCUg==}
'@iconify-json/material-symbols@1.2.22':
resolution: {integrity: sha512-raleOIRt8iPtwAkDzmw/c5zb06nIaicsYs5bZ3yfRjBxuYT/UYNa2ZFQQMl3uuTTiZuUXwFa1M8PJW3CFRAN0w==}
'@iconify-json/mdi@1.2.1': '@iconify-json/mdi@1.2.1':
resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==} resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==}
'@iconify-json/ph@1.2.2': '@iconify-json/ph@1.2.2':
resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==} resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==}
'@iconify-json/qlementine-icons@1.2.6':
resolution: {integrity: sha512-jUKUGXrXXjUw7rVBEzCeKco9gq03yRGmhxVP9n1A3YyCRWOmxoxotXDAgQIdeHJNvD8TyO0tu2LrS1oLtQ+doA==}
'@iconify-json/simple-icons@1.2.12': '@iconify-json/simple-icons@1.2.12':
resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==} resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==}
@ -4803,6 +4827,14 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/fluent-mdl2@1.2.1':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/fluent@1.2.23':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/gravity-ui@1.2.5': '@iconify-json/gravity-ui@1.2.5':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
@ -4815,6 +4847,10 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/material-symbols@1.2.22':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/mdi@1.2.1': '@iconify-json/mdi@1.2.1':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
@ -4823,6 +4859,10 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/qlementine-icons@1.2.6':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/simple-icons@1.2.12': '@iconify-json/simple-icons@1.2.12':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0