mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
Compare commits
9 commits
fb9dd879ab
...
1daa86b67e
Author | SHA1 | Date | |
---|---|---|---|
|
1daa86b67e | ||
|
f690fa0de4 | ||
|
477604c8ff | ||
|
c63f83ac4a | ||
|
fac45c5359 | ||
|
44df9ed724 | ||
|
ab9c91f373 | ||
|
2c4bc4969c | ||
|
dcb5adda96 |
25 changed files with 246 additions and 129 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -56,14 +56,15 @@ You can do one of the following:
|
|||
|
||||
## 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:
|
||||
|
||||
- [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces)
|
||||
- [Using the GitHub editor](#using-the-github-editor)
|
||||
- [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
|
||||
|
||||
|
|
|
@ -313,6 +313,43 @@ const transformLinks = (text: string): string =>
|
|||
find: /\[.onion\]\(([^\)]*?)\)/gm,
|
||||
replace:
|
||||
'<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()
|
||||
|
|
|
@ -234,22 +234,22 @@
|
|||
|
||||
* 🌐 **[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)**
|
||||
* ⭐ **[Ente Auth](https://ente.io/auth/)** - All Platforms 2FA / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
|
||||
* ⭐ **[Aegis](https://getaegis.app/)** - Android 2FA / [GitHub](https://github.com/beemdevelopment/Aegis)
|
||||
* ⭐ **[Stratum](https://stratumauth.com)** - Android 2FA / [GitHub](https://github.com/stratumauth/app)
|
||||
* ⭐ **[Ente Auth](https://ente.io/auth/)** - 2FA / All Platforms / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
|
||||
* ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [GitHub](https://github.com/beemdevelopment/Aegis)
|
||||
* ⭐ **[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)
|
||||
* [2FAS](https://2fas.com/) - Android / iOS 2FA / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
|
||||
* [Mauth](https://github.com/X1nto/Mauth) - Android 2FA
|
||||
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Android 2FA
|
||||
* [KeePassXC](https://keepassxc.org/) - Windows / Mac / Linux 2FA / [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)
|
||||
* [Yubioath](https://developers.yubico.com/yubioath-flutter/) - Windows / Android 2FA / YubiKeys / [GitHub](https://github.com/Yubico/yubioath-flutter)
|
||||
* [OTPClient](https://github.com/paolostivanin/OTPClient) - Linux 2FA
|
||||
* [2FAuth](https://docs.2fauth.app/) - Self-Hosted Web-Based 2FA / [GitHub](https://github.com/Bubka/2FAuth)
|
||||
* [Sentinel](https://getsentinel.io/) - Android / iOS / Mac 2FA
|
||||
* [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - iOS 2FA
|
||||
* [Tofu](https://www.tofuauth.com/) - iOS 2FA / [GitHub](https://github.com/iKenndac/Tofu)
|
||||
* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted 2FA
|
||||
* [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
|
||||
* [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
|
||||
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
|
||||
* [KeePassXC](https://keepassxc.org/) - 2FA / Windows, Mac, Linux / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)
|
||||
* [AuthMe](https://authme.levminer.com/) - 2FA / Windows, Mac, Linux / [GitHub](https://github.com/Levminer/authme)
|
||||
* [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) - 2FA / Linux
|
||||
* [Sentinel](https://getsentinel.io/) - 2FA / Mac, Android, iOS
|
||||
* [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - 2FA / iOS
|
||||
* [Tofu](https://www.tofuauth.com/) - 2FA / iOS / [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) - Unofficial Bitwarden Server Backend / Self-Hosted
|
||||
* [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
|
||||
* [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
|
||||
|
@ -259,24 +259,24 @@
|
|||
|
||||
## ▷ 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)**
|
||||
* 🌐 **[Chat Service Comparisons](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)** or [SecureMessagingApps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons
|
||||
* ⭐ **[SimpleX](https://simplex.chat/)** - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/simplex-chat)
|
||||
* ⭐ **[Signal](https://signal.org/)** or **[Molly](https://github.com/mollyim/mollyim-android)** - Requires Phone / Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/signalapp)
|
||||
* ⭐ **[Briar](https://briarproject.org/)** - Android / [GitLab](https://code.briarproject.org/briar/briar)
|
||||
* ⭐ **[SimpleX](https://simplex.chat/)** - All Platforms / [GitHub](https://github.com/simplex-chat)
|
||||
* ⭐ **[Signal](https://signal.org/)** or **[Molly](https://github.com/mollyim/mollyim-android)** - All Platforms / Phone # Required / [GitHub](https://github.com/signalapp)
|
||||
* ⭐ **[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/) - Requires Phone / Web / Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/wireapp)
|
||||
* [Session](https://getsession.org/) - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/session-foundation)
|
||||
* [Keybase](https://keybase.io/) - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/keybase/client)
|
||||
* [Jami](https://jami.net/) - Windows / Mac / Linux / Android / iOS / AndroidTV / [GitLab](https://git.jami.net/savoirfairelinux/jami-project)
|
||||
* [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)
|
||||
* [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore) or [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox) - FreeBSD / Windows / Mac / Linux / Android / iOS
|
||||
* [Status](https://status.app/) - Android / iOS / [GitHub](https://github.com/status-im)
|
||||
* [Linphone](https://www.linphone.org/) - Windows / Mac / Linux / Android / iOS / [GitLab](https://gitlab.linphone.org/explore/projects)
|
||||
* [Databag](https://github.com/balzack/databag) - Self-hosted / Web / Android / iOS / [GitHub](https://github.com/balzack/databag)
|
||||
* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) - iOS
|
||||
* [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
|
||||
|
||||
***
|
||||
|
|
|
@ -232,6 +232,7 @@
|
|||
* ⭐ **[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)
|
||||
* [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)
|
||||
* [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)
|
||||
|
|
|
@ -323,7 +323,7 @@
|
|||
## ▷ Root / Flash
|
||||
|
||||
* 🌐 **[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/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
|
||||
* [Rooting Guides](https://awesome-android-root.link/rooting-guides/) - Android Root Guides
|
||||
|
@ -345,7 +345,7 @@
|
|||
|
||||
* 🌐 **[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
|
||||
* ⭐ **[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
|
||||
* [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/)
|
||||
|
||||
|
@ -377,6 +377,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [Novelist](https://www.novelist.app/) - Writing App
|
||||
* [Tunity](https://tunity.com/) - Hear Muted TVs
|
||||
|
@ -547,7 +548,7 @@
|
|||
|
||||
## ▷ 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
|
||||
* [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
|
||||
|
@ -650,7 +651,7 @@
|
|||
|
||||
* 🌐 **[Emulators on Android](https://emulation.gametechwiki.com/index.php/Emulators_on_Android)**
|
||||
* 🌐 **[EmuReady](https://www.emuready.com/)** - Mobile Game Emulation Compatibility / Info / [GitHub](https://github.com/Producdevity/EmuReady)
|
||||
* ⭐ **[Termux](https://termux.dev/)** - Terminal Emulator
|
||||
* ⭐ **[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)
|
||||
* ⭐ **[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
|
||||
|
@ -672,7 +673,7 @@
|
|||
|
||||
* 🌐 **[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)**
|
||||
* ⭐ **[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
|
||||
* [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker
|
||||
* [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
* [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)
|
||||
* [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)
|
||||
* [nuclear](https://nuclearplayer.com/) - Streaming / [GitHub](https://github.com/nukeop/nuclear) / [Discord](https://discord.com/invite/JqPjKxE)
|
||||
* [FunkWhale](https://funkwhale.audio/) - Streaming
|
||||
|
@ -761,19 +760,18 @@
|
|||
|
||||
## ▷ Song Identification
|
||||
|
||||
* ⭐ **[Shazam](https://www.shazam.com/)** - Android / [Unlock](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra)
|
||||
* ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** - Desktop
|
||||
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** - Song Identification Forum
|
||||
* [/r/NameThatSong](https://reddit.com/r/NameThatSong) - Song Identification Subreddit
|
||||
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) - Desktop
|
||||
* [Aha Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Online
|
||||
* [AudioTag](https://audiotag.info/) - Online
|
||||
* ⭐ **[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)** / Windows
|
||||
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities
|
||||
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows
|
||||
* [AudioTag](https://audiotag.info/) / Web
|
||||
* [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
|
||||
* [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
|
||||
* [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)
|
||||
* [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
|
||||
* [AHA Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Chrome Extension
|
||||
|
||||
***
|
||||
|
||||
|
@ -924,9 +922,7 @@
|
|||
* ⭐ **[G-MEH](https://g-meh.com/)** - Download / [Discord](https://discord.com/invite/g-meh)
|
||||
* ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/)
|
||||
* ⭐ **[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
|
||||
* ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Telegram / [VK](https://vk.com/pluggsupply)
|
||||
* [AirWindows](https://www.airwindows.com/) - Download / [Consolidated](https://www.airwindows.com/consolidated/)
|
||||
* [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads
|
||||
* [AudioTools](https://audiotools.in/) - Torrent / Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
|
||||
|
@ -960,6 +956,8 @@
|
|||
|
||||
## ▷ 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/)**
|
||||
* ⭐ **[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
|
||||
|
|
|
@ -158,6 +158,7 @@
|
|||
* [Privado](https://docs.privado.ai) - Generate App Privacy Reports / [GitHub](https://github.com/Privado-Inc/privado)
|
||||
* [PM2](https://pm2.keymetrics.io/) - Process Manager
|
||||
* [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools
|
||||
* [CS Android](https://cs.android.com/) - Android Code Search
|
||||
* [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack
|
||||
* [Official Android Courses](https://developer.android.com/courses) - Android Training Courses
|
||||
* [Android Libhunt](https://android.libhunt.com/) - Android Packages
|
||||
|
@ -462,7 +463,7 @@
|
|||
# ► IDEs / Code 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)
|
||||
* ⭐ **[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)
|
||||
|
@ -536,7 +537,7 @@
|
|||
* [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
|
||||
* [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
|
||||
|
||||
***
|
||||
|
@ -800,6 +801,7 @@
|
|||
* [Medusa](https://medusajs.com) - Digital Commerce Development Tool
|
||||
* [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
|
||||
* [CS Chromium](https://cs.chromium.org/) - Chromium Code Search
|
||||
* [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights
|
||||
* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare
|
||||
* [Caddy](https://caddyserver.com/) - Web Server
|
||||
|
|
|
@ -921,6 +921,7 @@
|
|||
* [SolveTheCube](https://solvethecube.com/timer) - Cubing Timer
|
||||
* [YoTimer](https://www.yotimer.com/) - Cubing Timer
|
||||
* [qqTimer](https://www.qqtimer.net/) - Cubing Timer
|
||||
* [FT Cube](https://shuantsu.github.io/ft_cube/) - Cubing Sim + Net Gen
|
||||
|
||||
***
|
||||
|
||||
|
@ -1276,7 +1277,7 @@
|
|||
* ⭐ **[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 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
|
||||
* ⭐ **[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
|
||||
|
@ -1295,7 +1296,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA
|
||||
* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books
|
||||
|
@ -1308,7 +1309,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [SAT Reading](https://rentry.co/satreading) - Suggested SAT Reading
|
||||
* [SAT_Files_discussion](https://t.me/SAT_Files_discussion) - SAT Exam Discussion
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
* ⭐ **[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
|
||||
* [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
|
||||
* [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
|
||||
|
@ -260,11 +260,11 @@
|
|||
* [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer
|
||||
* [Warpinator](https://github.com/linuxmint/warpinator) - 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)
|
||||
* [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)
|
||||
* [LANDrop](https://landrop.app/) - Desktop / Mobile Transfer
|
||||
* [Clip Fish](https://clip.fish/) - Desktop / Mobile Transfer
|
||||
* [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)
|
||||
* [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
|
||||
* [HIDAN](https://hidan.sh/) - Unlimited / 10+ Days (from upload)
|
||||
* [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)
|
||||
* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Account Required
|
||||
* [Qiwi](https://qiwi.gg) - Account Required
|
||||
|
@ -389,6 +390,7 @@
|
|||
* [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 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
|
||||
* [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
|
||||
* [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)**
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
* ⭐ **[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"
|
||||
* [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
|
||||
* [SaveGame.Pro](https://savegame.pro/) - PC
|
||||
* [Saves For Games](https://savesforgames.com/) - PC
|
||||
|
@ -614,7 +614,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [Packwiz](https://packwiz.infra.link/) - Modpack CLI Distribution Tool / [GitHub](https://github.com/packwiz/packwiz)
|
||||
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
* 🌐 **[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
|
||||
* 🌐 **[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
|
||||
* [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
|
||||
|
@ -228,7 +229,6 @@
|
|||
* ⭐ **[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
|
||||
* ⭐ **[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
|
||||
* [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
|
||||
|
@ -339,6 +339,10 @@
|
|||
* [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd)
|
||||
* [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)
|
||||
* [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
|
||||
* [3DSDB](https://3dsdb.com/) - 3DS Release Tracker
|
||||
* [MFGG](https://mfgg.net/) - Super Mario Fan Games / Mods / [Discord](https://discord.gg/jchgfw5)
|
||||
|
@ -411,6 +415,7 @@
|
|||
* [Euclidea](https://www.euclidea.xyz/) - Geometric Puzzles
|
||||
* [Pixel Puzzler](https://pixel-puzzler.playcurious.games/) or [UnFlip](https://unflipgame.com/) - Block Puzzles
|
||||
* [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
|
||||
* [Oh, My Dots!](https://www.ohmydots.com/) - Connect the Dots Game
|
||||
* [BreakLock](https://maxwellito.github.io/breaklock/) - Pattern Lock Game
|
||||
|
@ -854,7 +859,7 @@
|
|||
|
||||
## ▷ 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
|
||||
* ⭐ **[Globle](https://globle-game.com/)** - Country Hot-or-Cold Guessing Game
|
||||
* [LearnableMeta](https://learnablemeta.com/) - Geoguessr Practice Maps & Hints / [Discord](https://discord.gg/AcXEWznYZe)
|
||||
|
|
|
@ -175,9 +175,9 @@
|
|||
* [tldraw](https://www.tldraw.com/) - Drawing / Sketching
|
||||
* [Ok! So](https://okso.app/) - Drawing / Sketching
|
||||
* [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching
|
||||
* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Mobile Only
|
||||
* [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS Only
|
||||
* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows / iOS
|
||||
* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Android, iOS
|
||||
* [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS
|
||||
* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows, iOS
|
||||
* [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
|
||||
* [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher
|
||||
|
@ -722,6 +722,7 @@
|
|||
* ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)**
|
||||
* ⭐ **[Digikam](https://www.digikam.org/)**
|
||||
* ⭐ **[ImageGlass](https://github.com/d2phap/ImageGlass)**
|
||||
* [Imagine](https://www.nyam.pe.kr/dev/imagine/)
|
||||
* [nomacs](https://nomacs.org/) / [GitHub](https://github.com/nomacs/nomacs)
|
||||
* [qimgv](https://github.com/easymodo/qimgv)
|
||||
* [oculante](https://github.com/woelper/oculante)
|
||||
|
@ -763,7 +764,7 @@
|
|||
* [Photofield](https://github.com/SmilyOrg/photofield)
|
||||
* [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos
|
||||
* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper)
|
||||
* [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
|
||||
|
||||
***
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
## ▷ 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)**
|
||||
* ⭐ **[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
|
||||
|
@ -125,6 +125,7 @@
|
|||
* [Briefing](https://brie.fi/ng) - Video Chat
|
||||
* [Talky](https://talky.io/) - 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
|
||||
|
||||
***
|
||||
|
|
|
@ -481,7 +481,7 @@
|
|||
|
||||
# ► 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
|
||||
* ⭐ **[/r/unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn)
|
||||
|
||||
|
@ -534,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
|
||||
* [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
|
||||
* [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
|
||||
* [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
|
||||
|
@ -577,7 +578,7 @@
|
|||
* [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/)
|
||||
* [Taskpaper](https://www.taskpaper.com/) - To-Do Apps
|
||||
* [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
|
||||
* [MacScripter](https://www.macscripter.net/) - Automation Forum
|
||||
* [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor
|
||||
|
@ -716,7 +717,7 @@
|
|||
* [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool
|
||||
* [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel
|
||||
* [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
|
||||
|
||||
***
|
||||
|
||||
|
@ -760,7 +761,7 @@
|
|||
* [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller
|
||||
* [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices
|
||||
* [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
|
||||
* [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions
|
||||
* [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock)
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
* [Cheese.com](https://cheese.com/) - Cheese Resources
|
||||
* [Crispy Creations](https://rentry.co/crispycreations) - Potato Chip Info / Guides
|
||||
* [FermenThings](https://wiki.fermenthings.be/) - Fermentation Wiki
|
||||
* [SaltYourMeat](https://www.saltyourmeat.com/) - Dry Brining Calculator
|
||||
* [HackTheMenu](https://hackthemenu.com/) - Fast Food Secret Menu Items
|
||||
* [Too Good To Go](https://www.toogoodtogo.com/) - Surplus Food Marketplace
|
||||
|
||||
|
@ -138,7 +139,7 @@
|
|||
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
|
||||
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
|
||||
* [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
|
||||
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
|
||||
* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
|
||||
|
@ -622,8 +623,8 @@
|
|||
* [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
|
||||
* [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
|
||||
* [Mealime](https://www.mealime.com/) or [Calories In](https://calories-in.com/) - Meal Planning
|
||||
* [Calories-In](https://calories-in.com/) - Meal Prep & Planning / Web
|
||||
* [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
|
||||
* [Edamam](https://www.edamam.com/) - Food-Related APIs
|
||||
* [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course
|
||||
|
@ -668,7 +669,7 @@
|
|||
* ↪️ **[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
|
||||
* [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
|
||||
* [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
|
||||
|
@ -730,7 +731,7 @@
|
|||
* ⭐ **[4-Day Week](https://4dayweek.io/)** - Find Jobs with 4-Day Weeks
|
||||
* [OnSites](https://www.onsites.fyi/) - View / Share Interview Experiences
|
||||
* [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
|
||||
* [RolePad](https://rolepad.com/) or [JobSync](https://github.com/Gsync/jobsync) - Job Search Managers
|
||||
* [DoorsOpen](https://www.doorsopen.co/) - Music Industry Jobs
|
||||
|
@ -851,6 +852,7 @@
|
|||
## ▷ Collaboration Platforms
|
||||
|
||||
* ⭐ **[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
|
||||
* [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive)
|
||||
* [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform
|
||||
|
@ -866,7 +868,6 @@
|
|||
* [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
|
||||
* [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows
|
||||
* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Collaboration Platform / Linux
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
* [jotorrent](https://www.jotorrent.com/) - Anime / Sign-Ups Open Every Month
|
||||
* [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV
|
||||
* [Bein4kora](https://bein4kora.com/) - Live Football
|
||||
* [koraa-live](https://www.koraa-live.com/) - Live Football
|
||||
* [al-fann](https://www.al-fann.net/) - Music
|
||||
* [nghmat](https://songs.nghmat.com/) - Music / MP3
|
||||
|
||||
|
@ -142,6 +143,7 @@
|
|||
* 🌐 **[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
|
||||
* 🌐 **[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
|
||||
* [Tool.lu](https://tool.lu/) - Online Tools
|
||||
* [Anti-Ad](https://anti-ad.net/) - Adblock Filters
|
||||
|
@ -344,12 +346,17 @@
|
|||
* [WarezCenter](https://warcenter.cz/) - Video / Audio / Books / NSFW
|
||||
* [WebShare](https://webshare.cz/) - Video / Audio / Books
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime
|
||||
|
||||
## ▷ Streaming / Streamování
|
||||
|
||||
* [Bombuj](https://bombuj.si/) - Movies / TV
|
||||
* [Sledujteto](https://www.sledujteto.cz/) - Movies / TV / Anime / 1080p
|
||||
* [videoserialy](https://videoserialy.to/) - 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
|
||||
* [StarSites](https://goal.starsites.fun/) - Live Football / Hockey
|
||||
* [CSFD](https://www.csfd.cz/) - Czech Film Database
|
||||
|
@ -443,7 +450,11 @@
|
|||
* [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)
|
||||
* [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
|
||||
* [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
|
||||
* [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
|
||||
|
@ -455,6 +466,7 @@
|
|||
* [VoirAnime](https://v6.voiranime.com/) - Anime / Sub / 1080p
|
||||
* [vostfree](https://vostfree.ws/) - Anime / Sub / 1080p
|
||||
* [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
|
||||
* [Streaming-integrale](https://streaming-integrale.com/) - Anime Sub / Dub / 1080p
|
||||
* [vostanime](https://vostanime.fr/) - Anime / Sub / 1080p
|
||||
|
@ -468,7 +480,7 @@
|
|||
* [JokerTV](https://jokertv.ru/) - Live Football
|
||||
* [remontadatv](https://remontadatv.ru/) - Live Football
|
||||
* [CatoonHub](https://catoonhub.com/) - Cartoons / Dub / 720p / [Discord](https://discord.com/invite/M7gRTuXc6d)
|
||||
* [kiboanime](https://www.kiboanime.app/>) - Anime Streaming Mobile App
|
||||
* [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App
|
||||
* [Lesics](https://youtube.com/@LesicsFR) - Sabins Civil Engineering
|
||||
* [Grafikart](https://grafikart.fr/) - Programming Courses
|
||||
* [fluxradios](https://fluxradios.blogspot.com/) - Radio Stations
|
||||
|
@ -728,6 +740,7 @@
|
|||
* [HindiMoviesTV](https://www.hindimoviestv.com/) - Movies / Dub / 1080p
|
||||
* [MiniTV](https://www.amazon.in/minitv) - Movies / TV / Sub / 1080p
|
||||
* [HindiMovie](https://m.vk.com/hindimovie) - Movies / Dub / 1080p
|
||||
* [Cinemaluxe](https://cinemaluxe.sbs/) - Movies / TV / Anime
|
||||
* [WatchoFree](https://watchofree.online/) - Movies / TV / Dub / 1080p
|
||||
* [HDMovie1](https://hdmovie1.free.nf/) - Movies / TV / Dub / 1080p / 4K
|
||||
* [moviesflix](https://moviesflix.com.pl/) - Movies / Dub / 1080p
|
||||
|
@ -795,6 +808,7 @@
|
|||
* [BacaLightNovel](https://bacalightnovel.co/) - Light Novels
|
||||
* [Sakuranovel](https://sakuranovel.id/) - Light Novels
|
||||
* [langka](https://langka.vercel.app/) or [catatannusantara](https://www.catatannusantara.com/pustaka) - History Books
|
||||
* [sastra](https://www.sastra.org/) - History Wiki
|
||||
|
||||
***
|
||||
|
||||
|
@ -844,7 +858,7 @@
|
|||
|
||||
* [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map
|
||||
* [Poipiku](https://poipiku.com/) - User-Made Images
|
||||
* [Voicevox](: https://voicevox.hiroshiba.jp/) - FOSS Japanese TTS / Singing Synthesis
|
||||
* [Voicevox](https://voicevox.hiroshiba.jp/) - FOSS Japanese TTS / Singing Synthesis
|
||||
* [Annict](https://annict.com/) - Anime Tracker
|
||||
* [Japanese Subtitles](https://gist.github.com/tatsumoto-ren/78ba4e5b7c53c7ed2c987015fa05cc2b) - Subtitles
|
||||
* [Jimaku](https://jimaku.cc/) - Anime Subtitles
|
||||
|
@ -1167,7 +1181,9 @@
|
|||
* [Olhos na TV](https://www.olhosnatv.com.br) - Live TV / Sports
|
||||
* [CXTv](https://www.cxtv.com.br) - 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
|
||||
* [piratetv](https://piratetv.pro/) - Live TV
|
||||
* [pirilampo](https://www.pirilampo.tv/) - Live TV
|
||||
* [Futebol Agora](https://futebolagora.gratis/) - Live Sports
|
||||
* [IPTV Brasil](https://iptvbrasilapk.com) - IPTV Player
|
||||
|
@ -1318,7 +1334,7 @@
|
|||
|
||||
## ▷ 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
|
||||
* [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books
|
||||
* [2BakSa](http://2baksa.ws/) - Video / Audio / Books
|
||||
|
@ -1471,6 +1487,10 @@
|
|||
* [Bombuj](https://bombuj.si/) - Movies / TV
|
||||
* [MojeVideo](https://www.mojevideo.sk/) - User Videos
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime
|
||||
|
||||
***
|
||||
|
||||
# ► Spanish / Español
|
||||
|
@ -1534,6 +1554,7 @@
|
|||
* [Fukou-Da!](https://fukou-da.net/) - Anime / Sub / Light Novels
|
||||
* [animesfinalizadoLSHD](https://t.me/animesfinalizadoLSHD) - Anime / Telegram
|
||||
* [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
|
||||
|
||||
## ▷ Torrenting / Torrentear
|
||||
|
@ -1704,6 +1725,7 @@
|
|||
* [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
|
||||
* [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
|
||||
|
||||
|
@ -1714,6 +1736,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [Diziyou](https://www.diziyou.co/) - TV / Sub / Dub / 1080p
|
||||
* [SelçukFlix](https://selcukflix.com/) - TV / Sub / Dub / 1080p
|
||||
|
@ -1827,7 +1850,7 @@
|
|||
|
||||
## ▷ 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
|
||||
* ⭐ **[ZingMP3](https://zingmp3.vn/)** - Music
|
||||
* [BiluTV](https://bilutvw.com/) - Movies / TV / Anime / Sub / Dub
|
||||
|
@ -1913,6 +1936,7 @@
|
|||
* [Filma24](https://www.filma24.band/) - Albanian / Movies / TV / 1080p
|
||||
* [amharicbookss](https://t.me/amharicbookss) - Amharic / Books
|
||||
* [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
|
||||
* [lupiteam](https://lupiteam.net/) - Corsican / Manga
|
||||
* [BalkanDownload](https://balkandownload.org/) - Croatian / Download / Video / Audio / Games / Books / Comics
|
||||
|
|
|
@ -242,34 +242,34 @@
|
|||
* ↪️ **[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
|
||||
* ⭐ **[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)
|
||||
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / PC / Mac / Linux / [GitHub](https://github.com/koodo-reader/koodo-reader)
|
||||
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook Reader / PDF / PC
|
||||
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / PC
|
||||
* ⭐ **[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 / Windows, Mac, Linux / [GitHub](https://github.com/koodo-reader/koodo-reader)
|
||||
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows
|
||||
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / Windows
|
||||
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
|
||||
* [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
|
||||
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / PC / Android / iOS / Mac
|
||||
* [Readest](https://readest.com/) - Ebook Reader / PC / Linux / Mac / Android / iOS / [GitHub](https://github.com/readest/readest)
|
||||
* [KoReader](https://koreader.rocks/) - Ebook Reader / PC / Android / [GitHub](https://github.com/koreader/koreader)
|
||||
* [Jane Reader](https://janereader.com/) - Ebook Reader / PC / Mac
|
||||
* [FBReader](https://fbreader.org/) - Ebook Reader / PC / Android / iOS
|
||||
* [Alexandria](https://github.com/btpf/Alexandria) - PC / Linux / Mac
|
||||
* [Librum](https://librumreader.com) - Ebook Reader / PC / Linux / Mac / [GitHub](https://github.com/Librum-Reader/Librum)
|
||||
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / PC / Mac / Linux
|
||||
* [Okular](https://okular.kde.org/) - PDF / Linux / PC / Mac
|
||||
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / PC
|
||||
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / PC
|
||||
* [Readest](https://readest.com/) - Ebook Reader / All Platforms / [GitHub](https://github.com/readest/readest)
|
||||
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / Windows, Mac, Android, iOS
|
||||
* [KoReader](https://koreader.rocks/) - Ebook Reader / Windows, Android / [GitHub](https://github.com/koreader/koreader)
|
||||
* [Jane Reader](https://janereader.com/) - Ebook Reader / Windows, Mac
|
||||
* [FBReader](https://fbreader.org/) - Ebook Reader / Windows, Android, iOS
|
||||
* [Alexandria](https://github.com/btpf/Alexandria) - Ebook Reader / Windows, Mac, Linux
|
||||
* [Librum](https://librumreader.com) - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/Librum-Reader/Librum)
|
||||
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / Windows, Mac, Linux
|
||||
* [Okular](https://okular.kde.org/) - PDF / Windows, Mac, Linux
|
||||
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / Windows
|
||||
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / Windows
|
||||
* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux
|
||||
* [qPDFview](https://launchpad.net/qpdfview) - PDF / PC
|
||||
* [mupdf](https://mupdf.com/) - PDF / PC / Linux / Android
|
||||
* [qPDFview](https://launchpad.net/qpdfview) - PDF / Windows
|
||||
* [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)
|
||||
* [Sioyek](https://sioyek.info/) - PDF / PC / Mac / Linux
|
||||
* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / iOS / Mac
|
||||
* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / iOS / Mac
|
||||
* [Sioyek](https://sioyek.info/) - PDF / Windows, Mac, Linux
|
||||
* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / Mac, iOS
|
||||
* [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
|
||||
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / PC
|
||||
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / PC
|
||||
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / Windows
|
||||
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / Windows
|
||||
* [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader
|
||||
* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader
|
||||
* [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog
|
||||
|
@ -459,8 +459,8 @@
|
|||
* [WuxiaWorld](https://www.wuxiaworld.com/)
|
||||
* [WTR-LAB](https://wtr-lab.com/) / Sign-Up Required for AI Translations
|
||||
* [WuxiaSpot](https://www.wuxiaspot.com/)
|
||||
* [LightNovelPub](https://www.lightnovelpub.com/)
|
||||
* [WebNovel.com](https://www.webnovel.com/)
|
||||
* [NovelFire](https://novelfire.net/)
|
||||
* [AsianHobbyist](https://www.asianhobbyist.com/)
|
||||
* [Wordrain69](https://wordrain69.com/)
|
||||
* [Wuxiabox](https://www.wuxiabox.com/)
|
||||
|
@ -822,7 +822,7 @@
|
|||
* [Google Leaks](https://www.zachvorhies.com/google_leaks/) - Leaked Google Documents
|
||||
* [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database
|
||||
* [The American Presidency Project](https://www.presidency.ucsb.edu/) - Presidential Documents
|
||||
* [US Military Manual Collection](https://archive.org/details/military-manuals, [MCPEL](https://www.marines.mil/News/Publications/MCPEL/), [Army Pubs]https://armypubs.army.mil/) 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
|
||||
* [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents
|
||||
* [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary
|
||||
|
|
|
@ -644,6 +644,7 @@
|
|||
* 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index
|
||||
* ⭐ **[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/)
|
||||
* [nStart](https://nstart.me/) - Federated Twitter Alternative
|
||||
* [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics
|
||||
* [Fedi.Tips](https://fedi.tips/) - Fediverse Guide
|
||||
* [FediSearch](https://fedi-search.com/) - Fediverse Search
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* ⭐ **[AyuGram](https://t.me/ayugramchat)** / [Docs](https://docs.ayugram.one/)
|
||||
* ⭐ **[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)
|
||||
|
||||
***
|
||||
|
||||
|
@ -412,7 +412,7 @@
|
|||
|
||||
## 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
|
||||
|
||||
[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/)
|
||||
|
@ -774,7 +774,7 @@
|
|||
* [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React
|
||||
* [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/)
|
||||
|
||||
***
|
||||
|
||||
|
@ -849,4 +849,4 @@
|
|||
|
||||
* [UdemyRip](https://t.me/udemyrip) - Web Development / Cybersecurity Resources
|
||||
* [Udemy FREE](https://t.me/udemyforu) - Development Resources
|
||||
* [CGPERS](https://t.me/CGPERS) - 3D Resources
|
||||
* [CGPERS](https://t.me/CGPERS) - 3D Resources
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
## ▷ 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)
|
||||
* ⭐ **[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
|
||||
* ⭐ **[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
|
||||
|
@ -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
|
||||
* ⭐ **[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
|
||||
* [PowerShell](https://github.com/powershell/powershell) - Microsoft PowerShell / Windows, Mac, Linux
|
||||
* [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows
|
||||
* [Clink](https://github.com/chrisant996/clink) - Command Line Editing
|
||||
* [Nushell](https://www.nushell.sh/) - Alt Shell
|
||||
|
@ -112,7 +113,6 @@
|
|||
* [Command Challenge](https://cmdchallenge.com/) - Command Line Learning
|
||||
* [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator
|
||||
* [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
|
||||
* [PowerShell Scripts](https://github.com/fleschutz/PowerShell) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Alt Shell Scripts
|
||||
* [Starship](https://starship.rs/) - Cross-Shell Prompt
|
||||
|
@ -351,9 +351,9 @@
|
|||
|
||||
## ▷ Windows Activation
|
||||
|
||||
* ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Activation Scripts / Windows / Office / [Discord](https://discord.gg/gjJEfq7ux8)
|
||||
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Offline Activator / Windows / Office
|
||||
* [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Offline Activator / Office
|
||||
* ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)
|
||||
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Windows & Office Activation / Offline
|
||||
* [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Office Activation / Offline
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -508,7 +508,7 @@
|
|||
* [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
|
||||
* [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
|
||||
* [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator
|
||||
* [Formito](https://formito.com/tools/logo) - Typography Logo Maker
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* 🌐 **[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)**
|
||||
* ⭐ **[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
|
||||
* [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
|
||||
|
@ -155,7 +156,7 @@
|
|||
* [WDFlat](https://www.wdflat.com/) - Stream Elements
|
||||
* [Twelve47Studios](https://twelve47studios.com/) - Stream Overlays
|
||||
* [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
|
||||
* [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
|
||||
|
@ -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)
|
||||
* ⭐ **[MPV](https://mpv.io/)** - Video Player / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv)
|
||||
* ⭐ **[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
|
||||
* [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
|
||||
|
@ -236,8 +238,6 @@
|
|||
* [baked.live](https://baked.live/) - Online Video Player
|
||||
* [Rave.io](https://rave.io/) - Online Extension
|
||||
* [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
|
||||
|
||||
***
|
||||
|
||||
|
@ -383,7 +383,6 @@
|
|||
* ⭐ **[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
|
||||
* [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
|
||||
|
||||
***
|
||||
|
@ -464,6 +463,7 @@
|
|||
* [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z)
|
||||
* [ShareAE](https://www.shareae.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
|
||||
* [AERiver](https://aeriver.com/) - After Effects
|
||||
* [AEDownloadPro](https://aedownloadpro.com/) - After Effects
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* ⭐ **[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)
|
||||
* ⭐ **[Bludclart](https://watch.bludclart.com/)** or [StreamFlix](https://watch.streamflix.one/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/nAQxPUs4)
|
||||
* ⭐ **[Cinemaos](https://cinemaos.live/)**, [2](https://cinemaos-v3.vercel.app/) - Movies / TV / Anime / Auto-Next / Watch Parties
|
||||
* ⭐ **[Cinemaos](https://cinemaos.live/)**, [2](https://cinemaos-v3.vercel.app/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/B7MeDYEJ)
|
||||
* [FlickyStream](https://flickystream.net) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream)
|
||||
* [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)
|
||||
* [VeloraTV](https://veloratv.ru/) or [456movie](https://456movie.net/), [2](https://345movie.net/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/4SJ5c9gZUQ)
|
||||
|
@ -35,6 +35,7 @@
|
|||
* [PopcornMovies](https://popcornmovies.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd)
|
||||
* [Vidjoy](https://vidjoy.pro/) - Movies / TV / Anime / Auto-Next
|
||||
* [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
|
||||
* [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)
|
||||
|
@ -91,6 +92,7 @@
|
|||
* [PressPlay](https://www.pressplay.top/), [2](https://pressplay.cam/) - Movies / TV / [Discord](https://discord.gg/r4QrghF4B9)
|
||||
* [FshareTV](https://fsharetv.co/) - Movies
|
||||
* [AZMovies](https://azmovies.ag/) - Movies
|
||||
* [Movies7](https://movies7.im/) - Movies / TV
|
||||
* [CorsFlix](https://corsflix.net/) - Movies / TV / Anime
|
||||
* [YoYoMovies](https://yoyomovies.net/), [2](https://fmovies-hd.to/) - Movies / TV / Anime
|
||||
* [SlideMovies](https://slidemovies.org/) - Movies / TV / Anime / [Discord](https://discord.gg/mh2Bte8Kfj)
|
||||
|
@ -100,14 +102,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)
|
||||
* [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)
|
||||
* [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/)
|
||||
* [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
|
||||
* [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
|
||||
* [Zoechip](https://zoechip.org/) - Movies / TV
|
||||
* [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies
|
||||
|
@ -160,6 +156,7 @@
|
|||
* ⭐ **[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)
|
||||
* [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)
|
||||
* [AnimeNoSub](https://animenosub.to/) - Sub / Dub
|
||||
* [Anime Nexus](https://anime.nexus/) - Sub / Dub / [Discord](https://discord.gg/AfMau96ppt)
|
||||
|
@ -430,7 +427,6 @@
|
|||
* [720pStream](https://720pstream.nu/)
|
||||
* [BuffStream](https://app.buffstream.io/)
|
||||
* [TopSport](https://topsport.live/), [2](https://sport4all.live/)
|
||||
* [VidBox Sports](https://vidbox.to/sports)
|
||||
* [LiveMatches](https://livematches.net/) - Live Events
|
||||
* [StarLive](https://starlive.click/) - Live MMA Events
|
||||
* [TFLIX](https://tv.tflix.app/) - Sports Channels
|
||||
|
|
|
@ -43,11 +43,15 @@
|
|||
"@cloudflare/workers-types": "^4.20241230.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
||||
"@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/heroicons-solid": "^1.2.0",
|
||||
"@iconify-json/lucide": "^1.2.10",
|
||||
"@iconify-json/material-symbols": "^1.2.22",
|
||||
"@iconify-json/mdi": "^1.2.1",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/qlementine-icons": "^1.2.6",
|
||||
"@iconify-json/simple-icons": "^1.2.12",
|
||||
"@iconify-json/twemoji": "^1.2.1",
|
||||
"@iconify/utils": "^2.3.0",
|
||||
|
|
40
pnpm-lock.yaml
generated
40
pnpm-lock.yaml
generated
|
@ -72,6 +72,12 @@ importers:
|
|||
'@iconify-json/carbon':
|
||||
specifier: ^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':
|
||||
specifier: ^1.2.5
|
||||
version: 1.2.5
|
||||
|
@ -81,12 +87,18 @@ importers:
|
|||
'@iconify-json/lucide':
|
||||
specifier: ^1.2.10
|
||||
version: 1.2.10
|
||||
'@iconify-json/material-symbols':
|
||||
specifier: ^1.2.22
|
||||
version: 1.2.22
|
||||
'@iconify-json/mdi':
|
||||
specifier: ^1.2.1
|
||||
version: 1.2.1
|
||||
'@iconify-json/ph':
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.2
|
||||
'@iconify-json/qlementine-icons':
|
||||
specifier: ^1.2.6
|
||||
version: 1.2.6
|
||||
'@iconify-json/simple-icons':
|
||||
specifier: ^1.2.12
|
||||
version: 1.2.12
|
||||
|
@ -1024,6 +1036,12 @@ packages:
|
|||
'@iconify-json/carbon@1.2.5':
|
||||
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':
|
||||
resolution: {integrity: sha512-7uf4xG2ijmcte4AqPpzNTqnEBqxvHBKW/gI0VTZeP0nLtZSvoCybNt5QsJ7f/xyrIQDgCJ4usEmRaX7G86NueA==}
|
||||
|
||||
|
@ -1033,12 +1051,18 @@ packages:
|
|||
'@iconify-json/lucide@1.2.10':
|
||||
resolution: {integrity: sha512-cR1xpRJ4dnoXlC0ShDjzbrZyu+ICH4OUaYl7S51MhZUO1H040s7asVqv0LsDbofSLDuzWkHCLsBabTTRL0mCUg==}
|
||||
|
||||
'@iconify-json/material-symbols@1.2.22':
|
||||
resolution: {integrity: sha512-raleOIRt8iPtwAkDzmw/c5zb06nIaicsYs5bZ3yfRjBxuYT/UYNa2ZFQQMl3uuTTiZuUXwFa1M8PJW3CFRAN0w==}
|
||||
|
||||
'@iconify-json/mdi@1.2.1':
|
||||
resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==}
|
||||
|
||||
'@iconify-json/ph@1.2.2':
|
||||
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':
|
||||
resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==}
|
||||
|
||||
|
@ -4803,6 +4827,14 @@ snapshots:
|
|||
dependencies:
|
||||
'@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':
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
@ -4815,6 +4847,10 @@ snapshots:
|
|||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
||||
'@iconify-json/material-symbols@1.2.22':
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
||||
'@iconify-json/mdi@1.2.1':
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
@ -4823,6 +4859,10 @@ snapshots:
|
|||
dependencies:
|
||||
'@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':
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue