diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..03942c1ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/Stz6y6NgNg + about: You can ask general questions here. diff --git a/.github/ISSUE_TEMPLATE/wiki.yml b/.github/ISSUE_TEMPLATE/wiki.yml new file mode 100644 index 000000000..7f2aaeed7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wiki.yml @@ -0,0 +1,40 @@ +name: Wiki +description: 'Help us improve FMHY for everyone' +title: 'Wiki: ' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this issue! Please select your issue type. + - type: markdown + attributes: + value: | + ### Things to note + * Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything. + * If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) (control + f) first to make sure we don't already have it. + * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). + * You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD). + * You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki. + - type: dropdown + id: type + attributes: + label: Type + description: Type that best describes this issue. + options: + - Bad sites + - Grammar / Markdown + - Site suggestion + - Wiki section suggestion + default: 0 + validations: + required: true + - type: textarea + id: context + attributes: + label: Add additional context + description: + A clear and concise description of what the issue is, as per your + selected issue type. + placeholder: https://fmhy.net is cool and should be added + validations: + required: true diff --git a/README.md b/.github/README.md similarity index 61% rename from README.md rename to .github/README.md index 7018c7054..6486241a4 100644 --- a/README.md +++ b/.github/README.md @@ -1,9 +1,17 @@ +# FMHYedit + ![FMHY Banner](https://external-preview.redd.it/new-fmhy-website-v0-siM0tvJb685u2tZSfXkrpRANBH2IrPuVPDYmNA5Mkv0.jpg?auto=webp&s=a3185c2493e1c4da71863362f10b03c57e232974) **The largest collection of free stuff on the internet!** +## Contribute + +We invite you to contribute and help improve the wiki! 💙 + +Here are a few ways you can get involved: + * Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything. -* If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) first to make sure we don't already have it. +* If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) (control + f) first to make sure we don't already have it. * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). * You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD). * You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki. @@ -15,3 +23,10 @@ Emoji Legend: * 🌐 - 3rd Party Indexes * ↪️ - Storage Page Links * ⭐ - Community Recommendations + + +## Follow + +

+ Discord  GitHub  Firefish +

diff --git a/.github/assets/discord.svg b/.github/assets/discord.svg new file mode 100644 index 000000000..574a3e99d --- /dev/null +++ b/.github/assets/discord.svg @@ -0,0 +1 @@ + diff --git a/.github/assets/firefish.svg b/.github/assets/firefish.svg new file mode 100644 index 000000000..658e08ab4 --- /dev/null +++ b/.github/assets/firefish.svg @@ -0,0 +1 @@ + diff --git a/.github/assets/github.svg b/.github/assets/github.svg new file mode 100644 index 000000000..4f6b544c5 --- /dev/null +++ b/.github/assets/github.svg @@ -0,0 +1 @@ + diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 0f39ce7f9..7a82fe913 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -11,9 +11,10 @@ import { } from './constants' import { generateImages, generateMeta, generateFeed } from './hooks' import { toggleStarredPlugin } from './markdown/toggleStarred' -import { base64DecodePlugin } from './markdown/base64' import { movePlugin, emojiRender, defs } from './markdown/emoji' +// @unocss-include + const baseUrl = process.env.GITHUB_ACTIONS ? '/FMHYedit' : '/' export default defineConfig({ title: 'FMHY', diff --git a/.vitepress/constants.ts b/.vitepress/constants.ts index 960c38dac..76d9ccf54 100644 --- a/.vitepress/constants.ts +++ b/.vitepress/constants.ts @@ -1,4 +1,5 @@ import type { DefaultTheme } from 'vitepress' +// @unocss-include export const meta = { name: 'freemediaheckyeah', @@ -56,46 +57,124 @@ export const socialLinks: DefaultTheme.SocialLink[] = [ ] export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [ - { text: '📛 Adblocking / Privacy', link: '/adblockvpnguide' }, - { text: '🤖 Artificial Intelligence', link: '/ai' }, - { text: '📺 Movies / TV / Anime', link: '/videopiracyguide' }, - { text: '🎵 Music / Podcasts / Radio', link: '/audiopiracyguide' }, - { text: '🎮 Gaming / Emulation', link: '/gamingpiracyguide' }, - { text: '📗 Books / Comics / Manga', link: '/readingpiracyguide' }, - { text: '💾 Downloading', link: '/downloadpiracyguide' }, - { text: '🌀 Torrenting', link: '/torrentpiracyguide' }, - { text: '🧠 Educational', link: '/edupiracyguide' }, - { text: '📱 Android / iOS', link: '/android-iosguide' }, - { text: '🐧 Linux / MacOS', link: '/linuxguide' }, - { text: '🌍 Non-English', link: '/non-english' }, - { text: '📂 Miscellaneous', link: '/miscguide' }, { - text: '🔧 Tools', + text: ' Adblocking / Privacy', + link: '/adblockvpnguide' + }, + { + text: ' Artificial Intelligence', + link: '/ai' + }, + { + text: ' Movies / TV / Anime', + link: '/videopiracyguide' + }, + { + text: ' Music / Podcasts / Radio', + link: '/audiopiracyguide' + }, + { + text: ' Gaming / Emulation', + link: '/gamingpiracyguide' + }, + { + text: ' Books / Comics / Manga', + link: '/readingpiracyguide' + }, + { + text: ' Downloading', + link: '/downloadpiracyguide' + }, + { + text: ' Torrenting', + link: '/torrentpiracyguide' + }, + { + text: ' Educational', + link: '/edupiracyguide' + }, + { + text: ' Android / iOS', + link: '/android-iosguide' + }, + { + text: ' Linux / MacOS', + link: '/linuxguide' + }, + { + text: ' Non-English', + link: '/non-english' + }, + { + text: ' Miscellaneous', + link: '/miscguide' + }, + { + text: ' Tools', collapsed: false, items: [ - { text: '💻 System Tools', link: '/system-tools' }, - { text: '🗃️ File Tools', link: '/file-tools' }, - { text: '🔗 Internet Tools', link: '/internet-tools' }, - { text: '💬 Social Media Tools', link: '/social-media-tools' }, - { text: '📝 Text Tools', link: '/text-tools' }, - { text: '👾 Gaming Tools', link: '/gamingpiracyguide#gaming-tools' }, - { text: '📷 Image Tools', link: '/img-tools' }, - { text: '📼 Video Tools', link: '/video-tools' }, - { text: '🔊 Audio Tools', link: '/audiopiracyguide#audio-tools' }, { - text: '🍎 Educational Tools', + text: ' System Tools', + link: '/system-tools' + }, + { + text: ' File Tools', + link: '/file-tools' + }, + { + text: ' Internet Tools', + link: '/internet-tools' + }, + { + text: ' Social Media Tools', + link: '/social-media-tools' + }, + { + text: ' Text Tools', + link: '/text-tools' + }, + { + text: ' Gaming Tools', + link: '/gamingpiracyguide#gaming-tools' + }, + { + text: ' Image Tools', + link: '/img-tools' + }, + { + text: ' Video Tools', + link: '/video-tools' + }, + { + text: ' Audio Tools', + link: '/audiopiracyguide#audio-tools' + }, + { + text: ' Educational Tools', link: '/edupiracyguide#educational-tools' }, - { text: '👨‍💻 Developer Tools', link: '/devtools' } + { + text: ' Developer Tools', + link: '/devtools' + } ] }, { - text: '➕️ More', + text: ' More', collapsed: true, items: [ - { text: '🔞 NSFW', link: '/nsfwpiracy' }, - { text: '⚠️ Unsafe Sites', link: '/unsafesites' }, - { text: '📦 Storage', link: '/storage' } + { + text: ' NSFW', + link: '/nsfwpiracy' + }, + { + text: ' Unsafe Sites', + link: '/unsafesites' + }, + { + text: ' Storage', + link: '/storage' + } ] } ] diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 0911d85f0..a866555d5 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -243,3 +243,37 @@ #VPContent strong > a { font-weight: bold; } + +.info.custom-block { + --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWluZm8iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PHBhdGggZD0iTTEyIDE2di00Ii8+PHBhdGggZD0iTTEyIDhoLjAxIi8+PC9zdmc+'); +} + +.tip.custom-block { + --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWxpZ2h0YnVsYiI+PHBhdGggZD0iTTE1IDE0Yy4yLTEgLjctMS43IDEuNS0yLjUgMS0uOSAxLjUtMi4yIDEuNS0zLjVBNiA2IDAgMCAwIDYgOGMwIDEgLjIgMi4yIDEuNSAzLjUuNy43IDEuMyAxLjUgMS41IDIuNSIvPjxwYXRoIGQ9Ik05IDE4aDYiLz48cGF0aCBkPSJNMTAgMjJoNCIvPjwvc3ZnPg=='); +} + +.warning.custom-block { + --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWFsZXJ0LXRyaWFuZ2xlIj48cGF0aCBkPSJtMjEuNzMgMTgtOC0xNGEyIDIgMCAwIDAtMy40OCAwbC04IDE0QTIgMiAwIDAgMCA0IDIxaDE2YTIgMiAwIDAgMCAxLjczLTNaIi8+PHBhdGggZD0iTTEyIDl2NCIvPjxwYXRoIGQ9Ik0xMiAxN2guMDEiLz48L3N2Zz4='); +} + +.danger.custom-block { + --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXNrdWxsIj48Y2lyY2xlIGN4PSI5IiBjeT0iMTIiIHI9IjEiLz48Y2lyY2xlIGN4PSIxNSIgY3k9IjEyIiByPSIxIi8+PHBhdGggZD0iTTggMjB2Mmg4di0yIi8+PHBhdGggZD0ibTEyLjUgMTctLjUtMS0uNSAxaDF6Ii8+PHBhdGggZD0iTTE2IDIwYTIgMiAwIDAgMCAxLjU2LTMuMjUgOCA4IDAgMSAwLTExLjEyIDBBMiAyIDAgMCAwIDggMjAiLz48L3N2Zz4='); +} + +.custom-block-title { + display: inline-flex; + align-items: center; + gap: 8px; +} + +.custom-block-title::before { + content: ''; + width: 16px; + height: 16px; + -webkit-mask: var(--icon) no-repeat; + mask: var(--icon) no-repeat; + -webkit-mask-size: 100% 100%; + mask-size: 100% 100%; + background-color: currentColor; + color: inherit; +} diff --git a/AI.md b/AI.md index 9d69f12cf..1684daa18 100644 --- a/AI.md +++ b/AI.md @@ -20,14 +20,19 @@ * ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4/3.5 Powered Search / [SydneyQT Jailbreak](https://github.com/juzeon/SydneyQt) * ⭐ **[wrtn](https://wrtn.ai/)** - GPT-4 Chatbot / [Android](https://play.google.com/store/apps/details?id=com.wrtn.app) / [iOS](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170) (ask for english) -* ⭐ **[Gemini](https://gemini.google.com/)** - Google's Chatbot -* ⭐ **[ChatGPT](https://chat.openai.com/)** - GPT-3.5 Chatbot / [Discord](https://discord.com/invite/openai) * ⭐ **[Perplexity](https://www.perplexity.ai/)** - GPT-3.5 Powered Search / [Open Source Models](https://labs.perplexity.ai/) -* ⭐ **[FlowGPT](https://flowgpt.com/chat)** - Multiple Chatbots / [Discord](https://discord.com/invite/tWZGzcpTkf) * ⭐ **[LMSYS Chat](https://chat.lmsys.org/)** - Chat and Compare Multiple Chatbots +* [ChatGPT](https://chat.openai.com/) - GPT-3.5 Chatbot / [Discord](https://discord.com/invite/openai) +* [Gemini](https://gemini.google.com/) - Google's Chatbot +* [groq](https://groq.com/) - LLama and Mixtral Chatbots +* [HuggingChat](https://huggingface.co/chat/) - Open-Source Chatbots +* [FlowGPT](https://flowgpt.com/chat) - Multiple Chatbots / [Discord](https://discord.com/invite/tWZGzcpTkf) * [Phind](https://www.phind.com/) - GPT-3.5 Powered Search +* [Komo](https://komo.ai/) - GPT-3.5 Powered Search +* [iAsk](https://iask.ai/) - AI Search Engine +* [Andi](https://andisearch.com/) - AI Search Engine +* [Metaphor](https://metaphor.systems/) / [Discord](https://discord.com/invite/jvz7GS9W8Y) - AI Search Engine * [Ora](https://ora.ai/start) - GPT-3.5 Based Chatbots -* [HuggingChat](https://huggingface.co/chat/) - Open Source Chatbots * [Pi](https://pi.ai/talk) - Inflection AI's Chatbot * [Poe](https://poe.com/) - Multiple Chatbots / 150 Daily / [Discord](https://discord.com/invite/joinpoe) * [Claude](https://claude.ai/) - Anthropic's Chatbot @@ -112,10 +117,16 @@ ## ▷ ChatGPT Prompts * ⭐ **[Awesome ChatGPT Prompts](https://prompts.chat/)** - Prompt Directory +* ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory +* ⭐ **[flowgpt](https://flowgpt.com/)** - Prompt Directory +* ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory * ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)**, [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering), [LearningPrompt](https://learningprompt.wiki/) or [Jailbreaking ChatGPT](https://arxiv.org/pdf/2305.13860) - Prompting Guides * ⭐ **[jailbreakchat](https://www.jailbreakchat.com/)** or **[jamessawyer](http://www.jamessawyer.co.uk/pub/gpt_jb.html)** - Jailbreak Prompts * ⭐ **[quickref](https://quickref.me/chatgpt)** - Prompt Cheatsheets -* ⭐ **[flowgpt](https://flowgpt.com/)**, **[Leaked Prompts](https://github.com/linexjlin/GPTs)**, [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74), [UseThisPrompt](https://www.usethisprompt.io/), [GPTea](https://gptea.io/) or [SnackPrompt](https://snackprompt.com/) - Prompt Directories +* [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74) - Prompt Directory +* [UseThisPrompt](https://www.usethisprompt.io/) - Prompt Directory +* [GPTea](https://gptea.io/) - Prompt Directory +* [SnackPrompt](https://snackprompt.com/) - Prompt Directory * [PromptPerfect](https://promptperfect.jina.ai/) - Prompt Optimization * [promptfoo](https://github.com/typpo/promptfoo) or [PromptKnit](https://promptknit.com/) - Prompt Playgrounds * [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts @@ -132,7 +143,6 @@ * 🌐 **[LifeArchitect](https://lifearchitect.ai/models-table/)** - LLM Index * [ToolDirectory](https://www.tooldirectory.ai/) - AI Directory * [Futurepedia](https://www.futurepedia.io/) - AI Directory -* [AI Search](https://ai-search.io/) - AI Directory * [PowerUsers](https://powerusers.ai/) - AI Directory * [TheresAnAIForThat](https://theresanaiforthat.com/) - AI Directory * [FutureTools](https://www.futuretools.io/?pricing-model=free) - AI Directory @@ -194,30 +204,23 @@ ## ▷ Online Generators * ⭐ **[Microsoft Designer](https://designer.microsoft.com/image-creator)**, [2](https://www.bing.com/images/create) / Unlimited / [Tips](https://rentry.co/bingimagecreatortips) / [Bulk Download](https://github.com/Richard-Weiss/Bing-Creator-Image-Downloader) -* ⭐ **[Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion)** / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) -* ⭐ **[Poe](https://poe.com/)** / 100 Daily / [Discord](https://discord.com/invite/joinpoe) -* ⭐ **[PlaygroundAI](https://playgroundai.com/)** / 1K Daily -* ⭐ **[Dezgo](https://dezgo.com/)** / [Discord](https://discord.com/invite/RQrGpUhPhx) / Unlimited * ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP) / Unlimited -* ⭐ **[ComfyUI Web](https://comfyuiweb.com/)** / Unlimited +* ⭐ **[Poe](https://poe.com/)** / 100 Daily / [Discord](https://discord.com/invite/joinpoe) +* ⭐ **[PlaygroundAI](https://playgroundai.com/)** / 500 Daily +* ⭐ **[Dezgo](https://dezgo.com/)** / [Discord](https://discord.com/invite/RQrGpUhPhx) / Unlimited * ⭐ **[Meta AI](https://imagine.meta.com/)** / Unlimited * ⭐ **[Tensor.art](https://tensor.art/)** / 100 Daily * ⭐ **[Lexica](https://lexica.art/)** / 48 Weekly -* [Prodia](https://app.prodia.com/) / [Discord](https://discord.com/invite/495hz6vrFN) / Unlimited -* [OpenArt](https://openart.ai/home) / [Discord](https://discord.com/invite/yTMNvk5z97) / Unlimited -* [SD 2.1 Demo](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited -* [StableDiffusionWeb](https://stablediffusionweb.com/) / Unlimited +* [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) +* [Prodia](https://app.prodia.com/) / [Discord](https://discord.com/invite/495hz6vrFN) / [Huggingchat Demo](https://huggingface.co/spaces/prodia/fast-stable-diffusion) / Unlimited +* [SeaArt](https://www.seaart.ai/) / 40 Daily +* [OpenArt](https://openart.ai/) / [Discord](https://discord.com/invite/yTMNvk5z97) / 50 Daily +* [StableDiffusionWeb](https://stablediffusionweb.com/) / 10 Daily * [AIGallery](https://aigallery.app/) / Unlimited -* [Fast Stable Diffusion](https://huggingface.co/spaces/prodia/fast-stable-diffusion) / Unlimited +* [ComfyUI Web](https://comfyuiweb.com/) / Unlimited * [ImageLabs](https://editor.imagelabs.net/) / Unlimited * [Pollinations](https://pollinations.ai/) / Unlimited / [Discord](https://discord.com/invite/8HqSRhJVxn) * [PicFinder](https://picfinder.ai/) / Unlimited -* [One More AI](https://onemoreai.flutterflow.app/) / Unlimited -* [Diffuse The Rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest) / Unlimited -* [Openart.ai](https://openart.ai/discovery) / Unlimited / [Discord](https://discord.com/invite/yTMNvk5z97) -* [VectorArt.ai](https://vectorart.ai/) / Unlimited / SVGs -* [Kandinsky2](https://fusionbrain.ai/diffusion) / Unlimited / [Github](https://github.com/ai-forever/ru-dalle) / [Demo](https://rudalle.ru/kandinsky2) -* [SeaArt](https://www.seaart.ai/) / 150 Daily * [GetIMG.ai](https://getimg.ai/) / [Discord](https://discord.com/invite/5KsUXSzVwS) / 100 Monthly * [Leonardo.ai](https://app.leonardo.ai/) / 30 Daily * [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) / Sign-Up Required @@ -228,12 +231,9 @@ * [DreamLike](https://dreamlike.art) / [Discord](https://discord.com/invite/QyGR2FxsKU) / 12 Daily * [Craiyon](https://www.craiyon.com/) / 10 Daily / [Github](https://github.com/borisdayma/dalle-mini) / [Colab](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/tools/inference/inference_pipeline.ipynb) * [POKEIT](https://pokeit.ai/) / 10 Daily -* [DeepAI](https://deepai.org/machine-learning-model/stable-diffusion) / [2](https://deepai.org/machine-learning-model/text2img) +* [PixAI](https://pixai.art/) / 10 Daily * [Krea](https://search.krea.ai/) / [Discord](https://discord.gg/rJurUAR8Kz) -* [Uranus AI](https://uranus.ai/) * [ArtHub.ai](https://arthub.ai/) -* [PixAI](https://pixai.art/) -* [Dream by Wombo](https://dream.ai/) * [MemeCam](https://www.memecam.io/) - AI Meme Generator * [Genie](https://lumalabs.ai/genie), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [ThreeStudio](https://github.com/threestudio-project/threestudio) - 3D Image Generators * [Insta-3D](https://huggingface.co/spaces/ilumine-AI/Insta-3D) - Turn 2D images into 3D spaces @@ -348,11 +348,12 @@ ## ▷ Voice Change / Clone * ⭐ **[RVC](https://github.com/IAHispano/Applio-RVC-Fork)** - Voice Cloning / [AI Hub's Documentation](https://docs.aihub.wtf/) -* ⭐ **[Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC)** +* ⭐ **[RVC HFv2](https://huggingface.co/spaces/r3gm/RVC_HFv2)** - Voice Cloning * ⭐ **[weights.gg](https://www.weights.gg/) / [Discord](https://discord.gg/A5rgNwDRd4) or [AI Hub](https://discord.gg/aihub)** - AI Voice Models and Guides * ⭐ **[Replay](https://www.tryreplay.io/)** - RVC Desktop App * ⭐ **[voice-changer](https://github.com/w-okada/voice-changer)** - Realtime Voice Changer * [NeuralSVB](https://github.com/MoonInTheRiver/NeuralSVB) - Singing Voice Enhancer +* [Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC) - Voice Cloning * [Bark w/ Voice Clone](https://huggingface.co/spaces/kevinwang676/Bark-with-Voice-Cloning) - Voice Cloning * [Kits.ai](https://www.kits.ai/) - Voice Cloning * [Retrieval-based-Voice-Conversion](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) diff --git a/AdblockVPNGuide.md b/AdblockVPNGuide.md index b9349b288..23de208ab 100644 --- a/AdblockVPNGuide.md +++ b/AdblockVPNGuide.md @@ -29,15 +29,14 @@ ## ▷ Redirect Bypass * ⭐ **[Bypass All Shortlinks](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/)** -* ⭐ **[FastForward](https://fastforward.team/)** / [Discord](https://discord.gg/RSAf7b5njt) -* ⭐ **[bypass.city](https://bypass.city/)**, [2](https://adbypass.org/) / [krnl-and-linkvertise-bypasser](https://greasyfork.org/en/scripts/427869-krnl-and-linkvertise-bypasser) / [Discord](https://discord.com/invite/uMEtrpRvAf) -* ⭐ **[bypass.vip](https://bypass.vip/)** / [Discord](https://bypass.vip/discord) +* ⭐ **[bypass.city](https://bypass.city/)**, [2](https://adbypass.org/) / [krnl-and-linkvertise-bypasser](https://api2.adbypass.org/userscript/download/bypass.user.js) [2](https://greasyfork.org/tr/scripts/488231-working-linkvertise-and-krnl-bypasser) / [Discord](https://discord.com/invite/uMEtrpRvAf) +* [FastForward](https://fastforward.team/) / [Discord](https://discord.gg/RSAf7b5njt) * [AdsBypasser](https://adsbypasser.github.io/) / [2](https://github.com/adsbypasser/adsbypasser) * [TheBypasser](https://thebypasser.com/) * [Bypass-Links](https://github.com/amitsingh-007/bypass-links) * [Yuumari](https://yuumari.com/bypass/) / [Extension](https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh) / [Script](https://yuumari.com/m-links/#js-code) * [UploadHEaven](https://greasyfork.org/en/scripts/442019) -* [Skip Script](https://greasyfork.org/en/scripts/473661) +* [Adbypass.eu](https://adbypass.eu/) - Ad-maven Bypass *** @@ -122,7 +121,7 @@ * [VT4Browsers](https://support.virustotal.com/hc/en-us/articles/115002700745-Browser-Extensions) - Easily Scan Downloads * [Safety Scanner](https://docs.microsoft.com/en-us/windows/security/threat-protection/intelligence/safety-scanner-download) - Malware Remover * [Al-Khaser](https://github.com/LordNoteworthy/al-khaser) - Anti-Malware Stress Test -* [WireShark](https://www.wireshark.org/) - Network Protocol Analyzer +* [WireShark](https://www.wireshark.org/) - Network Protocol Analyzer / [Profiles](https://github.com/amwalding/wireshark_profiles) * [Termshark](https://termshark.io/) - PCAP / Network Analysis * [Phish.ly](https://phish.ly/) - Scan Suspicious Emails * [Dangerzone](https://dangerzone.rocks/) - Convert dangerous PDF to safe PDF @@ -274,7 +273,7 @@ ## ▷ Browser Privacy -* ⭐ **[Tor Browser](https://www.torproject.org/)** - Onion-Routed Browser +* ⭐ **[Tor Browser](https://www.torproject.org/)** - Onion-Routed Browser / [Default Gateway](https://github.com/htrgouvea/nipe) * ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (w/o Tor network) * ⭐ **[arkenfox](https://github.com/arkenfox/user.js)**- Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) * [Librewolf](https://librewolf.net/)- Pre-tweaked Firefox Fork / [Use Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater) @@ -426,9 +425,9 @@ * 🌐 **[VPN Comparison Chart](https://redd.it/171h9qa)** or [Techlore Chart](https://techlore.tech/vpn)- VPN Comparisons * ⭐ **[/r/VPNs](https://www.reddit.com/r/vpns/)** - VPN Help and Discussion * ⭐ **[AirVPN](https://airvpn.org/)** - [Pricing](https://i.ibb.co/8rVJ5JB/c4b813a6b6bc.png) -* ⭐ **[Windscribe](https://windscribe.com)** - [Pricing](https://ibb.co/tPZZDhC) / Free Version Available / [Improved App](https://github.com/Windscribe/Desktop-App) +* ⭐ **[Windscribe](https://windscribe.com)** - [Pricing](https://ibb.co/tPZZDhC) / Free Version Available * ⭐ **[Proton](https://protonvpn.com)** - [Pricing](https://ibb.co/gg4VCDR) / No Torrenting w/ Free Version -* ⭐ **[Warp](https://1.1.1.1/)**, [2](https://1.0.0.1/) - Traffic Encryption VPN / [Client](https://github.com/ViRb3/wgcf) / [Warp+ Data](https://t.me/warpplus), [2](https://github.com/nxvvvv/warp-plus), [3](https://rentry.co/warp_plus_free), [4](https://github.com/totoroterror/warp-cloner), [5](https://t.me/generatewarpplusbot) / [Warp+ Warning](https://rentry.co/warpwarning) / [WireGuard Guide](https://rentry.co/foss-warp) +* ⭐ **[Warp](https://1.1.1.1/)**, [2](https://1.0.0.1/) - Traffic Encryption VPN / [Client](https://github.com/ViRb3/wgcf) / [Warp+ Data](https://t.me/warpplus), [2](https://github.com/nxvvvv/warp-plus), [3](https://github.com/totoroterror/warp-cloner), [4](https://t.me/generatewarpplusbot), [5](https://rentry.co/warp_plus_free) / [Warp+ Warning](https://rentry.co/warpwarning) / [WireGuard Guide](https://rentry.co/foss-warp) * ⭐ **[Riseup](https://riseup.net/en/vpn)** - Free VPN * [Mullvad](https://mullvad.net/) - [Pricing](https://i.ibb.co/sHB33GJ/daf48a5ee585.png) / [No-Logging](https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/) / [Port Warning](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/) * [IVPN](https://www.ivpn.net/) - [Pricing](https://i.ibb.co/6sQKrQL/e06bea93c5ba.png) / [Free Trial](https://redd.it/nzjmqa) / [No Logging](https://www.ivpn.net/knowledgebase/privacy/how-do-we-react-when-requested-by-an-authority-for-information-relating-to-a-customer/) / [Port Warning](https://www.ivpn.net/blog/gradual-removal-of-port-forwarding/) @@ -461,7 +460,7 @@ ## ▷ Proxy Apps -* ⭐ **[Lantern](https://lantern.io/)** or **[Psiphon](https://psiphon.ca/)** / [Bypass Blocks](https://media.discordapp.net/attachments/953145730736996382/953730963735707719/Screenshot_20220316220604.png) - Free Proxy / VPN +* ⭐ **[Lantern](https://lantern.io/)** or **[Psiphon](https://psiphon.ca/)** - Free Proxy / VPN * ⭐ **[SecureDNSClient](https://github.com/msasanmh/SecureDNSClient)** - DNS Proxy GUI / [Guide](https://rentry.co/SecureDNSClient) * ⭐ **[Bypass ISP Blocks](https://rentry.co/enable-ech)** - Bypass ISP censorship with Firefox * [No Thought is a Crime](https://ntc.party/) - Internet Censorship Discussion diff --git a/Android-iOSGuide.md b/Android-iOSGuide.md index 4fd2bc1c5..9aa933952 100644 --- a/Android-iOSGuide.md +++ b/Android-iOSGuide.md @@ -7,7 +7,7 @@ # ► Android APKs * ⭐ **[AppManager](https://github.com/MuntashirAkon/AppManager/)** - Package Manager -* ⭐ **[Lucky Patcher](https://chelpus.com/download/LuckyPatchers.com_Official_Installer_10.9.9.apk)** - App Patcher / [Avoid "LP Downloader"](https://pastebin.com/UXxaVqX9) +* ⭐ **[Lucky Patcher](https://www.luckypatchers.com/download/)** - App Patcher / [Avoid "LP Downloader"](https://pastebin.com/UXxaVqX9) * ⭐ **Lucky Patcher Tools** - [Guide](https://flixbox.github.io/lp-compat/docs/intro) / [Compatibility](https://flixbox.github.io/lp-compat/) / [Subreddit](https://www.reddit.com/r/luckypatcher/) / [Discord](https://discord.com/invite/RS5ddYf7mw) * ⭐ **[Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8)** / [CSE 2](https://cse.google.com/cse?cx=73948689c2c206528) / [CSE 3](https://cse.google.com/cse?cx=a805854b6a196d6a6), [App Finder](https://play.google.com/store/apps/details?id=scadica.aq) or [ShowAppsLike](https://showappslike.com/) - APK Search Engines * [Direct Download From Google Play](https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/) - Add Direct DL Links to Google Play @@ -80,11 +80,12 @@ * 🌐 **[Awesome Shizuku](https://github.com/ThePBone/awesome-shizuku)** - Shizuku App Index * ⭐ **[F-Droid](https://f-droid.org/)** - FOSS App Installer * ⭐ **F-Droid Tools** - [Resources](https://fdroidfamily.codeberg.page/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) -* ⭐ **F-Droid Clients** - [Droid-ify](https://github.com/Iamlooker/Droid-ify) / [Classic Client](https://git.bubu1.eu/Bubu/fdroidclassic) / [Neo Store](https://github.com/NeoApplications/Neo-Store) +* ⭐ **F-Droid Clients** - [Droid-ify](https://github.com/Droid-ify/client) / [Classic Client](https://git.bubu1.eu/Bubu/fdroidclassic) / [Neo Store](https://github.com/NeoApplications/Neo-Store) * ⭐ **[Known Repositories](https://forum.f-droid.org/t/known-repositories/)** - F-Droid Repositories * [IzzyOnDroid](https://android.izzysoft.de/applists.php) - App Repo / [F-Droid](https://apt.izzysoft.de/fdroid/index.php) * [We Love Codeberg](https://welove.codeberg.page/) * [OnyxBits](https://onyxbits.de/) +* [FossifyOrg](https://github.com/FossifyOrg) * [OpenRepos](https://openrepos.net/) - Harmattan / Sailfish OS Apps * [Android Auto Apps Downloader](https://github.com/shmykelsa/aaad) - Android Vehicle Apps @@ -135,7 +136,7 @@ * ⭐ [ADBAppControl](https://adbappcontrol.com/en/) - Android Device Manager / Root Tool * ⭐ **[scrcpy](https://github.com/Genymobile/scrcpy)**, [PlainApp](https://github.com/ismartcoding/plain-app), [anl](https://anl.ink/), [WebADB](https://app.webadb.com/) or [QtScrcpy](https://github.com/barry-ran/QtScrcpy) - Control Android via Desktop / [GUI](https://guiscrcpy.srev.in/) * ⭐ **[ntfy](https://ntfy.sh/)** or [Notification Maker](https://play.google.com/store/apps/details?id=com.wagner.valentin.notificationmaker2) - Custom Push Notifications -* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [KernelSU](https://kernelsu.org/), [Magisk Monet](https://github.com/datnerdguy/Magisk-Monet), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [Pixel Launcher](https://github.com/saitamasahil/Pixel-Launcher-Extended) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools +* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [KernelSU](https://kernelsu.org/), [Magisk Monet](https://github.com/pranshoe/Magisk-Monet), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [Pixel Launcher](https://github.com/saitamasahil/Pixel-Launcher-Extended) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools * ⭐ **Magisk Tools** - [Manager](https://github.com/MRepoApp/MRepo/) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [SafetyNet Fix](https://github.com/chiteroman/PlayIntegrityFix) / [SafetyNet Fix Guide](https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/page-177#post-89189572) / [Modules](https://www.androidacy.com/magisk-modules-repository/) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo) * [Spectrum Ownership Map](https://specmap.sequence-omega.net/) - Mobile Network Comparisons * [Plexus](https://plexus.techlore.tech/) - De-googled Device Compatibility @@ -167,7 +168,7 @@ * [Tap Tap Double Tap](https://forum.xda-developers.com/t/app-beta-0-10-1-tap-tap-double-tap-on-back-of-device-gesture-from-android-11-port.4140573/) or [TapTap](https://github.com/KieronQuinn/TapTap) - Android Back Gesture Controls / Needs Root * [Quick Cursor](https://play.google.com/store/apps/details?id=com.quickcursor) - Cursor for Large Smartphones * [Caffeine](https://lab.zhs.moe/caffeine/) - Keep Screen On -* [FakeStandby](https://fakestandby.jonasbernard.de/) or [Extinguish](https://play.google.com/store/apps/details?id=own.moderpach.extinguish) - Turn Off Screen While App is Running +* [FakeStandby](https://fakestandby.jonasbernard.de/) - Turn Off Screen While App is Running * [WaveUp](https://gitlab.com/juanitobananas/wave-up) - Turn On Display via Waving * [Pinnit](https://github.com/msasikanth/pinnit) - Notification Pinning * [B.D.T](https://bdt.jepfa.de/) - Time with Between Time Notifications @@ -178,10 +179,10 @@ * [GSMHosting](https://forum.gsmhosting.com/vbb/) - GSM Discussion Forum * [VMOS](https://www.vmos.com/) or [x8sb](https://x8sb.com/) - Android on Android Virtual Machines * [qPython](https://github.com/qpython-android/qpython) - Python for Android -* [EtchDroid](https://etchdroid.depau.eu/) - Write OS Images to USB Drive +* [EtchDroid](https://etchdroid.app/) - Write OS Images to USB Drive * [Winlator](https://github.com/brunodev85/winlator) - Android Windows Emulators * [Root Checker](https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck) - Root Checker -* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ABD / Fastboot Programs +* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs * [LiveBoot](https://play.google.com/store/apps/details?id=eu.chainfire.liveboot&hl=en_IN) - Logcat / Dmesg Boot Animation * [LogFox](https://github.com/F0x1d/LogFox) - LogCat Reader * [Amazing Temp Root](https://forum.xda-developers.com/t/amazing-temp-root-for-mediatek-armv8-2020-08-24.3922213/) - MediaTek Temp Root @@ -210,7 +211,7 @@ * ⭐ **[OpenCalc](https://github.com/Darkempire78/OpenCalc)**, [Calculator++](https://play.google.com/store/apps/details?id=org.solovyev.android.calculator), [microMathematics](https://github.com/mkulesh/microMathematics) or [Calculator-inator](https://github.com/prathameshmm02/Calculator-inator) - Calculator Apps * ⭐ **[AutomaTag](http://automatag.com/)** or [AutoTagger](https://autotagger.ru/) - Metadata Organizers * ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android -* [ConnectYou](https://github.com/Bnyro/ConnectYou) - Contacts App +* [ConnectYou](https://github.com/you-apps/ConnectYou) - Contacts App * [Loyalty Card Locker](https://github.com/brarcher/loyalty-card-locker) or [Catima](https://catima.app/) - Loyalty Card Managers * [Folder in Folder](https://play.google.com/store/apps/details?id=com.ss.folderinfolder) - Create Subfolders * [Shortcut Maker](https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker) - Create App Shortcuts @@ -220,32 +221,24 @@ * [openboard](https://github.com/openboard-team/openboard), [Flickboard](https://github.com/nightkr/flickboard), [Thumb-Key](https://github.com/dessalines/thumb-key) or [Unexpected Keyboard](https://github.com/Julow/Unexpected-Keyboard) - Keyboard Apps * [Sayboard](https://github.com/ElishaAz/Sayboard) - AI Voice Keyboard * [Grammarly](https://rentry.co/FMHYBase64#grammarly-keyboard-premium) - Grammarly Keyboard Premium -* [Volv](https://volvmedia.com/) - Android News App * [icq](https://icq.com/) - Messaging App -* [TextFree](https://www.textfree.us/) - Free Texting App -* [TextMeUp](https://www.textmeup.com/) - Multi-Number App * [TxtEmNow](https://txtemnow.com/) - Send Anonymous Texts -* [Kubool](https://www.gdpd.xyz/) - Anonymous Confession App / [Snapchat](https://play.google.com/store/apps/details?id=com.ignates.snapreply) -* [Nomad](https://www.nomadapp.me/) - Turn Any Location Into Chat * [SMS-IE](https://github.com/tmo1/sms-ie) - Import / Export SMS Messages * [Watomatic](https://watomatic.app/) / [Git](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders -* [AndroidCupsPrint](https://github.com/BenoitDuffez/AndroidCupsPrint/) - Wireless Printing App -* [PDF Maker](https://play.google.com/store/apps/details?id=opofficial.pdfmaker) - PDF Creator * [LightCut](https://play.google.com/store/apps/details?id=com.lightcut.videoeditor), [open-video-editor](https://github.com/devhyper/open-video-editor) or [Vaux](https://play.google.com/store/apps/details?id=com.vaux.vaux_editor) - Video Editors * [NotificationDictionary](https://github.com/tirkarthi/NotificationDictionary) - Dictionary App * [Counters](https://play.google.com/store/apps/details?id=rahmouni.neil.counters) - Count Anything * [Smart AutoClicker](https://github.com/Nain57/Smart-AutoClicker) - Auto Clicker -* [DoForMe](https://play.google.com/store/apps/details?id=com.aj.dfm) - Location-Based Automation * [Pluma](https://plumareader.com/), [Feeder](https://f-droid.org/en/packages/com.nononsenseapps.feeder/), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers * [Arts & Culture](https://play.google.com/store/apps/details?id=com.google.android.apps.cultural) - Explore Art -* [PXView](https://github.com/alphasp/pxview) or [Pixez](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md) - Japanese Fanart / Pixiv Apps +* [Pixez](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md) - Japanese Fanart / Pixiv Apps * [UnicodePad](https://github.com/Ryosuke839/UnicodePad) or [Kaomoji](https://play.google.com/store/apps/details?id=ru.kaomoji.kaomojiapp) - Emoji / Unicode Manager * [emojimix](https://play.google.com/store/apps/details?id=net.tikolu.emojimix) - Combine Emojis * [Memory Guardian](https://github.com/hashemi-hossein/memory-guardian), [Clipboard CopyPaste](https://www.evvasoft.com/ccp.html) or [Clipboard History](https://play.google.com/store/apps/details?id=com.rubbishcollector.clipboardhistory) - Clipboard Managers * [Irregular Expressions](https://play.google.com/store/apps/details?id=mf.asciitext.lite) - Text Font Generator * [wrtn](https://play.google.com/store/apps/details?id=com.wrtn.app) - Free GPT-4 + turbo (ask to speak in english always) * [Botify AI](https://botif.ai/) or [Chai](https://www.chai-research.com/) - Roleplaying Chatbots -* [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [Arna Translate](https://github.com/MahanRahmati/translate), [Instalate](https://gitlab.com/concept1tech/instalate), [TranslateYou](https://github.com/Bnyro/TranslateYou) or [SimplyTranslate](https://github.com/ManeraKai/simplytranslate_mobile) - Translation Apps +* [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [Arna Translate](https://github.com/MahanRahmati/translate), [Instalate](https://gitlab.com/concept1tech/instalate), [TranslateYou](https://github.com/you-apps/TranslateYou) or [SimplyTranslate](https://github.com/ManeraKai/simplytranslate_mobile) - Translation Apps * [FUTO](https://voiceinput.futo.org/) or [Dicio](https://github.com/Stypox/dicio-android) - Voice Assistants * [android-call-recorder](https://gitlab.com/axet/android-call-recorder) - Call Recorder * [Audio-Recorder](https://gitlab.com/axet/android-audio-recorder/tree/HEAD), [android-audio-recorder](https://gitlab.com/axet/android-audio-recorder) or [Audio Recorder](https://github.com/vivekweb2013/audio-recorder) - Audio Recorders @@ -262,13 +255,14 @@ * [Aftership](https://play.google.com/store/apps/details?id=com.aftership.AfterShip&hl=en&gl=US) - Package Tracker * [aiTTS](https://www.milmike.com/aitts-google-wavenet-voices-for-android-tts) - Text to Speech * [Microsoft Edge Read Aloud](https://redd.it/l1fdh9) - How to use Microsoft Read Aloud TTS on Android -* [Flutter Clock](https://github.com/afzalali15/flutter_alarm_clock), [Smart Alarm](https://play.google.com/store/apps/details?id=com.urbandroid.sleep), [ClockYou](https://github.com/Bnyro/ClockYou) or [AlarmClock](https://github.com/yuriykulikov/AlarmClock) - Clocks / Alarms +* [Flutter Clock](https://github.com/afzalali15/flutter_alarm_clock), [Smart Alarm](https://play.google.com/store/apps/details?id=com.urbandroid.sleep), [ClockYou](https://github.com/you-apps/ClockYou) or [AlarmClock](https://github.com/yuriykulikov/AlarmClock) - Clocks / Alarms * [Etar](https://github.com/Etar-Group/Etar-Calendar), [JTX](https://jtx.techbee.at/), [digical](https://digibites.nl/digical), [TimeBlocks](https://timeblocks.com/) or [TimeTreeApp](https://timetreeapp.com/intl/en/) - Calendars * [QRAlarm](https://github.com/sweakpl/qralarm-android) - Scan QR Code to Turn Off Alarm * [Calendar Notifications](https://play.google.com/store/apps/details?id=com.tuogol.calendar.notification) - View Calendar as Notifications * [ShiftCal](https://gitlab.com/Nulide/ShiftCal) - Shift Calendar * [Birday](https://github.com/m-i-n-a-r/birday) - Birthday Reminders / Calendar * [Sectograph](https://play.google.com/store/apps/details?id=prox.lab.calclock) - Daily Planner +* [Treep](https://play.google.com/store/apps/details?id=ai.treep) - Find Things To Do * [SuntimesWidget](https://github.com/forrestguice/SuntimesWidget) - Sun / Moon Light Time App * [Listy](https://listy.is/) - Create Lists of Anything * [Julius.ai](https://julius.ai/) - Data Visualization AI @@ -298,7 +292,7 @@ * [Unified Remote](https://www.unifiedremote.com/) - Universal Remote * [Luna Sea](https://www.lunasea.app/) - Self-Hosted Media Controller * [HexViewer](https://github.com/Keidan/HexViewer) - Hex Viewer -* [FlutterMarkdownEditor](https://github.com/adityar224/FlutterMarkdownEditor) - Markdown Editor +* [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor * [MGit](https://github.com/maks/MGit) - Git client for Android * [GitNex](https://codeberg.org/gitnex/GitNex/) - Forgejo and Gitea client for Android * [markdownr](https://github.com/sanzoghenzo/markdownr) - Webpage to Markdown Converter @@ -392,7 +386,7 @@ * ↪️ **[Android Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_browsers)** * ⭐ **[Aliucord](https://github.com/Aliucord/Aliucord)** - Modded Discord Clients / [Rich Presence](https://kizzy.vercel.app/) -* ⭐ **[Voyager](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/dessalines/jerboa), [LiftOff](https://github.com/liftoff-app/liftoff), [Infinity](https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [Muffed](https://github.com/freshfieldreds/muffed) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients +* ⭐ **[Voyager](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/dessalines/jerboa), [LiftOff](https://github.com/liftoff-app/liftoff), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [Muffed](https://github.com/freshfieldreds/muffed) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients * ⭐ **[Tusky](https://tusky.app/),** [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Megalodon](https://sk22.github.io/megalodon/) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients / [Improved Notifications](https://github.com/LucasGGamerM/moshidon) * ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[BitWarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)**, [Keyspace](https://keyspace.cloud/), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass) or [Keepass2Android](https://github.com/PhilippC/keepass2android) - Password Managers * ⭐ **[PairVPN Hotspot](https://pairvpn.com/hotspot)**, [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots @@ -412,7 +406,7 @@ * [Transpose](https://chromewebstore.google.com/detail/transpose-%E2%96%B2%E2%96%BC-pitch-%E2%96%B9-spee/ioimlbgefgadofblnajllknopjboejda) - Online Video Pitch Shifter, Speed Changer and Looper * [PassAndroid](https://github.com/ligi/PassAndroid) or [GreenPass](https://github.com/michaeltroger/greenpass-android) - Manage Virtual Tickets / Passes * [GrayJay](https://grayjay.app/) - Manage Content Creator Subscriptions / [Gitlab](https://gitlab.futo.org/videostreaming/grayjay) / [Plugins](https://gitlab.futo.org/videostreaming/plugins) -* [BBTV](https://github.com/bttv-android/bttv) or [Frosty](https://www.frostyapp.io/) - Twitch Apps +* [BBTV](https://github.com/bttv-android/bttv), [Twire](https://github.com/twireapp/Twire) or [Frosty](https://www.frostyapp.io/) - Twitch Apps * [DankChat](https://github.com/flex3r/DankChat) - Talk in Multiple Twitch Chats at Once * [Viddit](https://play.google.com/store/apps/details?id=aculix.viddit.downloader) - Reddit Video Downloader * [Geddit](https://kaangiray26.github.io/geddit-app/), [Infinity Fork](https://github.com/KhoalaS/Infinity-For-Reddit), [FatBird](https://play.google.com/store/apps/details?id=com.niven.reddit&hl=en_US) - Reddit Clients @@ -438,7 +432,7 @@ * [Graysky](https://graysky.app/) - Bluesky Client * [SimpleMail](https://framagit.org/dystopia-project/simple-email), [Monocles](https://f-droid.org/packages/de.monocles.mail/), [k9mail](https://k9mail.app/) or [FairCode](https://email.faircode.eu/) - Email Clients * [You Have Mail](https://github.com/LeanderBB/you-have-mail) - Email Notifications -* [Delta Lab](https://github.com/adbenitez/deltalab-android) - Email Based Messenger +* [Delta Lab](https://github.com/deltalab-org/deltalab-android) - Email Based Messenger * [Endless](https://kaangiray26.github.io/endless/) - Combine Social Media Apps * [Eruda](https://pastebin.com/7qSZXjDS) - Mobile Browser Console / [Userscript](https://greasyfork.org/en/scripts/400760-console-for-mobile-browsers-eruda) / [GitHub](https://github.com/liriliri/eruda) * [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools @@ -460,7 +454,7 @@ * ⭐ **[Snapdrop Android](https://github.com/fm-sys/snapdrop-android)** - File Sync * ⭐ **[Octi](https://github.com/d4rken-org/octi)** - File Sync * [UnLim](https://play.google.com/store/apps/details?id=com.kratosle.unlim&gl=US) - Cloud Storage -* [Round Sync](https://github.com/newhinton/Round-Sync), [MetaCTRL](https://metactrl.com/), [extRact](https://github.com/newhinton/extRact) or [FolderSync](https://www.tacit.dk/) - Multi-Site Cloud Storage File Managers +* [Round Sync](https://github.com/newhinton/Round-Sync), [MetaCTRL](https://metactrl.com/) or [FolderSync](https://www.tacit.dk/) - Multi-Site Cloud Storage File Managers * [dropbox](https://www.dropbox.com/) / [Sync](https://play.google.com/store/apps/details?id=com.ttxapps.dropsync) / [GUI](https://github.com/howeyc/crocgui) - Cloud Storage * [Clipt](https://play.google.com/store/apps/details?id=studio.onelab.clipboard) - File Sync * [InShare](https://play.google.com/store/apps/details?id=sharefiles.sharemusic.shareapps.filetransfer) - File Sync @@ -468,7 +462,7 @@ * [syncopoli](https://gitlab.com/fengshaun/syncopoli) - File Sync * [ShareX](https://github.com/akanshSirohi/ShareX) - File Sync * [Save n Device](https://github.com/lmj0011/save-on-device) - File Sync -* [Nearby Share](https://www.android.com/better-together/nearby-share-app/) - File Sync +* [Nearby Share](https://www.android.com/better-together/quick-share-app//) - File Sync * [DriveSync](https://play.google.com/store/apps/details?id=com.ttxapps.drivesync) - Google Drive Sync *** @@ -509,7 +503,7 @@ * [Photo Lab](https://ilixa.com/8bitphotolab.php) - Give Images a Retro Look 8Bit * [starryai](https://starryai.com/) - Generate Art from Text Prompt * [Inspiral](https://inspiral.nathanfriend.io/) - Create Spirograph Art -* [Photo Resizer](https://play.google.com/store/apps/details?id=com.simplemobilephotoresizer&hl=en&gl=US) or [ImageResizer](https://github.com/T8RIN/ImageResizer) - Image Resizers +* [Photo Resizer](https://play.google.com/store/apps/details?id=com.simplemobilephotoresizer&hl=en&gl=US) or [ImageResizer](https://github.com/T8RIN/ImageToolbox) - Image Resizers * [Imagepipe](https://codeberg.org/Starfish/Imagepipe) - Image Size Reducer * [FFShare](https://github.com/caydey/ffshare) - Compress Videos / Images * [Upscaler](https://play.google.com/store/apps/details?id=com.ethanzone.upscaler&hl=en_US&gl=QA), [MintAI](https://play.google.com/store/apps/details?id=com.mingkun.mintAI) or [Galaxy Enhance-X](https://www.apkmirror.com/apk/samsung-electronics-co-ltd/galaxy-enhance-x/) - Image Upscalers @@ -582,7 +576,7 @@ * 🌐 **[Emulator Wiki](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index * ⭐ **[Termux](https://termux.com/)**, [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Terminal Emulators / OS Environments * ⭐ **Termux Tools** - [YT-DL](https://github.com/OzakIOne/termux-youtube-dl), [2](https://github.com/khansaad1275/Termux-YTD) / [Video Downloader](https://github.com/AbirHasan2005/LR-YTDL) / [GUI](https://github.com/termux/termux-gui) / [ADB / Fastboot Tools](https://github.com/MasterDevX/Termux-ADB) / [Beautify](https://github.com/mayTermux/myTermux) -* ⭐ **[WSA](https://rentry.co/wsa)** - Windows Subsystem / [GUI](https://github.com/alesimula/wsa_pacman) / [Win10](https://github.com/cinit/WSAPatch) / [Win11](https://apps.microsoft.com/store/detail/wsatools-apk-installer-and-more/9N4P75DXL6FG) / [Google Apps](https://github.com/WSA-Community/WSAGAScript) +* ⭐ **[WSA](https://rentry.co/wsa)** - Windows Subsystem / [GUI](https://github.com/alesimula/wsa_pacman) / [Win10](https://github.com/cinit/WSAPatch) / [Win11](https://apps.microsoft.com/detail/9n4p75dxl6fg) / [Google Apps](https://github.com/WSA-Community/WSAGAScript) * ⭐ **[WayDroid](https://waydro.id/)** / **[Git](https://github.com/waydroid)**, [Redroid](https://github.com/remote-android/redroid-doc), [PostmarketOS](https://www.postmarketos.org/), [Ubuntu Touch](https://ubuntu-touch.io/get-ubuntu-touch), [Plasma Mobile](https://plasma-mobile.org/), [Mobian](https://mobian-project.org/) or [Anbox](https://anbox.io/) / [Git](https://github.com/anbox/anbox) - Linux Subsystems * ⭐ **[Android Studio Emulator](https://developer.android.com/studio/run/managing-avds#createavd)** * [Android x86](https://www.android-x86.org/) - Android Desktop OS / [Installer](https://aopc.dev/r/advanced-android-x86-installer-for-windows.61/) / [Source](https://www.android-x86.org/source.html) / [Smart Dock](https://github.com/axel358/smartdock) @@ -593,7 +587,7 @@ * [Docker Android](https://github.com/budtmo/docker-android) - Android in Docker * [BareNox](https://forum.xda-developers.com/t/tool-guide-barenox-modded-nox-android-emulator.4468425/) or [Nox](https://www.bignox.com/) - [Screenshot](https://i.ibb.co/MkdmtYr/647f0f4f051c.jpg) / [Debloat Guide](https://gist.github.com/Log1x/12d330ef7685d6fbc611d1d57efb5c29), [2](https://codefaq.org/emulator/how-to-remove-bloatware-on-nox-and-ldplayer-emulator/) / [Video](https://youtu.be/IjI_-pQUOhQ) * [GameLoop](https://www.gameloop.com/) - [Screenshot](https://i.ibb.co/WyggSQM/26828a9408f1.png) -* [MuMu](https://www.mumuglobal.com/) - [Screenshot](https://i.ibb.co/vwBrY5M/bfa89c699ff7.png) +* [MuMu](https://www.mumuplayer.com/) - [Screenshot](https://i.ibb.co/vwBrY5M/bfa89c699ff7.png) * [MeMu](https://www.memuplay.com/) - [Screenshot](https://i.ibb.co/FsMfk68/6b4ce185773e.png) / [Debloater](https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8) * [LDPlayer](https://www.ldplayer.net/) - [Screenshot](https://i.ibb.co/CHKb40V/184625995e15.png) * [Genymotion](https://www.genymotion.com/download/) - [Screenshot](https://i.ibb.co/6W7BXJn/6a291e5b5ac9.jpg) @@ -672,7 +666,7 @@ * ↪️ **[Android Audio Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_audio_players)** * ⭐ **[xManager](https://www.xmanagerapp.com/)** / [Discord](https://discord.com/invite/dnpKn5Wufm) or [Modded Spotify](https://rentry.co/FMHYBase64#modded-spotify-apk) - Ad Free Spotify * ⭐ **xManager Tools** - [Friend Activity](https://spotivity.me//) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/) -* ⭐ **[InnerTune](https://github.com/z-huang/InnerTune)**, [Namida](https://github.com/namidaco/namida), [RiMusic](https://github.com/fast4x/RiMusic), [Harmony Music](https://github.com/anandnet/Harmony-Music), [SimpMusic](https://github.com/maxrave-dev/SimpMusic), [spmp](https://github.com/toasterofbread/spmp), [ViMusic](https://github.com/vfsfitvnm/ViMusic), [Gyawun](https://jhelumcorp.github.io/) or [MellowMusic](https://github.com/SuhasDissa/MellowMusic) - YouTube Music Players +* ⭐ **[InnerTune](https://github.com/z-huang/InnerTune)**, [Namida](https://github.com/namidaco/namida), [RiMusic](https://github.com/fast4x/RiMusic), [Harmony Music](https://github.com/anandnet/Harmony-Music), [SimpMusic](https://github.com/maxrave-dev/SimpMusic), [spmp](https://github.com/toasterofbread/spmp), [ViMusic](https://github.com/vfsfitvnm/ViMusic), [Gyawun](https://jhelumcorp.github.io/) or [Vibe You](https://github.com/SuhasDissa/VibeYou) - YouTube Music Players * ⭐ **[Seeker](https://play.google.com/store/apps/details?id=com.companyname.andriodapp1)** - Audio Download App / Soulseek Frontend * ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream PC Audio to Phone * ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler @@ -684,7 +678,8 @@ * [Audio Share](https://github.com/mkckr0/audio-share) - Audio Server Streaming * [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic) or [SubTune](https://github.com/TaylorKunZhang/SubTune) - Subsonic Client * [Redomi](https://github.com/acszo/Redomi/) - Multi-Platform Streaming -* [Sound1](https://play.google.com/store/apps/details?id=com.soundcloud.android&hl=us) - Streaming +* [Soundcloud](https://play.google.com/store/apps/details?id=com.soundcloud.android&hl=us) - Streaming +* [Musify](https://gokadzev.github.io/Musify/) - Streaming * [Modded Tidal](https://forum.mobilism.org/search.php?keywords=tidal&sr=topics&sf=titleonly) - Steaming / Download * [Seeker](https://github.com/jackBonadies/SeekerAndroid), [Datmusic](https://github.com/alashow/datmusic-android) or [AIDS](https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=aids&sf=titleonly) - Download / MP3 * [Funkwhale](https://dev.funkwhale.audio/funkwhale/funkwhale-android), [Trebel](https://home.trebel.io/), [BlackHole](https://github.com/Sangwan5688/BlackHole), [VK X](https://vkx.app/) or [Deezer](https://play.google.com/store/apps/details?id=deezer.android.app) - Streaming @@ -694,13 +689,13 @@ * [HZP](https://hzp.co/) - Solfeggio Frequency Player * [Quorus](https://quorus.net/) - Collaborative Playlists * [UpNext GPT](https://github.com/dokar3/upnext-gpt) - Playlist Generator -* [unMix](https://unmix.ru/) - Remove Vocal Tracks +* [Vocal Remover](https://separatemusic.com/) - Remove Vocal Tracks * [MusicSpeedChanger](https://musicspeedchanger.com/) - Music Speed Changer * [Video to MP3 Converter](https://play.google.com/store/apps/details?id=mp3videoconverter.videotomp3.videotomp3converter) - Video to MP3 * [AudioSwitch](https://play.google.com/store/apps/details?id=com.nordskog.LesserAudioSwitch) - Switch Audio to Different Outputs Lesser * [MP3 Tagger](https://play.google.com/store/apps/details?id=com.fillobotto.mp3tagger) - Automatic Audio ID3 Tagging * [Super Sound](https://play.google.com/store/apps/details?id=com.tianxingjian.supersound&hl) - Audio Editor -* [Music Maker JAM](https://www.loudly.com/musicmakerjam) - Music Creator / Mixer +* [Music Maker JAM](https://www.musicmakerjam.app/) - Music Creator / Mixer * [Up Tempo](https://play.google.com/store/apps/details?id=com.stonekick.tempo&hl=en&gl=US) - Audio Tempo Editor * [ViPER4Android](https://github.com/programminghoch10/ViPER4AndroidRepackaged) - Audio Modifier / Equalizer * [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet) - Headphone Audio Equalizer @@ -751,8 +746,8 @@ * ↪️ **[Smart TV Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_smart_tv_.2F_firestick)** * ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming / [Addons](https://stremio-addons.netlify.app/) / Chromecast / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_vpn_guide) * ⭐ **[HDO Box](https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=hdo+box&sf=titleonly)** - Movies / TV -* ⭐ **[CloudStream](https://dweb.link/ipns/cloudstream.on.fleek.co/)** - Movies / TV / Anime / [GitHub](https://github.com/recloudstream/cloudstream) / [2](https://github.com/hexated/cloudstream-extensions-hexated/) / [Mirrors](https://rentry.org/cs3-repos) / [Docs](https://recloudstream.github.io/csdocs/) -* ⭐ **[Kuukiyomi](https://github.com/LuftVerbot/kuukiyomi/)** or [Aniyomi](https://aniyomi.org/) - Movies / TV / Anime / [Extensions](https://aniyomi.org/extensions/) / [GitHub](https://github.com/jmir1/aniyomi) +* ⭐ **[CloudStream](https://cloudstream-on-fleek-co.ipns.dweb.link//)** - Movies / TV / Anime / [GitHub](https://github.com/recloudstream/cloudstream) / [2](https://github.com/hexated/cloudstream-extensions-hexated/) / [Mirrors](https://rentry.org/cs3-repos) / [Docs](https://recloudstream.github.io/csdocs/) +* ⭐ **[Kuukiyomi](https://github.com/LuftVerbot/kuukiyomi/)** or [Aniyomi](https://aniyomi.org/) - Movies / TV / Anime / [Extensions](https://aniyomi.org/extensions/) / [GitHub](https://github.com/aniyomiorg/aniyomi) * ⭐ **[Miru](https://miru.js.org/en/download)** - Movies / TV / Anime / [GitHub](https://github.com/miru-project/miru-app) / [Docs](https://miru.js.org/en/developer/) * ⭐ **[FlixQuest](https://github.com/BeamlakAschalew/flixquest)** - Movies / TV * ⭐ **[Kodi](https://kodi.tv/)** - [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) / [Real-Debrid](https://real-debrid.com/) @@ -798,7 +793,7 @@ ## ▷ Android Anime -* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Animiru](https://github.com/Quickdesh/Animiru) - Movies / TV / Anime / [GitHub](https://github.com/jmir1/aniyomi) +* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Animiru](https://github.com/Quickdesh/Animiru) - Movies / TV / Anime * [Dantotsu](https://github.com/rebelonion/Dantotsu) * [Kaguya App](https://github.com/hoangvu12/kaguya-app/) * [Kazahana](https://github.com/yukino-org/kazahana) @@ -827,7 +822,7 @@ * ⭐ **[LibreTube](https://libretube.dev/)** - Ad-free YouTube Frontend * ⭐ **[NewPipe](https://newpipe.net/)** - Ad-free YouTube Frontend * ⭐ **[Tubular](https://github.com/polymorphicshade/Tubular)** - Ad-free YouTube Frontend -* [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module/releases), [revanced-apks](https://github.com/revanced-apks/build-apps/releases), [docker-py-revanced](https://github.com/nikhilbadyal/docker-py-revanced/releases) or [AT-YT](https://github.com/Zelooooo/AT-YT/releases) - Automated Patchers +* [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module/releases), [revanced-apks](https://github.com/revanced-apks/build-apps/releases), [docker-py-revanced](https://github.com/nikhilbadyal/docker-py-revanced/releases) or [AT-YT](https://github.com/Zenlua/AT-YT) - Automated Patchers * [revanced-cli](https://github.com/ReVanced/revanced-cli/), [Auto-CLI](https://github.com/taku-nm/auto-cli/), [Revancify](https://github.com/decipher3114/Revancify) or [revanced-creator](https://github.com/XDream8/revanced-creator) - CLI Patchers * [ReVanced Patcher 6.0-7.1](https://github.com/kitadai31/revanced-patches-android6-7) - 6.0-7.1 Patcher * [Clipious](https://github.com/lamarios/clipious) - YouTube Frontend @@ -851,7 +846,7 @@ * ⭐ **[Pojav](https://pojavlauncherteam.github.io/)** - Mobile Minecraft Launcher * [Das Image](https://apps.apple.com/ca/app/das-image-search-and-explore/id1464079804), [iPhone11papers](https://iphone11papers.com/), [FreshWalls](https://apps.apple.com/in/app/freshwalls-4k-hd-wallpapers/id1627085956) or [iOS Wallpapers](https://goo.gl/photos/ZVpabTtcezd35XBa9/) - iOS Wallpapers * [wrtn](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170), [OpenAI-ChatGPT](https://apps.apple.com/us/app/openai-chatgpt/id6448311069) or [Kai](https://trykai.app/) - ChatGPT Apps -* [Offline File Browser](https://apps.apple.com/us/app/offline-files-browser-docs/id1557618225) or [Santander](https://github.com/SerenaKit/Santander) - File Managers +* [Offline File Browser](https://apps.apple.com/us/app/offline-files-browser-docs/id1557618225) or [Santander](https://github.com/NSAntoine/Santander) - File Managers * [Dropbox](https://testflight.apple.com/join/LBZaRq4I) - Cloud Storage * [DeDuplicate](https://deduplicate.app/) - Duplicate File Remover * [Should I Answer?](https://www.shouldianswer.net/) - Block Spam Calls @@ -892,7 +887,7 @@ * [CapCut](https://www.capcut.com/) - Video Editor * [PhotoSync](https://www.photosync-app.com/home.html) - Transfer Photos Between Devices * [Locket Widget](https://apps.apple.com/us/app/locket-widget/id1600525061) - Real-time Photo Sharing -* [PicsArt++](https://cokernutx.com/ipa-library/download/PicsArt.html), [2](https://picsart.com/apps) or [PhotoWizard](https://apps.apple.com/us/app/photowizard-photo-editor/id370833324) - Image Editor +* [PicsArt++](https://picsart.com/apps) or [PhotoWizard](https://apps.apple.com/us/app/photowizard-photo-editor/id370833324) - Image Editor * [Tailor](http://www.trytailor.com/) - Automatic Screenshot Stitching * [ToonMe](https://toonme.com/) - Turn Photos into Cartoons * [Fimo](https://apps.apple.com/us/app/fimo-analog-camera/id1454219307) - Vintage Image Filters @@ -943,6 +938,7 @@ * ⭐ **[/r/sideloaded](https://reddit.com/r/sideloaded)** - Sideloading Subreddit / [Wiki](https://www.reddit.com/r/sideloaded/wiki/index) * [IPSW](https://ipsw.me/) - Provides Jailbreak Firmware * [MacDirtyCow](https://faq.altstore.io/how-to-use-altstore/macdirtycow) - Remove 3-app limit +* [Dopamine](https://github.com/opa334/Dopamine) - 15-16.6.1 Semi-Untethered Jailbreak * [Serotonin](https://github.com/mineek/Serotonin) - 16.0-16.6.1 Semi-Jailbreak (A12+) * [Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool/tree/v1.0.0) - 16.0-16.6.1 Semi-Untethered Jailbreak (arm64) * [Meowbrek2](https://kok3shidoll.github.io/download/secret/meowbrek2.txt) - 15.0-15.8 Semi-Untethered Jailbreak (arm64) @@ -985,6 +981,7 @@ * [FutureRestore](https://github.com/tihmstar/futurerestore) - Restore to Unsigned Firmware / [GUI](https://github.com/CoocooFroggy/FutureRestore-GUI/) * [Sileo](https://cydia.saurik.com/api/share#?source=https://repo.getsileo.app) or [Zebra](https://getzbra.com/) - iOS Package Managers * [Repo Updates](https://www.ios-repo-updates.com/) - App Repository Updates +* [Roothide Bootstrap](https://github.com/roothide/Bootstrap) - Inject Tweaks into Apps without jailbreak (14.0-17.0) / [Tweaks](https://github.com/roothide/roothide.github.io) * [CyDown](https://julio.hackyouriphone.org/description.html?id=com.julioverne.cydown) - Cracked Jailbreak Tweaks * [iDownloadBlog](https://www.idownloadblog.com) - Jailbreak News @@ -1104,7 +1101,7 @@ * [Viki](https://apps.apple.com/us/app/viki-asian-tv-dramas-movies/id445553058) - Asian Drama * [EncoreTVD](https://apps.apple.com/us/app/encoretvb-english/id1191642382) - Chinese Drama * [VLC](https://apps.apple.com/ca/app/vlc-for-mobile/id650377962), [SPlayer](https://splayer.dev/), [Loader](https://apps.apple.com/us/app/documents-loader/id1442498151), [Pojobox](https://apps.apple.com/us/app/pojo-4k-hd-video-music-player/id1454098557) or [Infuse 6](https://apps.apple.com/us/app/infuse-6/id1136220934) - Video Players -* [YTLitePlus](https://github.com/Balackburn/YTLitePlus/), [YT Tweaked](https://rentry.co/FMHYBase64#yt-tweaked-ipas) or [Cercube](https://rejail.ru/pack/cercube) - Modded YouTube iPAs / [Reddit Post](https://redd.it/olsxri) +* [uYouPlus](https://uyouplus.com/), [YTLitePlus](https://github.com/Balackburn/YTLitePlus/), [YT Tweaked](https://rentry.co/FMHYBase64#yt-tweaked-ipas) or [Cercube](https://rejail.ru/pack/cercube) - Modded YouTube iPAs / [Reddit Post](https://redd.it/olsxri) * [Tunity](https://tunity.com/) - Hear Any Muted TV * [Pipifier](https://apps.apple.com/us/app/pipifier/id1234771095) - Picture in Picture @@ -1116,7 +1113,7 @@ * [Ketsu](https://ketsu.app/download.html) - [Discord](https://discord.gg/gjcy6MQ) * [Tweaked Crunchyroll ++](http://www.iosemulatorspot.com/tweaked-crunchyroll/) - Tweaked Crunchyroll * [MyAnimeList Client](https://apps.apple.com/us/app/myanimelist-official/id1469330778) - MyAnimeList Client -* [Otraku](https://github.com/lotusgate/otraku) or [AniHyou](https://github.com/axiel7/AniHyou) - AniList Apps +* [Otraku](https://github.com/lotusprey/otraku) or [AniHyou](https://github.com/axiel7/AniHyou-iOS) - AniList Apps *** diff --git a/AudioPiracyGuide.md b/AudioPiracyGuide.md index f4f0b1680..049303fe9 100644 --- a/AudioPiracyGuide.md +++ b/AudioPiracyGuide.md @@ -26,7 +26,7 @@ ## ▷ Spotify Tools * ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes -* ⭐ **Spicetify Tools** - [CLI](https://github.com/spicetify/spicetify-cli) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr) / [Easy Installation](https://github.com/OhItsTom/spicetify-easyinstall/) / [Fluent](https://github.com/williamckha/spicetify-fluent), [2](https://github.com/nimsandu/spicetify-bloom) +* ⭐ **Spicetify Tools** - [CLI](https://github.com/spicetify/spicetify-cli) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr) / [Fluent](https://github.com/williamckha/spicetify-fluent), [2](https://github.com/nimsandu/spicetify-bloom) * [Versefy](https://versefy.app/) - Lyrics * [SpotifyTools](https://spotifytools.romanello.xyz/) - Spotify Companion * [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer @@ -87,17 +87,16 @@ ## ▷ Streaming Apps -* ⭐ **[MooSync](https://moosync.app/)**, [yewtube](https://github.com/mps-youtube/yewtube), [YTMDesktop](https://ytmdesktop.app/) / [2](https://github.com/Venipa/ytmdesktop2), [Youtube-Music](https://github.com/th-ch/youtube-music) or [Headset](https://headsetapp.co) - YouTube Music Clients +* ⭐ **[MooSync](https://moosync.app/)**, [yewtube](https://github.com/mps-youtube/yewtube), [YTMDesktop](https://ytmdesktop.app/) / [2](https://youtube-music.app/), [Youtube-Music](https://github.com/th-ch/youtube-music) or [Headset](https://headsetapp.co) - YouTube Music Clients * [nuclear](https://nuclear.js.org/) - Streaming / [GitHub](https://github.com/nukeop/nuclear) / [Discord](https://discord.com/invite/JqPjKxE) * [FunkWhale](https://funkwhale.audio/) - Streaming * [MP3Jam](https://www.mp3jam.org/) - Streaming -* [Musify](https://github.com/gokadzev/Musify) - Streaming * [MellowPlayer](https://colinduquesnoy.gitlab.io/MellowPlayer/) - Streaming * [Muffon](https://github.com/staniel359/muffon) - Streaming * [Deezer](https://www.deezer.com/) - Streaming / [Full Songs](https://git.uhwot.cf/uhwot/dzunlock.git) * [OdesliBot](https://t.me/odesli_bot) - Audio Stream Search Bot * [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram -* [JukeboxStar](https://jukeboxstar.com/) - Collaborative Playlist Streaming +* [JukeboxStar](https://jukeboxstar.com/) or [JukeboxToday](https://jukebox.today/) - Collaborative Streaming / Listening Parties * [stemplayerplayer](https://github.com/nn9dev/stemplayerplayer), [StemPlayer](https://stemplayer.io/) or [stem-player-emulator](https://github.com/krystalgamer/stem-player-emulator) - Kanye West STEM Player Emulators *** @@ -264,7 +263,7 @@ * 🌐 **[Music Ripping Guide](https://ori5000.github.io/musicripping.html)**, **[Firehawk52](https://rentry.org/firehawk52)**, [MusicDL](https://rentry.org/musicdl) or [Florin](https://rentry.org/florinsmusicrippingguide) - Downloading / Ripping Guides * ⭐ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site Downloader / 320kb / MP3 / FLAC / [Telegram](https://t.me/+AuKfQGOOLrFlOTZk) -* ⭐ **[yet another music server](https://discord.gg/mvrj5NZx)** - Multi-Site Downloader / FLAC +* ⭐ **[yet another music server](https://discord.gg/wPwqnVuert)** - Multi-Site Downloader / FLAC * ⭐ **[YTMDL](https://ytmdl.deepjyoti30.dev/)**, [Shira](https://github.com/KraXen72/shira), [MPS-YouTube](https://github.com/mps-youtube/yewtube) or [YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders) - YouTube Audio Downloaders * ⭐ **[YouTube Ripping Guide](https://redd.it/vv27dy)** * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - Download App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) @@ -274,6 +273,7 @@ * [Orpheus](https://github.com/yarrm80s/orpheusdl) - Music Ripper * [streamrip](https://github.com/nathom/streamrip) - Multi-Site Downloader / [Colab](https://github.com/r-piratedgames/rip) * [SoundLoaders](https://www.soundloaders.com/) - Multi-Site Downloader +* [YTiz](https://ytiz.xyz/) - Multi-Site Downloader * [GamDL](https://github.com/glomatico/gamdl) - Apple Music Downloader * [FreyrJS](https://github.com/miraclx/freyr-js) - Spotify, Deezer and Apple Music Downloader * [Song_downloaderbot](https://t.me/Song_downloaderbot), [DeezerMusicBot](https://t.me/DeezerMusicBot), [DeezloaderAn0n_bot](https://t.me/DeezloaderAn0n_bot) or [deezload2bot](https://t.me/deezload2bot) - Telegram Deezer Bots @@ -587,6 +587,7 @@ * [Audiocheck](https://www.audiocheck.net/) - Audio Tests * [LowAudioLatency](https://github.com/spddl/LowAudioLatency/) - Reduce Audio Latency * [DigitalFeed](https://abx.digitalfeed.net/) - Lossless Audio Sound System Test +* [Cleanfeed](https://cleanfeed.net/) - Live Audio Recording * [Online Mic Test](https://onlinemictest.com/), [Mic Tests](https://mictests.com/) or [Check Mic](https://webcammictest.com/check-mic.html) - Mic Test * [Sound Meter](https://mybrowseraddon.com/sound-meter.html) or [REW](https://www.roomeqwizard.com) - Measure Surrounding Sound Level * [Krisp](https://krisp.ai/) or [noise-suppression-for-voice](https://github.com/werman/noise-suppression-for-voice) - Noise Suppression Tools @@ -716,7 +717,7 @@ * [Sequencer](https://sequencer.henryfellerhoff.com/) or [DrawBeats](https://drawbeats.com/) - Scale Sequencers * [Petaporon](https://pixwlk.itch.io/petaporon) or [OnlineSequencer](https://onlinesequencer.net/) - Piano Sequencers / [Editor](https://pixwlk.itch.io/petaporon-editor) * [Chrome Song Maker](https://musiclab.chromeexperiments.com/Song-Maker/), [Bosca Ceoil](https://terrycavanagh.itch.io/bosca-ceoil), [AdventureMachine](https://adventuremachine.4thfloorcreative.co.uk//) or [Strofe](https://www.strofe.com/) - Simple Audio Creators -* [JummBox](https://jummbus.bitbucket.io/), [Pata Tracker](https://pixwlk.itch.io/pata-tracker) or [Klystrack](https://github.com/kometbomb/klystrack) - Chiptune Music Creators +* [JummBox](https://jummbus.bitbucket.io/), [Furnace](https://github.com/tildearrow/furnace), [Pata Tracker](https://pixwlk.itch.io/pata-tracker) or [Klystrack](https://github.com/kometbomb/klystrack) - Chiptune Music Creators * [Acid Machine 2](https://errozero.co.uk/acid-machine/) - Acid Techno Machine * [Mixxx](https://mixxx.org/) or [Serato](https://serato.com/) - DJ Software * [WD-1](https://www.worteldrie.com/WD5/) or [YOU.DJ](https://you.dj/) - Online DJ / Beat Creators diff --git a/DEVTools.md b/DEVTools.md index 4ff8cb84a..bb8a94d2d 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -235,10 +235,10 @@ * 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)** or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources * 🌐 **[Awesome Hacking](https://github.com/Hack-with-Github/Awesome-Hacking)** - Pentesting / Security Index -* ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges +* ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq), [Hackers101](https://www.hacker101.com/), [EchoCTF](https://echoctf.red/), [SmashTheStack](https://smashthestack.org/), [WebHacking](https://webhacking.kr/) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges * [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums * [TheSecMaster](https://twitter.com/TheSecMaster1) - Cybersecurity Twitter -* [Skills for All](https://skillsforall.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cyber Security Courses +* [Skills for All](https://skillsforall.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cybersecurity Courses * [picoCTF](https://picoctf.org/), [CTF Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/), [CTFLearn](https://ctflearn.com/), [Hack The Box](https://www.hackthebox.com/) or [OpenSecurityTraining2](https://opensecuritytraining.info/) - Cybersecurity Lessons * [Cyber Talent Kids](https://cybertalentskids.com/) or [Teach Yourself Info Sec](https://teachyourselfinfosec.com/) - Learn About Cybersecurity * [pwn.college](https://pwn.college/) - Cybersecurity Practice @@ -246,7 +246,7 @@ * [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting * [iRed](https://www.ired.team/) - Red Teaming and Offensive Security * [Hacksplaining](https://www.hacksplaining.com/) - Developer Security Lessons -* [sha256_project](https://github.com/oconnor663/sha256_project) - Applied Cryptography Course +* [sha256_project](https://github.com/oconnor663/sha256_project) or [cryptohack](https://cryptohack.org/) - Cryptography Learning * [John Hammond](https://www.youtube.com/@_JohnHammond) or [LowLevelLearning](https://www.youtube.com/@LowLevelLearning/) - Cybersecurity YouTube Tutorials *** @@ -357,7 +357,6 @@ * [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper * [free-website-translation](http://free-website-translation.com/), [transdict](http://transdict.com/meta/website.html) or [conveythis](https://www.conveythis.com/) - Website Translators * [Statically](https://statically.io/) - Load Websites Faster -* [comepress](https://github.com/NayamAmarshe/comepress) - Optimize Sites Image Files * [Qdrant](https://qdrant.tech/) - Vector Database * [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services * [WebUI](https://webui.me/) - Embed WebUI Libaries in Project @@ -413,6 +412,7 @@ * [CBox](https://www.cbox.ws/), [Typebot](https://typebot.io/) or [Tawk](https://www.tawk.to/) - Embedded Chat App * [Pay 2 Email](https://pay2.email/) - Simple Website Contact Form * [Twitcker](https://twitcker.com/) - Add Twitter Feed Ticker to Site +* [Curator](https://curator.io/) - Embed Social Media Feeds * [MinIO](https://min.io/) or [Filebase](https://filebase.com/) - Cloud Native Object Storage * [Traefik](https://traefik.io/) - Cloud Native Stack * [Amazon S3](https://aws.amazon.com/s3) - Cloud Object Storage Amazon Simple Service Storage / [Desktop](https://s3browser.com/) @@ -440,7 +440,7 @@ * [Arco Design](https://github.com/arco-design/arco-design-vue) or [Naive-UI](https://www.naiveui.com/) / [GitHub](https://github.com/tusen-ai/naive-ui) - Vue 3 UI Components Library * [Vuejs Dev Tools](https://vuejs.org/) - Add Vue 3 Debugging to Browser * [Vue vben admin](https://github.com/vbenjs/vue-vben-admin) - Vue Admin -* [Sight](https://github.com/tsenart/sight) - Syntax Highlighter for Chrome +* [Shiki](https://shiki.style/) or [Sight](https://github.com/tsenart/sight) - Syntax Highlighters * [mnm](https://mnmnotmail.org/) - Member Messaging Tools * [Website Grader](https://website.grader.com/) - Website Grading Tool * [ngrok](https://ngrok.com/) - Introspectable Tunnels to Localhost Tools @@ -501,7 +501,7 @@ * [CodeMyUI](https://codemyui.com/) or [Semantic UI](https://semantic-ui.com/) - User Interface Code Snippets * [Icon Shelf](https://icon-shelf.github.io/) - Icon Manager * [Favicon Maker](https://formito.com/tools/favicon) or [Favicon Generator](https://www.favicon-generator.org/) - Create Favicons -* [Icon Horse](https://icon.horse/) - Download a Sites Favicon +* [Icon Horse](https://icon.horse/) or [Favicone](https://favicone.com/) - Download a Sites Favicon / [Note](https://pastebin.com/Awnn50HX) * [Meta-Mapper](https://meta-mapper.com/) - Website Metadata Thumbnails * [SREWorks](https://github.com/alibaba/SREWorks) - Operation & Maintenance Platform * [the component gallery](https://component.gallery/) - Design Components Gallery @@ -532,6 +532,7 @@ * [SVG Path](https://svg-path-visualizer.netlify.app/) - SVG Path Visualizer * [svg-path-editor](https://yqnn.github.io/svg-path-editor/) - SVG Path Editor * [Get Waves](https://getwaves.io/), [Wavelry](https://wavelry.vercel.app/), [SVGWave](https://svgwave.in/) / [GitHub](https://github.com/anup-a/svgwave) or [SVG Wave](https://www.softr.io/tools/svg-wave-generator) - SVG Wave Generators +* [Blobmaker](https://www.blobmaker.app/) - SVG Blob Generator * [Lorem.space](https://lorem.space/), [Placeholdifier](https://github.com/pomber/placeholdifier), [PlaceHolder](https://placeholder.pics/), [PicSum](https://picsum.photos/) or [FakeIMG](https://fakeimg.pl/) - Site Placeholder Images * [MinimalAvatars](https://minimalavatars.com/) - Minimal Site Avatars * [Visiwig](https://www.visiwig.com/) - Copy / Paste Site Graphics @@ -711,6 +712,7 @@ * [BugSnag](https://www.bugsnag.com/) - Application Stability Monitor * [Kubeorbit](https://github.com/teamcode-inc/kubeorbit) - Application Testing / Debugging * [Inno Setup](https://jrsoftware.org/isinfo.php) or [InstallForge](https://www.installforge.net/) - Create Installation Programs +* [Sparkle](https://github.com/sparkle-project/Sparkle) - MacOS Update Framework * [TextBase](https://www.textbase.ai/) - AI Chatbot Framework * [Jina](https://github.com/jina-ai/jina) - Create AI Applications * [Amplication](https://amplication.com/) - Create Node.js Apps @@ -874,6 +876,7 @@ * [osquery](https://github.com/osquery/osquery) or [Nmap](https://nmap.org/) - Security Monitors * [Canarytokens](https://canarytokens.org/generate) - Network Breach Check * [Nuclei](https://github.com/projectdiscovery/nuclei) or [NVD](https://nvd.nist.gov/) - Vulnerability Tracking / Scanning +* [Metasploit](https://www.metasploit.com/) - Pentesting Framework / [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/) * [Crowdsec](https://crowdsec.net/) - Crowd-Sourced Intrusion Detection / Prevention / [GitHub](https://github.com/crowdsecurity/crowdsec) * [X-Force Exchange](https://exchange.xforce.ibmcloud.com/) - Security Threat Intelligence Platform * [ThreatMap](https://threatmap.checkpoint.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps @@ -1153,6 +1156,7 @@ * [ShortCode](https://shortcode.dev/), [Google Code Archive](https://code.google.com/archive/) or [CodeList](https://codelist.cc/v3/) - Script / Code Indexes * [MoonScript](https://moonscript.org/) - Dynamic Scripting Language * [Carbon](https://dreamy-ptolemy-eb4e80.netlify.app/) / [2](https://carbon.now.sh/), [CodeImage](https://codeimage.dev/), [ray.so](https://ray.so/), [Chalk](https://chalk.ist/), [CodePNG](https://www.codepng.app/) or [Show Code](https://showcode.app/) - Code Screenshots +* [AnimateCode](https://www.animate-code.com/) - Create Code Animations * [thefuck](https://github.com/nvbn/thefuck) - Corrects Previous Console Command * [DelphiTools](https://www.delphitools.info/) - Code Profiler / Delphi Tools * [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engine @@ -1323,7 +1327,7 @@ * [Jupyter Server](https://github.com/jupyter-server/jupyter_server) - Jupyter Services / APIs * [Anywidget](https://github.com/manzt/anywidget) - Create Jupyter Widgets * [CoCalc](https://cocalc.com/) - Virtual online workspace -* [CodePen](https://codepen.io/), [Microsoft 365 E5](https://rentry.co/E5Register), [Web Maker](https://webmaker.app/) or [Liveweave](https://liveweave.com/) - Code Sandbox +* [CodePen](https://codepen.io/), [Web Maker](https://webmaker.app/) or [Liveweave](https://liveweave.com/) - Code Sandbox * [Platform.uno](https://platform.uno/) or [Enact](https://enactjs.com/) - App Frameworks * [tio.run](https://tio.run/) - Programming Language Interpreters * [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - Online Python Editor & Tester @@ -1393,7 +1397,7 @@ * [Tableconvert](https://tableconvert.com/) - Markdown / Code Converter * [Markdown Link Check](https://github.com/gaurav-nelson/github-action-markdown-link-check) - Check Markdown Files for Dead Links * [CSS Typeset](http://csstypeset.com/) - CSS Typography Editor -* [DaisyUI](https://daisyui.com/), [tailwindtoolbox](https://tailwindtoolbox.com/) or [Tailspark](https://tailspark.co/) - Tailwind Component Libraries +* [DaisyUI](https://daisyui.com/), [Aceternity](https://ui.aceternity.com/), [tailwindtoolbox](https://tailwindtoolbox.com/) or [Tailspark](https://tailspark.co/) - Tailwind Component Libraries * [TailBlocks](https://tailblocks.cc/) - Ready-to-use Tailwind CSS Blocks * [Table Magic](https://stevecat.net/table-magic/) or [Markdown Convert](https://markdown-convert.com/) - Table to Markdown Converters * [Clipboard2Markdown](https://euangoddard.github.io/clipboard2markdown/) - Text to Markdown Converter diff --git a/DownloadPiracyGuide.md b/DownloadPiracyGuide.md index 4f91660c3..e1459454f 100644 --- a/DownloadPiracyGuide.md +++ b/DownloadPiracyGuide.md @@ -71,7 +71,6 @@ * [wJungle](https://wjungle.net/) - Video / Audio / Books / NSFW * [PuZo](https://www.puzo.org/) - Video / Audio / Books / Audiobooks / NSFW * [Warez-Serbia](https://www.warez-serbia.com/) - Video / Audio / Books / Magazines / NSFW -* [OneDDL](https://oneddl.org/) - Video / Audio / Books * [Warez Heaven](https://www.warezheaven.com/index.php) - Video / Audio / ROMs / Books / NSFW * [Download.ir](https://download.ir/) - Video / ROMs * [SceneSource](https://www.scnsrc.me/), [2](https://www.scenesource.me/) - Video / Audio / ROMs / Books @@ -141,7 +140,6 @@ * ⭐ **[Mobilism](https://forum.mobilism.org/)** - [Mobile App](https://forum.mobilism.org/app/) * ⭐ **[nsane.down](https://www.nsaneforums.com/)** - Signup Required * ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search -* [4MirrorLink](https://4mirrorlink.com/) - [.rar Pass](https://pastebin.com/5uALzQsU) * [AIOWares](https://www.aiowares.com/) * [TheMicroTech](https://programs.themicrotech.net/) * [soft98](https://soft98.ir/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) diff --git a/EDUPiracyGuide.md b/EDUPiracyGuide.md index 9840d1847..c0a8c319a 100644 --- a/EDUPiracyGuide.md +++ b/EDUPiracyGuide.md @@ -56,7 +56,7 @@ * [moo](https://rentry.co/FMHYBase64#moo) - Courses * [EbookFoundation Courses](https://github.com/EbookFoundation/free-programming-books#free-online-courses) - Courses * [OpenCulture](https://www.openculture.com/freeonlinecourses) - Courses -* [DigitalGarage](https://learndigital.withgoogle.com/digitalgarage/courses) - Courses +* [DigitalGarage](https://grow.google/intl/uk/courses-and-tools/) - Google Courses * [Lagunita](https://online.stanford.edu/lagunita-learning-platform) - Courses * [Hillsdale College](https://online.hillsdale.edu/) - Courses * [SelfSchool](https://selfschool.me/) - Courses @@ -88,7 +88,7 @@ * [pad.ma](https://pad.ma/) - Text-annotated Videos * [UdemyFreeCourses](https://udemyfreecourses.org/) - Udemy Courses * [Study Bullet](https://studybullet.com/) - Udemy Courses / [Telegram](https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw) -* [TutsNode](https://tutsnode.net/) - Udemy Courses +* [TutsNode](https://tutsnode.org/) - Udemy Courses * [/r/udemyfreebies](https://reddit.com/r/udemyfreebies) - Udemy Courses * [Automatic-Udemy-Course-Enroller](https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE) or [Discounted-Udemy-Course-Enroller](https://github.com/techtanic/Discounted-Udemy-Course-Enroller) - Auto Udemy Course Enrollment * [Online Courses Tracker](https://comidoc.net/) - Udemy Courses @@ -194,7 +194,7 @@ *** -## ▷ [Manual Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_manual_sites) +## ▷ [Manual Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_manuals) *** @@ -215,7 +215,7 @@ * [Eylenburg](https://eylenburg.github.io/) - Infographs, Maps & Papers * [Matthen](https://blog.matthen.com/) - Math & Science Animations * [Information Is Beautiful](https://informationisbeautiful.net/) - Data / Information / Infographics / Visualizations -* [Lucid](https://apps.apple.com/us/app/lucid-learn-visually/id1482780647) - Visual Learning Guides / iOS +* [Lucid](https://apps.apple.com/us/app/imprint-learn-visually/id1482780647) - Visual Learning Guides / iOS * [HowStuffWorks](https://www.howstuffworks.com/) or [CoolMindMaps](https://www.coolmindmaps.com/) - Learn How Things Work * [Explorabl.es](https://explorabl.es/), [MinuteLabs](https://minutelabs.io/), [Wikiversity](https://www.wikiversity.org/), [Learnamic](https://www.learnamic.com/) or [TurtleDiary](https://www.turtlediary.com/) - Quizzes / Guides / Games * [SoftSchools](https://www.softschools.com/) or [EnchantedLearning](https://www.enchantedlearning.com/) - Worksheets / Games / Quizzes @@ -250,6 +250,7 @@ * [AskNature](https://asknature.org/) - Natural Strategies / Solutions * [GeoNames](https://www.geonames.org/) - Geography Name Database * [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [GeoQuest](https://geoquest.gg/) or [Map Quiz](https://planemad.github.io/map-quiz/) - Geography Quizzes +* [travle](https://travle.earth/) - Guess Countries Between Two Locations * [Geo-Memorizer](https://geo-memorizer.web.app/) - Geography Memorization Game * [Micronations Wiki](https://micronations.wiki/) - Micronations Wiki * [Statele](https://statele.teuteuf.fr/) - State Quiz @@ -306,7 +307,8 @@ * [numbr.dev](https://numbr.dev/) - Calculator * [Qalculate](https://qalculate.github.io/) - Desktop Calculator * [QwikTape](https://github.com/4silvertooth/QwikTape) - Note Style Calculator -* [FlowTeX](https://apps.microsoft.com/store/detail/flowtex-preview-beta/9NT79075T86L) - Convert Handwritten Math to LaTeX +* [MathB.in](https://mathb.in/) - Mathematics pastebin with LaTeX and Markdown +* [FlowTeX](https://apps.microsoft.com/detail/9NT79075T86L) - Convert Handwritten Math to LaTeX * [All-In-One Calculator](https://play.google.com/store/apps/details?id=all.in.one.calculator) - Multi-Calculator App / Android * [MatrixCalc](https://matrixcalc.org/en/) or [MatrixOP](https://simplx.dev/matrixop/) - Matrix Calculator * [Mathcha](https://www.mathcha.io/) - Online Math Editor @@ -324,11 +326,11 @@ * [Desmos](https://www.desmos.com/) - Graphing Calculator * [TicCalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files * [TI-Basic Developer](http://tibasicdev.wikidot.com/) - TI-Basic Info Repository -* [insect](https://insect.sh/) - Scientific Calculator +* [Numbat](https://numbat.dev/) - Scientific Calculator * [ISciDAVis](https://sourceforge.net/projects/scidavis/) - Scientific Data Plotter * [FreeFEM](https://freefem.org/) - Partial Differential Equations Solver * [Approach0](https://approach0.xyz/search/) - Math Formula Search -* [Online Math Tools](https://onlinemathtools.com/) - Multiple Math Tools +* [Online Math Tools](https://onlinetools.com/math) - Multiple Math Tools * [3b1b](https://github.com/3b1b/videos) / [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos * [MathOnline](http://mathonline.wikidot.com/) or [Mathigon](https://mathigon.org/) - Math / Courses * [Professor Leonard](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg) or [MisterWootube](https://www.youtube.com/c/misterwootube) - YouTube Math Lessons @@ -475,7 +477,7 @@ * [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images * [TimeGuessr](https://timeguessr.com/) - Historical GeoGuessr * [Sciphilos](https://sciphilos.info/) - Historical Discovery Timeline -* [Royal Armouries Collections](https://collections.royalarmouries.org/) - Ancient Armaments Museum +* [Royal Armouries Collections](https://royalarmouries.org/collection/) - Ancient Armaments Museum * [NuclearWeaponArchive](https://nuclearweaponarchive.org/) - Nuclear Weapons History * [911 Realtime](https://911realtime.org/) - 9/11 in Realtime * [The Food Timeline](https://www.foodtimeline.org/) - Food History Timeline @@ -509,7 +511,7 @@ https://cari.institute/ * ⭐ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/connect/sounds/index.html) / [Documents](https://ntrs.nasa.gov/search.jsp) * [ESA](https://www.esa.int/) - European Space Agency Website * [Space.com](https://www.space.com/) - Space News -* [NASA History](https://history.nasa.gov/series95.html) - NASA History Books +* [NASA History](https://www.nasa.gov/history/history-publications-and-resources/) - NASA History Books * [Planet Globe](https://nbremer.github.io/planet-globe/) - Virtual Globes * [ISS Sim](https://iss-sim.spacex.com/) - ISS Docking Simulator * [HDEV Payload](https://video.ibm.com/channel/iss-hdev-payload) or [ISS UStream](https://www.nasa.gov/multimedia/nasatv/iss_ustream.html) - Live ISS Streams @@ -525,7 +527,7 @@ https://cari.institute/ * [nextrocket.space](https://nextrocket.space/) - List of Upcoming Rocket Launches * [openMotor](https://github.com/reilleya/openMotor) - Internal Ballistics Simulator * [Interactive Apollo Missions](https://apolloinrealtime.org/) or [FirstMenOnTheMoon](https://www.firstmenonthemoon.com/) - Apollo in Realtime -* [Moon.Nasa](https://moon.nasa.gov/) - Explore the Moon +* [Moon.Nasa](https://science.nasa.gov/moon/) - Explore the Moon * [SunCalc](https://www.suncalc.org/), [Subsolar Point](https://rl.se/subsolarpoint), [ShadeMap](https://shademap.app/) or [MoonCalc](https://www.mooncalc.org/) - Sun / Moon Position * [Earth and Moon Viewer](https://www.fourmilab.ch/cgi-bin/Earth) - Earth / Moon Latitude and Longitude Viewer * [SDO Dashboard](https://sdo.gsfc.nasa.gov/data/dashboard/) - Live Sun Feed @@ -535,14 +537,14 @@ https://cari.institute/ * [The Atlas of Moons](https://www.nationalgeographic.com/science/graphics/the-atlas-of-moons) - Interactive Index of Moons * [1 Pixel moon](https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html), [LightYear](https://www.lightyear.fm/) or [OMG SPACE](https://omgspace.net/) - Solar System Scale Model * [3DSolarSystem](https://theskylive.com/3dsolarsystem), [SpaceKit](https://typpo.github.io/spacekit/) - Solar System Simulators -* [Solar System](https://solarsystem.nasa.gov/) - Learn about our Solar System +* [Solar System](https://science.nasa.gov/solar-system/) - Learn about our Solar System * [The Planets](https://planets-facts-website.netlify.app/) - Learn About Planets * [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization * [Space Object Comparison](https://mr21.github.io/space-object-comparison/) - Compare Sizes Of Celestial Objects * [Sky-Map](http://sky-map.org/) or [Sky Map Online](https://skymaponline.net/) - Interactive Star Maps * [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive 3D Star Visualization * [AndroidPlanisphere](https://github.com/tengel/AndroidPlanisphere) - Android Star Chart -* [Aladin](https://aladin.u-strasbg.fr/) - Astronomical Image Viewer / [Lite Version](https://aladin.u-strasbg.fr/AladinLite/) +* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image Viewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/) * [Siril](https://siril.org/) - Astronomical Image Processor * [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums * [Google Sky](https://www.google.com/sky) - View Stars, The Moon & Mars @@ -853,7 +855,7 @@ https://cari.institute/ * ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)** * ↪️ **[Grammar / Spell Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)** * ↪️ **[Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)** -* ⭐ **[OpenBoard](https://openboard.ch/)** / [2](https://github.com/Helium314/openboard), [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards +* ⭐ **[OpenBoard](https://openboard.ch/)** / [2](https://github.com/Helium314/HeliBoard), [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards * ⭐ **[Refseek](https://www.refseek.com/)**, [Occamm](https://www.occamm.com/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines * [GradesFixer](https://www.gradesfixer.com/) - Essay Samples * [Citation Generator](https://www.citationgenerator.com/), [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Generate Citations / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle) @@ -879,12 +881,12 @@ https://cari.institute/ * ↪️ **[Note Taking Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25BA_text_editors)** * ⭐ **[Note Garden](https://notegarden.web.app/)**, [2](https://notegarden.io/) - Note-Taking / Auto Courses * ⭐ **[StudyLion](https://github.com/StudyLions/StudyLion)** - Study Tracker / Productivity Discord Bot -* ⭐ **[StudyKit](https://studykit.app/)**, [Knowt](https://knowt.io/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) +* ⭐ **[StudyKit](https://studykit.app/)**, [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) * ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android * ⭐ **[OpenSyllabus](https://opensyllabus.org/)** or [LanguageDrops](https://languagedrops.com/) - Syllabus Search / Info * [ExpertFile](https://expertfile.com/) or [ExpertiseFinder](https://expertisefinder.com/) - Industry / Academic Expert Search * [Remind](https://apps.apple.com/us/app/remind-school-communication/id522826277) - Educational Communication / iOS -* [Mochi Cards](https://mochi.cards/), [Silicon](https://github.com/cu/silicon) or [MidTerm](https://midterm.app/) - Note-Taking / Study Tool +* [Mochi Cards](https://mochi.cards/), [Silicon](https://github.com/cu/silicon) or [MidTerm](https://midterm.pro/) - Note-Taking / Study Tool * [Desklamp](https://desklamp.io/) - Reading / Note Taking / Highlighting Tool / [Guide](https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore) * [Lurnby](https://github.com/Roznoshchik/Lurnby) or [StringMark](https://www.stringmark.com/) - Save & Mark Research in Browser * [Catma](https://catma.de/) - Research Markup & Analysis Tool diff --git a/File-Tools.md b/File-Tools.md index 75920ac92..feac33c1b 100644 --- a/File-Tools.md +++ b/File-Tools.md @@ -128,6 +128,7 @@ * [TablacusExplorer](https://tablacus.github.io/explorer_en.html) / [GitHub](https://github.com/tablacus/TablacusExplorer) - File Manager with Addon Support * [Multi Commander](https://multicommander.com/) or [ExplorerEx](https://github.com/DearVa/ExplorerEx) - Multi-Tabbed File Managers * [Vifm](https://vifm.info/) - Vim-based File Manager +* [WinSetView](https://github.com/LesFerch/WinSetView) - Globally Set Explorer Folder Views *** @@ -135,7 +136,7 @@ * ⭐ **[Everything](https://voidtools.com/)** - File Search Engine * [Recoll](https://www.lesbonscomptes.com/recoll/) / [Addon](https://addons.mozilla.org/en-US/firefox/addon/recoll-we/), [Spyglass](https://github.com/spyglass-search/spyglass), [DocFetcher](https://docfetcher.sourceforge.net/) or [Orange](https://github.com/naaive/orange) - Cross Platform Search Engines -* [AnyTXT](https://anytxt.net/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines +* [AnyTXT](https://anytxt.net/), [Listary](https://www.listary.com/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines * [AstroGrep](https://sourceforge.net/projects/astrogrep/), [grepWin](https://github.com/stefankueng/grepWin) or [dnGrep](https://dngrep.github.io/) - Windows GUI Grep Utilities * [fselect](https://github.com/jhspetersson/fselect) - SQL-like Search Engine * [fd](https://github.com/sharkdp/fd) - User Friendly "find" Alternative @@ -278,9 +279,8 @@ *** -* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 90 days / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest File](https://pixeldrain.com/api/misc/speedtest) / [Bypass](https://pixeldrain-bypass.cybar.xyz) / [Bypass Note](https://pastebin.com/Ab1mZXXV) +* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 90 days / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest File](https://pixeldrain.com/speedtest) / [Bypass](https://pixeldrain-bypass.cybar.xyz) / [Bypass Note](https://pastebin.com/A9aJr8cE) * ⭐ **[Gofile](https://gofile.io/)** - Unlimited / 10 days -* ⭐ **[FileDitch](https://fileditch.com/)** - 15GB / Forever * ⭐ **[1fichier](https://1fichier.com/)** - 300GB / 15 days (30 days if you sign up) * ⭐ **[Buzzheavier](https://buzzheavier.com/)** - Unlimited / Forever / [Discord](https://discord.gg/ttQjgC28WP) * ⭐ **[Send.cm](https://send.cm/)** - 100GB / 15 days @@ -289,10 +289,11 @@ * ⭐ **[Mixdrop](https://mixdrop.ag/)** - 2GB / 60 Days / Signup Required * ⭐ **[Qiwi](https://qiwi.gg)** - [Warning](https://pastebin.com/jn90QMEt) / Signup Required * ⭐ **[Catbox.moe](https://catbox.moe/)** - 200MB / Forever -* [MultiUp](https://multiup.io/), [MirrorAce](https://mirrorace.com/) or [Mirrorcreator](https://www.mirrored.to/) - Multi Host Uploaders +* [MultiUp](https://multiup.io/), [MirrorAce](https://mirrorace.com/) or [Mirrorcreator](https://www.mirrored.to/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) - Multi Host Uploaders * [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App * [Archive.org](https://archive.org/create/) - Signup Required * [send](https://send.vis.ee/) / [instances](https://gitlab.com/timvisee/send-instances) - 2.5gb / 1 day +* [FileDitch](https://fileditch.com/) - 15GB / 30 days * [File.cm](https://file.cm/) - 100GB / 30 days / Signup Required * [edisk](https://www.edisk.cz/) - 10GB / 30 days * [file.kiwi](https://file.kiwi/) - Unlimited / 3.5 Days / [Free Download Duration](https://ibb.co/85z9D1s) diff --git a/GamingPiracyGuide.md b/GamingPiracyGuide.md index fe46d7af8..8feffc8c0 100644 --- a/GamingPiracyGuide.md +++ b/GamingPiracyGuide.md @@ -15,7 +15,7 @@ * 🌐 **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Megathread / [Discord](https://discord.gg/jz8dUnnD6Q) * ↪️ **[Scene Release Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_scene_release_trackers)** * ⭐ **[GamesDrive](https://gamesdrive.net/)** - Download / [Discord](https://discord.gg/wXdNEhf73x) / [Divolt](https://gamesdrive.divolt.xyz/) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) -* ⭐ **[CS.RIN.RU](https://cs.rin.ru/)** - Download / Forum / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [Onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) +* ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)** - Download / Forum / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [Onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) * ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/hj8dU5BFHE) / pw: 1234 * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download * ⭐ **[GOG Games](https://gog-games.to/)** - Download / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) @@ -180,14 +180,11 @@ * [YuzuModDownloader](https://github.com/amakvana/YuzuModDownloader) - Yuzu Mod Downloader * [LiftInstall](https://github.com/pineappleEA/liftinstall) - Yuzu App Installer * [RyuSAK](https://github.com/Ecks1337/RyuSAK) - Ryujinx Installation Manager -* [Green Leaf](https://discord.gg/m6z3ra8ssh) or [Ecchi's Archives](https://discord.gg/42Xnp7FRVW) - Switch Saves +* [Green Leaf](https://discord.gg/m6z3ra8ssh) - Switch Saves * [UniversalDynamicInput]( https://github.com/Venomalia/UniversalDynamicInput) - Custom Dolphin Button Pack * [RPCS3 Setup Guide](https://docs.google.com/document/d/1gdjNab-CtVS97jH2diPPP5tCrpBeof9-qPIRRB9-BrU/edit) - RPCS3 Emulator Setup Guide * [PCSX-Redux](https://github.com/grumpycoders/pcsx-redux) - PSCX Development Emulator * [Modernized PCSX2 Settings](https://mega.nz/folder/WdNAlY5Z#K6PmrQFyDm2k7BEV8KoAmg) - Premade PCSX2 Settings -* [TeknoParrot](https://teknoparrot.com/) - Modern Arcade Client -* [FightCade](https://www.fightcade.com/), [OpenBOR](https://github.com/DCurrent/openbor) or [Mugen](https://mugenarchive.com/forums/downloads.php?do=cat&id=39-mugen-builds) - Fighting Game Emulators -* [ScummVM](https://www.scummvm.org/) - Classic Graphical Adventure Game Engines * [Mudlet](https://www.mudlet.org/) - Text Adventure Game Platform * [webnofrendo](https://zardam.github.io/webnofrendo/) - NES Numworks Emulator * [RetroAchievements](https://retroachievements.org/) - Achievements for Emulators @@ -636,6 +633,8 @@ * [Tweakdle](https://tweakdle.chariz.com/) * [Wordlevs](https://wordlevs.com/) * [Octordle](https://www.britannica.com/games/octordle/) +* [LoLdle](https://loldle.net/) - League of Legends Style Wordle +* [Minecraftle](https://minecraftle.zachmanson.com/) - Minecraft Crafting Style Wordle *** @@ -719,6 +718,7 @@ * ⭐ **[Steam-Auto-Crack](https://github.com/oureveryday/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) - Auto Apply Goldberg + Steamless / [Guide](https://codeberg.org/fernbacher/How-To-Crack) * ⭐ **[SteamDB](https://steamdb.info/)** - Steam Insights Tool / [Extension](https://steamdb.info/extension/) * ⭐ **[SDD GUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI)** or [DepotDownloader](https://github.com/SteamRE/DepotDownloader) - Steam Depot Downloaders +* ⭐ **[RedAlt SteamUp](https://cs.rin.ru/forum/viewtopic.php?f=14&t=138413&p=3000090)** - Steam Depot Update Creator * ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)**, [LEGENDARY](https://github.com/derrod/legendary) or [Rare](https://github.com/Dummerle/Rare) - Epic Games Launcher * ⭐ **[Nemirtingas Epic Emulator](https://cs.rin.ru/forum/viewtopic.php?f=29&t=105551)** - Epic Online Service Emulator * ⭐ **[TCNO](https://github.com/TCNOco/TcNo-Acc-Switcher)** - Platform Account Switcher / [Tutorial](https://youtu.be/0h-xjiW9M7Y) @@ -726,7 +726,8 @@ * [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Epic, Origin and EA * [Anadius](https://rentry.co/FMHYBase64#anadius) - DLC Unlockers for EA and Origin * [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker -* [Steam DLC Data](https://cs.rin.ru/forum/viewtopic.php?f=10&t=71837) - Find SteamDB DLC Data / Create Configs / [GitHub](https://github.com/Sak32009/GetDataFromSteam-SteamDB) +* [GetDataFromSteam-SteamDB](https://github.com/Sak32009/GetDataFromSteam-SteamDB) - Find SteamDB DLC Data / Create Configs +* [SKSAppManifestGenerator](https://github.com/Sak32009/SKSAppManifestGenerator) - Create AppManifest Data * [Depressurizer](https://github.com/Depressurizer/Depressurizer) - Steam Library Organizer * [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Find / Manage Game Art * [ColdAPI](https://github.com/Rat431/ColdAPI_Steam) - Offline Steam Emulator @@ -813,6 +814,7 @@ * [MemcardRex](https://shendosoft.blogspot.com/2014/01/memcardrex-18-released.html?m=1) - PS1 Save Transfer Tools / [Archive](https://archive.org/details/MemcardRex1.8) * [/r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) / [Discord](https://discord.gg/6Udcx2w) or [/r/VitaHacks](https://reddit.com/r/vitahacks/) - PSVita Homebrew Subreddits * [PSP Archive](https://psp-archive.github.io/) - PSP Homebrew Archive / [Discord](https://discord.gg/VZcjFvy3mT) +* [VitaDB](https://vitadb.rinnegatamante.it/) - PS Vita Homebrews * [Vita Volume](https://gitlab.com/sinful-butterfly/vita-volume) - Set PS Vita Volume without Buttons * [ModMyClassic](https://modmyclassic.com/) - Classic Console Mods * [/r/360Hacks Guide](https://redd.it/8y9jql) - Xbox 360 Modding Guide @@ -833,8 +835,8 @@ * [Rec Charts](https://mega.nz/folder/kj5hWI6J#0cyw0-ZdvZKOJW3fPI6RfQ) - Game Recommendation Guides * [Incendar](https://incendar.com/) - Game Release Date Tracker * [OpenCritic](https://opencritic.com/) - Critic Game Reviews / Ratings -* [GG App](https://ggapp.io/) or [Gamelib](https://gamelib.app/explore) - Game Tracker -* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Steam Games](https://steam-games.org/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [Backloggery](https://backloggery.com/), [listal](https://www.listal.com/), [Orcz](https://orcz.com/Main_Page) or [FrontierNav](https://frontiernav.net/) - Game Databases +* [GG App](https://ggapp.io/), [Gamelib](https://gamelib.app/explore), [Backloggery](https://backloggery.com/) or [Exophase](https://www.exophase.com/) - Game Trackers +* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Steam Games](https://steam-games.org/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [listal](https://www.listal.com/), [Orcz](https://orcz.com/Main_Page) or [FrontierNav](https://frontiernav.net/) - Game Databases * [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search * [Ethereal Games](https://wiki.etherealgames.com/) or [JRGPC](https://jrpgc.com/) - JRPG Databases * [RPGCodex](https://rpgcodex.net/forums/) - RPG Databse / Forum @@ -870,11 +872,10 @@ * [humble-cli](https://github.com/smbl64/humble-cli) - Humble Bundle CLI * [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store * [Moonlight Stream](https://moonlight-stream.org/) / [Server](https://github.com/LizardByte/Sunshine) - Remote Desktop Client -* [Remotly](https://remotly.com/) - Cloud Gaming Apps * [Google Play Games](https://play.google.com/googleplaygames) - Play Mobile Games on Windows * [SaveLocation](https://savelocation.net/) - Game Save Locations * [GameCopyWorld](https://www.gamecopyworld.com/games/index.php), [MegaGames](https://megagames.com/) or [GTrainers](https://gtrainers.com/) - Game Fixes, Saves and Patches -* [Ludusavi](https://github.com/mtkennerly/ludusavi) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Manger +* [Ludusavi](https://github.com/mtkennerly/ludusavi) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers * [Save Game World](https://www.savegameworld.com/), [savegamedownload](https://www.savegamedownload.com/), [yoursavegames](https://www.yoursavegames.com/), [savesforgames](https://savesforgames.com/), [savegamefiles](https://www.savegamefiles.com/), [savegame-download](https://savegame-download.com/) or [savegame](https://savegame.pro/) - PC Game Save Downloads * [Save Editor Online](https://www.saveeditonline.com/) - Game Save Editor * [CyberCAT-SimpleGUI](https://github.com/Deweh/CyberCAT-SimpleGUI) - Cyberpunk 2077 Save Editor @@ -886,7 +887,7 @@ * [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides * [Buzz In](https://buzzin.live/) - Online Buzzer System * [Challonge](https://challonge.com/) - Tournament Creator / Manager -* [DS4Windows](https://github.com/Ryochan7/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools +* [DS4Windows](https://github.com/Ryochan7/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX), [PCXSense](https://github.com/Denellyne/PCXSense) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools * [x360ce](https://www.x360ce.com/) / [GitHub](https://github.com/x360ce/x360ce) - DS4 / 360 Controller Emulator * [XOutput](https://github.com/csutorasa/XOutput) - DirectInput to Xinput wrapper * [DsHidMini](https://github.com/ViGEm/DsHidMini) - Use PS3 Controllers on Windows @@ -1059,7 +1060,7 @@ * [MCPEDL](https://mcpedl.com/) - Minecraft PE/Bedrock Mods, Maps & Resources * [Pax](https://github.com/froehlichA/pax) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers * [r/feedthebeast](https://reddit.com/r/feedthebeast/) - Minecraft Mod Discussion Subreddit -* [Minecraft Command Science](https://minecraftcommand.science/) - Minecraft Command Generator +* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) - Minecraft Command Generators * [Minecraft Performance Flags](https://github.com/brucethemoose/Minecraft-Performance-Flags-Benchmarks) - Java Minecraft Benchmarks * [No Telemetry](https://modrinth.com/mod/no-telemetry) - Disable Telemetry Data * [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators @@ -1077,6 +1078,7 @@ * [Setup.md](https://setup.md/) - Server Admin Guides * [mcsrvstat](https://mcsrvstat.us/) - Server Status Updates * [LazyMc](https://github.com/timvisee/lazymc) - Idle Minecraft Server +* [Minecraft Server Checker](https://moistcatawumpus.github.io/minecraft-server-checker/) - Simple Server Checker * [Forge](https://files.minecraftforge.net/), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Minecraft Modding API * [PVPRP](https://pvprp.com/) - Minecraft Texture Packs * [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft @@ -1153,7 +1155,6 @@ * 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive * ⭐ **[Roblox Account Manager](https://github.com/ic3w0lf22/Roblox-Account-Manager)** - Roblox Account Manager -* ⭐ **[Roblox Performance](https://rentry.co/roblox-player-studio-performance)** - Roblox Optimization Guides * ⭐ **[Rolimon's](https://www.rolimons.com/games)** or [RoMonitor Stats](https://romonitorstats.com/) - Roblox Experience Stats * ⭐ **[Bloxstrap](https://github.com/pizzaboxer/bloxstrap)** - Roblox Player Bootstrapper * [RBXFPSUnlocker](https://github.com/axstin/rbxfpsunlocker) - Unlock Roblox FPS Cap / [Note](https://pastebin.com/rB4BEf5b) diff --git a/Internet-Tools.md b/Internet-Tools.md index f3c557da1..53cabf332 100644 --- a/Internet-Tools.md +++ b/Internet-Tools.md @@ -137,6 +137,8 @@ * [Horizon](https://hrzn.bio/) * [LinkFree](https://linkfree.io/) * [itsmy.fyi](https://itsmy.fyi/) +* [Taplink](https://taplink.at/) +* [Linkbun](https://linkbun.io) * [dialo](https://dialo.app/) * [linkr](https://linkr.com/) * [omg.lol](https://home.omg.lol/) @@ -175,7 +177,6 @@ * ⭐ **[Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8)**, [2](https://cse.google.com/cse?cx=73948689c2c206528), [3](https://cse.google.com/cse?cx=a805854b6a196d6a6) - Search Android APK Sites * ⭐ **[Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102)** - Search Extension Sites * ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Search Font Sites -* [Komo](https://komo.ai/), [iAsk](https://iask.ai/), [Andi](https://andisearch.com/) or [Metaphor](https://metaphor.systems/) / [Discord](https://discord.com/invite/jvz7GS9W8Y) - AI Search Engines * [100 Search Engines](https://www.100searchengines.com/) - Search With 100 Search Engines * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts * [Pastebin CSE](https://cse.google.com/cse?cx=0cd79b819f26af9d0), [Pastebin.ga](https://pastebin.ga/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins @@ -293,7 +294,7 @@ * [Temporary-Url](https://www.temporary-url.com/) - Temporary URLs / QR Codes * [scrt.link](https://scrt.link/) - Single Use Links * [AmputatorBot](https://www.amputatorbot.com/) - Remove AMP from URLs -* [QR Code Generator](https://www.qr-code-generator.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text +* [QR Code Generator](https://www.qr-code-generator.com/), [QRCode Monkey](https://www.qrcode-monkey.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text * [AnyImage](https://anyimage.io/) - Create Social Card Links * [urlportal](https://raw.githubusercontent.com/gotbletu/shownotes/master/urlportal.sh) - Custom URL Handler * [Web Check](https://web-check.xyz/), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tool @@ -334,7 +335,6 @@ * [Videolink2me](https://videolink2me.com/) - Video Chat * [TinyChat](https://tinychat.com/) - Video Chat * [Noysi Meet](https://meet.noysi.com/) - Video Chat -* [iqc](https://icq.com/) - Video Chat * [Briefing](https://brie.fi/ng) - Video Chat * [Talky](https://talky.io/) - Video Chat * [GoTeam](https://goteam.video/) - Video Chat @@ -534,7 +534,6 @@ * [Linkpack](https://www.linkpack.io/) - Save Links to Dropbox * [Survol](https://survol.me/) - Preview Links * [Distil](https://distill.io/) or [Update Scanner](https://sneakypete81.github.io/updatescanner/) - Page Change Detection / Notification -* [Plucky](https://pluckyfilter.com/) - Content Filter * [Block Image Video](https://mybrowseraddon.com/block-image-video.html) - Block All Images & Videos * [Offline Mode](https://mybrowseraddon.com/offline-mode.html) - Disconnect Browser from the Internet * [WaybackEverywhere](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox) - Auto Load Archived Versions of Dead Pages diff --git a/LinuxGuide.md b/LinuxGuide.md index bce597226..a23901d06 100644 --- a/LinuxGuide.md +++ b/LinuxGuide.md @@ -46,7 +46,6 @@ * ⭐ **[rofi](https://github.com/davatorium/rofi)** / [Emoji Selector](https://github.com/Mange/rofi-emoji) or [Ulauncher](https://ulauncher.io/) - App Launchers * [wslu](https://github.com/wslutilities/wslu) - Utilities for Windows 10 Linux Subsystem * [Darling](https://www.darlinghq.org/) - Run macOS Apps on Linux -* [DeskCut](https://github.com/NayamAmarshe/DeskCut) - Desktop Shortcuts App * [nativefier_tauri](https://github.com/hamza72x/web2app) - Turn Webpages into Desktop Apps * [Autokey](https://github.com/autokey/autokey) - Linux Automation Utility * [Touchégg](https://github.com/JoseExposito/touchegg) - Multi-Touch Gesture Recognizer @@ -514,6 +513,7 @@ Linux Gaming Guide * [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices * [Touché](https://redsweater.com/touche/) - Touch Bar Simulator * [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock) +* [Übersicht](https://tracesof.net/uebersicht/) - System Command Widgets * [Itsycal](https://www.mowglii.com/itsycal/) - Menu Bar Calendar * [Clocker](https://abhishekbanthia.com/clocker/) or [MeetingBar](https://meetingbar.app/) - Menu Bar Meetings Calendars * [xbar](https://xbarapp.com/) - Manage Menu Bar Items / [GitHub](https://github.com/matryer/xbar) @@ -527,7 +527,7 @@ Linux Gaming Guide * [USBMap](https://github.com/corpnewt/USBMap) - Map MacOS USB Ports * [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/) or [AuroraEditor](https://auroraeditor.com/) * [PowerShell](https://github.com/powershell/powershell) - PowerShell -* [Warp](https://www.warp.dev/) or [iTerm2](https://iterm2.com/) - Replacements for Terminal +* [iTerm2](https://iterm2.com/) - Replacements for Terminal * [asciinema](https://asciinema.org/) - Terminal Recorder * [Fig](https://fig.io/) - IDE-Style Autocomplete for Terminal * [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller diff --git a/MISCGuide.md b/MISCGuide.md index f0c1799d4..658413180 100644 --- a/MISCGuide.md +++ b/MISCGuide.md @@ -103,7 +103,7 @@ * ⭐ **[Tandoor Recipes](https://docs.tandoor.dev/)** or [Pestle](https://apps.apple.com/au/app/pestle-kitchen-recipe-manager/id1574776971) - Recipe Managers * ⭐ **[Just the Recipe](https://www.justtherecipe.com/)**, [Copy Me That](https://www.copymethat.com/), [PlainOldRecipe](https://www.plainoldrecipe.com/) or [Recipe Filter](https://addons.mozilla.org/en-US/firefox/addon/recipe-filter/) - Extract Ingredients from Recipe Pages * ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators -* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://github.com/patzly/grocy-android) or [Kitchen Owl](https://f-droid.org/en/packages/com.tombursch.kitchenowl/) - Grocery Managers +* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://github.com/patzly/grocy-android), [Listonic](https://new.app.listonic.com/en) or [Kitchen Owl](https://f-droid.org/en/packages/com.tombursch.kitchenowl/) - Grocery Managers * ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews * ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides * ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search @@ -170,7 +170,7 @@ # ► Travel * ⭐ **[Atlas Obscura](https://www.atlasobscura.com/)**, [Turas](https://turas.app/), [CountryReports](https://www.countryreports.org/), [Wikivoyage](https://www.wikivoyage.org), [Wanderlog](https://wanderlog.com/guides) or [TravelTips](https://www.traveltip.org/world_maps.php) - Travel Guides -* ⭐ **[JourneyPlan](https://journeyplan.co)**, [RoamAround](https://www.roamaround.io/), [TravelPlan](https://www.travelplan-ai.com/#get-trip), [Eddy](https://chat.eddytravels.com/) or [TripNotes](https://tripnotes.ai/) - Trip Planning AIs +* ⭐ **[JourneyPlan](https://journeyplan.co)**, [RoamAround](https://www.roamaround.io/), [TravelPlan](https://www.travelplan-ai.com/#get-trip) or [Eddy](https://chat.eddytravels.com/) - Trip Planning AIs * ⭐ **[twkids](https://www.twkids.app/)** - Find Theme Parks, Water Parks, Zoo's etc. * ⭐ **[Passport Index](https://www.passportindex.org/)** - Passport Ratings * ⭐ **[Visa Guide](https://visaguide.world/)** or [VisaIndex](https://visaindex.com/) - Worldwide Travel Visa Guides @@ -211,7 +211,7 @@ # ► Maps * 🌐 **[Awesome Maps](https://github.com/simsieg/awesome-maps)** - Online Map Resources -* 🌐 **[Historical Maps](https://history-maps.com/)**, [AP World History Notes Visual](https://worldmap.harvard.edu/maps/5565), [Geacron](http://geacron.com/), [Cronobook](https://cronobook.com/), [EuraAtlas](https://euratlas.com/), [Historical City Maps]( https://redd.it/61fdp6), [GeoGarage](https://rumsey.geogarage.com/index.html), [Digital Collection](https://digitalcollections.nypl.org/search/index?filters[physicalLocation_mtxt_s][]=Map+Division), [Loc Maps](https://www.loc.gov/collections/general-maps/), [OpenHistoricalMap](https://www.openhistoricalmap.org/), [MapHistory](https://www.maphistory.info/index.html) +* 🌐 **[Historical Maps](https://history-maps.com/)**, [AP World History Notes Visual](https://worldmap.maps.arcgis.com/home/index.html), [Geacron](http://geacron.com/), [Cronobook](https://cronobook.com/), [EuraAtlas](https://euratlas.com/), [Historical City Maps]( https://redd.it/61fdp6), [GeoGarage](https://rumsey.geogarage.com/index.html), [Digital Collection](https://digitalcollections.nypl.org/search/index?filters[physicalLocation_mtxt_s][]=Map+Division), [Loc Maps](https://www.loc.gov/collections/general-maps/), [OpenHistoricalMap](https://www.openhistoricalmap.org/), [MapHistory](https://www.maphistory.info/index.html) * ↪️ **[Satellite / Street View Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_satellite_.26amp.3B_street_view_maps)** * ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** / [3D View](https://streets.gl/) / [Search](https://nominatim.openstreetmap.org/ui/search.html), [2](https://overpass-turbo.eu/), [KartaView](https://kartaview.org/landing), [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor), [Open Infrastructure Map](https://openinframap.org/), [FacilMap](https://facilmap.org/), [OutdoorMaps](https://outdoormaps.eu/), [OSMapp](https://osmapp.org/), [ABC Map](https://abc-map.fr/) or [Mapillary](https://www.mapillary.com/) - Street Maps * ⭐ **[Routora](https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp)** - Google Maps Route Optimization @@ -238,8 +238,8 @@ * [Flickr Map](https://www.flickr.com/map/) - Flickr Map * [U Meet Me Here!](https://www.umeetmehere.com/) or [WhatIsHalfway](https://www.whatshalfway.com/) - Find Closest Point Between Two Locations * [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes -* [Maps We Love](https://www.esri.com/en-us/maps-we-love/gallery), [CoolMaps](https://coolmaps.esri.com/#0), [SoGeografia](https://www.sogeografia.com.br/Mapas/) or [/r/MapPorn](https://reddit.com/r/MapPorn) - Multiple Maps -* [Mappin](https://app.mappin.pro/) - Printable Maps +* [Maps We Love](https://livingatlas.arcgis.com/), [CoolMaps](https://coolmaps.esri.com/#0), [SoGeografia](https://www.sogeografia.com.br/Mapas/) or [/r/MapPorn](https://reddit.com/r/MapPorn) - Multiple Maps +* [Mappin](https://mappin-pro.netlify.app/) - Printable Maps * [Human Terrain](https://pudding.cool/2018/10/city_3d/) or [WorldPopDen](https://luminocity3d.org/WorldPopDen/) - Human Population Maps * [Global Detention Project](https://www.globaldetentionproject.org/detention-centres/map-view) - Immigration Detention Centres * [Flags of the World](https://i.redd.it/lxtu47hf5ll51.jpg) - Worldwide Flag Map @@ -258,7 +258,7 @@ * [Global Hyrdo Data](https://www.esri.com/arcgis-blog/products/product/water/global-hydro-data-its-here-here-here/) - Global Hydro Data / Mapping * [Depth Map](https://usa.fishermap.org/depth-map/) or [Bathymetry](https://www.ncei.noaa.gov/maps/bathymetry/) - Water Depth Maps * [River Runner](https://river-runner.samlearner.com/) - River Map / [3D Map](https://river-runner-global.samlearner.com/) -* [Gloric](https://www.hydrosheds.org/page/gloric) - River Type Database / Mapping +* [Gloric](https://www.hydrosheds.org/products/gloric) - River Type Database / Mapping * [Global Wetlands](https://www2.cifor.org/global-wetlands/) - Wetlands Map * [Mindat](https://www.mindat.org/countrylist.php) - Mineral Deposits Map * [Terrain Party](https://terrain.party/) - Terrain Height Map @@ -271,7 +271,7 @@ * [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [OpenRailwayMap](https://www.openrailwaymap.org/), [Trains.fyi](https://trains.fyi/) or [AmtrakExplorer](https://amtrakexplorer.com/) - Train Maps * Country Train Maps - [Switzerland](https://maps.vasile.ch/transit-sbb/) / [AUS / NZ](https://anytrip.com.au/) / [Russia](https://rasp.yandex.ru/map/trains/) / [Finland](https://www.vr.fi/en/live-train-tracker-map) / [Belgium](https://trainmap.belgiantrain.be/) / [UK](https://www.map.signalbox.io/) / [Hungary](http://vonatinfo.mav-start.hu/) / [India](https://railradar.railyatri.in/) / [Netherlands](https://treinposities.nl/) -* [ChronoTrains](https://chronotrains-eu.vercel.app/) - European Train Distances +* [ChronoTrains](https://www.chronotrains.com/) - European Train Distances * [AbandonedRails](https://www.abandonedrails.com/) - Abandoned Railway Map * [Earth](https://earth.nullschool.net/) - Global Map of Wind, Weather, Ocean & Pollution Conditions * [Blitzortung](https://www.blitzortung.org/en/live_lightning_maps.php) - Thunderstorm and Lightning Maps @@ -293,7 +293,7 @@ * [Sentinel Playground](https://apps.sentinel-hub.com/sentinel-playground/) - Vegetation and Moisture Map * [Waqi.info](https://waqi.info/) - Air Pollution Map * [Light Pollution Map](https://lightpollutionmap.info/) - Light Pollution Map -* [NightBlight](https://nightblight.cpre.org.uk/maps/) - England Light Pollution Map +* [NightBlight](https://www.cpre.org.uk/light-pollution-dark-skies-map/) - England Light Pollution Map * [PowerOutage](https://poweroutage.us/) - Power Outage Map * [ElectricityMap](https://app.electricitymap.org/) - Electricity CO₂ Emissions Map * [Freedom House](https://freedomhouse.org/explore-the-map) or [Civicus Monitor](https://monitor.civicus.org/) - Freedom Maps @@ -594,7 +594,6 @@ * ⭐ **[CareerCup](https://www.careercup.com/resume)** - Resume / Cover Letter Guide * ⭐ **[KickResume](https://www.kickresume.com/en/help-center/resume-samples/)** or [ThisResumeDoesNotExist](https://thisresumedoesnotexist.com/) - Resume Samples * [ResumeMatcher](https://www.resumematcher.fyi/) -* [cvmkr](https://cvmkr.com/) * [resumonk](https://www.resumonk.com/) * [ceev](https://ceev.io/) * [creddle](http://creddle.io/) @@ -612,7 +611,6 @@ * [open-resume](https://www.open-resume.com/) * [novoresume](https://novoresume.com/) * [ResumeFromSpace](https://resumefromspace.com/) -* [Rezi](https://rentry.co/rezi_ai_lifetime_free) - Free Rezi Code *** @@ -802,10 +800,10 @@ * [Erin's Audio Corner](https://www.erinsaudiocorner.com/), [Speakerzilla](https://speakerzilla.com/) or [Equipboard](https://equipboard.com/) - Audio Equipment Comparisons * [InStockAlert_DataLover](https://discord.gg/jd6KaBUHG4) or [Fixitfixitfixit](https://discord.gg/gpu) - GPU / Xbox / PS5 Drop Notifications / [Guide](https://youtu.be/2cBRW9FeQ3A) * [PhoneDB](https://phonedb.net/), [GSMChoice](https://www.gsmchoice.com/en/), [Kimovil](https://www.kimovil.com/en/) or [GSMArena](https://www.gsmarena.com/) - Compare Phones / Prices -* [Digicamfinder](https://digicamfinder.com/) - Digital Camera Database * [Don’t kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality * [PhoneSized](https://phonesized.com/) - Phone Size Comparisons * [DXOMARK](https://www.dxomark.com/) - Smartphone Quality Testing +* [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras * [DVDReleaseDates](https://www.dvdsreleasedates.com/) - DVD Release Dates *** @@ -887,7 +885,7 @@ * [PEmbroider](https://github.com/CreativeInquiry/PEmbroider) - Embroidery Generator * [CarComplaints](https://www.carcomplaints.com/) - Car Problems, Car Complaints and Repairs * [PlateRecognizer](https://platerecognizer.com/) - License Plate Recognition -* [Fragrantica](https://www.fragrantica.com/), [Basenotes](https://basenotes.com/) or [Parfumo](https://www.parfumo.net/) - Perfume / Fragrance Databases +* [Fragrantica](https://www.fragrantica.com/), [Basenotes](https://basenotes.com/) or [Parfumo](https://www.parfumo.com/) - Perfume / Fragrance Databases * [Stolen Drone](https://stolendrone.info/) - Stolen Drone Info * [Morse Code](https://morsecode.me/) or [Woozle](https://vail.woozle.org/) - Create Morse Code Audio * [Parcelsapp](https://parcelsapp.com/en/) or [17Track](https://www.17track.net/en) - International Package Tracking @@ -904,6 +902,7 @@ * 🌐 **[ProductivePrivacy](https://productiveprivacy.com/)** - Privacy-Focused Productivity Apps * ↪️ **[To-Do Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_to_do_lists)** * ⭐ **[Super-Productivity](https://github.com/johannesjo/super-productivity)** - Time Tacker / Productivity App / To-Do List +* ⭐ **[Habitica](https://habitica.com/)** - Achievement Style Productivity App * ⭐ **[Timeblocking](https://timeblocking.atomiclife.app/)** - Online Atomic Time Blocking * [Cold Turkey](https://getcoldturkey.com/) - Site Blocker / Productivity App / [Premium (use python)](https://rentry.co/FMHYBase64#cold-turkey-premium) * [Tempus](https://tempus.keziahmoselle.fr/) - Tray Break Reminders / Time Tracker @@ -921,7 +920,7 @@ * [TabWave](https://www.tabwave.app/) - Minimal / Productivity New Tab * [Virtual Cottage](https://dui.itch.io/virtual-cottage) - Activity / Tasks Virtual Cottage * [Noisli](https://www.noisli.com/) - Background Sounds for Productivity & Focus -* [Block Site](https://add0n.com/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://iorate.github.io/ublacklist/docs), [Forest](https://pastebin.com/rYuAivA0), [Wiper](https://github.com/davidahmed/wiper) or [Tomato Clock](https://github.com/samueljun/tomato-clock) - Site Blocking Extensions +* [Plucky](https://pluckyfilter.com/), [Block Site](https://webextension.org/listing/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://iorate.github.io/ublacklist/docs), [Forest](https://pastebin.com/rYuAivA0), [Wiper](https://github.com/davidahmed/wiper) or [Tomato Clock](https://github.com/samueljun/tomato-clock) - Site Blocking Extensions * [NudgeWare](https://nudgeware.io/), [Minto](https://chromewebstore.google.com/detail/minto/hcgkjlalkeaekjkelpilagbjcengeebl), [GoGo Productivity](https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia), [UnDistracted](https://www.undistracted.app/), [Focus-ToDo](https://chromewebstore.google.com/detail/ngceodoilcgpmkijopinlkmohnfifjfb) or [HabitLab](https://habitlab.github.io/) - Chrome Productivity Managers *** @@ -1171,7 +1170,7 @@ * [Absurd Trolley Problems](https://neal.fun/absurd-trolley-problems/) - Vote on Different Trolley Problem Versions * [WhereShouldILive?](https://www.whereshouldilive.co/) - Find Out Where You Should Live * [Chirper](https://chirper.ai/) - AI Generated Twitter -* [Judge My Music](https://pudding.cool/2020/12/judge-my-spotify/) - Have an AI Judge Your Taste in Music +* [Judge My Music](https://pudding.cool/2021/10/judge-my-music//) - Have an AI Judge Your Taste in Music * [Common Voice](https://www.saveriomorelli.com/commonvoice/) - Help Teach a Machine How to Talk * [Tapology](https://www.tapology.com/) - Make MMA Fight Picks * [Michaelbach](https://michaelbach.de/ot/) - Optical Illusions @@ -1239,7 +1238,7 @@ * [see. hear. party.](http://www.seehearparty.com/) - List Things You Want to See... Party * [The Editing Room](https://www.the-editing-room.com/) - Funny Abridged Movie Scripts * [Gen-Z AI](https://openai-quickstart-node-1.vercel.app/) - AI Generated Urban Dictionary Definitions -* [LetMeGoogleThat](https://letmegooglethat.com/) or [GIYBF](https://giybf.com/) - Remind People that Google Exists +* [LMGTFY](https://lmgtfy2.com/), [LetMeGoogleThat](https://letmegooglethat.com/) or [GIYBF](https://giybf.com/) - Remind People that Google Exists * [AfterTheTone](https://afterthetone.com/) - Random Answering Machine Messages * [Talk Obama To Me](http://talkobamato.me/) - Make Obama Say Stuff * [Pink Trombone](https://dood.al/pinktrombone/) - Human Pitch Generator diff --git a/NSFWPiracy.md b/NSFWPiracy.md index 806c4cd9c..b2e00ee6f 100644 --- a/NSFWPiracy.md +++ b/NSFWPiracy.md @@ -27,7 +27,7 @@ * ⭐ **[neporn](https://neporn.com/)** * ⭐ **[Noodlemagazine](https://noodlemagazine.com)**, [2](https://mat6tube.com/), [3](https://18.tyler-brown.com/), [4](https://waterdamagesandiego.org/), [5](https://hot.exporntoons.net/), [6](https://actionviewphotography.com/), [7](https://ukdevilz.com/) - Search Engine * ⭐ **[iXXX](https://www.ixxx.com/)** - Aggregator -* ⭐ **[PornFreeX](https://pornfreex.app/)** / [Discord]( https://discord.gg/uNa76ncX), [Porn App](https://porn-app.com/) or [NsfwBox](https://github.com/Kisspeace/NsfwBox) - Android Porn Apps +* ⭐ **[PornFreeX](https://pornfreex.app/)**, [Porn App](https://porn-app.com/) or [NsfwBox](https://github.com/Kisspeace/NsfwBox) - Android Porn Apps * [Full Length Porn CSE](https://cse.google.com/cse?cx=6c02fb377e50d493c) - Aggregators CSE * [FindTubes](https://www.findtubes.com/) - Aggregator * [Porn Guide](https://fapbuddies.net/porn-guide/) - How-to Find Porn @@ -371,7 +371,7 @@ * ⭐ **Mihon Tools** - [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY) / [Official Forks](https://mihon.app/forks/), [2](https://github.com/null2264/yokai), [3](https://github.com/nekomangaorg/Neko) * ⭐ **[Anime-Sharing](https://www.anime-sharing.com/#downloads-requests)** - Hentai Manga DDL * ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)** - Hentai Manga Torrents -* ⭐ **[Wholesome Hentai](https://wholesomelist.com/)** - Wholesome Manga Index / [Discord](https://discord.com/invite/cqAm6XWw) +* ⭐ **[Wholesome Hentai](https://wholesomelist.com/)** - Wholesome Manga Index * ⭐ **[Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader)**, **[Hakuneko](https://hakuneko.download/)** or [NN Downloader](https://github.com/Official-Husko/NN-Downloader) - Multi-Site Manga Downloaders * [Hentai2Read](https://hentai2read.com/) or [HentaiHere](https://hentaihere.com/) - Hentai Manga * [Doujins.com](https://doujins.com/) - Hentai Manga / [Discord](https://discord.com/invite/EPnJqPf7xh) @@ -384,7 +384,7 @@ * [HentaiZap](https://hentaizap.com/) - Hentai Manga * [Doujin.sexy](https://doujin.sexy/) - Hentai Manga * [MangaHentai](https://mangahentai.me/) - Hentai Manga -* [Toonily](https://toonily.me/) - Pornwha +* [Toonily](https://toonily.me/) - Pornhwa * [Manhwa18](https://manhwa18.net/) / [2](https://manhwa18.com/) / [3](https://pornwa.club/) - Pornhwa * [Multporn](https://multporn.net/) - Hentai Manga / Comics * [HentaiFox](https://hentaifox.com/) - Hentai Manga diff --git a/Non-English.md b/Non-English.md index 0af6dff6b..4896c8fe8 100644 --- a/Non-English.md +++ b/Non-English.md @@ -4,18 +4,13 @@ *** *** -**[Table of Contents](https://ibb.co/BG5fKKR)** - For mobile users - -*** -*** - -# ► Arabic +# ► Arabic / العربية * [Dawin](https://www.dawin.io/) - Markdown Editor * [Wudooh](https://wudooh.app/) - Make Arabic Text Clearer * [At4RE](https://www.at4re.net/) - Reverse Engineering Forum -## ▷ Downloading +## ▷ Downloading / تحميل * [arabseed](https://arabseed.show/) - Movies / TV / Sub / 1080p * [arteenz](https://www.arteenz.com/) - Cartoons / Anime / Dub / 720p @@ -23,11 +18,11 @@ * [Courses4Arab](https://courses4arab.com/) - Programming Courses * [ArabicFonts](https://arabicfonts.net/) - Fonts -## ▷ Torrenting +## ▷ Torrenting / التورنت * [ArabP2P](https://www.arabp2p.net/) - Video / Private Tracker -## ▷ Streaming +## ▷ Streaming / البث * ⭐ **[FaselHD](https://faselhd.center/)** - Movies / TV / Anime / Sub / 1080p * [ArabLionz](https://arlionztv.click/) - Movies / TV / Sub / 1080p @@ -50,7 +45,7 @@ * [fomny](https://fomny-tv.com/), [qayadat](https://live.qayadat.org/) or [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV * [al-fann](https://www.al-fann.net/) - Music -## ▷ Reading +## ▷ Reading / القراءة * [dopdfwn](https://www.dopdfwn.com/) - PDF Search Engine * [Noor Book](https://www.noor-book.com/) - Books @@ -65,7 +60,7 @@ *** -# ► Bangla +# ► Bangla / বাংলা ## ▷ Reading @@ -84,7 +79,7 @@ *** -# ► Bulgarian +# ► Bulgarian / Български * [Subsunacs](https://subsunacs.net/), [YavkA](https://yavka.net/) or [subs.sab.bz](http://subs.sab.bz/) - Subtitles @@ -109,7 +104,7 @@ *** -# ► Chinese +# ► Chinese / 汉语方言 * 🌐 **[heji](https://233heji.com/)**, **[BestXTools](https://discuss-cn.bestxtools.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 @@ -273,7 +268,7 @@ *** -# ► Czech +# ► Czech / Čeština * [Seznam](https://www.seznam.cz/), [Atlas](https://searchatlas.centrum.cz/) or [Centrum](https://search.centrum.cz/) - Search Engines * [CSFD](https://www.csfd.cz/) - Czech Film Database @@ -305,7 +300,7 @@ *** -# ► Finnish +# ► Finnish / Suomi * [finna.fi](https://www.finna.fi/) - Media Archive / Library Card Required @@ -320,7 +315,7 @@ *** -# ► French +# ► French / Français * [P2PFR](https://forum.p2pfr.com/) - Piracy Discussion * [Emuline](https://www.emuline.org/) - ROM / Emulation Discussion @@ -397,10 +392,10 @@ *** -# ► German +# ► German / Deutsch * 🌐 **[Awesome German Piracy](https://github.com/SeppPenner/awesome-german-piracy)** - German / Piracy Site Index -* ⭐ **[Tarnkappe](https://tarnkappe.info/forum/)** - Piracy Discussion + [Telegram](https://t.me/Tarnkappe_info) +* ⭐ **[Tarnkappe](https://tarnkappe.info/forum/)** - Piracy Discussion / [Telegram](https://t.me/Tarnkappe_info) * [RR.Topliste](https://toplist.raidrush.ws/) - Piracy Site List * [xrel](https://www.xrel.to/) - Scene Release / P2P Tracker * [Boerse](https://boerse.am/) - German Data Sharing Discussion Forum @@ -441,6 +436,7 @@ * [StreamCloud](https://streamcloud.sx/) - Movies / TV / 720p * [Kinos](https://www.kinos.to/) - Movies / TV / Dub / 720p * [xCine](https://xcine.ru/) - Movies / TV / Dub / 720p +* [Burning Series](https://bs.to/) - TV / Dub / 1080p / German VPN Required * [S.TO](https://s.to/) - TV / Anime / Dub / 720p * [Anime-Loads](https://www.anime-loads.org/) - Anime / Dub / 1080p * [Aniworld](https://aniworld.to) - Anime / Sub / Dub / 720p @@ -465,7 +461,7 @@ *** -# ► Georgian +# ► Georgian / ქართული ენა ## ▷ Downloading @@ -478,7 +474,7 @@ *** -# ► Greek +# ► Greek / ελληνικά * [Subs4series](https://www.subs4series.com/) - Greek Subtitles @@ -490,22 +486,30 @@ *** -# ► Hebrew +# ► Hebrew / עברית * [AB-Maps](https://www.abmaps.com/) - Map Tool * [Walla](https://www.walla.co.il/) - News * [Ktuvit](https://www.ktuvit.me/) or [WizdomSubs](https://wizdom.xyz/) - Subtitles -## ▷ Streaming +## ▷ Streaming / הזרמה * [Walla VODs](https://vod.walla.co.il/) - Movies / TV +* [Watch It](https://israwatch.cc/), [2](https://wallaflix.com/) - Movies / TV +* [TVFeel](https://tvfeel.cc/) - Movies / TV +* [Sdarot](https://sdarot-flix.com/) - Movies / TV * [JFC](https://jfc.org.il/) - Israel Movie Archive * [Animeil-TV](https://www.animeil-tv.com/) - Anime / [Telegram](https://t.me/AnimeILTVDiscussion) * [GURUTV](https://gurutv.online/) - Live TV +* [israelTV](https://israeltv.online/) - Live TV + +## ▷ Downloading / הורדה + +* [ultsub](https://ultsub.co.il/) - Anime / Sub / [Discord](https://discord.gg/4Bc8b2W) / [Telegram](https://t.me/UltSub) *** -# ► Hungarian +# ► Hungarian / Magyar * [TorrentEmpire](https://torrent-empire.me/) - Torrent Discussion * [Turistautak](https://turistautak.hu/) - Hungarian Maps @@ -518,7 +522,7 @@ *** -# ► Indian Languages +# ► Indian Languages / भारतीय भाषाएँ * [Indic-Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indian Android Keyboard @@ -534,7 +538,6 @@ * ⭐ **[Rare Toons India](https://rareanimes.com/)** - Anime / 1080p / [Telegram](https://telegram.dog/rareanimesindia) * ⭐ **[AToZ Cartoonist](https://www.atozcartoonist.com/)** - Cartoons / Anime / Sub / Dub / 1080p / [Discord](https://discord.com/invite/EpQn49C4jX) / [Link Bypasser](https://greasyfork.org/en/scripts/484907) * ⭐ **[Free Lossless Desi Music](https://hindi-lossless.blogspot.com/)** - Music / FLAC -* [BollyMaza](https://ww3.bollymaza.click/) - Movies / TV / Sub / Dub / 1080p / 4K * [Mallumv](https://mallumv.buzz/) - Movies / Sub / Dub / 1080p / [Telegram](https://t.me/MalluMvoff) * [SSR Movies](https://ssrmovies.mov/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.dog/+MF2EXeitLjMxY2Ux) * [MkvMoviesPoint](https://mkvmoviespoint.boo/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.me/mkvpoint1) @@ -542,6 +545,7 @@ * [DudeFilms](https://dudefilms.vip/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.dog/dudefilmsofficial) * [KatMovieHD](https://katmoviehd.ac/) - Movies / TV / Anime / Sub / Dub / 1080p * [MoviesFD](https://moviesfd.icu/) - Movies / Sub / Dub / 1080p +* [BollyFlix](https://bollyflix.mov/) - Movies / TV / Anime / Sub / Dub / 1080p / [Telegram](https://t.me/bollyflix_page ) * [Paidnaija](https://paidnaija.com/) - Movies / Sub / 720p / [Telegram](https://t.me/joinchat/E9cst-5oQDA5MzRk) * [mkvAnime](https://ww1.mkvanime.site/) - Movies / Shows / Anime / Sub / Dub / 1080p / [Telegram](https://t.me/+t90Seng2e0QzNzhl) * [HDHub4u](https://hdhub4u.ist/) - Movies / TV / 1080p @@ -562,8 +566,6 @@ * [1xanime](https://www.1xanime.in/) - Anime / 1080p / [Telegram](https://t.me/onexanime2) * [Toonsouthindia](https://toonsouthindia.com/) - Anime / Cartoon / 1080p / [Telegram](https://telegram.me/+VQNviznAktwAxUv8) * [ToonWorld Tamil](https://toonworldtamil.com/) - Anime / Cartoon / 1080p / [Telegram](https://telegram.me/joinchat/AAAAAEDdWfKBosrNxtfy-Q) -* [Toonhub4u](https://toonhub4u.net/) - Cartoons / 1080p / [Telegram](https://telegram.me/joinchat/uJ8k8_dvqhQwODE1) -* [TVToonsIndia](https://tvtoonsindia.com/) - Cartoons / Anime / Dub / 1080p / [Telegram](https://t.me/tvtoonsindiaofficial) * [New Hindi Animes](https://t.me/New_Hindi_Animes) - Anime Telegram Chat * [Indian Flac Songs](https://t.me/indianflacsongs) - Music / FLAC * [WapKing](https://wapking.name/) - Music / MP3 @@ -662,7 +664,7 @@ *** -# ► Italian +# ► Italian / Italiano * 🌐 **[Italian Piracy Resources](https://rentry.co/italian-piracy-resources)** or **[The Italian Corsairs](https://rentry.co/the-italian-corsairs)** - Piracy Sites List * [PizzaGPT](https://www.pizzagpt.it/) - Italian ChatGPT Alternative @@ -700,7 +702,7 @@ *** -# ► Japanese +# ► Japanese / 日本語 * [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [lit.link](https://lit.link/) - Link All Your Sites on One Page @@ -783,7 +785,7 @@ *** -# ► Korean +# ► Korean / 한국어, * [dic.daum](https://dic.daum.net/) - Korean Translator / Spellchecker * [TakakTadak](https://tadaktadak.co.kr/) - Korean Practice / English Learning @@ -823,7 +825,7 @@ *** -# ► Malay +# ► Malay / Bahasa Melayu * [Lowyat](https://forum.lowyat.net/) - Tech Forum @@ -837,7 +839,7 @@ *** -# ► Norwegian +# ► Norwegian / Norsk ## ▷ Streaming @@ -850,7 +852,7 @@ *** -# ► Persian +# ► Persian / فارسی * 🌐 **[Awesome Freedom](https://github.com/hiddify/awesome-freedom)** - Tools Index * 🌐 **[Awesome AI channels](https://github.com/AminTaheri23/Awesome-AI-telegram-gp-and-channel)** - AI Telegram Channels / Groups Index @@ -929,7 +931,7 @@ *** -# ► Polish +# ► Polish / polski * [Napisy24](https://napisy24.pl/), [GrupaHatak](https://grupahatak.pl/) or [KickAssSubtitles](https://kickasssubtitles.com/pl) @@ -982,7 +984,7 @@ *** -# ► Portuguese +# ► Portuguese / Português * 🌐 **[Guia de Pirataria para Iniciantes](https://rentry.org/PiracyBG-PTBR)** - Portuguese Beginners Guide to Piracy * 🌐 **[Invertexto](https://www.invertexto.com)** - Online Tools Index @@ -1145,7 +1147,7 @@ *** -# ► Romanian +# ► Romanian / limba română ## ▷ Downloading @@ -1178,7 +1180,7 @@ *** -# ► Russian +# ► Russian / Русский * ⭐ **[Russian Internet Blackout Bypass Guide](https://telegra.ph/CHto-delat-pri-otklyuchenii-interneta-02-27), [2](https://www.the-village.ru/situation/howto/otklyuchenie-interneta)** * ⭐ **[РосКомСвобода](https://t.me/roskomsvoboda_discuss)** / [roskomsvoboda](https://t.me/roskomsvoboda) / [rks_legal_talk](https://t.me/rks_legal_talk) / [rks_org_Bot](https://t.me/rks_org_bot) / [rks_tech_talk](https://t.me/rks_tech_talk) or [Ru.Board](https://forum.ru-board.com/) - Piracy Discussion Telegram @@ -1350,7 +1352,7 @@ *** -# ► Slovak +# ► Slovak / slovenčina * [SKCinema](http://www.skcinema.sk/arl-sfu/cs/index/) - Slovak Film Database @@ -1362,7 +1364,7 @@ *** -# ► Spanish +# ► Spanish / Español * 🌐 **[Awesome Telegram Redcarpet](https://listados.gitlab.io/awesome-telegram-redcarpet/)**, [2](https://gitlab.com/listados/awesome-telegram) - Telegram Channel Index * [Minijuegos](https://www.minijuegos.com/) - Browser Games @@ -1387,7 +1389,7 @@ * [Fiuxy2](https://fiuxy2.co/) - Video / Audio / Reading / NSFW / [Bypass](https://greasyfork.org/en/scripts/477591) * [La Taberna Del Cangrejo](http://www.latabernadelcangrejo.eu/) - Video / Audio * [Descargandoxmega](https://www.descargandoxmega.com/) - Movies / TV / Animation / 1080p / 4K / Latino / Castilian -* [PelisEnHD](https://pelisenhd.org/) - Movies / TV / Anime / 4K / Latino / Castilian / [Partial Bypass](https://greasyfork.org/en/scripts/486337) +* [PelisEnHD](https://pelisenhd.org/) - Movies / TV / Anime / 4K / Latino / Castilian * [SomosMovies](https://somosmovies.com/) - Movies / TV / 1080p / 4K / Latino * [LatinoMegaHD](https://www.latinomegahd.net/) - Movies / TV / 1080p / 4K / Latino * [GDRIVELatino](https://gdrivelatino.net/) - Movies / TV / 1080p / 4K / Latino @@ -1609,6 +1611,7 @@ # ► Swedish * [Eniro](https://www.eniro.se/) - Search +* [CyberSkills](https://discord.com/invite/2tTwMvbSXu) - Cybersecurity Community ## ▷ Streaming @@ -1618,7 +1621,7 @@ *** -# ► Thai +# ► Thai / ไทย ## ▷ Streaming @@ -1635,7 +1638,7 @@ *** -# ► Turkish +# ► Turkish / Türkçe * [TurkceAltyazi](https://turkcealtyazi.org/index.php) - Subtitles * [Firmaa](http://www.firmaa.com/) - Company Directory @@ -1686,7 +1689,7 @@ *** -# ► Ukrainian +# ► Ukrainian / українська ## ▷ Torrenting @@ -1704,7 +1707,7 @@ *** -# ► Uzbek +# ► Uzbek / Ўзбек ## ▷ Downloading @@ -1721,7 +1724,7 @@ *** -# ► Vietnamese +# ► Vietnamese / Việt * ⭐ **[Voz.vn](https://voz.vn/)**, **[TECHRUM.VN](https://www.techrum.vn/)** or **[WhiteHat.vn](https://whitehat.vn/)** - Tech Forum * **[J2team](https://www.facebook.com/groups/j2team.community)** - Tech Community diff --git a/ReadingPiracyGuide.md b/ReadingPiracyGuide.md index 436673abc..dd1854e96 100644 --- a/ReadingPiracyGuide.md +++ b/ReadingPiracyGuide.md @@ -126,7 +126,6 @@ * [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012) - Books * [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) * [WorldCat](https://www.worldcat.org/), [LibrarySearch](https://librarysearch.gre.ac.uk/) or [TRL](https://www.trl.org/) - Search Local Libraries / [Extension](https://www.libraryextension.com/) -* [Nexus Bot](https://t.me/science_nexus_bot) - Create your own TG Book Bot / [Twitter](https://twitter.com/the_superpirate) / [Mastadon](https://kolektiva.social/@the_superpirate) / [Guide](https://youtu.be/i9TNgb9pjV8) *** @@ -268,7 +267,7 @@ * ↪️ **[UFO Books](https://rentry.co/FMHYBase64#ufo-books)** * ↪️ **[Sheet Music Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sheet_music_sites)** * ⭐ **[Short Stories](https://short-stories.co/)**, [Vestal Review](https://www.vestalreview.net/) or [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories -* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [RUVerses](https://ruverses.com/) or [Poetry.com](https://www.poetry.com/) - Poetry +* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [RUVerses](https://ruverses.com/), [PoetryNook](https://poetrynook.com/) or [Poetry.com](https://www.poetry.com/) - Poetry * ⭐ **[SufficientVelocity](https://forums.sufficientvelocity.com/)** or [SpaceBattles](https://forums.spacebattles.com/) - Fanfiction Forums * ⭐ **[MorbidKuriosity](https://morbidkuriosity.com/)** - Conspiracies, Dark History, Crime, Myths etc. * ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism @@ -328,7 +327,7 @@ * [Online Books Page](https://onlinebooks.library.upenn.edu/) * [The Literature Network](https://www.online-literature.com/) * [Memory of the World](https://www.memoryoftheworld.org/) -* [LibreTexts](https://libretexts.org/) +* [LibreTexts](https://one.libretexts.org/home), [2](https://libretexts.org/platforms/libraries/), [3](https://libretexts.org/) * [PDFBooksWorld](https://www.pdfbooksworld.com/) * [Monoskop](https://monoskop.org/log/) * [ACM](https://dl.acm.org/) @@ -359,6 +358,7 @@ * [TextBookGo](http://textbookgo.com/) - TextBooks * [Saylor](https://www.saylor.org/books/) - Textbooks * [Wikibooks](https://en.wikibooks.org/) - Open-Content Texbooks +* [2012books](https://2012books.lardbucket.org/) - Creative Commons Books * [Pearson](https://redd.it/smm6ib) - Pearson Textbook Download Guide * [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) - JEE Material / [Telegram](https://telegram.me/jeebookspdf) / DL's in Descriptions * [ck12](https://www.ck12.org/)- Interactive CK-12 @@ -1062,7 +1062,7 @@ * [FiveFilters](https://www.fivefilters.org/) - Multiple Article Accessibility Tools * [Readarr](https://readarr.com/) or [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLibrarian) - Book Torrent Autodownload / Manager / [GitHub](https://github.com/Readarr/Readarr) * [GoBooDo](https://github.com/vaibhavk97/GoBooDo) - Google Book Downloader w/ Proxy Support -* [DocDownloader](https://docdownloader.com/), [scribd.vpdfs](https://scribd.vpdfs.com/) or [guIHelp](https://discord.gg/rgF9jY8CpH) - [Scribd](https://www.scribd.com/) Document Downloaders +* [DocDownloader](https://docdownloader.com/) or [scribd.vpdfs](https://scribd.vpdfs.com/) - [Scribd](https://www.scribd.com/) Document Downloaders * [Scribd Download Guide](https://redd.it/kfv1c6) * [GROBID](https://github.com/kermitt2/grobid) - Extract / Organize Scientific Document Info * [FicHub](https://fichub.net/) or [FanFictionDownloader](https://fanfictiondownloader.net/) - Fanfiction Downloader diff --git a/STORAGE.md b/STORAGE.md index 3ed907ba8..d37cef078 100644 --- a/STORAGE.md +++ b/STORAGE.md @@ -252,7 +252,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[Design Resources](https://rentry.co/dt92f)** -[GFXPVFREE](https://t.me/+PJLPHNxVRF9jYmI0), [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](https://freebies.bypeople.com/), [IM Creator](https://www.imcreator.com/free), [Design Bundles](https://designbundles.net/free-design-resources), [Design Resources](https://designresourc.es/), [PSDDD.co](https://psddd.co/), [GraphicBurger](https://graphicburger.com/), [GraphicsFuel](https://www.graphicsfuel.com/), [Pixeden](https://www.pixeden.com/), [Sketch Repo](https://sketchrepo.com/), [Interfacer](https://interfacer.xyz/), [Freebiesbug](https://freebiesbug.com/), [Sketch App Sources](https://www.sketchappsources.com/), [FreebiesUI](https://freebiesui.com/), [Envato Elements Collection](https://rentry.co/FMHYBase64#envato-elements-collection), [Creative Fabrica](https://www.creativefabrica.com/freebies/), [Toools.design](https://www.toools.design/), [Evernote.Design](https://www.evernote.design/), [GFXTRA](https://www.gfxtra31.com/), [XSGames](https://xsgames.co/devassets/), [design.dev](https://design.dev/), [UI STORE DESIGN](https://www.uistore.design/), [Charco](https://www.charco.design/), [Craftwork](https://craftwork.design/downloads/category/freebies/), [Pixelbuddha](https://pixelbuddha.net/), [squax](https://t.me/squaxassets), [𝖌𝖗𝖕𝖍𝖈 𝖉𝖘𝖌𝖓 𝖇𝖆𝖈𝖐𝖚𝖕](https://t.me/designlabb), [all 4 designer](https://t.me/all4designer), [Kropes Leaking Server](https://discord.gg/bMmqQdXAhp), [Gift4Designer](https://gift4designer.net/), [GFXMountain](https://gfxmountain.com/), [Buckets Of Bookmarks](https://buckets-of-bookmarks.daniebeler.com/), [degreeless](https://www.degreeless.design/) +[design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](https://freebies.bypeople.com/), [IM Creator](https://www.imcreator.com/free), [Design Bundles](https://designbundles.net/free-design-resources), [Design Resources](https://designresourc.es/), [PSDDD.co](https://psddd.co/), [GraphicBurger](https://graphicburger.com/), [GraphicsFuel](https://www.graphicsfuel.com/), [Pixeden](https://www.pixeden.com/), [Sketch Repo](https://sketchrepo.com/), [Interfacer](https://interfacer.xyz/), [Freebiesbug](https://freebiesbug.com/), [Sketch App Sources](https://www.sketchappsources.com/), [FreebiesUI](https://freebiesui.com/), [Envato Elements Collection](https://rentry.co/FMHYBase64#envato-elements-collection), [Creative Fabrica](https://www.creativefabrica.com/freebies/), [Toools.design](https://www.toools.design/), [Evernote.Design](https://www.evernote.design/), [GFXTRA](https://www.gfxtra31.com/), [XSGames](https://xsgames.co/devassets/), [design.dev](https://design.dev/), [UI STORE DESIGN](https://www.uistore.design/), [Charco](https://www.charco.design/), [Craftwork](https://craftwork.design/downloads/category/freebies/), [Pixelbuddha](https://pixelbuddha.net/), [squax](https://t.me/squaxassets), [𝖌𝖗𝖕𝖍𝖈 𝖉𝖘𝖌𝖓 𝖇𝖆𝖈𝖐𝖚𝖕](https://t.me/designlabb), [all 4 designer](https://t.me/all4designer), [Kropes Leaking Server](https://discord.gg/bMmqQdXAhp), [Gift4Designer](https://gift4designer.net/), [GFXMountain](https://gfxmountain.com/), [Buckets Of Bookmarks](https://buckets-of-bookmarks.daniebeler.com/), [degreeless](https://www.degreeless.design/) *** @@ -501,7 +501,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## IPTV Tools -[Forum](https://iptv.community/) / [Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m3u_players) / [Manager](https://cabernetwork.github.io/) / [Playlists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_iptv_playlists) / [Search](https://www.foodieguide.com/iptvsearch/) / [m3u to txt](https://siptv.eu/converter/) / [M3U Editor](https://m3u4u.com/) / [M3U Downloader](https://github.com/nilaoda/N_m3u8DL-RE) / [Dummy EPG](https://github.com/yurividal/dummyepgxml) / [CLI](https://github.com/nilaoda/N_m3u8DL-CLI) +[Forum](https://iptv.community/) / [Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m3u_players) / [Manager](https://cabernetwork.github.io/) / [Playlists](https://rentry.co/fmhybase64#iptv-playlists) / [Search](https://www.foodieguide.com/iptvsearch/) / [m3u to txt](https://siptv.eu/converter/) / [M3U Editor](https://m3u4u.com/) / [M3U Downloader](https://github.com/nilaoda/N_m3u8DL-RE) / [Dummy EPG](https://github.com/yurividal/dummyepgxml) / [CLI](https://github.com/nilaoda/N_m3u8DL-CLI) *** @@ -518,6 +518,10 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://libgen.rs/ - main * https://libgen.is/ - main * https://libgen.st/ - main +* https://libgen.li/ - clone +* https://libgen.gs/ - clone +* https://libgen.vg/ - clone +* https://libgen.pm/ - clone * https://rentry.co/fmhy-libgen - Differences between the mirrors *** @@ -549,7 +553,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[Best Player](https://www.microsoft.com/store/productId/9WZDNCRDPQSX)** / [Unlock](https://rentry.co/paidAppsMsStore) * ⭐ **[Open TV](https://github.com/fredolx/open-tv)** -[PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV), [ustvgo-iptv](https://github.com/interlark/ustvgo-iptv), [LivePush](https://livepush.io/hls-player/index.html), [SFVipPlayer](https://epg.serbianforum.org/Alati/SFVipPlayer/sfplayer.html) +[PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV), [ustvgo-iptv](https://github.com/interlark/ustvgo-iptv), [LivePush](https://livepush.io/hls-player/index.html) *** @@ -616,6 +620,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## Minecraft Optimization Mods +* ⭐ **[Simply Optimized](https://modrinth.com/modpack/sop)** * ⭐ **[Fabulously Optimised](https://github.com/Fabulously-Optimized/fabulously-optimized)** * [Sodium](https://modrinth.com/mod/sodium) / [Indium](https://github.com/comp500/Indium/) / [Extra](https://modrinth.com/mod/sodium-extra) / [Nvidia Rendering](https://github.com/MCRcortex/nvidium) @@ -898,6 +903,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://www3.himovies.to/ * https://solarmovies.win/ +* https://huramovies.to/ * https://solarmovie.pe/ * https://www2.6movies.net/ * https://gomovies.sx/ @@ -932,6 +938,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://flixhd.cc/ * https://www3.musichq.net/ * https://zoechip.org/ +* https://zoechip.cc/ * https://www3.zoechip.com/ * https://quitt.net/ * https://www6.123moviesgo.tv/ @@ -979,7 +986,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## SMS Verification Sites -[2ndline](https://www.2ndline.co/), [TextNow](https://www.textnow.com/), [SMS Receive Free](https://smsreceivefree.com/), [SMS Online](https://sms-online.co/), [GetFreeSMSNUmber](https://getfreesmsnumber.com/), [SMS Receive](https://sms-receive.net/), [Receive SMS Online](https://www.receivesmsonline.net/), [receivesmsonline](https://receivesmsonline.in/), [SMS Get](https://smsget.net/), [1s2u](https://1s2u.com/), [My Trash Mobile](https://www.mytrashmobile.com/), [GlobFone](https://globfone.com/), [freesmsverification](http://freesmsverification.com/), [countrycode](https://countrycode.org/), [temp-sms](https://temp-sms.org/), [temporary-phone-number](https://temporary-phone-number.com/), [spoofbox](https://www.spoofbox.com/en/tool/trash-mobile/number), [receive-sms-online](https://www.receive-sms-online.info/), [smsfinders](https://smsfinders.com/), [mfreesms](https://mfreesms.com/), [yunjisms](https://yunjisms.xyz/), [smscodeonline](https://smscodeonline.com/), [mianfeijiema](https://mianfeijiema.com/), [jiemahao](https://jiemahao.com/), [storytrain](https://www.storytrain.info/), [Temp Number](https://temp-number.com/), [sms24](https://www.sms24.me/), [receive-smss](https://receive-smss.com), [freesmscenter](https://freesmscenter.com/), [receive-sms](https://receive-sms.cc/), [spytm](https://spytm.com/), [receive-sms-free](https://receive-sms-free.cc/), [sms-activation-service](https://sms-activation-service.com/), [burnerapp](https://www.burnerapp.com/), [temp-number](https://temp-number.org/), [tempsmss](https://tempsmss.com/), [quackr](https://quackr.io/), [freephonenum](https://freephonenum.com/), [smsnator](https://smsnator.online/), [InboxSMS](https://inboxsms.me/), [anonymsms](https://anonymsms.com/temporary-phone-number/), [onlinesim](https://onlinesim.io/), [ReceiveaSMS](https://receive-a-sms.com/), [Receive SMS Online Free](http://receivefreesms.com/), [smspool](https://www.smspool.net/free-sms-verification), [sms-activate](https://sms-activate.org/en/freeNumbers) +[2ndline](https://www.2ndline.co/), [TextNow](https://www.textnow.com/), [SMS Receive Free](https://smsreceivefree.com/), [SMS Online](https://sms-online.co/), [GetFreeSMSNUmber](https://getfreesmsnumber.com/), [SMS Receive](https://sms-receive.net/), [Receive SMS Online](https://www.receivesmsonline.net/), [receivesmsonline](https://receivesmsonline.in/), [SMS Get](https://smsget.net/), [1s2u](https://1s2u.com/), [My Trash Mobile](https://www.mytrashmobile.com/), [GlobFone](https://globfone.com/), [freesmsverification](http://freesmsverification.com/), [countrycode](https://countrycode.org/), [temp-sms](https://temp-sms.org/), [temporary-phone-number](https://temporary-phone-number.com/), [spoofbox](https://www.spoofbox.com/en/tool/trash-mobile/number), [receive-sms-online](https://www.receive-sms-online.info/), [smsfinders](https://smsfinders.com/), [mfreesms](https://mfreesms.com/), [yunjisms](https://yunjisms.xyz/), [smscodeonline](https://smscodeonline.com/), [mianfeijiema](https://mianfeijiema.com/), [jiemahao](https://jiemahao.com/), [storytrain](https://www.storytrain.info/), [Temp Number](https://temp-number.com/), [sms24](https://www.sms24.me/), [receive-smss](https://receive-smss.com), [freesmscenter](https://freesmscenter.com/), [receive-sms](https://receive-sms.cc/), [spytm](https://spytm.com/), [receive-sms-free](https://receive-sms-free.cc/), [sms-activation-service](https://sms-activation-service.com/), [burnerapp](https://www.burnerapp.com/), [tempsmss](https://tempsmss.com/), [quackr](https://quackr.io/), [freephonenum](https://freephonenum.com/), [smsnator](https://smsnator.online/), [InboxSMS](https://inboxsms.me/), [anonymsms](https://anonymsms.com/temporary-phone-number/), [onlinesim](https://onlinesim.io/), [ReceiveaSMS](https://receive-a-sms.com/), [Receive SMS Online Free](http://receivefreesms.com/), [smspool](https://www.smspool.net/free-sms-verification), [sms-activate](https://sms-activate.org/en/freeNumbers) ### No CC Required Trial Sites @@ -993,7 +1000,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[ggntw](https://ggntw.com/steam)** -* [Steamworkshop.download](http://steamworkshop.download/), [steam-workshop-downloader.com](https://steam-workshop-downloader.com), [steamworkshopdownloader.ru](https://steamworkshopdownloader.ru), [Workshop Script](https://greasyfork.org/en/scripts/449046), [Workshop Downloader](https://4hub.app/workshop-downloader), +* [Steamworkshop.download](http://steamworkshop.download/), [steam-workshop-downloader.com](https://steam-workshop-downloader.com), [steamworkshopdownloader.ru](https://steamworkshopdownloader.ru), [Workshop Script](https://greasyfork.org/en/scripts/449046) ### Programs @@ -1191,6 +1198,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[cachedview](https://cachedview.nl/)**, **[Web Archives](https://github.com/dessant/web-archives)**, [resurrect-pages](https://github.com/Albirew/resurrect-pages-isup-edition) - Aggregate Cache Results * [Perma.cc](https://perma.cc/) * [ghostarchive](https://ghostarchive.org/) +* [hozon](https://hozon.site/) * [Arquivo.pt](https://arquivo.pt/?l=en) ### Local Archiving diff --git a/Social-Media-Tools.md b/Social-Media-Tools.md index 48c1b0e28..d26027f23 100644 --- a/Social-Media-Tools.md +++ b/Social-Media-Tools.md @@ -71,13 +71,13 @@ * 🌐 **[Discord3rdParties](https://github.com/Discord-Client-Encyclopedia-Management/Discord3rdparties)** - Discord Clients Index * ⭐ **[Vencord](https://vencord.dev/)** - Discord Client Mod / [Github](https://github.com/Vendicated/Vencord) / [Desktop Client](https://github.com/Vencord/Vesktop) * ⭐ **[BetterDiscord](https://betterdiscord.app/)** - Discord Client Mod / [GitHub](https://github.com/BetterDiscord/BetterDiscord) -* ⭐ **BetterDiscord Tools** - [Plugins](https://betterdiscord.app/plugins) / [Themes](https://betterdiscord.app/themes) / [Theme Editor](https://bdeditor.dev/) / [Support](https://discord.gg/0Tmfo5ZbORCRqbAd) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Message Panel](https://github.com/SanjaySunil/BetterDiscordPanel) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1) +* ⭐ **BetterDiscord Tools** - [Plugins](https://betterdiscord.app/plugins) / [Banned Plugins](https://rentry.co/BDBannedPlugins), [2](https://github.com/mov-ebx/BannedBetterDiscordPlugins) / [Themes](https://betterdiscord.app/themes) / [Theme Editor](https://bdeditor.dev/) / [Support](https://discord.gg/0Tmfo5ZbORCRqbAd) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Message Panel](https://github.com/SanjaySunil/BetterDiscordPanel) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1) +* ⭐ **[WebCord](https://github.com/SpacingBat3/WebCord)** - Privacy-Hardened Client / [Discord](https://discord.gg/Vm4CwZx) * [OpenAsar](https://openasar.dev/) - Improved Discord Desktop's app.asar / [GitHub](https://github.com/GooseMod/OpenAsar) * [ArmCord](https://github.com/ArmCord/ArmCord), [abaddon](https://github.com/uowuo/abaddon) or [Replugged](https://replugged.dev/) - Lightweight Discord Clients * [Discordo](https://github.com/ayn2op/discordo) - Discord Terminal Client * [Unicord](https://github.com/UnicordDev/Unicord) - Discord Client for Windows / [Discord](https://discord.gg/64g7M5Y) * [Spacebar](https://github.com/spacebarchat/spacebarchat) - Self-hostable Discord Client -* [WebCord](https://github.com/SpacingBat3/WebCord) - Discord / Spacebar Client / [Discord](https://discord.gg/Vm4CwZx) * [discord-PWA](https://github.com/NeverDecaf/discord-PWA) - Discord PWA Client * [GTKCord4](https://github.com/diamondburned/gtkcord4) - GTK4 Discord Client * [Discord Portable](https://portapps.io/app/discord-portable/) / [PTB PortApps](https://portapps.io/app/discord-ptb-portable/) - Portable Discord Stable @@ -164,7 +164,7 @@ # ► Reddit Tools -* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts +* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts * ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old * [Photon](https://photon-reddit.com/) or [redlib](https://github.com/redlib-org/redlib) - Reddit Frontends * [Reddit Login Bypass Script](https://pastebin.com/raw/sU5tqwep) - Bypass Reddit Login @@ -187,6 +187,7 @@ * [Pholder](https://pholder.com/) - Article Style Viewer * [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) / [Chrome](https://github.com/MonsterMannen/reddit-load-images-directly-chrome) - Direct Image Viewer * [SocialGrep](https://socialgrep.com/) - Reddit Statistics +* [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times * [UniversalScammerList](https://www.universalscammerlist.com/) - List of Reddit Scammers * [Piracy](https://www.reddit.com/user/nbatman/m/piracy/), [The Piracy Feed](https://www.reddit.com/user/rekuloustoad/m/the_piracy_feed/), [PiracyHub](https://www.reddit.com/user/nanomuto/m/piracyhub/) or [Piracy Counterfeit Goods](https://www.reddit.com/user/goretsky/m/piracy_counterfeit_goods/) - Piracy Multireddits * [Piracy Leaks](https://www.reddit.com/user/nbatman/m/leaks/) - Piracy Leaks Multireddit @@ -260,7 +261,6 @@ * 🌐 **[TDirectory](https://tdirectory.me/)**, [Telemetr](https://telemetr.io/en), [Telegram Channels](https://telegramchannels.me/), [Awesome-Telegram](https://github.com/ebertti/awesome-telegram) or [Telegramic](https://telegramic.org/) - Telegram Channel Indexes * 🌐 **[ComBot Groups](https://combot.org/top/telegram/groups)** - Top Telegram Groups Index * [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0), [2](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa), [Lyzem](https://lyzem.com/), [xTea](https://xtea.io/ts_en.html) or [TG-ME](https://www.tg-me.com/) - Telegram CSE's -* [GetMediaBot](https://t.me/getmediabot) - Media Download Bot * [MediaDownBot](https://t.me/mediadownbot) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Social Media Downloader * [SaveRestrictedContentBot](https://github.com/vasusen-code/SaveRestrictedContentBot) - Save Restricted Content * [Telesco.pe](https://telesco.pe/) - Telegram Round Video Recorder @@ -343,7 +343,7 @@ * [Video Resumer](https://addons.mozilla.org/en-US/firefox/addon/video-resumer/) - Resume Videos Where You Left Off / [Note](https://pastebin.com/Jd1DJW8w) * [vidIQ](https://chromewebstore.google.com/detail/vidiq-vision-for-youtube/pachckjkecffpdphbpmfolblodfkgbhl) - YouTube Viewership Data * [Video Recap](https://videorecap.viewodyssey.com/) - YouTube Year in Review Stats -* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties +* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/), [YouTube Party](https://youtubeparty.netlify.app/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties * [yt2pod](https://github.com/frou/yt2pod) - Create Podcasts from YouTube Channels * [YouTube-Subscriptions-RS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed * [Channel RSS](https://pastebin.com/hqkNuMSx) - Add Individual Channels to RSS Feed @@ -353,7 +353,7 @@ * [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check YouTube Upload Date * [TubeSync](https://github.com/meeb/tubesync) - Sync YouTube Channels / Playlists to a Media Server * [Playlist Creator for YouTube](https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg) or [Playlists at YouTube](https://playlists.at/youtube/) - Playlists Creators -* [ytcc](https://github.com/woefe/ytcc) - Playlist Manager +* [ytcc](https://github.com/woefe/ytcc) or [Multiselect](https://addons.mozilla.org/en-US/firefox/addon/multiselect-for-youtube/), [2](https://chromewebstore.google.com/detail/gpgbiinpmelaihndlegbgfkmnpofgfei) - Playlist Managers * [playlist.tools](https://playlist.tools/) - YouTube Playlist Reverser * [Playlist Randomizer](https://playlist-randomizer.com/) - YouTube Playlist Randomizer * [YT Playlist Length](https://ytplaylist-len.sharats.dev/) - Playlist Length Checker @@ -460,7 +460,7 @@ * 🌐 **[Twitch Database](https://twitchdatabase.com/)** or [SullyGnome](https://sullygnome.com/) - Twitch Tool Indexes * 🌐 **[Twitch Extensions](https://dashboard.twitch.tv/extensions/categories/43f48606-8b91-4149-94e6-02def012c79f)** - Twitch Extensions Index -* ⭐ **[BetterTTV](https://betterttv.com/)** or [FrankerFacez](https://www.frankerfacez.com/) - Twitch Enhancement Extension +* ⭐ **[7TV](https://7tv.app/)**, [BetterTTV](https://betterttv.com/) or [FrankerFacez](https://www.frankerfacez.com/) - Twitch Enhancement Extensions * ⭐ **[TwitchNoSub](https://github.com/besuper/TwitchNoSub)** - Watch Sub Only Twitch Videos * ⭐ **[Stream Scheme](https://www.streamscheme.com/)** - Livestreaming Guides / Resources * [Gumbo](https://github.com/seldszar/gumbo) - Twitch Stream Tracker @@ -473,7 +473,6 @@ * [JChat](https://www.giambaj.it/twitch/jchat/) - Show Twitch Chat on Screen * [Hide-Twitch-Chat-Users](https://github.com/mikeyaworski/Hide-Twitch-Chat-Users) - Hide Twitch Chat Users * [Transparent-Twitch-Chat](https://github.com/chylex/Transparent-Twitch-Chat) or [Transparent Twitch Chat Overlay](https://github.com/baffler/Transparent-Twitch-Chat-Overlay) - Transparent Twitch Chat -* [7TV](https://7tv.app/) - Twitch Emotes Extension * [Auto Twitch Drops](https://chromewebstore.google.com/detail/automatic-twitch-drops-mo/kfhgpagdjjoieckminnmigmpeclkdmjm) - Twitch Drop Notifications * [Auto-Claim-Twitch-Channel-Points](https://github.com/mikeyaworski/Auto-Claim-Twitch-Channel-Points) or [TTVDropBot](https://github.com/Giingu/Enhanced-TTVDropBot) - Auto Claim Twitch Points * [TwitchRSS](https://twitchrss.appspot.com/) - Twitch RSS Generator diff --git a/System-Tools.md b/System-Tools.md index 9844ff74c..1374fb02d 100644 --- a/System-Tools.md +++ b/System-Tools.md @@ -15,7 +15,6 @@ * ⭐ **AutoHotkey Tools** - [Script Gen](https://www.ahkgen.com/) / [Resources](https://github.com/ahkscript/awesome-AutoHotkey) * [Windows-11-Guide](https://github.com/mikeroyal/Windows-11-Guide), [Pastas](https://rentry.org/pastas#guides), [Eleven Forums Guides](https://www.elevenforum.com/tutorials/) or [Ten Forums Guides](https://www.tenforums.com/tutorials/) - Windows Guides * [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools -* [Übersicht](https://tracesof.net/uebersicht/) - System Command Widgets * [PolicyPlus](https://github.com/Fleex255/PolicyPlus) - Local Group Policy Editor * [PowerPlanSwitcher](https://www.microsoft.com/en-us/p/powerplanswitcher/9nblggh556l3) - Quickly Change Power Schemes * [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler @@ -140,6 +139,7 @@ * ⭐ **[Parsec](https://parsec.app/)** * [Ammyy](https://www.ammyy.com/en/) * [FreeRDP](https://www.freerdp.com/) +* [Remotly](https://remotly.com/) * [Myrtille](https://cedrozor.github.io/myrtille/) * [Aspia](https://aspia.org/) * [ChromeRemoteDesktop](https://remotedesktop.google.com/) @@ -431,22 +431,20 @@ * ⭐ **[WLED](https://kno.wled.ge/)**, [OpenRGB](https://openrgb.org/), [SignalRGB](https://www.signalrgb.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [RBGSync](https://rgbsync.com/), [FireLight](https://github.com/nicolasdeory/firelight) or [Aurora](https://github.com/antonpup/Aurora) - Lighting Control * [VirtualCustoms](https://virtualcustoms.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities * [XDesktopSoft](https://www.xwidget.com/) - Desktop Customization -* [LineStep](http://litestep.net/) - Customize Desktop Interface +* [LiteStep](http://litestep.net/) - Customize Desktop Interface * [pyWinContext](https://github.com/VodBox/pyWinContext) - Custom Context Menu Manager * [Taskbar Tweaker](https://tweaker.ramensoftware.com/), [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization Tools -* [TaskbarXI](https://github.com/ChrisAnd1998/TaskbarXI) - Modify Windows 11 Taskbar * [msstyleEditor](https://github.com/nptr/msstyleEditor) or [WinPaletter](https://github.com/Abdelrhman-AK/WinPaletter) - Windows Visual Style Editors * [BeautySearch](https://github.com/krlvm/BeautySearch) - Windows 10 Search Appearance Tweaker * [ChromaDiscordApp](https://github.com/tgraupmann/ChromaDiscordApp) - Discord System Lighting Control * [KeyboardVisualizer](https://gitlab.com/CalcProgrammer1/KeyboardVisualizer) - Audio Visualizer / FX Engine for Keyboards, Mice & Accessories * [Mechvibes](https://mechvibes.com/), [Rackety](https://girkovarpa.itch.io/rackety) or [MechaKeys](https://mechakeys.robolab.io/) - Keyboard Sound Effects -* [WindowFX](https://www.stardock.com/products/windowfx/) - System Animation Effects * [ElectricSheep](https://electricsheep.org/) - Collaborative Usergenerated Screensaver * [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Browser Screensavers * [Cursors 4U](https://www.cursors-4u.com/), [Cursor Mania Archive](https://archive.org/details/cursormania), [Bibata Cursor](https://github.com/ful1e5/Bibata_Cursor), [Cursors Pastebin](https://pastebin.com/BrAbMy4n) or [rw-designer](http://rw-designer.com/cursor-library) - Cursors * [FolderMarker](https://foldermarker.com/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folders & Markers * [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons -* [ElevenClock](https://github.com/marticliment/ElevenClock) - Customize Windows 11 Clock +* [ElevenClock](https://www.marticliment.com/elevenclock/) - Customize Windows 11 Clock *** @@ -472,6 +470,7 @@ * [Macdows11](https://redd.it/pd5ha6) - Windows 11 Mac Theme Guide * [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) - macOS Cursors for Windows * [AccentColorizer](https://github.com/krlvm/AccentColorizer) - Custom Windows Accent Color +* [MicaForEveryone](https://github.com/MicaForEveryone/MicaForEveryone) - System Backdrop Customization * [TranslucentFlyouts](https://github.com/ALTaleX531/TranslucentFlyouts) - Translucent Context Menus * [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB) - Translucent Windows Taskbar * [RetroBar](https://github.com/dremin/RetroBar) - Retro Classic Taskbars @@ -489,7 +488,7 @@ ## ▷ Wallpapers -* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** - Wallpaper Manager / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) +* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** - Wallpaper Manager / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) / [Workshop DL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders) * ⭐ **[wallhaven](https://wallhaven.cc/)** / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader) - Wallpapers * ⭐ **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Wallpapers * ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** diff --git a/Text-Tools.md b/Text-Tools.md index 6749e3c24..403858e8b 100644 --- a/Text-Tools.md +++ b/Text-Tools.md @@ -31,11 +31,12 @@ * ⭐ **[snowbin](https://pastes.fmhy.net/)** * ⭐ **[Linqbin](https://linqbin.cc/)** - Temp Pastebin * ⭐ **[Rentry](https://rentry.co/)** / [CLI](https://github.com/radude/rentry) -* ⭐ **[Bundles](https://sentrytwo.com/)** / [Source](https://codeberg.org/SentryTwo/bundles) +* ⭐ **[Bundlrs](https://bundlrs.cc/)** / [Source](https://code.stellular.org/SentryTwo/bundlrs) * ⭐ **[disroot](https://bin.disroot.org/)**, [privatebin](https://privatebin.net/), [TextBin](https://textbin.xyz/), [bin.idrix](https://bin.idrix.fr/) or [RIN Privatebin](https://privatebin.rinuploads.org/) * ⭐ **[PrivateBin Instances](https://privatebin.info/directory/)** * ⭐ **[katb](https://katb.in/)** * ⭐ **[WriteXO](https://writexo.com/)** +* [Rlim](https://rlim.com/) * [Snips.sh](https://snips.sh/) - Self-Hosted * [Paster](https://paster.so) * [paste](https://paste.ee/) @@ -55,7 +56,6 @@ * [zPaste](https://zpaste.net/) * [bitbin](https://bitbin.it/) * [pastes.io](https://pastes.io/) -* [txt](https://txt.fyi/) * [peeplink](https://peeplink.in/) * [paaster](https://paaster.io/) * [pastery](https://www.pastery.net/) @@ -191,6 +191,7 @@ * [Brevity500](https://brevity500.com/) - Typing Games * [TypeRush](https://www.typerush.com/) - Typing Games * [ARRRType](https://www.arrrtype.com/) - Typing Games +* [NGram Type](https://ranelpadon.github.io/ngram-type/), [Keyzen3](https://adamgradzki.com/keyzen3/) or [Keyzen Colmak](https://ranelpadon.github.io/keyzen-colemak-dh/) - Touch Typing Tests * [Ttyper](https://github.com/max-niederman/ttyper) or [TermTyper](https://github.com/kraanzu/termtyper) - Terminal Typing Tests * [TypeLit.io](https://www.typelit.io/) - Book Typing Tests * [Colemak Academy](https://www.colemak.academy/) - Alt / Custom Keyboard Tests @@ -223,6 +224,7 @@ * [BeefText](https://beeftext.org/) * [Quill](https://quilljs.com/) * [Helix](https://helix-editor.com/) / [GitHub](https://github.com/helix-editor/helix) +* [BeaverNotes](https://beavernotes.com/) * [Textreme](https://ash-k.itch.io/textreme) / [GitHub](https://github.com/cis-ash/TEXTREME) * [Tiddly](https://tiddlywiki.com/) / [Desktop](https://github.com/tiddly-gittly/TidGi-Desktop) * [Joplin](https://joplinapp.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/) / [Chrome](https://chromewebstore.google.com/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfeken-GB) diff --git a/TorrentPiracyGuide.md b/TorrentPiracyGuide.md index 3c03c96c5..0aa3a6a1d 100644 --- a/TorrentPiracyGuide.md +++ b/TorrentPiracyGuide.md @@ -20,6 +20,7 @@ * ⭐ **[torrent-control](https://github.com/Mika-/torrent-control)** or [Remote Torrent Adder](https://github.com/bogenpirat/remote-torrent-adder) - Easily Send Torrents to Client * [Tixati](https://tixati.com/) - [Screenshot](https://i.ibb.co/tPfyPRQ/b0683ce2eb49.png) * [Motrix](https://motrix.app/) - [Screenshot](https://i.ibb.co/SQqrdpW/2950c09df08a.png) / [GitHub](https://github.com/agalwood/Motrix) +* [WizTorrent](https://wiztorrent.com/) - [Screenshot](https://i.imgur.com/O3VbklP.jpg) / Torrent Player / WebShare * [Picotorrent](https://picotorrent.org/) - [Screenshot](https://i.ibb.co/Pz4qb8Q/df96c0ff3912.png) * [BiglyBT](https://www.biglybt.com/) - [Screenshot](https://i.ibb.co/5TRkt1t/bfe91a771679.png) * [LIII](https://codecpack.co/download/LIII-BitTorrent-Client.html) - [Screenshot](https://i.ibb.co/jRJR1cX/cecb8c47451d.png) @@ -183,6 +184,7 @@ * ⭐ **[Torrent Legality](https://i.ibb.co/HHqC4V2/11e244ddbdfb.png)** - Torrenting Laws by Country * [WarezBot](https://github.com/enzobes/WarezBot) - Discord Scene Release Tracker * [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache +* [InfoTorrent](https://infotorrent.tnl.one/) or [Webtorrent Checker](https://checker.openwebtorrent.com/) - Check Torrent File Health * [TorrentTags](https://torrenttags.com/) - Check Torrents for Copyright Claims * [MagLit](https://maglit.me/) - Magnet Link Shorteners * [Magnet Link Generator](https://magnetlinkgenerator.com/) - Magnet Link Generator diff --git a/Video-Tools.md b/Video-Tools.md index 81e9c5e5c..2be771f58 100644 --- a/Video-Tools.md +++ b/Video-Tools.md @@ -75,7 +75,7 @@ ## ▷ Convert / Encode -* ⭐ **[Video Encoding Guide](https://sometimes-archives-things.github.io/archived-things/)** / [2](https://encoding-guide.neocities.org/) or [Disc Rip](https://nullish.cat/blog/disc-rip) / [2](https://rentry.org/disc-rip) - Learn how to Rip / Encode Videos +* ⭐ **[Encoding Guide](https://sometimes-archives-things.github.io/archived-things/)** / [2](https://encoding-guide.neocities.org/), [MDbook](https://silentaperture.gitlab.io/mdbook-guide/) or [Disc Rip](https://nullish.cat/blog/disc-rip) / [2](https://rentry.org/disc-rip) - Video Encoding / Ripping Guides * ⭐ **[Basics to the Art of Remuxing](https://rentry.co/Remuxing)** or [fs927](https://rentry.org/fs927) - Learn how to Remux Videos * ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools * ⭐ **[HandBrake](https://handbrake.fr/)** / [Guide](https://www.rapidseedbox.com/blog/guide-to-mastering-handbrake) @@ -202,7 +202,7 @@ * [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync * [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV * [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails -* [FSR.glsl](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5) - FidelityFX for MPV +* [FSR](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5), [NNEDI / Ravu](https://github.com/bjin/mpv-prescalers/) or [FSRCNNX](https://github.com/igv/FSRCNN-TensorFlow/) - MPV Shaders *** @@ -356,6 +356,7 @@ * [Flowframes](https://nmkd.itch.io/flowframes) / [Beta](https://kemono.party/patreon/user/19695417) or [SVP](https://www.svp-team.com/) / [Guide](https://www.svp-team.com/wiki/Manual:SVPcode) - Video Interpolation / Increase FPS * [VideoColorizerColab](https://colab.research.google.com/github/jantic/DeOldify/blob/master/VideoColorizerColab.ipynb) - Video Colorization Colab * [OpenColorIO](https://opencolorio.org/) - Video Color Manager +* [FreshLUTs](https://freshluts.com/) - Free LUTs (Color Filters) * [Avidemux](http://fixounet.free.fr/avidemux/) - Cut / Filter / Encode * [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos * [Opus](https://www.opus.pro/) - Clip Creator diff --git a/VideoPiracyGuide.md b/VideoPiracyGuide.md index e764dbb14..81b66d75e 100644 --- a/VideoPiracyGuide.md +++ b/VideoPiracyGuide.md @@ -8,19 +8,19 @@ ## ▷ Multi Server -* ⭐ **[movie-web](https://movie-web.app/)** - Movies / TV / 4K / 1080p / [Proxy Fix (Important)](https://movie-web.app/onboarding) / [Discord](https://discord.gg/vXsRvye8BS) +* ⭐ **[movie-web](https://movie-web.github.io/docs/instances/)**, [2](https://erynith.github.io/movie-web-instances/) - Movies / TV / Anime / 4K / 1080p * ⭐ **[watch.lonelil](https://watch.lonelil.com/)**, [2](https://12131989.xyz/) - Movies / TV / Anime / 4K / 1080p / [Proxy Fix (Important)](https://watch.lonelil.com/onboarding) / [Discord](https://discord.com/invite/BKts6Jb5sA) -* ⭐ **[Braflix](https://www.braflix.app/)** - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/wWKmxARaWH) +* ⭐ **[Braflix](https://www.braflix.video/)** - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/wWKmxARaWH) * ⭐ **[FMovies](https://fmoviesz.to/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_fmovies_clones) * ⭐ **[FlixHQ](https://flixhq.click/)** - Movies / TV / Anime / 1080p +* ⭐ **[Binged](https://binged.live/)**, [2](https://binged.in/), [3](https://binge.lol/) - Movies / TV / Anime / 1080p * ⭐ **[SusFlix](https://susflix.tv/)**, [2](https://www.susmovies.lol/), [3](https://sushbo.com/), [4](https://hbosus.com) - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/BE7kTVezBN) * ⭐ **[Streamflix](https://watch.streamflix.one/)**, [2](https://watchamovie.today/), [3](https://streamflix.space/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/C8fyfz5pYz) * ⭐ **[M4uFree](https://ww2.m4ufree.com/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m4ufree_clones) * ⭐ **[SFlix](https://sflix.to/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sflix_clones) * ⭐ **[UpMovies](https://upmovies.to/)** - Movies / TV / Anime / 1080p / Use Adblock * ⭐ **[The Movie Archive](https://themoviearchive.site/)**, [2](https://tma.lol) - Movies / TV / 4K / 1080p -* ⭐ **[Binged](https://binged.live/)**, [2](https://binged.in/), [3](https://binge.lol/) - Movies / TV / Anime / 1080p -* ⭐ **[KipFlix](https://kipflix.vercel.app/)** - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/vNaRPZc75q) +* ⭐ **[KipFlix](https://kipflix.space/)**, [2](https://kipflix.vercel.app/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/vNaRPZc75q) * ⭐ **[PrimeFlix](https://primeflix-web.vercel.app/)** - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/GbW6gzAKgc) * ⭐ **[PrimeWire](https://www.primewire.tf/)** - Movies / TV / Anime / 1080p * ⭐ **[Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0)**, [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e) - Multi-Site Search @@ -81,11 +81,11 @@ * ⭐ **[PressPlay](https://www.pressplay.top/)** - Movies / TV / 1080p / [Discord](https://discord.gg/r4QrghF4B9) * ⭐ **[YesMovies](https://yesmovies.ag/)**, [2](https://ww4.solarmovie.to/), [3](https://ww5.0123movie.net/), [4](https://ww1.putlocker.vip/) - Movies / TV / Anime / 1080p * ⭐ **[LookMovie](https://lookmovie2.to/)** - Movies / TV / 720p / [Mirrors](https://proxymirrorlookmovie.github.io/) -* [Cinewave](https://discord.gg/pwtj9X8BtE) - Movies / TV / Anime / 1080p * [FshareTV](https://fsharetv.co/), [2](https://fsharetv.io/) - Movies / 1080p * [FossaTV](https://fossa.tv/) - Movies / TV / 1080p * [RidoMovies](https://ridomovies.tv/) - Movies / 1080p * [Ling.online](https://ling-online.net/en/videos/films/) - Movies / TV / 1080p +* [NEPU](https://nepu.to/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/nepu) * [UniqueStream](https://uniquestream.net/) - Movies / TV / 1080p * [English Movies](https://m.vk.com/english_movies) - Movies / 1080p * [StreamLord](http://www.streamlord.com/) - Movies / TV / 1080p @@ -436,6 +436,7 @@ * [Time4TV](https://time4tv.online/) - TV / Sports * [time4tv.top](https://time4tv.top/) - TV / Sports * [CXtv](https://www.cxtvlive.com/) - TV / Sports +* [MHDTVSports](https://mhdtvsports.me/) or [MHDTVWorld](https://mhdtvworld.co.in/) - TV / Sports * [ProLive](https://prolive.tv/) - TV / Sports * [TV247](https://tv247.us/) - TV / Sports * [TvFlix](https://tvflix.netlify.app/) - TV / Sports @@ -555,7 +556,7 @@ * ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)** * ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)** * ⭐ **[OlaMovies](https://olamovies.bar/)** - Movies / TV / 4K / 1080p / [Telegram](https://telegram.me/olamovies_officialv5) -* ⭐ **[Pahe](https://pahe.ph/)** - Movies / TV / Anime / 4K / [Discord](https://discord.gg/4AvaCsd2J4) / [Redirect Buttons](https://greasyfork.org/en/scripts/443277) +* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Discord](https://discord.gg/4AvaCsd2J4) / [Redirect Buttons](https://greasyfork.org/en/scripts/443277) * ⭐ **[PSARips](https://psa.wf/)** - Movies / TV / 4K * ⭐ **[LightDLMovies](https://lightdl.xyz/)**, [2](https://lightdlmovies.blogspot.com/) - Movies / TV / 1080p * ⭐ **[VegaMovies](https://vegamovies.ngo/)** - Movies / TV / Anime / 1080p / 4K / [Telegram](https://telegram.dog/VegamoviesTo_Official) @@ -689,7 +690,7 @@ * 🌐 **[Autodownload Tools](https://redd.it/hbwnb2)** - List of Torrent Autodownload Tools / [Multi Installer](https://github.com/LordZeuss/arr-installer) * ⭐ **[Stremio](https://www.stremio.com/)** / [Enhanced](https://github.com/REVENGE977/stremio-enhanced-community) - Torrent Streaming App -* ⭐ **Stremio Tools** - [Guide](https://rentry.co/privatestremio) / [Addons](https://stremio-addons.netlify.app/) / [PimpMyStremio](https://github.com/sungshon/PimpMyStremio) / [Downloader](https://github.com/BurningSands70/stremio-downloader) / [Watch Together](https://redd.it/cvmu80) / [ffmpeg Wrapper](https://github.com/streamio/streamio-ffmpeg) / [Trakt](https://2ecbbd610840-trakt.baby-beamup.club/) / [Catalogs](https://up-next.dontwanttos.top/) / [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) +* ⭐ **Stremio Tools** - [Guide](https://rentry.co/privatestremio) / [Addons](https://stremio-addons.netlify.app/) / [PimpMyStremio](https://github.com/sungshon/PimpMyStremio) / [Downloader](https://github.com/BurningSands70/stremio-downloader) / [Watch Together](https://redd.it/cvmu80) / [ffmpeg Wrapper](https://github.com/streamio/streamio-ffmpeg) / [Simkl](https://simkl.com/apps/stremio/) / [Trakt](https://2ecbbd610840-trakt.baby-beamup.club/) / [Catalogs](https://up-next.dontwanttos.top/) / [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) * ⭐ **[Jackett](https://github.com/Jackett/Jackett)**, [nefarious](https://lardbit.github.io/nefarious/), [Traktarr](https://github.com/l3uddz/traktarr) or [Watcher](https://nosmokingbandit.github.io/) - Autodownload Torrents * ⭐ **[Radarr](https://radarr.video/)** - Autodownload Movie Torrents / [GitHub](https://github.com/Radarr/Radarr) * ⭐ **[Sonarr](https://sonarr.tv/)** / [GitHub](https://github.com/Sonarr/Sonarr), [SickGear](https://github.com/SickGear/SickGear), [SiCKRAGE](https://github.com/SiCKRAGE/SiCKRAGE), [DuckieTV](https://schizoduckie.github.io/DuckieTV/) or [Medusa](https://pymedusa.com/) - Autodownload TV Torrents / [Guide](https://wiki.servarr.com/) @@ -785,6 +786,9 @@ * ⭐ **[DeepSearch](https://deepsearch.mycelebs.com/movie)**, [WhatsatMovie](https://whatsatmovie.com/) or [What is My Movie?](https://www.whatismymovie.com/) - Find Movies via Descriptions * ⭐ **[RatingsGraph](https://www.ratingraph.com/)** - Movie / TV Ratings Graphs * ⭐ **[RatS](https://github.com/StegSchreck/RatS)** - Transfer Ratings between Services +* [TV Countdown](https://countdown.tv/) : Live Countdown of upcoming TV Shows episode releases with notification alerts +* [Movie Countdown](https://moviescountdown.com/) : Live Countdown of upcoming Films, Streaming, DVD releases with notification alerts +* [Drama Countdown](https://dramacountdown.com/) : : Live Countdown of upcoming Asian Dramas like Kdrama, CDramas, and other episode releases with notification alerts * [TrailerPunk](https://trailerpunk.com/) - Newest Movie Trailers * [Rec Charts](https://mega.nz/folder/kj5hWI6J#0cyw0-ZdvZKOJW3fPI6RfQ) - Movie / TV / Anime Recommendation Guides * [IMDb](https://www.imdb.com/) - Movies / TV / Anime / [Advanced Search](https://www.imdb.com/search/) @@ -803,6 +807,7 @@ * [My Episodes](https://www.myepisodes.com/) - TV * [Movieo](https://movieo.me/) - Movies / TV / Anime * [AllMovie](https://www.allmovie.com/) - Movies / TV / Anime +* [Your Countdown To](https://yourcountdown.to/) = Countdown for all Movies, TV Shows, Anime, Video Games and everything * [Episode Calendar](https://episodecalendar.com/) or [Next Episode](https://next-episode.net/) - TV Schedules / [Torrent Links](https://greasyfork.org/en/scripts/27367) * [dunno](https://m-dunno.netlify.app/) - Movies / TV * [showRSS](https://showrss.info/) - RSS / TV diff --git a/img-tools.md b/img-tools.md index efea305fd..4f599e623 100644 --- a/img-tools.md +++ b/img-tools.md @@ -113,7 +113,7 @@ * ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) * ⭐ **[Pingo](https://css-ig.net/pingo)** / [GUI](https://css-ig.net/pinga), [RIOT](https://riot-optimizer.com/), [YOGA](https://yoga.flozz.org/) or [ImageFoo](https://imagefoo.com/) - Image Optimization Tools -* [imverter](https://www.imverter.com/), [Raw Pics](https://raw.pics.io/), [Converseen](https://converseen.fasterland.net/), [Vector Magic](https://vectormagic.com/) or [WebP Converter](https://webp-converter.com/) - Image Converters +* [Bulk Image Convert](https://bulkimageconvert.com), [imverter](https://www.imverter.com/), [Raw Pics](https://raw.pics.io/), [Converseen](https://converseen.fasterland.net/), [Vector Magic](https://vectormagic.com/) or [WebP Converter](https://webp-converter.com/) - Image Converters * [svgco](https://svgco.de/) - Image to SVG Converter * [ImageWorsener](https://entropymine.com/imageworsener/) - Image Filters / Blur / Resizing * [AnsiLove](https://www.ansilove.org/downloads.html) or [convert-ascii-to-image](https://onlinetools.com/ascii/convert-ascii-to-image) - ANSI / ASCII Art to PNG Converters @@ -576,6 +576,7 @@ * [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback * [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries * [Binternet](https://github.com/Ahwxorg/Binternet) - Pinterest Frontend +* [/r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) - Photography / Camera Guide * [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator * [DataFilm](http://datafilm.io/) - Notebook for Film Photographers * [GlanceBack](https://glanceback.info/) - Daily Webcam Photo Journal @@ -771,7 +772,7 @@ * [GeoEstimation](https://labs.tib.eu/geoestimation) or [GeoSpy](https://geospy.web.app/) - Estimate Image Geolocation * [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool * [CryptoStego](https://github.com/zeruniverse/CryptoStego), [StegOnline](https://stegonline.georgeom.net/image), [OpenStego](https://www.openstego.com/), [OpenPuff](https://embeddedsw.net/OpenPuff_Steganography_Home.html), [Steganography-PNG](https://pedrooaugusto.github.io/steganography-png/) / [GitHub](https://github.com/pedrooaugusto/steganography-png), [ImSter](https://github.com/DJayalath/ImSter), [stegano](https://bztsrc.gitlab.io/stegano/) or [stegpy](https://github.com/dhsdshdhk/stegpy) - Images Steganography Tools -* [Aperisolve](https://aperisolve.fr/), [2](https://www.aperisolve.com/) - Steganography Analysis Tool +* [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool * [Unredacter](https://github.com/BishopFox/unredacter) - Crack Pixelated Images * [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images * [Image Scrubber](https://everestpipkin.github.io/image-scrubber/)- Blur Images / Scrub Metadata diff --git a/posts/Download-Pirate.md b/posts/Download-Pirate.md index 0ab7ee3fe..cf55e1163 100644 --- a/posts/Download-Pirate.md +++ b/posts/Download-Pirate.md @@ -9,7 +9,7 @@ sidebar: false footer: true --- -### Our stance on Download Pirate + For those of you who don't know, the VFX site Download Pirate was removed by /r/Piracy and placed in their unsafe list following this [thread](https://redd.it/1aswsl7). According to the post, OP downloaded Adobe Acrobat and got a pretty nasty trojan. diff --git a/posts/feb-2024.md b/posts/feb-2024.md index 7468f6f19..6af4f565b 100644 --- a/posts/feb-2024.md +++ b/posts/feb-2024.md @@ -11,7 +11,7 @@ footer: true -## Wiki Updates +### Wiki Updates - Our official pastebin, **[snowbin](https://pastes.fmhy.net/)** is now live! Keep in mind pastes only last for 7 days, and as of now you can't make edits, diff --git a/posts/minecraft-server.md b/posts/minecraft-server.md index 5e3e1ca4b..5e7591851 100644 --- a/posts/minecraft-server.md +++ b/posts/minecraft-server.md @@ -9,7 +9,9 @@ sidebar: false footer: true --- -# Join at: `fmhy.net` + + +### Join at: `fmhy.net` - You will be spawned at the hub. - To go to vanilla, head to the end portal. diff --git a/posts/new-site.md b/posts/new-site.md index dde18ec10..f0da5036d 100644 --- a/posts/new-site.md +++ b/posts/new-site.md @@ -11,7 +11,11 @@ footer: true -# New URL: / +### New URL: https://fmhy.net/ + +:::info Old frontend +You can use https://old.fmhy.net if you'd like to use the original version. +::: Hey everyone, just wanted to let you all know that we're finally done with the new website, and are officially launching it today! I know a lot of different @@ -35,7 +39,3 @@ into the site. - Table of Content Sidebars - Storage URLs Direct to Site Rather than Reddit - NSFW Section - ---- - -#### Note that [fmhy.tk](https://fmhy.tk/) still works if you'd like to use the original version. diff --git a/posts/nov-2023.md b/posts/nov-2023.md index 630459aaf..0d9bd610a 100644 --- a/posts/nov-2023.md +++ b/posts/nov-2023.md @@ -13,7 +13,7 @@ footer: true **Wiki Updates** -- We've started work on a **[New Website]()**. Keep in mind this +- We've started work on a **[New Website](https://fmhy.net)**. Keep in mind this is still in beta, and will eventually be moved to our main domains once we feel its ready. diff --git a/single-page b/single-page index c1c9d6eca..811dc81a3 100644 --- a/single-page +++ b/single-page @@ -1,20 +1,3 @@ -![FMHY Banner](https://external-preview.redd.it/new-fmhy-website-v0-siM0tvJb685u2tZSfXkrpRANBH2IrPuVPDYmNA5Mkv0.jpg?auto=webp&s=a3185c2493e1c4da71863362f10b03c57e232974) - -**The largest collection of free stuff on the internet!** - -* Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything. -* If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) first to make sure we don't already have it. -* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups). -* You can send us stuff directly via [💬 Discord](https://discord.gg/5W9QJKuPkD). -* You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki. - -*** - -Emoji Legend: - -* 🌐 - 3rd Party Indexes -* ↪️ - Storage Page Links -* ⭐ - Community Recommendations *** *** **[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)** @@ -32,7 +15,6 @@ Emoji Legend: * ⭐ **AutoHotkey Tools** - [Script Gen](https://www.ahkgen.com/) / [Resources](https://github.com/ahkscript/awesome-AutoHotkey) * [Windows-11-Guide](https://github.com/mikeroyal/Windows-11-Guide), [Pastas](https://rentry.org/pastas#guides), [Eleven Forums Guides](https://www.elevenforum.com/tutorials/) or [Ten Forums Guides](https://www.tenforums.com/tutorials/) - Windows Guides * [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools -* [Übersicht](https://tracesof.net/uebersicht/) - System Command Widgets * [PolicyPlus](https://github.com/Fleex255/PolicyPlus) - Local Group Policy Editor * [PowerPlanSwitcher](https://www.microsoft.com/en-us/p/powerplanswitcher/9nblggh556l3) - Quickly Change Power Schemes * [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler @@ -157,6 +139,7 @@ Emoji Legend: * ⭐ **[Parsec](https://parsec.app/)** * [Ammyy](https://www.ammyy.com/en/) * [FreeRDP](https://www.freerdp.com/) +* [Remotly](https://remotly.com/) * [Myrtille](https://cedrozor.github.io/myrtille/) * [Aspia](https://aspia.org/) * [ChromeRemoteDesktop](https://remotedesktop.google.com/) @@ -448,22 +431,20 @@ Emoji Legend: * ⭐ **[WLED](https://kno.wled.ge/)**, [OpenRGB](https://openrgb.org/), [SignalRGB](https://www.signalrgb.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [RBGSync](https://rgbsync.com/), [FireLight](https://github.com/nicolasdeory/firelight) or [Aurora](https://github.com/antonpup/Aurora) - Lighting Control * [VirtualCustoms](https://virtualcustoms.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities * [XDesktopSoft](https://www.xwidget.com/) - Desktop Customization -* [LineStep](http://litestep.net/) - Customize Desktop Interface +* [LiteStep](http://litestep.net/) - Customize Desktop Interface * [pyWinContext](https://github.com/VodBox/pyWinContext) - Custom Context Menu Manager * [Taskbar Tweaker](https://tweaker.ramensoftware.com/), [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization Tools -* [TaskbarXI](https://github.com/ChrisAnd1998/TaskbarXI) - Modify Windows 11 Taskbar * [msstyleEditor](https://github.com/nptr/msstyleEditor) or [WinPaletter](https://github.com/Abdelrhman-AK/WinPaletter) - Windows Visual Style Editors * [BeautySearch](https://github.com/krlvm/BeautySearch) - Windows 10 Search Appearance Tweaker * [ChromaDiscordApp](https://github.com/tgraupmann/ChromaDiscordApp) - Discord System Lighting Control * [KeyboardVisualizer](https://gitlab.com/CalcProgrammer1/KeyboardVisualizer) - Audio Visualizer / FX Engine for Keyboards, Mice & Accessories * [Mechvibes](https://mechvibes.com/), [Rackety](https://girkovarpa.itch.io/rackety) or [MechaKeys](https://mechakeys.robolab.io/) - Keyboard Sound Effects -* [WindowFX](https://www.stardock.com/products/windowfx/) - System Animation Effects * [ElectricSheep](https://electricsheep.org/) - Collaborative Usergenerated Screensaver * [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Browser Screensavers * [Cursors 4U](https://www.cursors-4u.com/), [Cursor Mania Archive](https://archive.org/details/cursormania), [Bibata Cursor](https://github.com/ful1e5/Bibata_Cursor), [Cursors Pastebin](https://pastebin.com/BrAbMy4n) or [rw-designer](http://rw-designer.com/cursor-library) - Cursors * [FolderMarker](https://foldermarker.com/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folders & Markers * [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons -* [ElevenClock](https://github.com/marticliment/ElevenClock) - Customize Windows 11 Clock +* [ElevenClock](https://www.marticliment.com/elevenclock/) - Customize Windows 11 Clock *** @@ -489,6 +470,7 @@ Emoji Legend: * [Macdows11](https://redd.it/pd5ha6) - Windows 11 Mac Theme Guide * [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) - macOS Cursors for Windows * [AccentColorizer](https://github.com/krlvm/AccentColorizer) - Custom Windows Accent Color +* [MicaForEveryone](https://github.com/MicaForEveryone/MicaForEveryone) - System Backdrop Customization * [TranslucentFlyouts](https://github.com/ALTaleX531/TranslucentFlyouts) - Translucent Context Menus * [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB) - Translucent Windows Taskbar * [RetroBar](https://github.com/dremin/RetroBar) - Retro Classic Taskbars @@ -506,7 +488,7 @@ Emoji Legend: ## ▷ Wallpapers -* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** - Wallpaper Manager / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) +* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** - Wallpaper Manager / [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) / [Workshop DL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_steam_workshop_downloaders) * ⭐ **[wallhaven](https://wallhaven.cc/)** / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader) - Wallpapers * ⭐ **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Wallpapers * ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** @@ -616,7 +598,7 @@ Emoji Legend: ## ▷ Convert / Encode -* ⭐ **[Video Encoding Guide](https://sometimes-archives-things.github.io/archived-things/)** / [2](https://encoding-guide.neocities.org/) or [Disc Rip](https://nullish.cat/blog/disc-rip) / [2](https://rentry.org/disc-rip) - Learn how to Rip / Encode Videos +* ⭐ **[Encoding Guide](https://sometimes-archives-things.github.io/archived-things/)** / [2](https://encoding-guide.neocities.org/), [MDbook](https://silentaperture.gitlab.io/mdbook-guide/) or [Disc Rip](https://nullish.cat/blog/disc-rip) / [2](https://rentry.org/disc-rip) - Video Encoding / Ripping Guides * ⭐ **[Basics to the Art of Remuxing](https://rentry.co/Remuxing)** or [fs927](https://rentry.org/fs927) - Learn how to Remux Videos * ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools * ⭐ **[HandBrake](https://handbrake.fr/)** / [Guide](https://www.rapidseedbox.com/blog/guide-to-mastering-handbrake) @@ -743,7 +725,7 @@ Emoji Legend: * [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync * [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV * [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails -* [FSR.glsl](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5) - FidelityFX for MPV +* [FSR](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5), [NNEDI / Ravu](https://github.com/bjin/mpv-prescalers/) or [FSRCNNX](https://github.com/igv/FSRCNN-TensorFlow/) - MPV Shaders *** @@ -897,6 +879,7 @@ Emoji Legend: * [Flowframes](https://nmkd.itch.io/flowframes) / [Beta](https://kemono.party/patreon/user/19695417) or [SVP](https://www.svp-team.com/) / [Guide](https://www.svp-team.com/wiki/Manual:SVPcode) - Video Interpolation / Increase FPS * [VideoColorizerColab](https://colab.research.google.com/github/jantic/DeOldify/blob/master/VideoColorizerColab.ipynb) - Video Colorization Colab * [OpenColorIO](https://opencolorio.org/) - Video Color Manager +* [FreshLUTs](https://freshluts.com/) - Free LUTs (Color Filters) * [Avidemux](http://fixounet.free.fr/avidemux/) - Cut / Filter / Encode * [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos * [Opus](https://www.opus.pro/) - Clip Creator @@ -1023,14 +1006,19 @@ Emoji Legend: * ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4/3.5 Powered Search / [SydneyQT Jailbreak](https://github.com/juzeon/SydneyQt) * ⭐ **[wrtn](https://wrtn.ai/)** - GPT-4 Chatbot / [Android](https://play.google.com/store/apps/details?id=com.wrtn.app) / [iOS](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170) (ask for english) -* ⭐ **[Gemini](https://gemini.google.com/)** - Google's Chatbot -* ⭐ **[ChatGPT](https://chat.openai.com/)** - GPT-3.5 Chatbot / [Discord](https://discord.com/invite/openai) * ⭐ **[Perplexity](https://www.perplexity.ai/)** - GPT-3.5 Powered Search / [Open Source Models](https://labs.perplexity.ai/) -* ⭐ **[FlowGPT](https://flowgpt.com/chat)** - Multiple Chatbots / [Discord](https://discord.com/invite/tWZGzcpTkf) * ⭐ **[LMSYS Chat](https://chat.lmsys.org/)** - Chat and Compare Multiple Chatbots +* [ChatGPT](https://chat.openai.com/) - GPT-3.5 Chatbot / [Discord](https://discord.com/invite/openai) +* [Gemini](https://gemini.google.com/) - Google's Chatbot +* [groq](https://groq.com/) - LLama and Mixtral Chatbots +* [HuggingChat](https://huggingface.co/chat/) - Open-Source Chatbots +* [FlowGPT](https://flowgpt.com/chat) - Multiple Chatbots / [Discord](https://discord.com/invite/tWZGzcpTkf) * [Phind](https://www.phind.com/) - GPT-3.5 Powered Search +* [Komo](https://komo.ai/) - GPT-3.5 Powered Search +* [iAsk](https://iask.ai/) - AI Search Engine +* [Andi](https://andisearch.com/) - AI Search Engine +* [Metaphor](https://metaphor.systems/) / [Discord](https://discord.com/invite/jvz7GS9W8Y) - AI Search Engine * [Ora](https://ora.ai/start) - GPT-3.5 Based Chatbots -* [HuggingChat](https://huggingface.co/chat/) - Open Source Chatbots * [Pi](https://pi.ai/talk) - Inflection AI's Chatbot * [Poe](https://poe.com/) - Multiple Chatbots / 150 Daily / [Discord](https://discord.com/invite/joinpoe) * [Claude](https://claude.ai/) - Anthropic's Chatbot @@ -1115,10 +1103,16 @@ Emoji Legend: ## ▷ ChatGPT Prompts * ⭐ **[Awesome ChatGPT Prompts](https://prompts.chat/)** - Prompt Directory +* ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory +* ⭐ **[flowgpt](https://flowgpt.com/)** - Prompt Directory +* ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory * ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)**, [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering), [LearningPrompt](https://learningprompt.wiki/) or [Jailbreaking ChatGPT](https://arxiv.org/pdf/2305.13860) - Prompting Guides * ⭐ **[jailbreakchat](https://www.jailbreakchat.com/)** or **[jamessawyer](http://www.jamessawyer.co.uk/pub/gpt_jb.html)** - Jailbreak Prompts * ⭐ **[quickref](https://quickref.me/chatgpt)** - Prompt Cheatsheets -* ⭐ **[flowgpt](https://flowgpt.com/)**, **[Leaked Prompts](https://github.com/linexjlin/GPTs)**, [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74), [UseThisPrompt](https://www.usethisprompt.io/), [GPTea](https://gptea.io/) or [SnackPrompt](https://snackprompt.com/) - Prompt Directories +* [500 Best Prompts](https://puzzle-jute-202.notion.site/500-Best-ChatGPT-Prompts-f5b4ad65deec4b6385316fdb8740af74) - Prompt Directory +* [UseThisPrompt](https://www.usethisprompt.io/) - Prompt Directory +* [GPTea](https://gptea.io/) - Prompt Directory +* [SnackPrompt](https://snackprompt.com/) - Prompt Directory * [PromptPerfect](https://promptperfect.jina.ai/) - Prompt Optimization * [promptfoo](https://github.com/typpo/promptfoo) or [PromptKnit](https://promptknit.com/) - Prompt Playgrounds * [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts @@ -1135,7 +1129,6 @@ Emoji Legend: * 🌐 **[LifeArchitect](https://lifearchitect.ai/models-table/)** - LLM Index * [ToolDirectory](https://www.tooldirectory.ai/) - AI Directory * [Futurepedia](https://www.futurepedia.io/) - AI Directory -* [AI Search](https://ai-search.io/) - AI Directory * [PowerUsers](https://powerusers.ai/) - AI Directory * [TheresAnAIForThat](https://theresanaiforthat.com/) - AI Directory * [FutureTools](https://www.futuretools.io/?pricing-model=free) - AI Directory @@ -1197,30 +1190,23 @@ Emoji Legend: ## ▷ Online Generators * ⭐ **[Microsoft Designer](https://designer.microsoft.com/image-creator)**, [2](https://www.bing.com/images/create) / Unlimited / [Tips](https://rentry.co/bingimagecreatortips) / [Bulk Download](https://github.com/Richard-Weiss/Bing-Creator-Image-Downloader) -* ⭐ **[Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion)** / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) -* ⭐ **[Poe](https://poe.com/)** / 100 Daily / [Discord](https://discord.com/invite/joinpoe) -* ⭐ **[PlaygroundAI](https://playgroundai.com/)** / 1K Daily -* ⭐ **[Dezgo](https://dezgo.com/)** / [Discord](https://discord.com/invite/RQrGpUhPhx) / Unlimited * ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP) / Unlimited -* ⭐ **[ComfyUI Web](https://comfyuiweb.com/)** / Unlimited +* ⭐ **[Poe](https://poe.com/)** / 100 Daily / [Discord](https://discord.com/invite/joinpoe) +* ⭐ **[PlaygroundAI](https://playgroundai.com/)** / 500 Daily +* ⭐ **[Dezgo](https://dezgo.com/)** / [Discord](https://discord.com/invite/RQrGpUhPhx) / Unlimited * ⭐ **[Meta AI](https://imagine.meta.com/)** / Unlimited * ⭐ **[Tensor.art](https://tensor.art/)** / 100 Daily * ⭐ **[Lexica](https://lexica.art/)** / 48 Weekly -* [Prodia](https://app.prodia.com/) / [Discord](https://discord.com/invite/495hz6vrFN) / Unlimited -* [OpenArt](https://openart.ai/home) / [Discord](https://discord.com/invite/yTMNvk5z97) / Unlimited -* [SD 2.1 Demo](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited -* [StableDiffusionWeb](https://stablediffusionweb.com/) / Unlimited +* [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / Unlimited / [GitHub](https://github.com/Stability-AI/stablediffusion) / [Discord](https://discord.com/invite/stablediffusion) +* [Prodia](https://app.prodia.com/) / [Discord](https://discord.com/invite/495hz6vrFN) / [Huggingchat Demo](https://huggingface.co/spaces/prodia/fast-stable-diffusion) / Unlimited +* [SeaArt](https://www.seaart.ai/) / 40 Daily +* [OpenArt](https://openart.ai/) / [Discord](https://discord.com/invite/yTMNvk5z97) / 50 Daily +* [StableDiffusionWeb](https://stablediffusionweb.com/) / 10 Daily * [AIGallery](https://aigallery.app/) / Unlimited -* [Fast Stable Diffusion](https://huggingface.co/spaces/prodia/fast-stable-diffusion) / Unlimited +* [ComfyUI Web](https://comfyuiweb.com/) / Unlimited * [ImageLabs](https://editor.imagelabs.net/) / Unlimited * [Pollinations](https://pollinations.ai/) / Unlimited / [Discord](https://discord.com/invite/8HqSRhJVxn) * [PicFinder](https://picfinder.ai/) / Unlimited -* [One More AI](https://onemoreai.flutterflow.app/) / Unlimited -* [Diffuse The Rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest) / Unlimited -* [Openart.ai](https://openart.ai/discovery) / Unlimited / [Discord](https://discord.com/invite/yTMNvk5z97) -* [VectorArt.ai](https://vectorart.ai/) / Unlimited / SVGs -* [Kandinsky2](https://fusionbrain.ai/diffusion) / Unlimited / [Github](https://github.com/ai-forever/ru-dalle) / [Demo](https://rudalle.ru/kandinsky2) -* [SeaArt](https://www.seaart.ai/) / 150 Daily * [GetIMG.ai](https://getimg.ai/) / [Discord](https://discord.com/invite/5KsUXSzVwS) / 100 Monthly * [Leonardo.ai](https://app.leonardo.ai/) / 30 Daily * [Adobe Firefly](https://firefly.adobe.com/) / 25 Monthly / [Discord](https://discord.com/invite/dJnsV5s8PZ) / Sign-Up Required @@ -1231,12 +1217,9 @@ Emoji Legend: * [DreamLike](https://dreamlike.art) / [Discord](https://discord.com/invite/QyGR2FxsKU) / 12 Daily * [Craiyon](https://www.craiyon.com/) / 10 Daily / [Github](https://github.com/borisdayma/dalle-mini) / [Colab](https://colab.research.google.com/github/borisdayma/dalle-mini/blob/main/tools/inference/inference_pipeline.ipynb) * [POKEIT](https://pokeit.ai/) / 10 Daily -* [DeepAI](https://deepai.org/machine-learning-model/stable-diffusion) / [2](https://deepai.org/machine-learning-model/text2img) +* [PixAI](https://pixai.art/) / 10 Daily * [Krea](https://search.krea.ai/) / [Discord](https://discord.gg/rJurUAR8Kz) -* [Uranus AI](https://uranus.ai/) * [ArtHub.ai](https://arthub.ai/) -* [PixAI](https://pixai.art/) -* [Dream by Wombo](https://dream.ai/) * [MemeCam](https://www.memecam.io/) - AI Meme Generator * [Genie](https://lumalabs.ai/genie), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [ThreeStudio](https://github.com/threestudio-project/threestudio) - 3D Image Generators * [Insta-3D](https://huggingface.co/spaces/ilumine-AI/Insta-3D) - Turn 2D images into 3D spaces @@ -1351,11 +1334,12 @@ Emoji Legend: ## ▷ Voice Change / Clone * ⭐ **[RVC](https://github.com/IAHispano/Applio-RVC-Fork)** - Voice Cloning / [AI Hub's Documentation](https://docs.aihub.wtf/) -* ⭐ **[Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC)** +* ⭐ **[RVC HFv2](https://huggingface.co/spaces/r3gm/RVC_HFv2)** - Voice Cloning * ⭐ **[weights.gg](https://www.weights.gg/) / [Discord](https://discord.gg/A5rgNwDRd4) or [AI Hub](https://discord.gg/aihub)** - AI Voice Models and Guides * ⭐ **[Replay](https://www.tryreplay.io/)** - RVC Desktop App * ⭐ **[voice-changer](https://github.com/w-okada/voice-changer)** - Realtime Voice Changer * [NeuralSVB](https://github.com/MoonInTheRiver/NeuralSVB) - Singing Voice Enhancer +* [Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC) - Voice Cloning * [Bark w/ Voice Clone](https://huggingface.co/spaces/kevinwang676/Bark-with-Voice-Cloning) - Voice Cloning * [Kits.ai](https://www.kits.ai/) - Voice Cloning * [Retrieval-based-Voice-Conversion](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) @@ -1494,6 +1478,7 @@ Emoji Legend: * [TablacusExplorer](https://tablacus.github.io/explorer_en.html) / [GitHub](https://github.com/tablacus/TablacusExplorer) - File Manager with Addon Support * [Multi Commander](https://multicommander.com/) or [ExplorerEx](https://github.com/DearVa/ExplorerEx) - Multi-Tabbed File Managers * [Vifm](https://vifm.info/) - Vim-based File Manager +* [WinSetView](https://github.com/LesFerch/WinSetView) - Globally Set Explorer Folder Views *** @@ -1501,7 +1486,7 @@ Emoji Legend: * ⭐ **[Everything](https://voidtools.com/)** - File Search Engine * [Recoll](https://www.lesbonscomptes.com/recoll/) / [Addon](https://addons.mozilla.org/en-US/firefox/addon/recoll-we/), [Spyglass](https://github.com/spyglass-search/spyglass), [DocFetcher](https://docfetcher.sourceforge.net/) or [Orange](https://github.com/naaive/orange) - Cross Platform Search Engines -* [AnyTXT](https://anytxt.net/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines +* [AnyTXT](https://anytxt.net/), [Listary](https://www.listary.com/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines * [AstroGrep](https://sourceforge.net/projects/astrogrep/), [grepWin](https://github.com/stefankueng/grepWin) or [dnGrep](https://dngrep.github.io/) - Windows GUI Grep Utilities * [fselect](https://github.com/jhspetersson/fselect) - SQL-like Search Engine * [fd](https://github.com/sharkdp/fd) - User Friendly "find" Alternative @@ -1644,9 +1629,8 @@ Emoji Legend: *** -* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 90 days / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest File](https://pixeldrain.com/api/misc/speedtest) / [Bypass](https://pixeldrain-bypass.cybar.xyz) / [Bypass Note](https://pastebin.com/Ab1mZXXV) +* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 90 days / [Discord](https://discord.gg/TWKGvYAFvX) / [Speedtest File](https://pixeldrain.com/speedtest) / [Bypass](https://pixeldrain-bypass.cybar.xyz) / [Bypass Note](https://pastebin.com/A9aJr8cE) * ⭐ **[Gofile](https://gofile.io/)** - Unlimited / 10 days -* ⭐ **[FileDitch](https://fileditch.com/)** - 15GB / Forever * ⭐ **[1fichier](https://1fichier.com/)** - 300GB / 15 days (30 days if you sign up) * ⭐ **[Buzzheavier](https://buzzheavier.com/)** - Unlimited / Forever / [Discord](https://discord.gg/ttQjgC28WP) * ⭐ **[Send.cm](https://send.cm/)** - 100GB / 15 days @@ -1655,10 +1639,11 @@ Emoji Legend: * ⭐ **[Mixdrop](https://mixdrop.ag/)** - 2GB / 60 Days / Signup Required * ⭐ **[Qiwi](https://qiwi.gg)** - [Warning](https://pastebin.com/jn90QMEt) / Signup Required * ⭐ **[Catbox.moe](https://catbox.moe/)** - 200MB / Forever -* [MultiUp](https://multiup.io/), [MirrorAce](https://mirrorace.com/) or [Mirrorcreator](https://www.mirrored.to/) - Multi Host Uploaders +* [MultiUp](https://multiup.io/), [MirrorAce](https://mirrorace.com/) or [Mirrorcreator](https://www.mirrored.to/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) - Multi Host Uploaders * [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App * [Archive.org](https://archive.org/create/) - Signup Required * [send](https://send.vis.ee/) / [instances](https://gitlab.com/timvisee/send-instances) - 2.5gb / 1 day +* [FileDitch](https://fileditch.com/) - 15GB / 30 days * [File.cm](https://file.cm/) - 100GB / 30 days / Signup Required * [edisk](https://www.edisk.cz/) - 10GB / 30 days * [file.kiwi](https://file.kiwi/) - Unlimited / 3.5 Days / [Free Download Duration](https://ibb.co/85z9D1s) @@ -1909,15 +1894,14 @@ outline: false ## ▷ Redirect Bypass * ⭐ **[Bypass All Shortlinks](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/)** -* ⭐ **[FastForward](https://fastforward.team/)** / [Discord](https://discord.gg/RSAf7b5njt) -* ⭐ **[bypass.city](https://bypass.city/)**, [2](https://adbypass.org/) / [krnl-and-linkvertise-bypasser](https://greasyfork.org/en/scripts/427869-krnl-and-linkvertise-bypasser) / [Discord](https://discord.com/invite/uMEtrpRvAf) -* ⭐ **[bypass.vip](https://bypass.vip/)** / [Discord](https://bypass.vip/discord) +* ⭐ **[bypass.city](https://bypass.city/)**, [2](https://adbypass.org/) / [krnl-and-linkvertise-bypasser](https://api2.adbypass.org/userscript/download/bypass.user.js) [2](https://greasyfork.org/tr/scripts/488231-working-linkvertise-and-krnl-bypasser) / [Discord](https://discord.com/invite/uMEtrpRvAf) +* [FastForward](https://fastforward.team/) / [Discord](https://discord.gg/RSAf7b5njt) * [AdsBypasser](https://adsbypasser.github.io/) / [2](https://github.com/adsbypasser/adsbypasser) * [TheBypasser](https://thebypasser.com/) * [Bypass-Links](https://github.com/amitsingh-007/bypass-links) * [Yuumari](https://yuumari.com/bypass/) / [Extension](https://chromewebstore.google.com/detail/auto-link-bypasser/doiagnjlaingkmdjlbfalakpnphfmnoh) / [Script](https://yuumari.com/m-links/#js-code) * [UploadHEaven](https://greasyfork.org/en/scripts/442019) -* [Skip Script](https://greasyfork.org/en/scripts/473661) +* [Adbypass.eu](https://adbypass.eu/) - Ad-maven Bypass *** @@ -2002,7 +1986,7 @@ outline: false * [VT4Browsers](https://support.virustotal.com/hc/en-us/articles/115002700745-Browser-Extensions) - Easily Scan Downloads * [Safety Scanner](https://docs.microsoft.com/en-us/windows/security/threat-protection/intelligence/safety-scanner-download) - Malware Remover * [Al-Khaser](https://github.com/LordNoteworthy/al-khaser) - Anti-Malware Stress Test -* [WireShark](https://www.wireshark.org/) - Network Protocol Analyzer +* [WireShark](https://www.wireshark.org/) - Network Protocol Analyzer / [Profiles](https://github.com/amwalding/wireshark_profiles) * [Termshark](https://termshark.io/) - PCAP / Network Analysis * [Phish.ly](https://phish.ly/) - Scan Suspicious Emails * [Dangerzone](https://dangerzone.rocks/) - Convert dangerous PDF to safe PDF @@ -2154,7 +2138,7 @@ outline: false ## ▷ Browser Privacy -* ⭐ **[Tor Browser](https://www.torproject.org/)** - Onion-Routed Browser +* ⭐ **[Tor Browser](https://www.torproject.org/)** - Onion-Routed Browser / [Default Gateway](https://github.com/htrgouvea/nipe) * ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (w/o Tor network) * ⭐ **[arkenfox](https://github.com/arkenfox/user.js)**- Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) * [Librewolf](https://librewolf.net/)- Pre-tweaked Firefox Fork / [Use Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater) @@ -2306,9 +2290,9 @@ outline: false * 🌐 **[VPN Comparison Chart](https://redd.it/171h9qa)** or [Techlore Chart](https://techlore.tech/vpn)- VPN Comparisons * ⭐ **[/r/VPNs](https://www.reddit.com/r/vpns/)** - VPN Help and Discussion * ⭐ **[AirVPN](https://airvpn.org/)** - [Pricing](https://i.ibb.co/8rVJ5JB/c4b813a6b6bc.png) -* ⭐ **[Windscribe](https://windscribe.com)** - [Pricing](https://ibb.co/tPZZDhC) / Free Version Available / [Improved App](https://github.com/Windscribe/Desktop-App) +* ⭐ **[Windscribe](https://windscribe.com)** - [Pricing](https://ibb.co/tPZZDhC) / Free Version Available * ⭐ **[Proton](https://protonvpn.com)** - [Pricing](https://ibb.co/gg4VCDR) / No Torrenting w/ Free Version -* ⭐ **[Warp](https://1.1.1.1/)**, [2](https://1.0.0.1/) - Traffic Encryption VPN / [Client](https://github.com/ViRb3/wgcf) / [Warp+ Data](https://t.me/warpplus), [2](https://github.com/nxvvvv/warp-plus), [3](https://rentry.co/warp_plus_free), [4](https://github.com/totoroterror/warp-cloner), [5](https://t.me/generatewarpplusbot) / [Warp+ Warning](https://rentry.co/warpwarning) / [WireGuard Guide](https://rentry.co/foss-warp) +* ⭐ **[Warp](https://1.1.1.1/)**, [2](https://1.0.0.1/) - Traffic Encryption VPN / [Client](https://github.com/ViRb3/wgcf) / [Warp+ Data](https://t.me/warpplus), [2](https://github.com/nxvvvv/warp-plus), [3](https://github.com/totoroterror/warp-cloner), [4](https://t.me/generatewarpplusbot), [5](https://rentry.co/warp_plus_free) / [Warp+ Warning](https://rentry.co/warpwarning) / [WireGuard Guide](https://rentry.co/foss-warp) * ⭐ **[Riseup](https://riseup.net/en/vpn)** - Free VPN * [Mullvad](https://mullvad.net/) - [Pricing](https://i.ibb.co/sHB33GJ/daf48a5ee585.png) / [No-Logging](https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/) / [Port Warning](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/) * [IVPN](https://www.ivpn.net/) - [Pricing](https://i.ibb.co/6sQKrQL/e06bea93c5ba.png) / [Free Trial](https://redd.it/nzjmqa) / [No Logging](https://www.ivpn.net/knowledgebase/privacy/how-do-we-react-when-requested-by-an-authority-for-information-relating-to-a-customer/) / [Port Warning](https://www.ivpn.net/blog/gradual-removal-of-port-forwarding/) @@ -2341,7 +2325,7 @@ outline: false ## ▷ Proxy Apps -* ⭐ **[Lantern](https://lantern.io/)** or **[Psiphon](https://psiphon.ca/)** / [Bypass Blocks](https://media.discordapp.net/attachments/953145730736996382/953730963735707719/Screenshot_20220316220604.png) - Free Proxy / VPN +* ⭐ **[Lantern](https://lantern.io/)** or **[Psiphon](https://psiphon.ca/)** - Free Proxy / VPN * ⭐ **[SecureDNSClient](https://github.com/msasanmh/SecureDNSClient)** - DNS Proxy GUI / [Guide](https://rentry.co/SecureDNSClient) * ⭐ **[Bypass ISP Blocks](https://rentry.co/enable-ech)** - Bypass ISP censorship with Firefox * [No Thought is a Crime](https://ntc.party/) - Internet Censorship Discussion @@ -2403,19 +2387,19 @@ outline: false ## ▷ Multi Server -* ⭐ **[movie-web](https://movie-web.app/)** - Movies / TV / 4K / 1080p / [Proxy Fix (Important)](https://movie-web.app/onboarding) / [Discord](https://discord.gg/vXsRvye8BS) +* ⭐ **[movie-web](https://movie-web.github.io/docs/instances/)**, [2](https://erynith.github.io/movie-web-instances/) - Movies / TV / Anime / 4K / 1080p * ⭐ **[watch.lonelil](https://watch.lonelil.com/)**, [2](https://12131989.xyz/) - Movies / TV / Anime / 4K / 1080p / [Proxy Fix (Important)](https://watch.lonelil.com/onboarding) / [Discord](https://discord.com/invite/BKts6Jb5sA) -* ⭐ **[Braflix](https://www.braflix.app/)** - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/wWKmxARaWH) +* ⭐ **[Braflix](https://www.braflix.video/)** - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/wWKmxARaWH) * ⭐ **[FMovies](https://fmoviesz.to/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_fmovies_clones) * ⭐ **[FlixHQ](https://flixhq.click/)** - Movies / TV / Anime / 1080p +* ⭐ **[Binged](https://binged.live/)**, [2](https://binged.in/), [3](https://binge.lol/) - Movies / TV / Anime / 1080p * ⭐ **[SusFlix](https://susflix.tv/)**, [2](https://www.susmovies.lol/), [3](https://sushbo.com/), [4](https://hbosus.com) - Movies / TV / Anime / 4K / 1080p / [Discord](https://discord.gg/BE7kTVezBN) * ⭐ **[Streamflix](https://watch.streamflix.one/)**, [2](https://watchamovie.today/), [3](https://streamflix.space/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/C8fyfz5pYz) * ⭐ **[M4uFree](https://ww2.m4ufree.com/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m4ufree_clones) * ⭐ **[SFlix](https://sflix.to/)** - Movies / TV / Anime / 1080p / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sflix_clones) * ⭐ **[UpMovies](https://upmovies.to/)** - Movies / TV / Anime / 1080p / Use Adblock * ⭐ **[The Movie Archive](https://themoviearchive.site/)**, [2](https://tma.lol) - Movies / TV / 4K / 1080p -* ⭐ **[Binged](https://binged.live/)**, [2](https://binged.in/), [3](https://binge.lol/) - Movies / TV / Anime / 1080p -* ⭐ **[KipFlix](https://kipflix.vercel.app/)** - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/vNaRPZc75q) +* ⭐ **[KipFlix](https://kipflix.space/)**, [2](https://kipflix.vercel.app/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/vNaRPZc75q) * ⭐ **[PrimeFlix](https://primeflix-web.vercel.app/)** - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/GbW6gzAKgc) * ⭐ **[PrimeWire](https://www.primewire.tf/)** - Movies / TV / Anime / 1080p * ⭐ **[Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0)**, [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e) - Multi-Site Search @@ -2476,11 +2460,11 @@ outline: false * ⭐ **[PressPlay](https://www.pressplay.top/)** - Movies / TV / 1080p / [Discord](https://discord.gg/r4QrghF4B9) * ⭐ **[YesMovies](https://yesmovies.ag/)**, [2](https://ww4.solarmovie.to/), [3](https://ww5.0123movie.net/), [4](https://ww1.putlocker.vip/) - Movies / TV / Anime / 1080p * ⭐ **[LookMovie](https://lookmovie2.to/)** - Movies / TV / 720p / [Mirrors](https://proxymirrorlookmovie.github.io/) -* [Cinewave](https://discord.gg/pwtj9X8BtE) - Movies / TV / Anime / 1080p * [FshareTV](https://fsharetv.co/), [2](https://fsharetv.io/) - Movies / 1080p * [FossaTV](https://fossa.tv/) - Movies / TV / 1080p * [RidoMovies](https://ridomovies.tv/) - Movies / 1080p * [Ling.online](https://ling-online.net/en/videos/films/) - Movies / TV / 1080p +* [NEPU](https://nepu.to/) - Movies / TV / Anime / 1080p / [Discord](https://discord.gg/nepu) * [UniqueStream](https://uniquestream.net/) - Movies / TV / 1080p * [English Movies](https://m.vk.com/english_movies) - Movies / 1080p * [StreamLord](http://www.streamlord.com/) - Movies / TV / 1080p @@ -2831,6 +2815,7 @@ outline: false * [Time4TV](https://time4tv.online/) - TV / Sports * [time4tv.top](https://time4tv.top/) - TV / Sports * [CXtv](https://www.cxtvlive.com/) - TV / Sports +* [MHDTVSports](https://mhdtvsports.me/) or [MHDTVWorld](https://mhdtvworld.co.in/) - TV / Sports * [ProLive](https://prolive.tv/) - TV / Sports * [TV247](https://tv247.us/) - TV / Sports * [TvFlix](https://tvflix.netlify.app/) - TV / Sports @@ -2950,7 +2935,7 @@ outline: false * ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)** * ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)** * ⭐ **[OlaMovies](https://olamovies.bar/)** - Movies / TV / 4K / 1080p / [Telegram](https://telegram.me/olamovies_officialv5) -* ⭐ **[Pahe](https://pahe.ph/)** - Movies / TV / Anime / 4K / [Discord](https://discord.gg/4AvaCsd2J4) / [Redirect Buttons](https://greasyfork.org/en/scripts/443277) +* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Discord](https://discord.gg/4AvaCsd2J4) / [Redirect Buttons](https://greasyfork.org/en/scripts/443277) * ⭐ **[PSARips](https://psa.wf/)** - Movies / TV / 4K * ⭐ **[LightDLMovies](https://lightdl.xyz/)**, [2](https://lightdlmovies.blogspot.com/) - Movies / TV / 1080p * ⭐ **[VegaMovies](https://vegamovies.ngo/)** - Movies / TV / Anime / 1080p / 4K / [Telegram](https://telegram.dog/VegamoviesTo_Official) @@ -3084,7 +3069,7 @@ outline: false * 🌐 **[Autodownload Tools](https://redd.it/hbwnb2)** - List of Torrent Autodownload Tools / [Multi Installer](https://github.com/LordZeuss/arr-installer) * ⭐ **[Stremio](https://www.stremio.com/)** / [Enhanced](https://github.com/REVENGE977/stremio-enhanced-community) - Torrent Streaming App -* ⭐ **Stremio Tools** - [Guide](https://rentry.co/privatestremio) / [Addons](https://stremio-addons.netlify.app/) / [PimpMyStremio](https://github.com/sungshon/PimpMyStremio) / [Downloader](https://github.com/BurningSands70/stremio-downloader) / [Watch Together](https://redd.it/cvmu80) / [ffmpeg Wrapper](https://github.com/streamio/streamio-ffmpeg) / [Trakt](https://2ecbbd610840-trakt.baby-beamup.club/) / [Catalogs](https://up-next.dontwanttos.top/) / [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) +* ⭐ **Stremio Tools** - [Guide](https://rentry.co/privatestremio) / [Addons](https://stremio-addons.netlify.app/) / [PimpMyStremio](https://github.com/sungshon/PimpMyStremio) / [Downloader](https://github.com/BurningSands70/stremio-downloader) / [Watch Together](https://redd.it/cvmu80) / [ffmpeg Wrapper](https://github.com/streamio/streamio-ffmpeg) / [Simkl](https://simkl.com/apps/stremio/) / [Trakt](https://2ecbbd610840-trakt.baby-beamup.club/) / [Catalogs](https://up-next.dontwanttos.top/) / [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) * ⭐ **[Jackett](https://github.com/Jackett/Jackett)**, [nefarious](https://lardbit.github.io/nefarious/), [Traktarr](https://github.com/l3uddz/traktarr) or [Watcher](https://nosmokingbandit.github.io/) - Autodownload Torrents * ⭐ **[Radarr](https://radarr.video/)** - Autodownload Movie Torrents / [GitHub](https://github.com/Radarr/Radarr) * ⭐ **[Sonarr](https://sonarr.tv/)** / [GitHub](https://github.com/Sonarr/Sonarr), [SickGear](https://github.com/SickGear/SickGear), [SiCKRAGE](https://github.com/SiCKRAGE/SiCKRAGE), [DuckieTV](https://schizoduckie.github.io/DuckieTV/) or [Medusa](https://pymedusa.com/) - Autodownload TV Torrents / [Guide](https://wiki.servarr.com/) @@ -3180,6 +3165,9 @@ outline: false * ⭐ **[DeepSearch](https://deepsearch.mycelebs.com/movie)**, [WhatsatMovie](https://whatsatmovie.com/) or [What is My Movie?](https://www.whatismymovie.com/) - Find Movies via Descriptions * ⭐ **[RatingsGraph](https://www.ratingraph.com/)** - Movie / TV Ratings Graphs * ⭐ **[RatS](https://github.com/StegSchreck/RatS)** - Transfer Ratings between Services +* [TV Countdown](https://countdown.tv/) : Live Countdown of upcoming TV Shows episode releases with notification alerts +* [Movie Countdown](https://moviescountdown.com/) : Live Countdown of upcoming Films, Streaming, DVD releases with notification alerts +* [Drama Countdown](https://dramacountdown.com/) : : Live Countdown of upcoming Asian Dramas like Kdrama, CDramas, and other episode releases with notification alerts * [TrailerPunk](https://trailerpunk.com/) - Newest Movie Trailers * [Rec Charts](https://mega.nz/folder/kj5hWI6J#0cyw0-ZdvZKOJW3fPI6RfQ) - Movie / TV / Anime Recommendation Guides * [IMDb](https://www.imdb.com/) - Movies / TV / Anime / [Advanced Search](https://www.imdb.com/search/) @@ -3198,6 +3186,7 @@ outline: false * [My Episodes](https://www.myepisodes.com/) - TV * [Movieo](https://movieo.me/) - Movies / TV / Anime * [AllMovie](https://www.allmovie.com/) - Movies / TV / Anime +* [Your Countdown To](https://yourcountdown.to/) = Countdown for all Movies, TV Shows, Anime, Video Games and everything * [Episode Calendar](https://episodecalendar.com/) or [Next Episode](https://next-episode.net/) - TV Schedules / [Torrent Links](https://greasyfork.org/en/scripts/27367) * [dunno](https://m-dunno.netlify.app/) - Movies / TV * [showRSS](https://showrss.info/) - RSS / TV @@ -3431,7 +3420,6 @@ outline: false * [wJungle](https://wjungle.net/) - Video / Audio / Books / NSFW * [PuZo](https://www.puzo.org/) - Video / Audio / Books / Audiobooks / NSFW * [Warez-Serbia](https://www.warez-serbia.com/) - Video / Audio / Books / Magazines / NSFW -* [OneDDL](https://oneddl.org/) - Video / Audio / Books * [Warez Heaven](https://www.warezheaven.com/index.php) - Video / Audio / ROMs / Books / NSFW * [Download.ir](https://download.ir/) - Video / ROMs * [SceneSource](https://www.scnsrc.me/), [2](https://www.scenesource.me/) - Video / Audio / ROMs / Books @@ -3501,7 +3489,6 @@ outline: false * ⭐ **[Mobilism](https://forum.mobilism.org/)** - [Mobile App](https://forum.mobilism.org/app/) * ⭐ **[nsane.down](https://www.nsaneforums.com/)** - Signup Required * ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search -* [4MirrorLink](https://4mirrorlink.com/) - [.rar Pass](https://pastebin.com/5uALzQsU) * [AIOWares](https://www.aiowares.com/) * [TheMicroTech](https://programs.themicrotech.net/) * [soft98](https://soft98.ir/) - Use [translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/) @@ -3922,7 +3909,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[Design Resources](https://rentry.co/dt92f)** -[GFXPVFREE](https://t.me/+PJLPHNxVRF9jYmI0), [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](https://freebies.bypeople.com/), [IM Creator](https://www.imcreator.com/free), [Design Bundles](https://designbundles.net/free-design-resources), [Design Resources](https://designresourc.es/), [PSDDD.co](https://psddd.co/), [GraphicBurger](https://graphicburger.com/), [GraphicsFuel](https://www.graphicsfuel.com/), [Pixeden](https://www.pixeden.com/), [Sketch Repo](https://sketchrepo.com/), [Interfacer](https://interfacer.xyz/), [Freebiesbug](https://freebiesbug.com/), [Sketch App Sources](https://www.sketchappsources.com/), [FreebiesUI](https://freebiesui.com/), [Envato Elements Collection](https://rentry.co/FMHYBase64#envato-elements-collection), [Creative Fabrica](https://www.creativefabrica.com/freebies/), [Toools.design](https://www.toools.design/), [Evernote.Design](https://www.evernote.design/), [GFXTRA](https://www.gfxtra31.com/), [XSGames](https://xsgames.co/devassets/), [design.dev](https://design.dev/), [UI STORE DESIGN](https://www.uistore.design/), [Charco](https://www.charco.design/), [Craftwork](https://craftwork.design/downloads/category/freebies/), [Pixelbuddha](https://pixelbuddha.net/), [squax](https://t.me/squaxassets), [𝖌𝖗𝖕𝖍𝖈 𝖉𝖘𝖌𝖓 𝖇𝖆𝖈𝖐𝖚𝖕](https://t.me/designlabb), [all 4 designer](https://t.me/all4designer), [Kropes Leaking Server](https://discord.gg/bMmqQdXAhp), [Gift4Designer](https://gift4designer.net/), [GFXMountain](https://gfxmountain.com/), [Buckets Of Bookmarks](https://buckets-of-bookmarks.daniebeler.com/), [degreeless](https://www.degreeless.design/) +[design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](https://freebies.bypeople.com/), [IM Creator](https://www.imcreator.com/free), [Design Bundles](https://designbundles.net/free-design-resources), [Design Resources](https://designresourc.es/), [PSDDD.co](https://psddd.co/), [GraphicBurger](https://graphicburger.com/), [GraphicsFuel](https://www.graphicsfuel.com/), [Pixeden](https://www.pixeden.com/), [Sketch Repo](https://sketchrepo.com/), [Interfacer](https://interfacer.xyz/), [Freebiesbug](https://freebiesbug.com/), [Sketch App Sources](https://www.sketchappsources.com/), [FreebiesUI](https://freebiesui.com/), [Envato Elements Collection](https://rentry.co/FMHYBase64#envato-elements-collection), [Creative Fabrica](https://www.creativefabrica.com/freebies/), [Toools.design](https://www.toools.design/), [Evernote.Design](https://www.evernote.design/), [GFXTRA](https://www.gfxtra31.com/), [XSGames](https://xsgames.co/devassets/), [design.dev](https://design.dev/), [UI STORE DESIGN](https://www.uistore.design/), [Charco](https://www.charco.design/), [Craftwork](https://craftwork.design/downloads/category/freebies/), [Pixelbuddha](https://pixelbuddha.net/), [squax](https://t.me/squaxassets), [𝖌𝖗𝖕𝖍𝖈 𝖉𝖘𝖌𝖓 𝖇𝖆𝖈𝖐𝖚𝖕](https://t.me/designlabb), [all 4 designer](https://t.me/all4designer), [Kropes Leaking Server](https://discord.gg/bMmqQdXAhp), [Gift4Designer](https://gift4designer.net/), [GFXMountain](https://gfxmountain.com/), [Buckets Of Bookmarks](https://buckets-of-bookmarks.daniebeler.com/), [degreeless](https://www.degreeless.design/) *** @@ -4171,7 +4158,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## IPTV Tools -[Forum](https://iptv.community/) / [Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m3u_players) / [Manager](https://cabernetwork.github.io/) / [Playlists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_iptv_playlists) / [Search](https://www.foodieguide.com/iptvsearch/) / [m3u to txt](https://siptv.eu/converter/) / [M3U Editor](https://m3u4u.com/) / [M3U Downloader](https://github.com/nilaoda/N_m3u8DL-RE) / [Dummy EPG](https://github.com/yurividal/dummyepgxml) / [CLI](https://github.com/nilaoda/N_m3u8DL-CLI) +[Forum](https://iptv.community/) / [Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_m3u_players) / [Manager](https://cabernetwork.github.io/) / [Playlists](https://rentry.co/fmhybase64#iptv-playlists) / [Search](https://www.foodieguide.com/iptvsearch/) / [m3u to txt](https://siptv.eu/converter/) / [M3U Editor](https://m3u4u.com/) / [M3U Downloader](https://github.com/nilaoda/N_m3u8DL-RE) / [Dummy EPG](https://github.com/yurividal/dummyepgxml) / [CLI](https://github.com/nilaoda/N_m3u8DL-CLI) *** @@ -4188,6 +4175,10 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://libgen.rs/ - main * https://libgen.is/ - main * https://libgen.st/ - main +* https://libgen.li/ - clone +* https://libgen.gs/ - clone +* https://libgen.vg/ - clone +* https://libgen.pm/ - clone * https://rentry.co/fmhy-libgen - Differences between the mirrors *** @@ -4219,7 +4210,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[Best Player](https://www.microsoft.com/store/productId/9WZDNCRDPQSX)** / [Unlock](https://rentry.co/paidAppsMsStore) * ⭐ **[Open TV](https://github.com/fredolx/open-tv)** -[PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV), [ustvgo-iptv](https://github.com/interlark/ustvgo-iptv), [LivePush](https://livepush.io/hls-player/index.html), [SFVipPlayer](https://epg.serbianforum.org/Alati/SFVipPlayer/sfplayer.html) +[PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV), [ustvgo-iptv](https://github.com/interlark/ustvgo-iptv), [LivePush](https://livepush.io/hls-player/index.html) *** @@ -4286,6 +4277,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## Minecraft Optimization Mods +* ⭐ **[Simply Optimized](https://modrinth.com/modpack/sop)** * ⭐ **[Fabulously Optimised](https://github.com/Fabulously-Optimized/fabulously-optimized)** * [Sodium](https://modrinth.com/mod/sodium) / [Indium](https://github.com/comp500/Indium/) / [Extra](https://modrinth.com/mod/sodium-extra) / [Nvidia Rendering](https://github.com/MCRcortex/nvidium) @@ -4568,6 +4560,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://www3.himovies.to/ * https://solarmovies.win/ +* https://huramovies.to/ * https://solarmovie.pe/ * https://www2.6movies.net/ * https://gomovies.sx/ @@ -4602,6 +4595,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * https://flixhd.cc/ * https://www3.musichq.net/ * https://zoechip.org/ +* https://zoechip.cc/ * https://www3.zoechip.com/ * https://quitt.net/ * https://www6.123moviesgo.tv/ @@ -4649,7 +4643,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 ## SMS Verification Sites -[2ndline](https://www.2ndline.co/), [TextNow](https://www.textnow.com/), [SMS Receive Free](https://smsreceivefree.com/), [SMS Online](https://sms-online.co/), [GetFreeSMSNUmber](https://getfreesmsnumber.com/), [SMS Receive](https://sms-receive.net/), [Receive SMS Online](https://www.receivesmsonline.net/), [receivesmsonline](https://receivesmsonline.in/), [SMS Get](https://smsget.net/), [1s2u](https://1s2u.com/), [My Trash Mobile](https://www.mytrashmobile.com/), [GlobFone](https://globfone.com/), [freesmsverification](http://freesmsverification.com/), [countrycode](https://countrycode.org/), [temp-sms](https://temp-sms.org/), [temporary-phone-number](https://temporary-phone-number.com/), [spoofbox](https://www.spoofbox.com/en/tool/trash-mobile/number), [receive-sms-online](https://www.receive-sms-online.info/), [smsfinders](https://smsfinders.com/), [mfreesms](https://mfreesms.com/), [yunjisms](https://yunjisms.xyz/), [smscodeonline](https://smscodeonline.com/), [mianfeijiema](https://mianfeijiema.com/), [jiemahao](https://jiemahao.com/), [storytrain](https://www.storytrain.info/), [Temp Number](https://temp-number.com/), [sms24](https://www.sms24.me/), [receive-smss](https://receive-smss.com), [freesmscenter](https://freesmscenter.com/), [receive-sms](https://receive-sms.cc/), [spytm](https://spytm.com/), [receive-sms-free](https://receive-sms-free.cc/), [sms-activation-service](https://sms-activation-service.com/), [burnerapp](https://www.burnerapp.com/), [temp-number](https://temp-number.org/), [tempsmss](https://tempsmss.com/), [quackr](https://quackr.io/), [freephonenum](https://freephonenum.com/), [smsnator](https://smsnator.online/), [InboxSMS](https://inboxsms.me/), [anonymsms](https://anonymsms.com/temporary-phone-number/), [onlinesim](https://onlinesim.io/), [ReceiveaSMS](https://receive-a-sms.com/), [Receive SMS Online Free](http://receivefreesms.com/), [smspool](https://www.smspool.net/free-sms-verification), [sms-activate](https://sms-activate.org/en/freeNumbers) +[2ndline](https://www.2ndline.co/), [TextNow](https://www.textnow.com/), [SMS Receive Free](https://smsreceivefree.com/), [SMS Online](https://sms-online.co/), [GetFreeSMSNUmber](https://getfreesmsnumber.com/), [SMS Receive](https://sms-receive.net/), [Receive SMS Online](https://www.receivesmsonline.net/), [receivesmsonline](https://receivesmsonline.in/), [SMS Get](https://smsget.net/), [1s2u](https://1s2u.com/), [My Trash Mobile](https://www.mytrashmobile.com/), [GlobFone](https://globfone.com/), [freesmsverification](http://freesmsverification.com/), [countrycode](https://countrycode.org/), [temp-sms](https://temp-sms.org/), [temporary-phone-number](https://temporary-phone-number.com/), [spoofbox](https://www.spoofbox.com/en/tool/trash-mobile/number), [receive-sms-online](https://www.receive-sms-online.info/), [smsfinders](https://smsfinders.com/), [mfreesms](https://mfreesms.com/), [yunjisms](https://yunjisms.xyz/), [smscodeonline](https://smscodeonline.com/), [mianfeijiema](https://mianfeijiema.com/), [jiemahao](https://jiemahao.com/), [storytrain](https://www.storytrain.info/), [Temp Number](https://temp-number.com/), [sms24](https://www.sms24.me/), [receive-smss](https://receive-smss.com), [freesmscenter](https://freesmscenter.com/), [receive-sms](https://receive-sms.cc/), [spytm](https://spytm.com/), [receive-sms-free](https://receive-sms-free.cc/), [sms-activation-service](https://sms-activation-service.com/), [burnerapp](https://www.burnerapp.com/), [tempsmss](https://tempsmss.com/), [quackr](https://quackr.io/), [freephonenum](https://freephonenum.com/), [smsnator](https://smsnator.online/), [InboxSMS](https://inboxsms.me/), [anonymsms](https://anonymsms.com/temporary-phone-number/), [onlinesim](https://onlinesim.io/), [ReceiveaSMS](https://receive-a-sms.com/), [Receive SMS Online Free](http://receivefreesms.com/), [smspool](https://www.smspool.net/free-sms-verification), [sms-activate](https://sms-activate.org/en/freeNumbers) ### No CC Required Trial Sites @@ -4663,7 +4657,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[ggntw](https://ggntw.com/steam)** -* [Steamworkshop.download](http://steamworkshop.download/), [steam-workshop-downloader.com](https://steam-workshop-downloader.com), [steamworkshopdownloader.ru](https://steamworkshopdownloader.ru), [Workshop Script](https://greasyfork.org/en/scripts/449046), [Workshop Downloader](https://4hub.app/workshop-downloader), +* [Steamworkshop.download](http://steamworkshop.download/), [steam-workshop-downloader.com](https://steam-workshop-downloader.com), [steamworkshopdownloader.ru](https://steamworkshopdownloader.ru), [Workshop Script](https://greasyfork.org/en/scripts/449046) ### Programs @@ -4861,6 +4855,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * ⭐ **[cachedview](https://cachedview.nl/)**, **[Web Archives](https://github.com/dessant/web-archives)**, [resurrect-pages](https://github.com/Albirew/resurrect-pages-isup-edition) - Aggregate Cache Results * [Perma.cc](https://perma.cc/) * [ghostarchive](https://ghostarchive.org/) +* [hozon](https://hozon.site/) * [Arquivo.pt](https://arquivo.pt/?l=en) ### Local Archiving @@ -4982,13 +4977,13 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * 🌐 **[Discord3rdParties](https://github.com/Discord-Client-Encyclopedia-Management/Discord3rdparties)** - Discord Clients Index * ⭐ **[Vencord](https://vencord.dev/)** - Discord Client Mod / [Github](https://github.com/Vendicated/Vencord) / [Desktop Client](https://github.com/Vencord/Vesktop) * ⭐ **[BetterDiscord](https://betterdiscord.app/)** - Discord Client Mod / [GitHub](https://github.com/BetterDiscord/BetterDiscord) -* ⭐ **BetterDiscord Tools** - [Plugins](https://betterdiscord.app/plugins) / [Themes](https://betterdiscord.app/themes) / [Theme Editor](https://bdeditor.dev/) / [Support](https://discord.gg/0Tmfo5ZbORCRqbAd) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Message Panel](https://github.com/SanjaySunil/BetterDiscordPanel) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1) +* ⭐ **BetterDiscord Tools** - [Plugins](https://betterdiscord.app/plugins) / [Banned Plugins](https://rentry.co/BDBannedPlugins), [2](https://github.com/mov-ebx/BannedBetterDiscordPlugins) / [Themes](https://betterdiscord.app/themes) / [Theme Editor](https://bdeditor.dev/) / [Support](https://discord.gg/0Tmfo5ZbORCRqbAd) / [Nitro](https://github.com/riolubruh/YABDP4Nitro) / [Message Panel](https://github.com/SanjaySunil/BetterDiscordPanel) / [Re-install Guide](https://gist.github.com/Knewest/ee59d3960e18e6d813c9221b54b36ab1) +* ⭐ **[WebCord](https://github.com/SpacingBat3/WebCord)** - Privacy-Hardened Client / [Discord](https://discord.gg/Vm4CwZx) * [OpenAsar](https://openasar.dev/) - Improved Discord Desktop's app.asar / [GitHub](https://github.com/GooseMod/OpenAsar) * [ArmCord](https://github.com/ArmCord/ArmCord), [abaddon](https://github.com/uowuo/abaddon) or [Replugged](https://replugged.dev/) - Lightweight Discord Clients * [Discordo](https://github.com/ayn2op/discordo) - Discord Terminal Client * [Unicord](https://github.com/UnicordDev/Unicord) - Discord Client for Windows / [Discord](https://discord.gg/64g7M5Y) * [Spacebar](https://github.com/spacebarchat/spacebarchat) - Self-hostable Discord Client -* [WebCord](https://github.com/SpacingBat3/WebCord) - Discord / Spacebar Client / [Discord](https://discord.gg/Vm4CwZx) * [discord-PWA](https://github.com/NeverDecaf/discord-PWA) - Discord PWA Client * [GTKCord4](https://github.com/diamondburned/gtkcord4) - GTK4 Discord Client * [Discord Portable](https://portapps.io/app/discord-portable/) / [PTB PortApps](https://portapps.io/app/discord-ptb-portable/) - Portable Discord Stable @@ -5075,7 +5070,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 # ► Reddit Tools -* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts +* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)**, [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts * ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** - Redirect New Reddit to Old * [Photon](https://photon-reddit.com/) or [redlib](https://github.com/redlib-org/redlib) - Reddit Frontends * [Reddit Login Bypass Script](https://pastebin.com/raw/sU5tqwep) - Bypass Reddit Login @@ -5098,6 +5093,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * [Pholder](https://pholder.com/) - Article Style Viewer * [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) / [Chrome](https://github.com/MonsterMannen/reddit-load-images-directly-chrome) - Direct Image Viewer * [SocialGrep](https://socialgrep.com/) - Reddit Statistics +* [When to Post](https://andreasbm.github.io/when-to-post-on-reddit/) - Best Reddit Posting Times * [UniversalScammerList](https://www.universalscammerlist.com/) - List of Reddit Scammers * [Piracy](https://www.reddit.com/user/nbatman/m/piracy/), [The Piracy Feed](https://www.reddit.com/user/rekuloustoad/m/the_piracy_feed/), [PiracyHub](https://www.reddit.com/user/nanomuto/m/piracyhub/) or [Piracy Counterfeit Goods](https://www.reddit.com/user/goretsky/m/piracy_counterfeit_goods/) - Piracy Multireddits * [Piracy Leaks](https://www.reddit.com/user/nbatman/m/leaks/) - Piracy Leaks Multireddit @@ -5171,7 +5167,6 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * 🌐 **[TDirectory](https://tdirectory.me/)**, [Telemetr](https://telemetr.io/en), [Telegram Channels](https://telegramchannels.me/), [Awesome-Telegram](https://github.com/ebertti/awesome-telegram) or [Telegramic](https://telegramic.org/) - Telegram Channel Indexes * 🌐 **[ComBot Groups](https://combot.org/top/telegram/groups)** - Top Telegram Groups Index * [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0), [2](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa), [Lyzem](https://lyzem.com/), [xTea](https://xtea.io/ts_en.html) or [TG-ME](https://www.tg-me.com/) - Telegram CSE's -* [GetMediaBot](https://t.me/getmediabot) - Media Download Bot * [MediaDownBot](https://t.me/mediadownbot) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Social Media Downloader * [SaveRestrictedContentBot](https://github.com/vasusen-code/SaveRestrictedContentBot) - Save Restricted Content * [Telesco.pe](https://telesco.pe/) - Telegram Round Video Recorder @@ -5254,7 +5249,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * [Video Resumer](https://addons.mozilla.org/en-US/firefox/addon/video-resumer/) - Resume Videos Where You Left Off / [Note](https://pastebin.com/Jd1DJW8w) * [vidIQ](https://chromewebstore.google.com/detail/vidiq-vision-for-youtube/pachckjkecffpdphbpmfolblodfkgbhl) - YouTube Viewership Data * [Video Recap](https://videorecap.viewodyssey.com/) - YouTube Year in Review Stats -* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties +* [Campfire](https://campfire.gg), [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/), [YouTube Party](https://youtubeparty.netlify.app/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties * [yt2pod](https://github.com/frou/yt2pod) - Create Podcasts from YouTube Channels * [YouTube-Subscriptions-RS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed * [Channel RSS](https://pastebin.com/hqkNuMSx) - Add Individual Channels to RSS Feed @@ -5264,7 +5259,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check YouTube Upload Date * [TubeSync](https://github.com/meeb/tubesync) - Sync YouTube Channels / Playlists to a Media Server * [Playlist Creator for YouTube](https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg) or [Playlists at YouTube](https://playlists.at/youtube/) - Playlists Creators -* [ytcc](https://github.com/woefe/ytcc) - Playlist Manager +* [ytcc](https://github.com/woefe/ytcc) or [Multiselect](https://addons.mozilla.org/en-US/firefox/addon/multiselect-for-youtube/), [2](https://chromewebstore.google.com/detail/gpgbiinpmelaihndlegbgfkmnpofgfei) - Playlist Managers * [playlist.tools](https://playlist.tools/) - YouTube Playlist Reverser * [Playlist Randomizer](https://playlist-randomizer.com/) - YouTube Playlist Randomizer * [YT Playlist Length](https://ytplaylist-len.sharats.dev/) - Playlist Length Checker @@ -5371,7 +5366,7 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * 🌐 **[Twitch Database](https://twitchdatabase.com/)** or [SullyGnome](https://sullygnome.com/) - Twitch Tool Indexes * 🌐 **[Twitch Extensions](https://dashboard.twitch.tv/extensions/categories/43f48606-8b91-4149-94e6-02def012c79f)** - Twitch Extensions Index -* ⭐ **[BetterTTV](https://betterttv.com/)** or [FrankerFacez](https://www.frankerfacez.com/) - Twitch Enhancement Extension +* ⭐ **[7TV](https://7tv.app/)**, [BetterTTV](https://betterttv.com/) or [FrankerFacez](https://www.frankerfacez.com/) - Twitch Enhancement Extensions * ⭐ **[TwitchNoSub](https://github.com/besuper/TwitchNoSub)** - Watch Sub Only Twitch Videos * ⭐ **[Stream Scheme](https://www.streamscheme.com/)** - Livestreaming Guides / Resources * [Gumbo](https://github.com/seldszar/gumbo) - Twitch Stream Tracker @@ -5384,7 +5379,6 @@ http://104.131.175.196:8080/, http://70.88.180.169:8088/, http://207.237.122.161 * [JChat](https://www.giambaj.it/twitch/jchat/) - Show Twitch Chat on Screen * [Hide-Twitch-Chat-Users](https://github.com/mikeyaworski/Hide-Twitch-Chat-Users) - Hide Twitch Chat Users * [Transparent-Twitch-Chat](https://github.com/chylex/Transparent-Twitch-Chat) or [Transparent Twitch Chat Overlay](https://github.com/baffler/Transparent-Twitch-Chat-Overlay) - Transparent Twitch Chat -* [7TV](https://7tv.app/) - Twitch Emotes Extension * [Auto Twitch Drops](https://chromewebstore.google.com/detail/automatic-twitch-drops-mo/kfhgpagdjjoieckminnmigmpeclkdmjm) - Twitch Drop Notifications * [Auto-Claim-Twitch-Channel-Points](https://github.com/mikeyaworski/Auto-Claim-Twitch-Channel-Points) or [TTVDropBot](https://github.com/Giingu/Enhanced-TTVDropBot) - Auto Claim Twitch Points * [TwitchRSS](https://twitchrss.appspot.com/) - Twitch RSS Generator @@ -5792,7 +5786,7 @@ features: * [moo](https://rentry.co/FMHYBase64#moo) - Courses * [EbookFoundation Courses](https://github.com/EbookFoundation/free-programming-books#free-online-courses) - Courses * [OpenCulture](https://www.openculture.com/freeonlinecourses) - Courses -* [DigitalGarage](https://learndigital.withgoogle.com/digitalgarage/courses) - Courses +* [DigitalGarage](https://grow.google/intl/uk/courses-and-tools/) - Google Courses * [Lagunita](https://online.stanford.edu/lagunita-learning-platform) - Courses * [Hillsdale College](https://online.hillsdale.edu/) - Courses * [SelfSchool](https://selfschool.me/) - Courses @@ -5824,7 +5818,7 @@ features: * [pad.ma](https://pad.ma/) - Text-annotated Videos * [UdemyFreeCourses](https://udemyfreecourses.org/) - Udemy Courses * [Study Bullet](https://studybullet.com/) - Udemy Courses / [Telegram](https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw) -* [TutsNode](https://tutsnode.net/) - Udemy Courses +* [TutsNode](https://tutsnode.org/) - Udemy Courses * [/r/udemyfreebies](https://reddit.com/r/udemyfreebies) - Udemy Courses * [Automatic-Udemy-Course-Enroller](https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE) or [Discounted-Udemy-Course-Enroller](https://github.com/techtanic/Discounted-Udemy-Course-Enroller) - Auto Udemy Course Enrollment * [Online Courses Tracker](https://comidoc.net/) - Udemy Courses @@ -5930,7 +5924,7 @@ features: *** -## ▷ [Manual Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_manual_sites) +## ▷ [Manual Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_manuals) *** @@ -5951,7 +5945,7 @@ features: * [Eylenburg](https://eylenburg.github.io/) - Infographs, Maps & Papers * [Matthen](https://blog.matthen.com/) - Math & Science Animations * [Information Is Beautiful](https://informationisbeautiful.net/) - Data / Information / Infographics / Visualizations -* [Lucid](https://apps.apple.com/us/app/lucid-learn-visually/id1482780647) - Visual Learning Guides / iOS +* [Lucid](https://apps.apple.com/us/app/imprint-learn-visually/id1482780647) - Visual Learning Guides / iOS * [HowStuffWorks](https://www.howstuffworks.com/) or [CoolMindMaps](https://www.coolmindmaps.com/) - Learn How Things Work * [Explorabl.es](https://explorabl.es/), [MinuteLabs](https://minutelabs.io/), [Wikiversity](https://www.wikiversity.org/), [Learnamic](https://www.learnamic.com/) or [TurtleDiary](https://www.turtlediary.com/) - Quizzes / Guides / Games * [SoftSchools](https://www.softschools.com/) or [EnchantedLearning](https://www.enchantedlearning.com/) - Worksheets / Games / Quizzes @@ -5986,6 +5980,7 @@ features: * [AskNature](https://asknature.org/) - Natural Strategies / Solutions * [GeoNames](https://www.geonames.org/) - Geography Name Database * [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [GeoQuest](https://geoquest.gg/) or [Map Quiz](https://planemad.github.io/map-quiz/) - Geography Quizzes +* [travle](https://travle.earth/) - Guess Countries Between Two Locations * [Geo-Memorizer](https://geo-memorizer.web.app/) - Geography Memorization Game * [Micronations Wiki](https://micronations.wiki/) - Micronations Wiki * [Statele](https://statele.teuteuf.fr/) - State Quiz @@ -6042,7 +6037,8 @@ features: * [numbr.dev](https://numbr.dev/) - Calculator * [Qalculate](https://qalculate.github.io/) - Desktop Calculator * [QwikTape](https://github.com/4silvertooth/QwikTape) - Note Style Calculator -* [FlowTeX](https://apps.microsoft.com/store/detail/flowtex-preview-beta/9NT79075T86L) - Convert Handwritten Math to LaTeX +* [MathB.in](https://mathb.in/) - Mathematics pastebin with LaTeX and Markdown +* [FlowTeX](https://apps.microsoft.com/detail/9NT79075T86L) - Convert Handwritten Math to LaTeX * [All-In-One Calculator](https://play.google.com/store/apps/details?id=all.in.one.calculator) - Multi-Calculator App / Android * [MatrixCalc](https://matrixcalc.org/en/) or [MatrixOP](https://simplx.dev/matrixop/) - Matrix Calculator * [Mathcha](https://www.mathcha.io/) - Online Math Editor @@ -6060,11 +6056,11 @@ features: * [Desmos](https://www.desmos.com/) - Graphing Calculator * [TicCalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files * [TI-Basic Developer](http://tibasicdev.wikidot.com/) - TI-Basic Info Repository -* [insect](https://insect.sh/) - Scientific Calculator +* [Numbat](https://numbat.dev/) - Scientific Calculator * [ISciDAVis](https://sourceforge.net/projects/scidavis/) - Scientific Data Plotter * [FreeFEM](https://freefem.org/) - Partial Differential Equations Solver * [Approach0](https://approach0.xyz/search/) - Math Formula Search -* [Online Math Tools](https://onlinemathtools.com/) - Multiple Math Tools +* [Online Math Tools](https://onlinetools.com/math) - Multiple Math Tools * [3b1b](https://github.com/3b1b/videos) / [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos * [MathOnline](http://mathonline.wikidot.com/) or [Mathigon](https://mathigon.org/) - Math / Courses * [Professor Leonard](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg) or [MisterWootube](https://www.youtube.com/c/misterwootube) - YouTube Math Lessons @@ -6211,7 +6207,7 @@ features: * [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images * [TimeGuessr](https://timeguessr.com/) - Historical GeoGuessr * [Sciphilos](https://sciphilos.info/) - Historical Discovery Timeline -* [Royal Armouries Collections](https://collections.royalarmouries.org/) - Ancient Armaments Museum +* [Royal Armouries Collections](https://royalarmouries.org/collection/) - Ancient Armaments Museum * [NuclearWeaponArchive](https://nuclearweaponarchive.org/) - Nuclear Weapons History * [911 Realtime](https://911realtime.org/) - 9/11 in Realtime * [The Food Timeline](https://www.foodtimeline.org/) - Food History Timeline @@ -6245,7 +6241,7 @@ https://cari.institute/ * ⭐ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/connect/sounds/index.html) / [Documents](https://ntrs.nasa.gov/search.jsp) * [ESA](https://www.esa.int/) - European Space Agency Website * [Space.com](https://www.space.com/) - Space News -* [NASA History](https://history.nasa.gov/series95.html) - NASA History Books +* [NASA History](https://www.nasa.gov/history/history-publications-and-resources/) - NASA History Books * [Planet Globe](https://nbremer.github.io/planet-globe/) - Virtual Globes * [ISS Sim](https://iss-sim.spacex.com/) - ISS Docking Simulator * [HDEV Payload](https://video.ibm.com/channel/iss-hdev-payload) or [ISS UStream](https://www.nasa.gov/multimedia/nasatv/iss_ustream.html) - Live ISS Streams @@ -6261,7 +6257,7 @@ https://cari.institute/ * [nextrocket.space](https://nextrocket.space/) - List of Upcoming Rocket Launches * [openMotor](https://github.com/reilleya/openMotor) - Internal Ballistics Simulator * [Interactive Apollo Missions](https://apolloinrealtime.org/) or [FirstMenOnTheMoon](https://www.firstmenonthemoon.com/) - Apollo in Realtime -* [Moon.Nasa](https://moon.nasa.gov/) - Explore the Moon +* [Moon.Nasa](https://science.nasa.gov/moon/) - Explore the Moon * [SunCalc](https://www.suncalc.org/), [Subsolar Point](https://rl.se/subsolarpoint), [ShadeMap](https://shademap.app/) or [MoonCalc](https://www.mooncalc.org/) - Sun / Moon Position * [Earth and Moon Viewer](https://www.fourmilab.ch/cgi-bin/Earth) - Earth / Moon Latitude and Longitude Viewer * [SDO Dashboard](https://sdo.gsfc.nasa.gov/data/dashboard/) - Live Sun Feed @@ -6271,14 +6267,14 @@ https://cari.institute/ * [The Atlas of Moons](https://www.nationalgeographic.com/science/graphics/the-atlas-of-moons) - Interactive Index of Moons * [1 Pixel moon](https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html), [LightYear](https://www.lightyear.fm/) or [OMG SPACE](https://omgspace.net/) - Solar System Scale Model * [3DSolarSystem](https://theskylive.com/3dsolarsystem), [SpaceKit](https://typpo.github.io/spacekit/) - Solar System Simulators -* [Solar System](https://solarsystem.nasa.gov/) - Learn about our Solar System +* [Solar System](https://science.nasa.gov/solar-system/) - Learn about our Solar System * [The Planets](https://planets-facts-website.netlify.app/) - Learn About Planets * [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization * [Space Object Comparison](https://mr21.github.io/space-object-comparison/) - Compare Sizes Of Celestial Objects * [Sky-Map](http://sky-map.org/) or [Sky Map Online](https://skymaponline.net/) - Interactive Star Maps * [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive 3D Star Visualization * [AndroidPlanisphere](https://github.com/tengel/AndroidPlanisphere) - Android Star Chart -* [Aladin](https://aladin.u-strasbg.fr/) - Astronomical Image Viewer / [Lite Version](https://aladin.u-strasbg.fr/AladinLite/) +* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image Viewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/) * [Siril](https://siril.org/) - Astronomical Image Processor * [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums * [Google Sky](https://www.google.com/sky) - View Stars, The Moon & Mars @@ -6589,7 +6585,7 @@ https://cari.institute/ * ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)** * ↪️ **[Grammar / Spell Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)** * ↪️ **[Text Rephrasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)** -* ⭐ **[OpenBoard](https://openboard.ch/)** / [2](https://github.com/Helium314/openboard), [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards +* ⭐ **[OpenBoard](https://openboard.ch/)** / [2](https://github.com/Helium314/HeliBoard), [Witeboard](https://witeboard.com/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards * ⭐ **[Refseek](https://www.refseek.com/)**, [Occamm](https://www.occamm.com/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines * [GradesFixer](https://www.gradesfixer.com/) - Essay Samples * [Citation Generator](https://www.citationgenerator.com/), [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Generate Citations / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle) @@ -6615,12 +6611,12 @@ https://cari.institute/ * ↪️ **[Note Taking Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25BA_text_editors)** * ⭐ **[Note Garden](https://notegarden.web.app/)**, [2](https://notegarden.io/) - Note-Taking / Auto Courses * ⭐ **[StudyLion](https://github.com/StudyLions/StudyLion)** - Study Tracker / Productivity Discord Bot -* ⭐ **[StudyKit](https://studykit.app/)**, [Knowt](https://knowt.io/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) +* ⭐ **[StudyKit](https://studykit.app/)**, [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) * ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android * ⭐ **[OpenSyllabus](https://opensyllabus.org/)** or [LanguageDrops](https://languagedrops.com/) - Syllabus Search / Info * [ExpertFile](https://expertfile.com/) or [ExpertiseFinder](https://expertisefinder.com/) - Industry / Academic Expert Search * [Remind](https://apps.apple.com/us/app/remind-school-communication/id522826277) - Educational Communication / iOS -* [Mochi Cards](https://mochi.cards/), [Silicon](https://github.com/cu/silicon) or [MidTerm](https://midterm.app/) - Note-Taking / Study Tool +* [Mochi Cards](https://mochi.cards/), [Silicon](https://github.com/cu/silicon) or [MidTerm](https://midterm.pro/) - Note-Taking / Study Tool * [Desklamp](https://desklamp.io/) - Reading / Note Taking / Highlighting Tool / [Guide](https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore) * [Lurnby](https://github.com/Roznoshchik/Lurnby) or [StringMark](https://www.stringmark.com/) - Save & Mark Research in Browser * [Catma](https://catma.de/) - Research Markup & Analysis Tool @@ -6917,6 +6913,8 @@ https://cari.institute/ * [Horizon](https://hrzn.bio/) * [LinkFree](https://linkfree.io/) * [itsmy.fyi](https://itsmy.fyi/) +* [Taplink](https://taplink.at/) +* [Linkbun](https://linkbun.io) * [dialo](https://dialo.app/) * [linkr](https://linkr.com/) * [omg.lol](https://home.omg.lol/) @@ -6955,7 +6953,6 @@ https://cari.institute/ * ⭐ **[Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8)**, [2](https://cse.google.com/cse?cx=73948689c2c206528), [3](https://cse.google.com/cse?cx=a805854b6a196d6a6) - Search Android APK Sites * ⭐ **[Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102)** - Search Extension Sites * ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Search Font Sites -* [Komo](https://komo.ai/), [iAsk](https://iask.ai/), [Andi](https://andisearch.com/) or [Metaphor](https://metaphor.systems/) / [Discord](https://discord.com/invite/jvz7GS9W8Y) - AI Search Engines * [100 Search Engines](https://www.100searchengines.com/) - Search With 100 Search Engines * [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts * [Pastebin CSE](https://cse.google.com/cse?cx=0cd79b819f26af9d0), [Pastebin.ga](https://pastebin.ga/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins @@ -7073,7 +7070,7 @@ https://cari.institute/ * [Temporary-Url](https://www.temporary-url.com/) - Temporary URLs / QR Codes * [scrt.link](https://scrt.link/) - Single Use Links * [AmputatorBot](https://www.amputatorbot.com/) - Remove AMP from URLs -* [QR Code Generator](https://www.qr-code-generator.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text +* [QR Code Generator](https://www.qr-code-generator.com/), [QRCode Monkey](https://www.qrcode-monkey.com/), [2qr](https://2qr.info/) or [link-to-qr](https://link-to-qr.com/) - QR Code Generator For URLs / Text * [AnyImage](https://anyimage.io/) - Create Social Card Links * [urlportal](https://raw.githubusercontent.com/gotbletu/shownotes/master/urlportal.sh) - Custom URL Handler * [Web Check](https://web-check.xyz/), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tool @@ -7114,7 +7111,6 @@ https://cari.institute/ * [Videolink2me](https://videolink2me.com/) - Video Chat * [TinyChat](https://tinychat.com/) - Video Chat * [Noysi Meet](https://meet.noysi.com/) - Video Chat -* [iqc](https://icq.com/) - Video Chat * [Briefing](https://brie.fi/ng) - Video Chat * [Talky](https://talky.io/) - Video Chat * [GoTeam](https://goteam.video/) - Video Chat @@ -7314,7 +7310,6 @@ https://cari.institute/ * [Linkpack](https://www.linkpack.io/) - Save Links to Dropbox * [Survol](https://survol.me/) - Preview Links * [Distil](https://distill.io/) or [Update Scanner](https://sneakypete81.github.io/updatescanner/) - Page Change Detection / Notification -* [Plucky](https://pluckyfilter.com/) - Content Filter * [Block Image Video](https://mybrowseraddon.com/block-image-video.html) - Block All Images & Videos * [Offline Mode](https://mybrowseraddon.com/offline-mode.html) - Disconnect Browser from the Internet * [WaybackEverywhere](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox) - Auto Load Archived Versions of Dead Pages @@ -7780,7 +7775,6 @@ Use [this](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/ * ⭐ **[rofi](https://github.com/davatorium/rofi)** / [Emoji Selector](https://github.com/Mange/rofi-emoji) or [Ulauncher](https://ulauncher.io/) - App Launchers * [wslu](https://github.com/wslutilities/wslu) - Utilities for Windows 10 Linux Subsystem * [Darling](https://www.darlinghq.org/) - Run macOS Apps on Linux -* [DeskCut](https://github.com/NayamAmarshe/DeskCut) - Desktop Shortcuts App * [nativefier_tauri](https://github.com/hamza72x/web2app) - Turn Webpages into Desktop Apps * [Autokey](https://github.com/autokey/autokey) - Linux Automation Utility * [Touchégg](https://github.com/JoseExposito/touchegg) - Multi-Touch Gesture Recognizer @@ -8248,6 +8242,7 @@ Linux Gaming Guide * [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices * [Touché](https://redsweater.com/touche/) - Touch Bar Simulator * [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock) +* [Übersicht](https://tracesof.net/uebersicht/) - System Command Widgets * [Itsycal](https://www.mowglii.com/itsycal/) - Menu Bar Calendar * [Clocker](https://abhishekbanthia.com/clocker/) or [MeetingBar](https://meetingbar.app/) - Menu Bar Meetings Calendars * [xbar](https://xbarapp.com/) - Manage Menu Bar Items / [GitHub](https://github.com/matryer/xbar) @@ -8261,7 +8256,7 @@ Linux Gaming Guide * [USBMap](https://github.com/corpnewt/USBMap) - Map MacOS USB Ports * [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/) or [AuroraEditor](https://auroraeditor.com/) * [PowerShell](https://github.com/powershell/powershell) - PowerShell -* [Warp](https://www.warp.dev/) or [iTerm2](https://iterm2.com/) - Replacements for Terminal +* [iTerm2](https://iterm2.com/) - Replacements for Terminal * [asciinema](https://asciinema.org/) - Terminal Recorder * [Fig](https://fig.io/) - IDE-Style Autocomplete for Terminal * [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller @@ -8412,11 +8407,12 @@ Linux Gaming Guide * ⭐ **[snowbin](https://pastes.fmhy.net/)** * ⭐ **[Linqbin](https://linqbin.cc/)** - Temp Pastebin * ⭐ **[Rentry](https://rentry.co/)** / [CLI](https://github.com/radude/rentry) -* ⭐ **[Bundles](https://sentrytwo.com/)** / [Source](https://codeberg.org/SentryTwo/bundles) +* ⭐ **[Bundlrs](https://bundlrs.cc/)** / [Source](https://code.stellular.org/SentryTwo/bundlrs) * ⭐ **[disroot](https://bin.disroot.org/)**, [privatebin](https://privatebin.net/), [TextBin](https://textbin.xyz/), [bin.idrix](https://bin.idrix.fr/) or [RIN Privatebin](https://privatebin.rinuploads.org/) * ⭐ **[PrivateBin Instances](https://privatebin.info/directory/)** * ⭐ **[katb](https://katb.in/)** * ⭐ **[WriteXO](https://writexo.com/)** +* [Rlim](https://rlim.com/) * [Snips.sh](https://snips.sh/) - Self-Hosted * [Paster](https://paster.so) * [paste](https://paste.ee/) @@ -8436,7 +8432,6 @@ Linux Gaming Guide * [zPaste](https://zpaste.net/) * [bitbin](https://bitbin.it/) * [pastes.io](https://pastes.io/) -* [txt](https://txt.fyi/) * [peeplink](https://peeplink.in/) * [paaster](https://paaster.io/) * [pastery](https://www.pastery.net/) @@ -8572,6 +8567,7 @@ Linux Gaming Guide * [Brevity500](https://brevity500.com/) - Typing Games * [TypeRush](https://www.typerush.com/) - Typing Games * [ARRRType](https://www.arrrtype.com/) - Typing Games +* [NGram Type](https://ranelpadon.github.io/ngram-type/), [Keyzen3](https://adamgradzki.com/keyzen3/) or [Keyzen Colmak](https://ranelpadon.github.io/keyzen-colemak-dh/) - Touch Typing Tests * [Ttyper](https://github.com/max-niederman/ttyper) or [TermTyper](https://github.com/kraanzu/termtyper) - Terminal Typing Tests * [TypeLit.io](https://www.typelit.io/) - Book Typing Tests * [Colemak Academy](https://www.colemak.academy/) - Alt / Custom Keyboard Tests @@ -8604,6 +8600,7 @@ Linux Gaming Guide * [BeefText](https://beeftext.org/) * [Quill](https://quilljs.com/) * [Helix](https://helix-editor.com/) / [GitHub](https://github.com/helix-editor/helix) +* [BeaverNotes](https://beavernotes.com/) * [Textreme](https://ash-k.itch.io/textreme) / [GitHub](https://github.com/cis-ash/TEXTREME) * [Tiddly](https://tiddlywiki.com/) / [Desktop](https://github.com/tiddly-gittly/TidGi-Desktop) * [Joplin](https://joplinapp.org/) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/) / [Chrome](https://chromewebstore.google.com/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfeken-GB) @@ -8899,18 +8896,13 @@ Linux Gaming Guide *** *** -**[Table of Contents](https://ibb.co/BG5fKKR)** - For mobile users - -*** -*** - -# ► Arabic +# ► Arabic / العربية * [Dawin](https://www.dawin.io/) - Markdown Editor * [Wudooh](https://wudooh.app/) - Make Arabic Text Clearer * [At4RE](https://www.at4re.net/) - Reverse Engineering Forum -## ▷ Downloading +## ▷ Downloading / تحميل * [arabseed](https://arabseed.show/) - Movies / TV / Sub / 1080p * [arteenz](https://www.arteenz.com/) - Cartoons / Anime / Dub / 720p @@ -8918,11 +8910,11 @@ Linux Gaming Guide * [Courses4Arab](https://courses4arab.com/) - Programming Courses * [ArabicFonts](https://arabicfonts.net/) - Fonts -## ▷ Torrenting +## ▷ Torrenting / التورنت * [ArabP2P](https://www.arabp2p.net/) - Video / Private Tracker -## ▷ Streaming +## ▷ Streaming / البث * ⭐ **[FaselHD](https://faselhd.center/)** - Movies / TV / Anime / Sub / 1080p * [ArabLionz](https://arlionztv.click/) - Movies / TV / Sub / 1080p @@ -8945,7 +8937,7 @@ Linux Gaming Guide * [fomny](https://fomny-tv.com/), [qayadat](https://live.qayadat.org/) or [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV * [al-fann](https://www.al-fann.net/) - Music -## ▷ Reading +## ▷ Reading / القراءة * [dopdfwn](https://www.dopdfwn.com/) - PDF Search Engine * [Noor Book](https://www.noor-book.com/) - Books @@ -8960,7 +8952,7 @@ Linux Gaming Guide *** -# ► Bangla +# ► Bangla / বাংলা ## ▷ Reading @@ -8979,7 +8971,7 @@ Linux Gaming Guide *** -# ► Bulgarian +# ► Bulgarian / Български * [Subsunacs](https://subsunacs.net/), [YavkA](https://yavka.net/) or [subs.sab.bz](http://subs.sab.bz/) - Subtitles @@ -9004,7 +8996,7 @@ Linux Gaming Guide *** -# ► Chinese +# ► Chinese / 汉语方言 * 🌐 **[heji](https://233heji.com/)**, **[BestXTools](https://discuss-cn.bestxtools.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 @@ -9168,7 +9160,7 @@ Linux Gaming Guide *** -# ► Czech +# ► Czech / Čeština * [Seznam](https://www.seznam.cz/), [Atlas](https://searchatlas.centrum.cz/) or [Centrum](https://search.centrum.cz/) - Search Engines * [CSFD](https://www.csfd.cz/) - Czech Film Database @@ -9200,7 +9192,7 @@ Linux Gaming Guide *** -# ► Finnish +# ► Finnish / Suomi * [finna.fi](https://www.finna.fi/) - Media Archive / Library Card Required @@ -9215,7 +9207,7 @@ Linux Gaming Guide *** -# ► French +# ► French / Français * [P2PFR](https://forum.p2pfr.com/) - Piracy Discussion * [Emuline](https://www.emuline.org/) - ROM / Emulation Discussion @@ -9292,10 +9284,10 @@ Linux Gaming Guide *** -# ► German +# ► German / Deutsch * 🌐 **[Awesome German Piracy](https://github.com/SeppPenner/awesome-german-piracy)** - German / Piracy Site Index -* ⭐ **[Tarnkappe](https://tarnkappe.info/forum/)** - Piracy Discussion + [Telegram](https://t.me/Tarnkappe_info) +* ⭐ **[Tarnkappe](https://tarnkappe.info/forum/)** - Piracy Discussion / [Telegram](https://t.me/Tarnkappe_info) * [RR.Topliste](https://toplist.raidrush.ws/) - Piracy Site List * [xrel](https://www.xrel.to/) - Scene Release / P2P Tracker * [Boerse](https://boerse.am/) - German Data Sharing Discussion Forum @@ -9336,6 +9328,7 @@ Linux Gaming Guide * [StreamCloud](https://streamcloud.sx/) - Movies / TV / 720p * [Kinos](https://www.kinos.to/) - Movies / TV / Dub / 720p * [xCine](https://xcine.ru/) - Movies / TV / Dub / 720p +* [Burning Series](https://bs.to/) - TV / Dub / 1080p / German VPN Required * [S.TO](https://s.to/) - TV / Anime / Dub / 720p * [Anime-Loads](https://www.anime-loads.org/) - Anime / Dub / 1080p * [Aniworld](https://aniworld.to) - Anime / Sub / Dub / 720p @@ -9360,7 +9353,7 @@ Linux Gaming Guide *** -# ► Georgian +# ► Georgian / ქართული ენა ## ▷ Downloading @@ -9373,7 +9366,7 @@ Linux Gaming Guide *** -# ► Greek +# ► Greek / ελληνικά * [Subs4series](https://www.subs4series.com/) - Greek Subtitles @@ -9385,22 +9378,30 @@ Linux Gaming Guide *** -# ► Hebrew +# ► Hebrew / עברית * [AB-Maps](https://www.abmaps.com/) - Map Tool * [Walla](https://www.walla.co.il/) - News * [Ktuvit](https://www.ktuvit.me/) or [WizdomSubs](https://wizdom.xyz/) - Subtitles -## ▷ Streaming +## ▷ Streaming / הזרמה * [Walla VODs](https://vod.walla.co.il/) - Movies / TV +* [Watch It](https://israwatch.cc/), [2](https://wallaflix.com/) - Movies / TV +* [TVFeel](https://tvfeel.cc/) - Movies / TV +* [Sdarot](https://sdarot-flix.com/) - Movies / TV * [JFC](https://jfc.org.il/) - Israel Movie Archive * [Animeil-TV](https://www.animeil-tv.com/) - Anime / [Telegram](https://t.me/AnimeILTVDiscussion) * [GURUTV](https://gurutv.online/) - Live TV +* [israelTV](https://israeltv.online/) - Live TV + +## ▷ Downloading / הורדה + +* [ultsub](https://ultsub.co.il/) - Anime / Sub / [Discord](https://discord.gg/4Bc8b2W) / [Telegram](https://t.me/UltSub) *** -# ► Hungarian +# ► Hungarian / Magyar * [TorrentEmpire](https://torrent-empire.me/) - Torrent Discussion * [Turistautak](https://turistautak.hu/) - Hungarian Maps @@ -9413,7 +9414,7 @@ Linux Gaming Guide *** -# ► Indian Languages +# ► Indian Languages / भारतीय भाषाएँ * [Indic-Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indian Android Keyboard @@ -9429,7 +9430,6 @@ Linux Gaming Guide * ⭐ **[Rare Toons India](https://rareanimes.com/)** - Anime / 1080p / [Telegram](https://telegram.dog/rareanimesindia) * ⭐ **[AToZ Cartoonist](https://www.atozcartoonist.com/)** - Cartoons / Anime / Sub / Dub / 1080p / [Discord](https://discord.com/invite/EpQn49C4jX) / [Link Bypasser](https://greasyfork.org/en/scripts/484907) * ⭐ **[Free Lossless Desi Music](https://hindi-lossless.blogspot.com/)** - Music / FLAC -* [BollyMaza](https://ww3.bollymaza.click/) - Movies / TV / Sub / Dub / 1080p / 4K * [Mallumv](https://mallumv.buzz/) - Movies / Sub / Dub / 1080p / [Telegram](https://t.me/MalluMvoff) * [SSR Movies](https://ssrmovies.mov/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.dog/+MF2EXeitLjMxY2Ux) * [MkvMoviesPoint](https://mkvmoviespoint.boo/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.me/mkvpoint1) @@ -9437,6 +9437,7 @@ Linux Gaming Guide * [DudeFilms](https://dudefilms.vip/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.dog/dudefilmsofficial) * [KatMovieHD](https://katmoviehd.ac/) - Movies / TV / Anime / Sub / Dub / 1080p * [MoviesFD](https://moviesfd.icu/) - Movies / Sub / Dub / 1080p +* [BollyFlix](https://bollyflix.mov/) - Movies / TV / Anime / Sub / Dub / 1080p / [Telegram](https://t.me/bollyflix_page ) * [Paidnaija](https://paidnaija.com/) - Movies / Sub / 720p / [Telegram](https://t.me/joinchat/E9cst-5oQDA5MzRk) * [mkvAnime](https://ww1.mkvanime.site/) - Movies / Shows / Anime / Sub / Dub / 1080p / [Telegram](https://t.me/+t90Seng2e0QzNzhl) * [HDHub4u](https://hdhub4u.ist/) - Movies / TV / 1080p @@ -9457,8 +9458,6 @@ Linux Gaming Guide * [1xanime](https://www.1xanime.in/) - Anime / 1080p / [Telegram](https://t.me/onexanime2) * [Toonsouthindia](https://toonsouthindia.com/) - Anime / Cartoon / 1080p / [Telegram](https://telegram.me/+VQNviznAktwAxUv8) * [ToonWorld Tamil](https://toonworldtamil.com/) - Anime / Cartoon / 1080p / [Telegram](https://telegram.me/joinchat/AAAAAEDdWfKBosrNxtfy-Q) -* [Toonhub4u](https://toonhub4u.net/) - Cartoons / 1080p / [Telegram](https://telegram.me/joinchat/uJ8k8_dvqhQwODE1) -* [TVToonsIndia](https://tvtoonsindia.com/) - Cartoons / Anime / Dub / 1080p / [Telegram](https://t.me/tvtoonsindiaofficial) * [New Hindi Animes](https://t.me/New_Hindi_Animes) - Anime Telegram Chat * [Indian Flac Songs](https://t.me/indianflacsongs) - Music / FLAC * [WapKing](https://wapking.name/) - Music / MP3 @@ -9557,7 +9556,7 @@ Linux Gaming Guide *** -# ► Italian +# ► Italian / Italiano * 🌐 **[Italian Piracy Resources](https://rentry.co/italian-piracy-resources)** or **[The Italian Corsairs](https://rentry.co/the-italian-corsairs)** - Piracy Sites List * [PizzaGPT](https://www.pizzagpt.it/) - Italian ChatGPT Alternative @@ -9595,7 +9594,7 @@ Linux Gaming Guide *** -# ► Japanese +# ► Japanese / 日本語 * [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [lit.link](https://lit.link/) - Link All Your Sites on One Page @@ -9678,7 +9677,7 @@ Linux Gaming Guide *** -# ► Korean +# ► Korean / 한국어, * [dic.daum](https://dic.daum.net/) - Korean Translator / Spellchecker * [TakakTadak](https://tadaktadak.co.kr/) - Korean Practice / English Learning @@ -9718,7 +9717,7 @@ Linux Gaming Guide *** -# ► Malay +# ► Malay / Bahasa Melayu * [Lowyat](https://forum.lowyat.net/) - Tech Forum @@ -9732,7 +9731,7 @@ Linux Gaming Guide *** -# ► Norwegian +# ► Norwegian / Norsk ## ▷ Streaming @@ -9745,7 +9744,7 @@ Linux Gaming Guide *** -# ► Persian +# ► Persian / فارسی * 🌐 **[Awesome Freedom](https://github.com/hiddify/awesome-freedom)** - Tools Index * 🌐 **[Awesome AI channels](https://github.com/AminTaheri23/Awesome-AI-telegram-gp-and-channel)** - AI Telegram Channels / Groups Index @@ -9824,7 +9823,7 @@ Linux Gaming Guide *** -# ► Polish +# ► Polish / polski * [Napisy24](https://napisy24.pl/), [GrupaHatak](https://grupahatak.pl/) or [KickAssSubtitles](https://kickasssubtitles.com/pl) @@ -9877,7 +9876,7 @@ Linux Gaming Guide *** -# ► Portuguese +# ► Portuguese / Português * 🌐 **[Guia de Pirataria para Iniciantes](https://rentry.org/PiracyBG-PTBR)** - Portuguese Beginners Guide to Piracy * 🌐 **[Invertexto](https://www.invertexto.com)** - Online Tools Index @@ -10040,7 +10039,7 @@ Linux Gaming Guide *** -# ► Romanian +# ► Romanian / limba română ## ▷ Downloading @@ -10073,7 +10072,7 @@ Linux Gaming Guide *** -# ► Russian +# ► Russian / Русский * ⭐ **[Russian Internet Blackout Bypass Guide](https://telegra.ph/CHto-delat-pri-otklyuchenii-interneta-02-27), [2](https://www.the-village.ru/situation/howto/otklyuchenie-interneta)** * ⭐ **[РосКомСвобода](https://t.me/roskomsvoboda_discuss)** / [roskomsvoboda](https://t.me/roskomsvoboda) / [rks_legal_talk](https://t.me/rks_legal_talk) / [rks_org_Bot](https://t.me/rks_org_bot) / [rks_tech_talk](https://t.me/rks_tech_talk) or [Ru.Board](https://forum.ru-board.com/) - Piracy Discussion Telegram @@ -10245,7 +10244,7 @@ Linux Gaming Guide *** -# ► Slovak +# ► Slovak / slovenčina * [SKCinema](http://www.skcinema.sk/arl-sfu/cs/index/) - Slovak Film Database @@ -10257,7 +10256,7 @@ Linux Gaming Guide *** -# ► Spanish +# ► Spanish / Español * 🌐 **[Awesome Telegram Redcarpet](https://listados.gitlab.io/awesome-telegram-redcarpet/)**, [2](https://gitlab.com/listados/awesome-telegram) - Telegram Channel Index * [Minijuegos](https://www.minijuegos.com/) - Browser Games @@ -10282,7 +10281,7 @@ Linux Gaming Guide * [Fiuxy2](https://fiuxy2.co/) - Video / Audio / Reading / NSFW / [Bypass](https://greasyfork.org/en/scripts/477591) * [La Taberna Del Cangrejo](http://www.latabernadelcangrejo.eu/) - Video / Audio * [Descargandoxmega](https://www.descargandoxmega.com/) - Movies / TV / Animation / 1080p / 4K / Latino / Castilian -* [PelisEnHD](https://pelisenhd.org/) - Movies / TV / Anime / 4K / Latino / Castilian / [Partial Bypass](https://greasyfork.org/en/scripts/486337) +* [PelisEnHD](https://pelisenhd.org/) - Movies / TV / Anime / 4K / Latino / Castilian * [SomosMovies](https://somosmovies.com/) - Movies / TV / 1080p / 4K / Latino * [LatinoMegaHD](https://www.latinomegahd.net/) - Movies / TV / 1080p / 4K / Latino * [GDRIVELatino](https://gdrivelatino.net/) - Movies / TV / 1080p / 4K / Latino @@ -10504,6 +10503,7 @@ Linux Gaming Guide # ► Swedish * [Eniro](https://www.eniro.se/) - Search +* [CyberSkills](https://discord.com/invite/2tTwMvbSXu) - Cybersecurity Community ## ▷ Streaming @@ -10513,7 +10513,7 @@ Linux Gaming Guide *** -# ► Thai +# ► Thai / ไทย ## ▷ Streaming @@ -10530,7 +10530,7 @@ Linux Gaming Guide *** -# ► Turkish +# ► Turkish / Türkçe * [TurkceAltyazi](https://turkcealtyazi.org/index.php) - Subtitles * [Firmaa](http://www.firmaa.com/) - Company Directory @@ -10581,7 +10581,7 @@ Linux Gaming Guide *** -# ► Ukrainian +# ► Ukrainian / українська ## ▷ Torrenting @@ -10599,7 +10599,7 @@ Linux Gaming Guide *** -# ► Uzbek +# ► Uzbek / Ўзбек ## ▷ Downloading @@ -10616,7 +10616,7 @@ Linux Gaming Guide *** -# ► Vietnamese +# ► Vietnamese / Việt * ⭐ **[Voz.vn](https://voz.vn/)**, **[TECHRUM.VN](https://www.techrum.vn/)** or **[WhiteHat.vn](https://whitehat.vn/)** - Tech Forum * **[J2team](https://www.facebook.com/groups/j2team.community)** - Tech Community @@ -10827,7 +10827,7 @@ Linux Gaming Guide * 🌐 **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Megathread / [Discord](https://discord.gg/jz8dUnnD6Q) * ↪️ **[Scene Release Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_scene_release_trackers)** * ⭐ **[GamesDrive](https://gamesdrive.net/)** - Download / [Discord](https://discord.gg/wXdNEhf73x) / [Divolt](https://gamesdrive.divolt.xyz/) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) -* ⭐ **[CS.RIN.RU](https://cs.rin.ru/)** - Download / Forum / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [Onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) +* ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)** - Download / Forum / [Status](https://csrinstaff.writeas.com/) / [Enhancement Mod](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [Onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum) * ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/hj8dU5BFHE) / pw: 1234 * ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download * ⭐ **[GOG Games](https://gog-games.to/)** - Download / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/) @@ -10992,14 +10992,11 @@ Linux Gaming Guide * [YuzuModDownloader](https://github.com/amakvana/YuzuModDownloader) - Yuzu Mod Downloader * [LiftInstall](https://github.com/pineappleEA/liftinstall) - Yuzu App Installer * [RyuSAK](https://github.com/Ecks1337/RyuSAK) - Ryujinx Installation Manager -* [Green Leaf](https://discord.gg/m6z3ra8ssh) or [Ecchi's Archives](https://discord.gg/42Xnp7FRVW) - Switch Saves +* [Green Leaf](https://discord.gg/m6z3ra8ssh) - Switch Saves * [UniversalDynamicInput]( https://github.com/Venomalia/UniversalDynamicInput) - Custom Dolphin Button Pack * [RPCS3 Setup Guide](https://docs.google.com/document/d/1gdjNab-CtVS97jH2diPPP5tCrpBeof9-qPIRRB9-BrU/edit) - RPCS3 Emulator Setup Guide * [PCSX-Redux](https://github.com/grumpycoders/pcsx-redux) - PSCX Development Emulator * [Modernized PCSX2 Settings](https://mega.nz/folder/WdNAlY5Z#K6PmrQFyDm2k7BEV8KoAmg) - Premade PCSX2 Settings -* [TeknoParrot](https://teknoparrot.com/) - Modern Arcade Client -* [FightCade](https://www.fightcade.com/), [OpenBOR](https://github.com/DCurrent/openbor) or [Mugen](https://mugenarchive.com/forums/downloads.php?do=cat&id=39-mugen-builds) - Fighting Game Emulators -* [ScummVM](https://www.scummvm.org/) - Classic Graphical Adventure Game Engines * [Mudlet](https://www.mudlet.org/) - Text Adventure Game Platform * [webnofrendo](https://zardam.github.io/webnofrendo/) - NES Numworks Emulator * [RetroAchievements](https://retroachievements.org/) - Achievements for Emulators @@ -11448,6 +11445,8 @@ Linux Gaming Guide * [Tweakdle](https://tweakdle.chariz.com/) * [Wordlevs](https://wordlevs.com/) * [Octordle](https://www.britannica.com/games/octordle/) +* [LoLdle](https://loldle.net/) - League of Legends Style Wordle +* [Minecraftle](https://minecraftle.zachmanson.com/) - Minecraft Crafting Style Wordle *** @@ -11532,6 +11531,7 @@ Linux Gaming Guide * ⭐ **[Steam-Auto-Crack](https://github.com/oureveryday/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) - Auto Apply Goldberg + Steamless / [Guide](https://codeberg.org/fernbacher/How-To-Crack) * ⭐ **[SteamDB](https://steamdb.info/)** - Steam Insights Tool / [Extension](https://steamdb.info/extension/) * ⭐ **[SDD GUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI)** or [DepotDownloader](https://github.com/SteamRE/DepotDownloader) - Steam Depot Downloaders +* ⭐ **[RedAlt SteamUp](https://cs.rin.ru/forum/viewtopic.php?f=14&t=138413&p=3000090)** - Steam Depot Update Creator * ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)**, [LEGENDARY](https://github.com/derrod/legendary) or [Rare](https://github.com/Dummerle/Rare) - Epic Games Launcher * ⭐ **[Nemirtingas Epic Emulator](https://cs.rin.ru/forum/viewtopic.php?f=29&t=105551)** - Epic Online Service Emulator * ⭐ **[TCNO](https://github.com/TCNOco/TcNo-Acc-Switcher)** - Platform Account Switcher / [Tutorial](https://youtu.be/0h-xjiW9M7Y) @@ -11539,7 +11539,8 @@ Linux Gaming Guide * [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Epic, Origin and EA * [Anadius](https://rentry.co/FMHYBase64#anadius) - DLC Unlockers for EA and Origin * [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker -* [Steam DLC Data](https://cs.rin.ru/forum/viewtopic.php?f=10&t=71837) - Find SteamDB DLC Data / Create Configs / [GitHub](https://github.com/Sak32009/GetDataFromSteam-SteamDB) +* [GetDataFromSteam-SteamDB](https://github.com/Sak32009/GetDataFromSteam-SteamDB) - Find SteamDB DLC Data / Create Configs +* [SKSAppManifestGenerator](https://github.com/Sak32009/SKSAppManifestGenerator) - Create AppManifest Data * [Depressurizer](https://github.com/Depressurizer/Depressurizer) - Steam Library Organizer * [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Find / Manage Game Art * [ColdAPI](https://github.com/Rat431/ColdAPI_Steam) - Offline Steam Emulator @@ -11626,6 +11627,7 @@ Linux Gaming Guide * [MemcardRex](https://shendosoft.blogspot.com/2014/01/memcardrex-18-released.html?m=1) - PS1 Save Transfer Tools / [Archive](https://archive.org/details/MemcardRex1.8) * [/r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) / [Discord](https://discord.gg/6Udcx2w) or [/r/VitaHacks](https://reddit.com/r/vitahacks/) - PSVita Homebrew Subreddits * [PSP Archive](https://psp-archive.github.io/) - PSP Homebrew Archive / [Discord](https://discord.gg/VZcjFvy3mT) +* [VitaDB](https://vitadb.rinnegatamante.it/) - PS Vita Homebrews * [Vita Volume](https://gitlab.com/sinful-butterfly/vita-volume) - Set PS Vita Volume without Buttons * [ModMyClassic](https://modmyclassic.com/) - Classic Console Mods * [/r/360Hacks Guide](https://redd.it/8y9jql) - Xbox 360 Modding Guide @@ -11646,8 +11648,8 @@ Linux Gaming Guide * [Rec Charts](https://mega.nz/folder/kj5hWI6J#0cyw0-ZdvZKOJW3fPI6RfQ) - Game Recommendation Guides * [Incendar](https://incendar.com/) - Game Release Date Tracker * [OpenCritic](https://opencritic.com/) - Critic Game Reviews / Ratings -* [GG App](https://ggapp.io/) or [Gamelib](https://gamelib.app/explore) - Game Tracker -* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Steam Games](https://steam-games.org/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [Backloggery](https://backloggery.com/), [listal](https://www.listal.com/), [Orcz](https://orcz.com/Main_Page) or [FrontierNav](https://frontiernav.net/) - Game Databases +* [GG App](https://ggapp.io/), [Gamelib](https://gamelib.app/explore), [Backloggery](https://backloggery.com/) or [Exophase](https://www.exophase.com/) - Game Trackers +* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/), [GameFAQs](https://gamefaqs.gamespot.com/), [Steam Games](https://steam-games.org/), [Rawg](https://rawg.io/), [Moby Games](https://www.mobygames.com/), [rate.house](https://rate.house/chart/game), [listal](https://www.listal.com/), [Orcz](https://orcz.com/Main_Page) or [FrontierNav](https://frontiernav.net/) - Game Databases * [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search * [Ethereal Games](https://wiki.etherealgames.com/) or [JRGPC](https://jrpgc.com/) - JRPG Databases * [RPGCodex](https://rpgcodex.net/forums/) - RPG Databse / Forum @@ -11683,11 +11685,10 @@ Linux Gaming Guide * [humble-cli](https://github.com/smbl64/humble-cli) - Humble Bundle CLI * [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store * [Moonlight Stream](https://moonlight-stream.org/) / [Server](https://github.com/LizardByte/Sunshine) - Remote Desktop Client -* [Remotly](https://remotly.com/) - Cloud Gaming Apps * [Google Play Games](https://play.google.com/googleplaygames) - Play Mobile Games on Windows * [SaveLocation](https://savelocation.net/) - Game Save Locations * [GameCopyWorld](https://www.gamecopyworld.com/games/index.php), [MegaGames](https://megagames.com/) or [GTrainers](https://gtrainers.com/) - Game Fixes, Saves and Patches -* [Ludusavi](https://github.com/mtkennerly/ludusavi) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Manger +* [Ludusavi](https://github.com/mtkennerly/ludusavi) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers * [Save Game World](https://www.savegameworld.com/), [savegamedownload](https://www.savegamedownload.com/), [yoursavegames](https://www.yoursavegames.com/), [savesforgames](https://savesforgames.com/), [savegamefiles](https://www.savegamefiles.com/), [savegame-download](https://savegame-download.com/) or [savegame](https://savegame.pro/) - PC Game Save Downloads * [Save Editor Online](https://www.saveeditonline.com/) - Game Save Editor * [CyberCAT-SimpleGUI](https://github.com/Deweh/CyberCAT-SimpleGUI) - Cyberpunk 2077 Save Editor @@ -11699,7 +11700,7 @@ Linux Gaming Guide * [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides * [Buzz In](https://buzzin.live/) - Online Buzzer System * [Challonge](https://challonge.com/) - Tournament Creator / Manager -* [DS4Windows](https://github.com/Ryochan7/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools +* [DS4Windows](https://github.com/Ryochan7/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX), [PCXSense](https://github.com/Denellyne/PCXSense) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools * [x360ce](https://www.x360ce.com/) / [GitHub](https://github.com/x360ce/x360ce) - DS4 / 360 Controller Emulator * [XOutput](https://github.com/csutorasa/XOutput) - DirectInput to Xinput wrapper * [DsHidMini](https://github.com/ViGEm/DsHidMini) - Use PS3 Controllers on Windows @@ -11873,7 +11874,7 @@ Linux Gaming Guide * [MCPEDL](https://mcpedl.com/) - Minecraft PE/Bedrock Mods, Maps & Resources * [Pax](https://github.com/froehlichA/pax) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers * [r/feedthebeast](https://reddit.com/r/feedthebeast/) - Minecraft Mod Discussion Subreddit -* [Minecraft Command Science](https://minecraftcommand.science/) - Minecraft Command Generator +* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) - Minecraft Command Generators * [Minecraft Performance Flags](https://github.com/brucethemoose/Minecraft-Performance-Flags-Benchmarks) - Java Minecraft Benchmarks * [No Telemetry](https://modrinth.com/mod/no-telemetry) - Disable Telemetry Data * [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators @@ -11891,6 +11892,7 @@ Linux Gaming Guide * [Setup.md](https://setup.md/) - Server Admin Guides * [mcsrvstat](https://mcsrvstat.us/) - Server Status Updates * [LazyMc](https://github.com/timvisee/lazymc) - Idle Minecraft Server +* [Minecraft Server Checker](https://moistcatawumpus.github.io/minecraft-server-checker/) - Simple Server Checker * [Forge](https://files.minecraftforge.net/), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Minecraft Modding API * [PVPRP](https://pvprp.com/) - Minecraft Texture Packs * [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft @@ -11967,7 +11969,6 @@ Linux Gaming Guide * 🌐 **[Roblox Archive](https://archive.roblonium.com/)** - Roblox Client Archive * ⭐ **[Roblox Account Manager](https://github.com/ic3w0lf22/Roblox-Account-Manager)** - Roblox Account Manager -* ⭐ **[Roblox Performance](https://rentry.co/roblox-player-studio-performance)** - Roblox Optimization Guides * ⭐ **[Rolimon's](https://www.rolimons.com/games)** or [RoMonitor Stats](https://romonitorstats.com/) - Roblox Experience Stats * ⭐ **[Bloxstrap](https://github.com/pizzaboxer/bloxstrap)** - Roblox Player Bootstrapper * [RBXFPSUnlocker](https://github.com/axstin/rbxfpsunlocker) - Unlock Roblox FPS Cap / [Note](https://pastebin.com/rB4BEf5b) @@ -12164,7 +12165,7 @@ Linux Gaming Guide * ⭐ **[Tandoor Recipes](https://docs.tandoor.dev/)** or [Pestle](https://apps.apple.com/au/app/pestle-kitchen-recipe-manager/id1574776971) - Recipe Managers * ⭐ **[Just the Recipe](https://www.justtherecipe.com/)**, [Copy Me That](https://www.copymethat.com/), [PlainOldRecipe](https://www.plainoldrecipe.com/) or [Recipe Filter](https://addons.mozilla.org/en-US/firefox/addon/recipe-filter/) - Extract Ingredients from Recipe Pages * ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators -* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://github.com/patzly/grocy-android) or [Kitchen Owl](https://f-droid.org/en/packages/com.tombursch.kitchenowl/) - Grocery Managers +* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://github.com/patzly/grocy-android), [Listonic](https://new.app.listonic.com/en) or [Kitchen Owl](https://f-droid.org/en/packages/com.tombursch.kitchenowl/) - Grocery Managers * ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews * ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides * ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search @@ -12231,7 +12232,7 @@ Linux Gaming Guide # ► Travel * ⭐ **[Atlas Obscura](https://www.atlasobscura.com/)**, [Turas](https://turas.app/), [CountryReports](https://www.countryreports.org/), [Wikivoyage](https://www.wikivoyage.org), [Wanderlog](https://wanderlog.com/guides) or [TravelTips](https://www.traveltip.org/world_maps.php) - Travel Guides -* ⭐ **[JourneyPlan](https://journeyplan.co)**, [RoamAround](https://www.roamaround.io/), [TravelPlan](https://www.travelplan-ai.com/#get-trip), [Eddy](https://chat.eddytravels.com/) or [TripNotes](https://tripnotes.ai/) - Trip Planning AIs +* ⭐ **[JourneyPlan](https://journeyplan.co)**, [RoamAround](https://www.roamaround.io/), [TravelPlan](https://www.travelplan-ai.com/#get-trip) or [Eddy](https://chat.eddytravels.com/) - Trip Planning AIs * ⭐ **[twkids](https://www.twkids.app/)** - Find Theme Parks, Water Parks, Zoo's etc. * ⭐ **[Passport Index](https://www.passportindex.org/)** - Passport Ratings * ⭐ **[Visa Guide](https://visaguide.world/)** or [VisaIndex](https://visaindex.com/) - Worldwide Travel Visa Guides @@ -12272,7 +12273,7 @@ Linux Gaming Guide # ► Maps * 🌐 **[Awesome Maps](https://github.com/simsieg/awesome-maps)** - Online Map Resources -* 🌐 **[Historical Maps](https://history-maps.com/)**, [AP World History Notes Visual](https://worldmap.harvard.edu/maps/5565), [Geacron](http://geacron.com/), [Cronobook](https://cronobook.com/), [EuraAtlas](https://euratlas.com/), [Historical City Maps]( https://redd.it/61fdp6), [GeoGarage](https://rumsey.geogarage.com/index.html), [Digital Collection](https://digitalcollections.nypl.org/search/index?filters[physicalLocation_mtxt_s][]=Map+Division), [Loc Maps](https://www.loc.gov/collections/general-maps/), [OpenHistoricalMap](https://www.openhistoricalmap.org/), [MapHistory](https://www.maphistory.info/index.html) +* 🌐 **[Historical Maps](https://history-maps.com/)**, [AP World History Notes Visual](https://worldmap.maps.arcgis.com/home/index.html), [Geacron](http://geacron.com/), [Cronobook](https://cronobook.com/), [EuraAtlas](https://euratlas.com/), [Historical City Maps]( https://redd.it/61fdp6), [GeoGarage](https://rumsey.geogarage.com/index.html), [Digital Collection](https://digitalcollections.nypl.org/search/index?filters[physicalLocation_mtxt_s][]=Map+Division), [Loc Maps](https://www.loc.gov/collections/general-maps/), [OpenHistoricalMap](https://www.openhistoricalmap.org/), [MapHistory](https://www.maphistory.info/index.html) * ↪️ **[Satellite / Street View Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_satellite_.26amp.3B_street_view_maps)** * ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** / [3D View](https://streets.gl/) / [Search](https://nominatim.openstreetmap.org/ui/search.html), [2](https://overpass-turbo.eu/), [KartaView](https://kartaview.org/landing), [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor), [Open Infrastructure Map](https://openinframap.org/), [FacilMap](https://facilmap.org/), [OutdoorMaps](https://outdoormaps.eu/), [OSMapp](https://osmapp.org/), [ABC Map](https://abc-map.fr/) or [Mapillary](https://www.mapillary.com/) - Street Maps * ⭐ **[Routora](https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp)** - Google Maps Route Optimization @@ -12299,8 +12300,8 @@ Linux Gaming Guide * [Flickr Map](https://www.flickr.com/map/) - Flickr Map * [U Meet Me Here!](https://www.umeetmehere.com/) or [WhatIsHalfway](https://www.whatshalfway.com/) - Find Closest Point Between Two Locations * [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes -* [Maps We Love](https://www.esri.com/en-us/maps-we-love/gallery), [CoolMaps](https://coolmaps.esri.com/#0), [SoGeografia](https://www.sogeografia.com.br/Mapas/) or [/r/MapPorn](https://reddit.com/r/MapPorn) - Multiple Maps -* [Mappin](https://app.mappin.pro/) - Printable Maps +* [Maps We Love](https://livingatlas.arcgis.com/), [CoolMaps](https://coolmaps.esri.com/#0), [SoGeografia](https://www.sogeografia.com.br/Mapas/) or [/r/MapPorn](https://reddit.com/r/MapPorn) - Multiple Maps +* [Mappin](https://mappin-pro.netlify.app/) - Printable Maps * [Human Terrain](https://pudding.cool/2018/10/city_3d/) or [WorldPopDen](https://luminocity3d.org/WorldPopDen/) - Human Population Maps * [Global Detention Project](https://www.globaldetentionproject.org/detention-centres/map-view) - Immigration Detention Centres * [Flags of the World](https://i.redd.it/lxtu47hf5ll51.jpg) - Worldwide Flag Map @@ -12319,7 +12320,7 @@ Linux Gaming Guide * [Global Hyrdo Data](https://www.esri.com/arcgis-blog/products/product/water/global-hydro-data-its-here-here-here/) - Global Hydro Data / Mapping * [Depth Map](https://usa.fishermap.org/depth-map/) or [Bathymetry](https://www.ncei.noaa.gov/maps/bathymetry/) - Water Depth Maps * [River Runner](https://river-runner.samlearner.com/) - River Map / [3D Map](https://river-runner-global.samlearner.com/) -* [Gloric](https://www.hydrosheds.org/page/gloric) - River Type Database / Mapping +* [Gloric](https://www.hydrosheds.org/products/gloric) - River Type Database / Mapping * [Global Wetlands](https://www2.cifor.org/global-wetlands/) - Wetlands Map * [Mindat](https://www.mindat.org/countrylist.php) - Mineral Deposits Map * [Terrain Party](https://terrain.party/) - Terrain Height Map @@ -12332,7 +12333,7 @@ Linux Gaming Guide * [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map * [OpenRailwayMap](https://www.openrailwaymap.org/), [Trains.fyi](https://trains.fyi/) or [AmtrakExplorer](https://amtrakexplorer.com/) - Train Maps * Country Train Maps - [Switzerland](https://maps.vasile.ch/transit-sbb/) / [AUS / NZ](https://anytrip.com.au/) / [Russia](https://rasp.yandex.ru/map/trains/) / [Finland](https://www.vr.fi/en/live-train-tracker-map) / [Belgium](https://trainmap.belgiantrain.be/) / [UK](https://www.map.signalbox.io/) / [Hungary](http://vonatinfo.mav-start.hu/) / [India](https://railradar.railyatri.in/) / [Netherlands](https://treinposities.nl/) -* [ChronoTrains](https://chronotrains-eu.vercel.app/) - European Train Distances +* [ChronoTrains](https://www.chronotrains.com/) - European Train Distances * [AbandonedRails](https://www.abandonedrails.com/) - Abandoned Railway Map * [Earth](https://earth.nullschool.net/) - Global Map of Wind, Weather, Ocean & Pollution Conditions * [Blitzortung](https://www.blitzortung.org/en/live_lightning_maps.php) - Thunderstorm and Lightning Maps @@ -12354,7 +12355,7 @@ Linux Gaming Guide * [Sentinel Playground](https://apps.sentinel-hub.com/sentinel-playground/) - Vegetation and Moisture Map * [Waqi.info](https://waqi.info/) - Air Pollution Map * [Light Pollution Map](https://lightpollutionmap.info/) - Light Pollution Map -* [NightBlight](https://nightblight.cpre.org.uk/maps/) - England Light Pollution Map +* [NightBlight](https://www.cpre.org.uk/light-pollution-dark-skies-map/) - England Light Pollution Map * [PowerOutage](https://poweroutage.us/) - Power Outage Map * [ElectricityMap](https://app.electricitymap.org/) - Electricity CO₂ Emissions Map * [Freedom House](https://freedomhouse.org/explore-the-map) or [Civicus Monitor](https://monitor.civicus.org/) - Freedom Maps @@ -12655,7 +12656,6 @@ Linux Gaming Guide * ⭐ **[CareerCup](https://www.careercup.com/resume)** - Resume / Cover Letter Guide * ⭐ **[KickResume](https://www.kickresume.com/en/help-center/resume-samples/)** or [ThisResumeDoesNotExist](https://thisresumedoesnotexist.com/) - Resume Samples * [ResumeMatcher](https://www.resumematcher.fyi/) -* [cvmkr](https://cvmkr.com/) * [resumonk](https://www.resumonk.com/) * [ceev](https://ceev.io/) * [creddle](http://creddle.io/) @@ -12673,7 +12673,6 @@ Linux Gaming Guide * [open-resume](https://www.open-resume.com/) * [novoresume](https://novoresume.com/) * [ResumeFromSpace](https://resumefromspace.com/) -* [Rezi](https://rentry.co/rezi_ai_lifetime_free) - Free Rezi Code *** @@ -12863,10 +12862,10 @@ Linux Gaming Guide * [Erin's Audio Corner](https://www.erinsaudiocorner.com/), [Speakerzilla](https://speakerzilla.com/) or [Equipboard](https://equipboard.com/) - Audio Equipment Comparisons * [InStockAlert_DataLover](https://discord.gg/jd6KaBUHG4) or [Fixitfixitfixit](https://discord.gg/gpu) - GPU / Xbox / PS5 Drop Notifications / [Guide](https://youtu.be/2cBRW9FeQ3A) * [PhoneDB](https://phonedb.net/), [GSMChoice](https://www.gsmchoice.com/en/), [Kimovil](https://www.kimovil.com/en/) or [GSMArena](https://www.gsmarena.com/) - Compare Phones / Prices -* [Digicamfinder](https://digicamfinder.com/) - Digital Camera Database * [Don’t kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality * [PhoneSized](https://phonesized.com/) - Phone Size Comparisons * [DXOMARK](https://www.dxomark.com/) - Smartphone Quality Testing +* [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras * [DVDReleaseDates](https://www.dvdsreleasedates.com/) - DVD Release Dates *** @@ -12948,7 +12947,7 @@ Linux Gaming Guide * [PEmbroider](https://github.com/CreativeInquiry/PEmbroider) - Embroidery Generator * [CarComplaints](https://www.carcomplaints.com/) - Car Problems, Car Complaints and Repairs * [PlateRecognizer](https://platerecognizer.com/) - License Plate Recognition -* [Fragrantica](https://www.fragrantica.com/), [Basenotes](https://basenotes.com/) or [Parfumo](https://www.parfumo.net/) - Perfume / Fragrance Databases +* [Fragrantica](https://www.fragrantica.com/), [Basenotes](https://basenotes.com/) or [Parfumo](https://www.parfumo.com/) - Perfume / Fragrance Databases * [Stolen Drone](https://stolendrone.info/) - Stolen Drone Info * [Morse Code](https://morsecode.me/) or [Woozle](https://vail.woozle.org/) - Create Morse Code Audio * [Parcelsapp](https://parcelsapp.com/en/) or [17Track](https://www.17track.net/en) - International Package Tracking @@ -12965,6 +12964,7 @@ Linux Gaming Guide * 🌐 **[ProductivePrivacy](https://productiveprivacy.com/)** - Privacy-Focused Productivity Apps * ↪️ **[To-Do Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_to_do_lists)** * ⭐ **[Super-Productivity](https://github.com/johannesjo/super-productivity)** - Time Tacker / Productivity App / To-Do List +* ⭐ **[Habitica](https://habitica.com/)** - Achievement Style Productivity App * ⭐ **[Timeblocking](https://timeblocking.atomiclife.app/)** - Online Atomic Time Blocking * [Cold Turkey](https://getcoldturkey.com/) - Site Blocker / Productivity App / [Premium (use python)](https://rentry.co/FMHYBase64#cold-turkey-premium) * [Tempus](https://tempus.keziahmoselle.fr/) - Tray Break Reminders / Time Tracker @@ -12982,7 +12982,7 @@ Linux Gaming Guide * [TabWave](https://www.tabwave.app/) - Minimal / Productivity New Tab * [Virtual Cottage](https://dui.itch.io/virtual-cottage) - Activity / Tasks Virtual Cottage * [Noisli](https://www.noisli.com/) - Background Sounds for Productivity & Focus -* [Block Site](https://add0n.com/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://iorate.github.io/ublacklist/docs), [Forest](https://pastebin.com/rYuAivA0), [Wiper](https://github.com/davidahmed/wiper) or [Tomato Clock](https://github.com/samueljun/tomato-clock) - Site Blocking Extensions +* [Plucky](https://pluckyfilter.com/), [Block Site](https://webextension.org/listing/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://iorate.github.io/ublacklist/docs), [Forest](https://pastebin.com/rYuAivA0), [Wiper](https://github.com/davidahmed/wiper) or [Tomato Clock](https://github.com/samueljun/tomato-clock) - Site Blocking Extensions * [NudgeWare](https://nudgeware.io/), [Minto](https://chromewebstore.google.com/detail/minto/hcgkjlalkeaekjkelpilagbjcengeebl), [GoGo Productivity](https://chromewebstore.google.com/detail/gogo-productivity/mgefagaoblmbfcjoaiibbmobmkgoljia), [UnDistracted](https://www.undistracted.app/), [Focus-ToDo](https://chromewebstore.google.com/detail/ngceodoilcgpmkijopinlkmohnfifjfb) or [HabitLab](https://habitlab.github.io/) - Chrome Productivity Managers *** @@ -13232,7 +13232,7 @@ Linux Gaming Guide * [Absurd Trolley Problems](https://neal.fun/absurd-trolley-problems/) - Vote on Different Trolley Problem Versions * [WhereShouldILive?](https://www.whereshouldilive.co/) - Find Out Where You Should Live * [Chirper](https://chirper.ai/) - AI Generated Twitter -* [Judge My Music](https://pudding.cool/2020/12/judge-my-spotify/) - Have an AI Judge Your Taste in Music +* [Judge My Music](https://pudding.cool/2021/10/judge-my-music//) - Have an AI Judge Your Taste in Music * [Common Voice](https://www.saveriomorelli.com/commonvoice/) - Help Teach a Machine How to Talk * [Tapology](https://www.tapology.com/) - Make MMA Fight Picks * [Michaelbach](https://michaelbach.de/ot/) - Optical Illusions @@ -13300,7 +13300,7 @@ Linux Gaming Guide * [see. hear. party.](http://www.seehearparty.com/) - List Things You Want to See... Party * [The Editing Room](https://www.the-editing-room.com/) - Funny Abridged Movie Scripts * [Gen-Z AI](https://openai-quickstart-node-1.vercel.app/) - AI Generated Urban Dictionary Definitions -* [LetMeGoogleThat](https://letmegooglethat.com/) or [GIYBF](https://giybf.com/) - Remind People that Google Exists +* [LMGTFY](https://lmgtfy2.com/), [LetMeGoogleThat](https://letmegooglethat.com/) or [GIYBF](https://giybf.com/) - Remind People that Google Exists * [AfterTheTone](https://afterthetone.com/) - Random Answering Machine Messages * [Talk Obama To Me](http://talkobamato.me/) - Make Obama Say Stuff * [Pink Trombone](https://dood.al/pinktrombone/) - Human Pitch Generator @@ -13495,7 +13495,6 @@ Linux Gaming Guide * [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012) - Books * [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) * [WorldCat](https://www.worldcat.org/), [LibrarySearch](https://librarysearch.gre.ac.uk/) or [TRL](https://www.trl.org/) - Search Local Libraries / [Extension](https://www.libraryextension.com/) -* [Nexus Bot](https://t.me/science_nexus_bot) - Create your own TG Book Bot / [Twitter](https://twitter.com/the_superpirate) / [Mastadon](https://kolektiva.social/@the_superpirate) / [Guide](https://youtu.be/i9TNgb9pjV8) *** @@ -13637,7 +13636,7 @@ Linux Gaming Guide * ↪️ **[UFO Books](https://rentry.co/FMHYBase64#ufo-books)** * ↪️ **[Sheet Music Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sheet_music_sites)** * ⭐ **[Short Stories](https://short-stories.co/)**, [Vestal Review](https://www.vestalreview.net/) or [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories -* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [RUVerses](https://ruverses.com/) or [Poetry.com](https://www.poetry.com/) - Poetry +* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [RUVerses](https://ruverses.com/), [PoetryNook](https://poetrynook.com/) or [Poetry.com](https://www.poetry.com/) - Poetry * ⭐ **[SufficientVelocity](https://forums.sufficientvelocity.com/)** or [SpaceBattles](https://forums.spacebattles.com/) - Fanfiction Forums * ⭐ **[MorbidKuriosity](https://morbidkuriosity.com/)** - Conspiracies, Dark History, Crime, Myths etc. * ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism @@ -13697,7 +13696,7 @@ Linux Gaming Guide * [Online Books Page](https://onlinebooks.library.upenn.edu/) * [The Literature Network](https://www.online-literature.com/) * [Memory of the World](https://www.memoryoftheworld.org/) -* [LibreTexts](https://libretexts.org/) +* [LibreTexts](https://one.libretexts.org/home), [2](https://libretexts.org/platforms/libraries/), [3](https://libretexts.org/) * [PDFBooksWorld](https://www.pdfbooksworld.com/) * [Monoskop](https://monoskop.org/log/) * [ACM](https://dl.acm.org/) @@ -13728,6 +13727,7 @@ Linux Gaming Guide * [TextBookGo](http://textbookgo.com/) - TextBooks * [Saylor](https://www.saylor.org/books/) - Textbooks * [Wikibooks](https://en.wikibooks.org/) - Open-Content Texbooks +* [2012books](https://2012books.lardbucket.org/) - Creative Commons Books * [Pearson](https://redd.it/smm6ib) - Pearson Textbook Download Guide * [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) - JEE Material / [Telegram](https://telegram.me/jeebookspdf) / DL's in Descriptions * [ck12](https://www.ck12.org/)- Interactive CK-12 @@ -14431,7 +14431,7 @@ Linux Gaming Guide * [FiveFilters](https://www.fivefilters.org/) - Multiple Article Accessibility Tools * [Readarr](https://readarr.com/) or [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLibrarian) - Book Torrent Autodownload / Manager / [GitHub](https://github.com/Readarr/Readarr) * [GoBooDo](https://github.com/vaibhavk97/GoBooDo) - Google Book Downloader w/ Proxy Support -* [DocDownloader](https://docdownloader.com/), [scribd.vpdfs](https://scribd.vpdfs.com/) or [guIHelp](https://discord.gg/rgF9jY8CpH) - [Scribd](https://www.scribd.com/) Document Downloaders +* [DocDownloader](https://docdownloader.com/) or [scribd.vpdfs](https://scribd.vpdfs.com/) - [Scribd](https://www.scribd.com/) Document Downloaders * [Scribd Download Guide](https://redd.it/kfv1c6) * [GROBID](https://github.com/kermitt2/grobid) - Extract / Organize Scientific Document Info * [FicHub](https://fichub.net/) or [FanFictionDownloader](https://fanfictiondownloader.net/) - Fanfiction Downloader @@ -14693,10 +14693,10 @@ import Index from './.vitepress/theme/Posts.vue' * 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)** or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources * 🌐 **[Awesome Hacking](https://github.com/Hack-with-Github/Awesome-Hacking)** - Pentesting / Security Index -* ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges +* ⭐ **[crackmes.one](https://crackmes.one/)** / [Discord](https://discord.com/invite/2pPV3yq), [Hackers101](https://www.hacker101.com/), [EchoCTF](https://echoctf.red/), [SmashTheStack](https://smashthestack.org/), [WebHacking](https://webhacking.kr/) or [DefendTheWeb](https://defendtheweb.net/) - Cybersecurity Challenges * [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums * [TheSecMaster](https://twitter.com/TheSecMaster1) - Cybersecurity Twitter -* [Skills for All](https://skillsforall.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cyber Security Courses +* [Skills for All](https://skillsforall.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cybersecurity Courses * [picoCTF](https://picoctf.org/), [CTF Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/), [CTFLearn](https://ctflearn.com/), [Hack The Box](https://www.hackthebox.com/) or [OpenSecurityTraining2](https://opensecuritytraining.info/) - Cybersecurity Lessons * [Cyber Talent Kids](https://cybertalentskids.com/) or [Teach Yourself Info Sec](https://teachyourselfinfosec.com/) - Learn About Cybersecurity * [pwn.college](https://pwn.college/) - Cybersecurity Practice @@ -14704,7 +14704,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting * [iRed](https://www.ired.team/) - Red Teaming and Offensive Security * [Hacksplaining](https://www.hacksplaining.com/) - Developer Security Lessons -* [sha256_project](https://github.com/oconnor663/sha256_project) - Applied Cryptography Course +* [sha256_project](https://github.com/oconnor663/sha256_project) or [cryptohack](https://cryptohack.org/) - Cryptography Learning * [John Hammond](https://www.youtube.com/@_JohnHammond) or [LowLevelLearning](https://www.youtube.com/@LowLevelLearning/) - Cybersecurity YouTube Tutorials *** @@ -14815,7 +14815,6 @@ import Index from './.vitepress/theme/Posts.vue' * [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper * [free-website-translation](http://free-website-translation.com/), [transdict](http://transdict.com/meta/website.html) or [conveythis](https://www.conveythis.com/) - Website Translators * [Statically](https://statically.io/) - Load Websites Faster -* [comepress](https://github.com/NayamAmarshe/comepress) - Optimize Sites Image Files * [Qdrant](https://qdrant.tech/) - Vector Database * [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services * [WebUI](https://webui.me/) - Embed WebUI Libaries in Project @@ -14871,6 +14870,7 @@ import Index from './.vitepress/theme/Posts.vue' * [CBox](https://www.cbox.ws/), [Typebot](https://typebot.io/) or [Tawk](https://www.tawk.to/) - Embedded Chat App * [Pay 2 Email](https://pay2.email/) - Simple Website Contact Form * [Twitcker](https://twitcker.com/) - Add Twitter Feed Ticker to Site +* [Curator](https://curator.io/) - Embed Social Media Feeds * [MinIO](https://min.io/) or [Filebase](https://filebase.com/) - Cloud Native Object Storage * [Traefik](https://traefik.io/) - Cloud Native Stack * [Amazon S3](https://aws.amazon.com/s3) - Cloud Object Storage Amazon Simple Service Storage / [Desktop](https://s3browser.com/) @@ -14898,7 +14898,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Arco Design](https://github.com/arco-design/arco-design-vue) or [Naive-UI](https://www.naiveui.com/) / [GitHub](https://github.com/tusen-ai/naive-ui) - Vue 3 UI Components Library * [Vuejs Dev Tools](https://vuejs.org/) - Add Vue 3 Debugging to Browser * [Vue vben admin](https://github.com/vbenjs/vue-vben-admin) - Vue Admin -* [Sight](https://github.com/tsenart/sight) - Syntax Highlighter for Chrome +* [Shiki](https://shiki.style/) or [Sight](https://github.com/tsenart/sight) - Syntax Highlighters * [mnm](https://mnmnotmail.org/) - Member Messaging Tools * [Website Grader](https://website.grader.com/) - Website Grading Tool * [ngrok](https://ngrok.com/) - Introspectable Tunnels to Localhost Tools @@ -14959,7 +14959,7 @@ import Index from './.vitepress/theme/Posts.vue' * [CodeMyUI](https://codemyui.com/) or [Semantic UI](https://semantic-ui.com/) - User Interface Code Snippets * [Icon Shelf](https://icon-shelf.github.io/) - Icon Manager * [Favicon Maker](https://formito.com/tools/favicon) or [Favicon Generator](https://www.favicon-generator.org/) - Create Favicons -* [Icon Horse](https://icon.horse/) - Download a Sites Favicon +* [Icon Horse](https://icon.horse/) or [Favicone](https://favicone.com/) - Download a Sites Favicon / [Note](https://pastebin.com/Awnn50HX) * [Meta-Mapper](https://meta-mapper.com/) - Website Metadata Thumbnails * [SREWorks](https://github.com/alibaba/SREWorks) - Operation & Maintenance Platform * [the component gallery](https://component.gallery/) - Design Components Gallery @@ -14990,6 +14990,7 @@ import Index from './.vitepress/theme/Posts.vue' * [SVG Path](https://svg-path-visualizer.netlify.app/) - SVG Path Visualizer * [svg-path-editor](https://yqnn.github.io/svg-path-editor/) - SVG Path Editor * [Get Waves](https://getwaves.io/), [Wavelry](https://wavelry.vercel.app/), [SVGWave](https://svgwave.in/) / [GitHub](https://github.com/anup-a/svgwave) or [SVG Wave](https://www.softr.io/tools/svg-wave-generator) - SVG Wave Generators +* [Blobmaker](https://www.blobmaker.app/) - SVG Blob Generator * [Lorem.space](https://lorem.space/), [Placeholdifier](https://github.com/pomber/placeholdifier), [PlaceHolder](https://placeholder.pics/), [PicSum](https://picsum.photos/) or [FakeIMG](https://fakeimg.pl/) - Site Placeholder Images * [MinimalAvatars](https://minimalavatars.com/) - Minimal Site Avatars * [Visiwig](https://www.visiwig.com/) - Copy / Paste Site Graphics @@ -15169,6 +15170,7 @@ import Index from './.vitepress/theme/Posts.vue' * [BugSnag](https://www.bugsnag.com/) - Application Stability Monitor * [Kubeorbit](https://github.com/teamcode-inc/kubeorbit) - Application Testing / Debugging * [Inno Setup](https://jrsoftware.org/isinfo.php) or [InstallForge](https://www.installforge.net/) - Create Installation Programs +* [Sparkle](https://github.com/sparkle-project/Sparkle) - MacOS Update Framework * [TextBase](https://www.textbase.ai/) - AI Chatbot Framework * [Jina](https://github.com/jina-ai/jina) - Create AI Applications * [Amplication](https://amplication.com/) - Create Node.js Apps @@ -15332,6 +15334,7 @@ import Index from './.vitepress/theme/Posts.vue' * [osquery](https://github.com/osquery/osquery) or [Nmap](https://nmap.org/) - Security Monitors * [Canarytokens](https://canarytokens.org/generate) - Network Breach Check * [Nuclei](https://github.com/projectdiscovery/nuclei) or [NVD](https://nvd.nist.gov/) - Vulnerability Tracking / Scanning +* [Metasploit](https://www.metasploit.com/) - Pentesting Framework / [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/) * [Crowdsec](https://crowdsec.net/) - Crowd-Sourced Intrusion Detection / Prevention / [GitHub](https://github.com/crowdsecurity/crowdsec) * [X-Force Exchange](https://exchange.xforce.ibmcloud.com/) - Security Threat Intelligence Platform * [ThreatMap](https://threatmap.checkpoint.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps @@ -15611,6 +15614,7 @@ import Index from './.vitepress/theme/Posts.vue' * [ShortCode](https://shortcode.dev/), [Google Code Archive](https://code.google.com/archive/) or [CodeList](https://codelist.cc/v3/) - Script / Code Indexes * [MoonScript](https://moonscript.org/) - Dynamic Scripting Language * [Carbon](https://dreamy-ptolemy-eb4e80.netlify.app/) / [2](https://carbon.now.sh/), [CodeImage](https://codeimage.dev/), [ray.so](https://ray.so/), [Chalk](https://chalk.ist/), [CodePNG](https://www.codepng.app/) or [Show Code](https://showcode.app/) - Code Screenshots +* [AnimateCode](https://www.animate-code.com/) - Create Code Animations * [thefuck](https://github.com/nvbn/thefuck) - Corrects Previous Console Command * [DelphiTools](https://www.delphitools.info/) - Code Profiler / Delphi Tools * [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engine @@ -15781,7 +15785,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Jupyter Server](https://github.com/jupyter-server/jupyter_server) - Jupyter Services / APIs * [Anywidget](https://github.com/manzt/anywidget) - Create Jupyter Widgets * [CoCalc](https://cocalc.com/) - Virtual online workspace -* [CodePen](https://codepen.io/), [Microsoft 365 E5](https://rentry.co/E5Register), [Web Maker](https://webmaker.app/) or [Liveweave](https://liveweave.com/) - Code Sandbox +* [CodePen](https://codepen.io/), [Web Maker](https://webmaker.app/) or [Liveweave](https://liveweave.com/) - Code Sandbox * [Platform.uno](https://platform.uno/) or [Enact](https://enactjs.com/) - App Frameworks * [tio.run](https://tio.run/) - Programming Language Interpreters * [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - Online Python Editor & Tester @@ -15851,7 +15855,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Tableconvert](https://tableconvert.com/) - Markdown / Code Converter * [Markdown Link Check](https://github.com/gaurav-nelson/github-action-markdown-link-check) - Check Markdown Files for Dead Links * [CSS Typeset](http://csstypeset.com/) - CSS Typography Editor -* [DaisyUI](https://daisyui.com/), [tailwindtoolbox](https://tailwindtoolbox.com/) or [Tailspark](https://tailspark.co/) - Tailwind Component Libraries +* [DaisyUI](https://daisyui.com/), [Aceternity](https://ui.aceternity.com/), [tailwindtoolbox](https://tailwindtoolbox.com/) or [Tailspark](https://tailspark.co/) - Tailwind Component Libraries * [TailBlocks](https://tailblocks.cc/) - Ready-to-use Tailwind CSS Blocks * [Table Magic](https://stevecat.net/table-magic/) or [Markdown Convert](https://markdown-convert.com/) - Table to Markdown Converters * [Clipboard2Markdown](https://euangoddard.github.io/clipboard2markdown/) - Text to Markdown Converter @@ -16101,7 +16105,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) * ⭐ **[Pingo](https://css-ig.net/pingo)** / [GUI](https://css-ig.net/pinga), [RIOT](https://riot-optimizer.com/), [YOGA](https://yoga.flozz.org/) or [ImageFoo](https://imagefoo.com/) - Image Optimization Tools -* [imverter](https://www.imverter.com/), [Raw Pics](https://raw.pics.io/), [Converseen](https://converseen.fasterland.net/), [Vector Magic](https://vectormagic.com/) or [WebP Converter](https://webp-converter.com/) - Image Converters +* [Bulk Image Convert](https://bulkimageconvert.com), [imverter](https://www.imverter.com/), [Raw Pics](https://raw.pics.io/), [Converseen](https://converseen.fasterland.net/), [Vector Magic](https://vectormagic.com/) or [WebP Converter](https://webp-converter.com/) - Image Converters * [svgco](https://svgco.de/) - Image to SVG Converter * [ImageWorsener](https://entropymine.com/imageworsener/) - Image Filters / Blur / Resizing * [AnsiLove](https://www.ansilove.org/downloads.html) or [convert-ascii-to-image](https://onlinetools.com/ascii/convert-ascii-to-image) - ANSI / ASCII Art to PNG Converters @@ -16564,6 +16568,7 @@ import Index from './.vitepress/theme/Posts.vue' * [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback * [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries * [Binternet](https://github.com/Ahwxorg/Binternet) - Pinterest Frontend +* [/r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) - Photography / Camera Guide * [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator * [DataFilm](http://datafilm.io/) - Notebook for Film Photographers * [GlanceBack](https://glanceback.info/) - Daily Webcam Photo Journal @@ -16759,7 +16764,7 @@ import Index from './.vitepress/theme/Posts.vue' * [GeoEstimation](https://labs.tib.eu/geoestimation) or [GeoSpy](https://geospy.web.app/) - Estimate Image Geolocation * [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool * [CryptoStego](https://github.com/zeruniverse/CryptoStego), [StegOnline](https://stegonline.georgeom.net/image), [OpenStego](https://www.openstego.com/), [OpenPuff](https://embeddedsw.net/OpenPuff_Steganography_Home.html), [Steganography-PNG](https://pedrooaugusto.github.io/steganography-png/) / [GitHub](https://github.com/pedrooaugusto/steganography-png), [ImSter](https://github.com/DJayalath/ImSter), [stegano](https://bztsrc.gitlab.io/stegano/) or [stegpy](https://github.com/dhsdshdhk/stegpy) - Images Steganography Tools -* [Aperisolve](https://aperisolve.fr/), [2](https://www.aperisolve.com/) - Steganography Analysis Tool +* [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool * [Unredacter](https://github.com/BishopFox/unredacter) - Crack Pixelated Images * [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images * [Image Scrubber](https://everestpipkin.github.io/image-scrubber/)- Blur Images / Scrub Metadata @@ -16787,7 +16792,7 @@ import Index from './.vitepress/theme/Posts.vue' # ► Android APKs * ⭐ **[AppManager](https://github.com/MuntashirAkon/AppManager/)** - Package Manager -* ⭐ **[Lucky Patcher](https://chelpus.com/download/LuckyPatchers.com_Official_Installer_10.9.9.apk)** - App Patcher / [Avoid "LP Downloader"](https://pastebin.com/UXxaVqX9) +* ⭐ **[Lucky Patcher](https://www.luckypatchers.com/download/)** - App Patcher / [Avoid "LP Downloader"](https://pastebin.com/UXxaVqX9) * ⭐ **Lucky Patcher Tools** - [Guide](https://flixbox.github.io/lp-compat/docs/intro) / [Compatibility](https://flixbox.github.io/lp-compat/) / [Subreddit](https://www.reddit.com/r/luckypatcher/) / [Discord](https://discord.com/invite/RS5ddYf7mw) * ⭐ **[Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8)** / [CSE 2](https://cse.google.com/cse?cx=73948689c2c206528) / [CSE 3](https://cse.google.com/cse?cx=a805854b6a196d6a6), [App Finder](https://play.google.com/store/apps/details?id=scadica.aq) or [ShowAppsLike](https://showappslike.com/) - APK Search Engines * [Direct Download From Google Play](https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/) - Add Direct DL Links to Google Play @@ -16860,11 +16865,12 @@ import Index from './.vitepress/theme/Posts.vue' * 🌐 **[Awesome Shizuku](https://github.com/ThePBone/awesome-shizuku)** - Shizuku App Index * ⭐ **[F-Droid](https://f-droid.org/)** - FOSS App Installer * ⭐ **F-Droid Tools** - [Resources](https://fdroidfamily.codeberg.page/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) -* ⭐ **F-Droid Clients** - [Droid-ify](https://github.com/Iamlooker/Droid-ify) / [Classic Client](https://git.bubu1.eu/Bubu/fdroidclassic) / [Neo Store](https://github.com/NeoApplications/Neo-Store) +* ⭐ **F-Droid Clients** - [Droid-ify](https://github.com/Droid-ify/client) / [Classic Client](https://git.bubu1.eu/Bubu/fdroidclassic) / [Neo Store](https://github.com/NeoApplications/Neo-Store) * ⭐ **[Known Repositories](https://forum.f-droid.org/t/known-repositories/)** - F-Droid Repositories * [IzzyOnDroid](https://android.izzysoft.de/applists.php) - App Repo / [F-Droid](https://apt.izzysoft.de/fdroid/index.php) * [We Love Codeberg](https://welove.codeberg.page/) * [OnyxBits](https://onyxbits.de/) +* [FossifyOrg](https://github.com/FossifyOrg) * [OpenRepos](https://openrepos.net/) - Harmattan / Sailfish OS Apps * [Android Auto Apps Downloader](https://github.com/shmykelsa/aaad) - Android Vehicle Apps @@ -16915,7 +16921,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ [ADBAppControl](https://adbappcontrol.com/en/) - Android Device Manager / Root Tool * ⭐ **[scrcpy](https://github.com/Genymobile/scrcpy)**, [PlainApp](https://github.com/ismartcoding/plain-app), [anl](https://anl.ink/), [WebADB](https://app.webadb.com/) or [QtScrcpy](https://github.com/barry-ran/QtScrcpy) - Control Android via Desktop / [GUI](https://guiscrcpy.srev.in/) * ⭐ **[ntfy](https://ntfy.sh/)** or [Notification Maker](https://play.google.com/store/apps/details?id=com.wagner.valentin.notificationmaker2) - Custom Push Notifications -* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [KernelSU](https://kernelsu.org/), [Magisk Monet](https://github.com/datnerdguy/Magisk-Monet), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [Pixel Launcher](https://github.com/saitamasahil/Pixel-Launcher-Extended) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools +* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [KernelSU](https://kernelsu.org/), [Magisk Monet](https://github.com/pranshoe/Magisk-Monet), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [Pixel Launcher](https://github.com/saitamasahil/Pixel-Launcher-Extended) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools * ⭐ **Magisk Tools** - [Manager](https://github.com/MRepoApp/MRepo/) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [SafetyNet Fix](https://github.com/chiteroman/PlayIntegrityFix) / [SafetyNet Fix Guide](https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/page-177#post-89189572) / [Modules](https://www.androidacy.com/magisk-modules-repository/) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo) * [Spectrum Ownership Map](https://specmap.sequence-omega.net/) - Mobile Network Comparisons * [Plexus](https://plexus.techlore.tech/) - De-googled Device Compatibility @@ -16947,7 +16953,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Tap Tap Double Tap](https://forum.xda-developers.com/t/app-beta-0-10-1-tap-tap-double-tap-on-back-of-device-gesture-from-android-11-port.4140573/) or [TapTap](https://github.com/KieronQuinn/TapTap) - Android Back Gesture Controls / Needs Root * [Quick Cursor](https://play.google.com/store/apps/details?id=com.quickcursor) - Cursor for Large Smartphones * [Caffeine](https://lab.zhs.moe/caffeine/) - Keep Screen On -* [FakeStandby](https://fakestandby.jonasbernard.de/) or [Extinguish](https://play.google.com/store/apps/details?id=own.moderpach.extinguish) - Turn Off Screen While App is Running +* [FakeStandby](https://fakestandby.jonasbernard.de/) - Turn Off Screen While App is Running * [WaveUp](https://gitlab.com/juanitobananas/wave-up) - Turn On Display via Waving * [Pinnit](https://github.com/msasikanth/pinnit) - Notification Pinning * [B.D.T](https://bdt.jepfa.de/) - Time with Between Time Notifications @@ -16958,10 +16964,10 @@ import Index from './.vitepress/theme/Posts.vue' * [GSMHosting](https://forum.gsmhosting.com/vbb/) - GSM Discussion Forum * [VMOS](https://www.vmos.com/) or [x8sb](https://x8sb.com/) - Android on Android Virtual Machines * [qPython](https://github.com/qpython-android/qpython) - Python for Android -* [EtchDroid](https://etchdroid.depau.eu/) - Write OS Images to USB Drive +* [EtchDroid](https://etchdroid.app/) - Write OS Images to USB Drive * [Winlator](https://github.com/brunodev85/winlator) - Android Windows Emulators * [Root Checker](https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck) - Root Checker -* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ABD / Fastboot Programs +* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs * [LiveBoot](https://play.google.com/store/apps/details?id=eu.chainfire.liveboot&hl=en_IN) - Logcat / Dmesg Boot Animation * [LogFox](https://github.com/F0x1d/LogFox) - LogCat Reader * [Amazing Temp Root](https://forum.xda-developers.com/t/amazing-temp-root-for-mediatek-armv8-2020-08-24.3922213/) - MediaTek Temp Root @@ -16990,7 +16996,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[OpenCalc](https://github.com/Darkempire78/OpenCalc)**, [Calculator++](https://play.google.com/store/apps/details?id=org.solovyev.android.calculator), [microMathematics](https://github.com/mkulesh/microMathematics) or [Calculator-inator](https://github.com/prathameshmm02/Calculator-inator) - Calculator Apps * ⭐ **[AutomaTag](http://automatag.com/)** or [AutoTagger](https://autotagger.ru/) - Metadata Organizers * ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android -* [ConnectYou](https://github.com/Bnyro/ConnectYou) - Contacts App +* [ConnectYou](https://github.com/you-apps/ConnectYou) - Contacts App * [Loyalty Card Locker](https://github.com/brarcher/loyalty-card-locker) or [Catima](https://catima.app/) - Loyalty Card Managers * [Folder in Folder](https://play.google.com/store/apps/details?id=com.ss.folderinfolder) - Create Subfolders * [Shortcut Maker](https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker) - Create App Shortcuts @@ -17000,32 +17006,24 @@ import Index from './.vitepress/theme/Posts.vue' * [openboard](https://github.com/openboard-team/openboard), [Flickboard](https://github.com/nightkr/flickboard), [Thumb-Key](https://github.com/dessalines/thumb-key) or [Unexpected Keyboard](https://github.com/Julow/Unexpected-Keyboard) - Keyboard Apps * [Sayboard](https://github.com/ElishaAz/Sayboard) - AI Voice Keyboard * [Grammarly](https://rentry.co/FMHYBase64#grammarly-keyboard-premium) - Grammarly Keyboard Premium -* [Volv](https://volvmedia.com/) - Android News App * [icq](https://icq.com/) - Messaging App -* [TextFree](https://www.textfree.us/) - Free Texting App -* [TextMeUp](https://www.textmeup.com/) - Multi-Number App * [TxtEmNow](https://txtemnow.com/) - Send Anonymous Texts -* [Kubool](https://www.gdpd.xyz/) - Anonymous Confession App / [Snapchat](https://play.google.com/store/apps/details?id=com.ignates.snapreply) -* [Nomad](https://www.nomadapp.me/) - Turn Any Location Into Chat * [SMS-IE](https://github.com/tmo1/sms-ie) - Import / Export SMS Messages * [Watomatic](https://watomatic.app/) / [Git](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders -* [AndroidCupsPrint](https://github.com/BenoitDuffez/AndroidCupsPrint/) - Wireless Printing App -* [PDF Maker](https://play.google.com/store/apps/details?id=opofficial.pdfmaker) - PDF Creator * [LightCut](https://play.google.com/store/apps/details?id=com.lightcut.videoeditor), [open-video-editor](https://github.com/devhyper/open-video-editor) or [Vaux](https://play.google.com/store/apps/details?id=com.vaux.vaux_editor) - Video Editors * [NotificationDictionary](https://github.com/tirkarthi/NotificationDictionary) - Dictionary App * [Counters](https://play.google.com/store/apps/details?id=rahmouni.neil.counters) - Count Anything * [Smart AutoClicker](https://github.com/Nain57/Smart-AutoClicker) - Auto Clicker -* [DoForMe](https://play.google.com/store/apps/details?id=com.aj.dfm) - Location-Based Automation * [Pluma](https://plumareader.com/), [Feeder](https://f-droid.org/en/packages/com.nononsenseapps.feeder/), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers * [Arts & Culture](https://play.google.com/store/apps/details?id=com.google.android.apps.cultural) - Explore Art -* [PXView](https://github.com/alphasp/pxview) or [Pixez](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md) - Japanese Fanart / Pixiv Apps +* [Pixez](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md) - Japanese Fanart / Pixiv Apps * [UnicodePad](https://github.com/Ryosuke839/UnicodePad) or [Kaomoji](https://play.google.com/store/apps/details?id=ru.kaomoji.kaomojiapp) - Emoji / Unicode Manager * [emojimix](https://play.google.com/store/apps/details?id=net.tikolu.emojimix) - Combine Emojis * [Memory Guardian](https://github.com/hashemi-hossein/memory-guardian), [Clipboard CopyPaste](https://www.evvasoft.com/ccp.html) or [Clipboard History](https://play.google.com/store/apps/details?id=com.rubbishcollector.clipboardhistory) - Clipboard Managers * [Irregular Expressions](https://play.google.com/store/apps/details?id=mf.asciitext.lite) - Text Font Generator * [wrtn](https://play.google.com/store/apps/details?id=com.wrtn.app) - Free GPT-4 + turbo (ask to speak in english always) * [Botify AI](https://botif.ai/) or [Chai](https://www.chai-research.com/) - Roleplaying Chatbots -* [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [Arna Translate](https://github.com/MahanRahmati/translate), [Instalate](https://gitlab.com/concept1tech/instalate), [TranslateYou](https://github.com/Bnyro/TranslateYou) or [SimplyTranslate](https://github.com/ManeraKai/simplytranslate_mobile) - Translation Apps +* [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [Arna Translate](https://github.com/MahanRahmati/translate), [Instalate](https://gitlab.com/concept1tech/instalate), [TranslateYou](https://github.com/you-apps/TranslateYou) or [SimplyTranslate](https://github.com/ManeraKai/simplytranslate_mobile) - Translation Apps * [FUTO](https://voiceinput.futo.org/) or [Dicio](https://github.com/Stypox/dicio-android) - Voice Assistants * [android-call-recorder](https://gitlab.com/axet/android-call-recorder) - Call Recorder * [Audio-Recorder](https://gitlab.com/axet/android-audio-recorder/tree/HEAD), [android-audio-recorder](https://gitlab.com/axet/android-audio-recorder) or [Audio Recorder](https://github.com/vivekweb2013/audio-recorder) - Audio Recorders @@ -17042,13 +17040,14 @@ import Index from './.vitepress/theme/Posts.vue' * [Aftership](https://play.google.com/store/apps/details?id=com.aftership.AfterShip&hl=en&gl=US) - Package Tracker * [aiTTS](https://www.milmike.com/aitts-google-wavenet-voices-for-android-tts) - Text to Speech * [Microsoft Edge Read Aloud](https://redd.it/l1fdh9) - How to use Microsoft Read Aloud TTS on Android -* [Flutter Clock](https://github.com/afzalali15/flutter_alarm_clock), [Smart Alarm](https://play.google.com/store/apps/details?id=com.urbandroid.sleep), [ClockYou](https://github.com/Bnyro/ClockYou) or [AlarmClock](https://github.com/yuriykulikov/AlarmClock) - Clocks / Alarms +* [Flutter Clock](https://github.com/afzalali15/flutter_alarm_clock), [Smart Alarm](https://play.google.com/store/apps/details?id=com.urbandroid.sleep), [ClockYou](https://github.com/you-apps/ClockYou) or [AlarmClock](https://github.com/yuriykulikov/AlarmClock) - Clocks / Alarms * [Etar](https://github.com/Etar-Group/Etar-Calendar), [JTX](https://jtx.techbee.at/), [digical](https://digibites.nl/digical), [TimeBlocks](https://timeblocks.com/) or [TimeTreeApp](https://timetreeapp.com/intl/en/) - Calendars * [QRAlarm](https://github.com/sweakpl/qralarm-android) - Scan QR Code to Turn Off Alarm * [Calendar Notifications](https://play.google.com/store/apps/details?id=com.tuogol.calendar.notification) - View Calendar as Notifications * [ShiftCal](https://gitlab.com/Nulide/ShiftCal) - Shift Calendar * [Birday](https://github.com/m-i-n-a-r/birday) - Birthday Reminders / Calendar * [Sectograph](https://play.google.com/store/apps/details?id=prox.lab.calclock) - Daily Planner +* [Treep](https://play.google.com/store/apps/details?id=ai.treep) - Find Things To Do * [SuntimesWidget](https://github.com/forrestguice/SuntimesWidget) - Sun / Moon Light Time App * [Listy](https://listy.is/) - Create Lists of Anything * [Julius.ai](https://julius.ai/) - Data Visualization AI @@ -17078,7 +17077,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Unified Remote](https://www.unifiedremote.com/) - Universal Remote * [Luna Sea](https://www.lunasea.app/) - Self-Hosted Media Controller * [HexViewer](https://github.com/Keidan/HexViewer) - Hex Viewer -* [FlutterMarkdownEditor](https://github.com/adityar224/FlutterMarkdownEditor) - Markdown Editor +* [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor * [MGit](https://github.com/maks/MGit) - Git client for Android * [GitNex](https://codeberg.org/gitnex/GitNex/) - Forgejo and Gitea client for Android * [markdownr](https://github.com/sanzoghenzo/markdownr) - Webpage to Markdown Converter @@ -17172,7 +17171,7 @@ import Index from './.vitepress/theme/Posts.vue' * ↪️ **[Android Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_browsers)** * ⭐ **[Aliucord](https://github.com/Aliucord/Aliucord)** - Modded Discord Clients / [Rich Presence](https://kizzy.vercel.app/) -* ⭐ **[Voyager](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/dessalines/jerboa), [LiftOff](https://github.com/liftoff-app/liftoff), [Infinity](https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [Muffed](https://github.com/freshfieldreds/muffed) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients +* ⭐ **[Voyager](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/dessalines/jerboa), [LiftOff](https://github.com/liftoff-app/liftoff), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [Muffed](https://github.com/freshfieldreds/muffed) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients * ⭐ **[Tusky](https://tusky.app/),** [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Megalodon](https://sk22.github.io/megalodon/) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients / [Improved Notifications](https://github.com/LucasGGamerM/moshidon) * ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[BitWarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)**, [Keyspace](https://keyspace.cloud/), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass) or [Keepass2Android](https://github.com/PhilippC/keepass2android) - Password Managers * ⭐ **[PairVPN Hotspot](https://pairvpn.com/hotspot)**, [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots @@ -17192,7 +17191,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Transpose](https://chromewebstore.google.com/detail/transpose-%E2%96%B2%E2%96%BC-pitch-%E2%96%B9-spee/ioimlbgefgadofblnajllknopjboejda) - Online Video Pitch Shifter, Speed Changer and Looper * [PassAndroid](https://github.com/ligi/PassAndroid) or [GreenPass](https://github.com/michaeltroger/greenpass-android) - Manage Virtual Tickets / Passes * [GrayJay](https://grayjay.app/) - Manage Content Creator Subscriptions / [Gitlab](https://gitlab.futo.org/videostreaming/grayjay) / [Plugins](https://gitlab.futo.org/videostreaming/plugins) -* [BBTV](https://github.com/bttv-android/bttv) or [Frosty](https://www.frostyapp.io/) - Twitch Apps +* [BBTV](https://github.com/bttv-android/bttv), [Twire](https://github.com/twireapp/Twire) or [Frosty](https://www.frostyapp.io/) - Twitch Apps * [DankChat](https://github.com/flex3r/DankChat) - Talk in Multiple Twitch Chats at Once * [Viddit](https://play.google.com/store/apps/details?id=aculix.viddit.downloader) - Reddit Video Downloader * [Geddit](https://kaangiray26.github.io/geddit-app/), [Infinity Fork](https://github.com/KhoalaS/Infinity-For-Reddit), [FatBird](https://play.google.com/store/apps/details?id=com.niven.reddit&hl=en_US) - Reddit Clients @@ -17218,7 +17217,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Graysky](https://graysky.app/) - Bluesky Client * [SimpleMail](https://framagit.org/dystopia-project/simple-email), [Monocles](https://f-droid.org/packages/de.monocles.mail/), [k9mail](https://k9mail.app/) or [FairCode](https://email.faircode.eu/) - Email Clients * [You Have Mail](https://github.com/LeanderBB/you-have-mail) - Email Notifications -* [Delta Lab](https://github.com/adbenitez/deltalab-android) - Email Based Messenger +* [Delta Lab](https://github.com/deltalab-org/deltalab-android) - Email Based Messenger * [Endless](https://kaangiray26.github.io/endless/) - Combine Social Media Apps * [Eruda](https://pastebin.com/7qSZXjDS) - Mobile Browser Console / [Userscript](https://greasyfork.org/en/scripts/400760-console-for-mobile-browsers-eruda) / [GitHub](https://github.com/liriliri/eruda) * [Andure](https://github.com/leohku/andure) - Android Chrome Dev Tools @@ -17240,7 +17239,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[Snapdrop Android](https://github.com/fm-sys/snapdrop-android)** - File Sync * ⭐ **[Octi](https://github.com/d4rken-org/octi)** - File Sync * [UnLim](https://play.google.com/store/apps/details?id=com.kratosle.unlim&gl=US) - Cloud Storage -* [Round Sync](https://github.com/newhinton/Round-Sync), [MetaCTRL](https://metactrl.com/), [extRact](https://github.com/newhinton/extRact) or [FolderSync](https://www.tacit.dk/) - Multi-Site Cloud Storage File Managers +* [Round Sync](https://github.com/newhinton/Round-Sync), [MetaCTRL](https://metactrl.com/) or [FolderSync](https://www.tacit.dk/) - Multi-Site Cloud Storage File Managers * [dropbox](https://www.dropbox.com/) / [Sync](https://play.google.com/store/apps/details?id=com.ttxapps.dropsync) / [GUI](https://github.com/howeyc/crocgui) - Cloud Storage * [Clipt](https://play.google.com/store/apps/details?id=studio.onelab.clipboard) - File Sync * [InShare](https://play.google.com/store/apps/details?id=sharefiles.sharemusic.shareapps.filetransfer) - File Sync @@ -17248,7 +17247,7 @@ import Index from './.vitepress/theme/Posts.vue' * [syncopoli](https://gitlab.com/fengshaun/syncopoli) - File Sync * [ShareX](https://github.com/akanshSirohi/ShareX) - File Sync * [Save n Device](https://github.com/lmj0011/save-on-device) - File Sync -* [Nearby Share](https://www.android.com/better-together/nearby-share-app/) - File Sync +* [Nearby Share](https://www.android.com/better-together/quick-share-app//) - File Sync * [DriveSync](https://play.google.com/store/apps/details?id=com.ttxapps.drivesync) - Google Drive Sync *** @@ -17289,7 +17288,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Photo Lab](https://ilixa.com/8bitphotolab.php) - Give Images a Retro Look 8Bit * [starryai](https://starryai.com/) - Generate Art from Text Prompt * [Inspiral](https://inspiral.nathanfriend.io/) - Create Spirograph Art -* [Photo Resizer](https://play.google.com/store/apps/details?id=com.simplemobilephotoresizer&hl=en&gl=US) or [ImageResizer](https://github.com/T8RIN/ImageResizer) - Image Resizers +* [Photo Resizer](https://play.google.com/store/apps/details?id=com.simplemobilephotoresizer&hl=en&gl=US) or [ImageResizer](https://github.com/T8RIN/ImageToolbox) - Image Resizers * [Imagepipe](https://codeberg.org/Starfish/Imagepipe) - Image Size Reducer * [FFShare](https://github.com/caydey/ffshare) - Compress Videos / Images * [Upscaler](https://play.google.com/store/apps/details?id=com.ethanzone.upscaler&hl=en_US&gl=QA), [MintAI](https://play.google.com/store/apps/details?id=com.mingkun.mintAI) or [Galaxy Enhance-X](https://www.apkmirror.com/apk/samsung-electronics-co-ltd/galaxy-enhance-x/) - Image Upscalers @@ -17362,7 +17361,7 @@ import Index from './.vitepress/theme/Posts.vue' * 🌐 **[Emulator Wiki](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index * ⭐ **[Termux](https://termux.com/)**, [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Terminal Emulators / OS Environments * ⭐ **Termux Tools** - [YT-DL](https://github.com/OzakIOne/termux-youtube-dl), [2](https://github.com/khansaad1275/Termux-YTD) / [Video Downloader](https://github.com/AbirHasan2005/LR-YTDL) / [GUI](https://github.com/termux/termux-gui) / [ADB / Fastboot Tools](https://github.com/MasterDevX/Termux-ADB) / [Beautify](https://github.com/mayTermux/myTermux) -* ⭐ **[WSA](https://rentry.co/wsa)** - Windows Subsystem / [GUI](https://github.com/alesimula/wsa_pacman) / [Win10](https://github.com/cinit/WSAPatch) / [Win11](https://apps.microsoft.com/store/detail/wsatools-apk-installer-and-more/9N4P75DXL6FG) / [Google Apps](https://github.com/WSA-Community/WSAGAScript) +* ⭐ **[WSA](https://rentry.co/wsa)** - Windows Subsystem / [GUI](https://github.com/alesimula/wsa_pacman) / [Win10](https://github.com/cinit/WSAPatch) / [Win11](https://apps.microsoft.com/detail/9n4p75dxl6fg) / [Google Apps](https://github.com/WSA-Community/WSAGAScript) * ⭐ **[WayDroid](https://waydro.id/)** / **[Git](https://github.com/waydroid)**, [Redroid](https://github.com/remote-android/redroid-doc), [PostmarketOS](https://www.postmarketos.org/), [Ubuntu Touch](https://ubuntu-touch.io/get-ubuntu-touch), [Plasma Mobile](https://plasma-mobile.org/), [Mobian](https://mobian-project.org/) or [Anbox](https://anbox.io/) / [Git](https://github.com/anbox/anbox) - Linux Subsystems * ⭐ **[Android Studio Emulator](https://developer.android.com/studio/run/managing-avds#createavd)** * [Android x86](https://www.android-x86.org/) - Android Desktop OS / [Installer](https://aopc.dev/r/advanced-android-x86-installer-for-windows.61/) / [Source](https://www.android-x86.org/source.html) / [Smart Dock](https://github.com/axel358/smartdock) @@ -17373,7 +17372,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Docker Android](https://github.com/budtmo/docker-android) - Android in Docker * [BareNox](https://forum.xda-developers.com/t/tool-guide-barenox-modded-nox-android-emulator.4468425/) or [Nox](https://www.bignox.com/) - [Screenshot](https://i.ibb.co/MkdmtYr/647f0f4f051c.jpg) / [Debloat Guide](https://gist.github.com/Log1x/12d330ef7685d6fbc611d1d57efb5c29), [2](https://codefaq.org/emulator/how-to-remove-bloatware-on-nox-and-ldplayer-emulator/) / [Video](https://youtu.be/IjI_-pQUOhQ) * [GameLoop](https://www.gameloop.com/) - [Screenshot](https://i.ibb.co/WyggSQM/26828a9408f1.png) -* [MuMu](https://www.mumuglobal.com/) - [Screenshot](https://i.ibb.co/vwBrY5M/bfa89c699ff7.png) +* [MuMu](https://www.mumuplayer.com/) - [Screenshot](https://i.ibb.co/vwBrY5M/bfa89c699ff7.png) * [MeMu](https://www.memuplay.com/) - [Screenshot](https://i.ibb.co/FsMfk68/6b4ce185773e.png) / [Debloater](https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8) * [LDPlayer](https://www.ldplayer.net/) - [Screenshot](https://i.ibb.co/CHKb40V/184625995e15.png) * [Genymotion](https://www.genymotion.com/download/) - [Screenshot](https://i.ibb.co/6W7BXJn/6a291e5b5ac9.jpg) @@ -17452,7 +17451,7 @@ import Index from './.vitepress/theme/Posts.vue' * ↪️ **[Android Audio Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_android_audio_players)** * ⭐ **[xManager](https://www.xmanagerapp.com/)** / [Discord](https://discord.com/invite/dnpKn5Wufm) or [Modded Spotify](https://rentry.co/FMHYBase64#modded-spotify-apk) - Ad Free Spotify * ⭐ **xManager Tools** - [Friend Activity](https://spotivity.me//) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/) -* ⭐ **[InnerTune](https://github.com/z-huang/InnerTune)**, [Namida](https://github.com/namidaco/namida), [RiMusic](https://github.com/fast4x/RiMusic), [Harmony Music](https://github.com/anandnet/Harmony-Music), [SimpMusic](https://github.com/maxrave-dev/SimpMusic), [spmp](https://github.com/toasterofbread/spmp), [ViMusic](https://github.com/vfsfitvnm/ViMusic), [Gyawun](https://jhelumcorp.github.io/) or [MellowMusic](https://github.com/SuhasDissa/MellowMusic) - YouTube Music Players +* ⭐ **[InnerTune](https://github.com/z-huang/InnerTune)**, [Namida](https://github.com/namidaco/namida), [RiMusic](https://github.com/fast4x/RiMusic), [Harmony Music](https://github.com/anandnet/Harmony-Music), [SimpMusic](https://github.com/maxrave-dev/SimpMusic), [spmp](https://github.com/toasterofbread/spmp), [ViMusic](https://github.com/vfsfitvnm/ViMusic), [Gyawun](https://jhelumcorp.github.io/) or [Vibe You](https://github.com/SuhasDissa/VibeYou) - YouTube Music Players * ⭐ **[Seeker](https://play.google.com/store/apps/details?id=com.companyname.andriodapp1)** - Audio Download App / Soulseek Frontend * ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream PC Audio to Phone * ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler @@ -17464,7 +17463,8 @@ import Index from './.vitepress/theme/Posts.vue' * [Audio Share](https://github.com/mkckr0/audio-share) - Audio Server Streaming * [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic) or [SubTune](https://github.com/TaylorKunZhang/SubTune) - Subsonic Client * [Redomi](https://github.com/acszo/Redomi/) - Multi-Platform Streaming -* [Sound1](https://play.google.com/store/apps/details?id=com.soundcloud.android&hl=us) - Streaming +* [Soundcloud](https://play.google.com/store/apps/details?id=com.soundcloud.android&hl=us) - Streaming +* [Musify](https://gokadzev.github.io/Musify/) - Streaming * [Modded Tidal](https://forum.mobilism.org/search.php?keywords=tidal&sr=topics&sf=titleonly) - Steaming / Download * [Seeker](https://github.com/jackBonadies/SeekerAndroid), [Datmusic](https://github.com/alashow/datmusic-android) or [AIDS](https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=aids&sf=titleonly) - Download / MP3 * [Funkwhale](https://dev.funkwhale.audio/funkwhale/funkwhale-android), [Trebel](https://home.trebel.io/), [BlackHole](https://github.com/Sangwan5688/BlackHole), [VK X](https://vkx.app/) or [Deezer](https://play.google.com/store/apps/details?id=deezer.android.app) - Streaming @@ -17474,13 +17474,13 @@ import Index from './.vitepress/theme/Posts.vue' * [HZP](https://hzp.co/) - Solfeggio Frequency Player * [Quorus](https://quorus.net/) - Collaborative Playlists * [UpNext GPT](https://github.com/dokar3/upnext-gpt) - Playlist Generator -* [unMix](https://unmix.ru/) - Remove Vocal Tracks +* [Vocal Remover](https://separatemusic.com/) - Remove Vocal Tracks * [MusicSpeedChanger](https://musicspeedchanger.com/) - Music Speed Changer * [Video to MP3 Converter](https://play.google.com/store/apps/details?id=mp3videoconverter.videotomp3.videotomp3converter) - Video to MP3 * [AudioSwitch](https://play.google.com/store/apps/details?id=com.nordskog.LesserAudioSwitch) - Switch Audio to Different Outputs Lesser * [MP3 Tagger](https://play.google.com/store/apps/details?id=com.fillobotto.mp3tagger) - Automatic Audio ID3 Tagging * [Super Sound](https://play.google.com/store/apps/details?id=com.tianxingjian.supersound&hl) - Audio Editor -* [Music Maker JAM](https://www.loudly.com/musicmakerjam) - Music Creator / Mixer +* [Music Maker JAM](https://www.musicmakerjam.app/) - Music Creator / Mixer * [Up Tempo](https://play.google.com/store/apps/details?id=com.stonekick.tempo&hl=en&gl=US) - Audio Tempo Editor * [ViPER4Android](https://github.com/programminghoch10/ViPER4AndroidRepackaged) - Audio Modifier / Equalizer * [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet) - Headphone Audio Equalizer @@ -17531,8 +17531,8 @@ import Index from './.vitepress/theme/Posts.vue' * ↪️ **[Smart TV Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_smart_tv_.2F_firestick)** * ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming / [Addons](https://stremio-addons.netlify.app/) / Chromecast / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_vpn_guide) * ⭐ **[HDO Box](https://forum.mobilism.org/search.php?st=0&sk=t&sd=d&sr=topics&keywords=hdo+box&sf=titleonly)** - Movies / TV -* ⭐ **[CloudStream](https://dweb.link/ipns/cloudstream.on.fleek.co/)** - Movies / TV / Anime / [GitHub](https://github.com/recloudstream/cloudstream) / [2](https://github.com/hexated/cloudstream-extensions-hexated/) / [Mirrors](https://rentry.org/cs3-repos) / [Docs](https://recloudstream.github.io/csdocs/) -* ⭐ **[Kuukiyomi](https://github.com/LuftVerbot/kuukiyomi/)** or [Aniyomi](https://aniyomi.org/) - Movies / TV / Anime / [Extensions](https://aniyomi.org/extensions/) / [GitHub](https://github.com/jmir1/aniyomi) +* ⭐ **[CloudStream](https://cloudstream-on-fleek-co.ipns.dweb.link//)** - Movies / TV / Anime / [GitHub](https://github.com/recloudstream/cloudstream) / [2](https://github.com/hexated/cloudstream-extensions-hexated/) / [Mirrors](https://rentry.org/cs3-repos) / [Docs](https://recloudstream.github.io/csdocs/) +* ⭐ **[Kuukiyomi](https://github.com/LuftVerbot/kuukiyomi/)** or [Aniyomi](https://aniyomi.org/) - Movies / TV / Anime / [Extensions](https://aniyomi.org/extensions/) / [GitHub](https://github.com/aniyomiorg/aniyomi) * ⭐ **[Miru](https://miru.js.org/en/download)** - Movies / TV / Anime / [GitHub](https://github.com/miru-project/miru-app) / [Docs](https://miru.js.org/en/developer/) * ⭐ **[FlixQuest](https://github.com/BeamlakAschalew/flixquest)** - Movies / TV * ⭐ **[Kodi](https://kodi.tv/)** - [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) / [Real-Debrid](https://real-debrid.com/) @@ -17578,7 +17578,7 @@ import Index from './.vitepress/theme/Posts.vue' ## ▷ Android Anime -* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Animiru](https://github.com/Quickdesh/Animiru) - Movies / TV / Anime / [GitHub](https://github.com/jmir1/aniyomi) +* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Animiru](https://github.com/Quickdesh/Animiru) - Movies / TV / Anime * [Dantotsu](https://github.com/rebelonion/Dantotsu) * [Kaguya App](https://github.com/hoangvu12/kaguya-app/) * [Kazahana](https://github.com/yukino-org/kazahana) @@ -17607,7 +17607,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[LibreTube](https://libretube.dev/)** - Ad-free YouTube Frontend * ⭐ **[NewPipe](https://newpipe.net/)** - Ad-free YouTube Frontend * ⭐ **[Tubular](https://github.com/polymorphicshade/Tubular)** - Ad-free YouTube Frontend -* [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module/releases), [revanced-apks](https://github.com/revanced-apks/build-apps/releases), [docker-py-revanced](https://github.com/nikhilbadyal/docker-py-revanced/releases) or [AT-YT](https://github.com/Zelooooo/AT-YT/releases) - Automated Patchers +* [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module/releases), [revanced-apks](https://github.com/revanced-apks/build-apps/releases), [docker-py-revanced](https://github.com/nikhilbadyal/docker-py-revanced/releases) or [AT-YT](https://github.com/Zenlua/AT-YT) - Automated Patchers * [revanced-cli](https://github.com/ReVanced/revanced-cli/), [Auto-CLI](https://github.com/taku-nm/auto-cli/), [Revancify](https://github.com/decipher3114/Revancify) or [revanced-creator](https://github.com/XDream8/revanced-creator) - CLI Patchers * [ReVanced Patcher 6.0-7.1](https://github.com/kitadai31/revanced-patches-android6-7) - 6.0-7.1 Patcher * [Clipious](https://github.com/lamarios/clipious) - YouTube Frontend @@ -17631,7 +17631,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[Pojav](https://pojavlauncherteam.github.io/)** - Mobile Minecraft Launcher * [Das Image](https://apps.apple.com/ca/app/das-image-search-and-explore/id1464079804), [iPhone11papers](https://iphone11papers.com/), [FreshWalls](https://apps.apple.com/in/app/freshwalls-4k-hd-wallpapers/id1627085956) or [iOS Wallpapers](https://goo.gl/photos/ZVpabTtcezd35XBa9/) - iOS Wallpapers * [wrtn](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170), [OpenAI-ChatGPT](https://apps.apple.com/us/app/openai-chatgpt/id6448311069) or [Kai](https://trykai.app/) - ChatGPT Apps -* [Offline File Browser](https://apps.apple.com/us/app/offline-files-browser-docs/id1557618225) or [Santander](https://github.com/SerenaKit/Santander) - File Managers +* [Offline File Browser](https://apps.apple.com/us/app/offline-files-browser-docs/id1557618225) or [Santander](https://github.com/NSAntoine/Santander) - File Managers * [Dropbox](https://testflight.apple.com/join/LBZaRq4I) - Cloud Storage * [DeDuplicate](https://deduplicate.app/) - Duplicate File Remover * [Should I Answer?](https://www.shouldianswer.net/) - Block Spam Calls @@ -17672,7 +17672,7 @@ import Index from './.vitepress/theme/Posts.vue' * [CapCut](https://www.capcut.com/) - Video Editor * [PhotoSync](https://www.photosync-app.com/home.html) - Transfer Photos Between Devices * [Locket Widget](https://apps.apple.com/us/app/locket-widget/id1600525061) - Real-time Photo Sharing -* [PicsArt++](https://cokernutx.com/ipa-library/download/PicsArt.html), [2](https://picsart.com/apps) or [PhotoWizard](https://apps.apple.com/us/app/photowizard-photo-editor/id370833324) - Image Editor +* [PicsArt++](https://picsart.com/apps) or [PhotoWizard](https://apps.apple.com/us/app/photowizard-photo-editor/id370833324) - Image Editor * [Tailor](http://www.trytailor.com/) - Automatic Screenshot Stitching * [ToonMe](https://toonme.com/) - Turn Photos into Cartoons * [Fimo](https://apps.apple.com/us/app/fimo-analog-camera/id1454219307) - Vintage Image Filters @@ -17723,6 +17723,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[/r/sideloaded](https://reddit.com/r/sideloaded)** - Sideloading Subreddit / [Wiki](https://www.reddit.com/r/sideloaded/wiki/index) * [IPSW](https://ipsw.me/) - Provides Jailbreak Firmware * [MacDirtyCow](https://faq.altstore.io/how-to-use-altstore/macdirtycow) - Remove 3-app limit +* [Dopamine](https://github.com/opa334/Dopamine) - 15-16.6.1 Semi-Untethered Jailbreak * [Serotonin](https://github.com/mineek/Serotonin) - 16.0-16.6.1 Semi-Jailbreak (A12+) * [Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool/tree/v1.0.0) - 16.0-16.6.1 Semi-Untethered Jailbreak (arm64) * [Meowbrek2](https://kok3shidoll.github.io/download/secret/meowbrek2.txt) - 15.0-15.8 Semi-Untethered Jailbreak (arm64) @@ -17765,6 +17766,7 @@ import Index from './.vitepress/theme/Posts.vue' * [FutureRestore](https://github.com/tihmstar/futurerestore) - Restore to Unsigned Firmware / [GUI](https://github.com/CoocooFroggy/FutureRestore-GUI/) * [Sileo](https://cydia.saurik.com/api/share#?source=https://repo.getsileo.app) or [Zebra](https://getzbra.com/) - iOS Package Managers * [Repo Updates](https://www.ios-repo-updates.com/) - App Repository Updates +* [Roothide Bootstrap](https://github.com/roothide/Bootstrap) - Inject Tweaks into Apps without jailbreak (14.0-17.0) / [Tweaks](https://github.com/roothide/roothide.github.io) * [CyDown](https://julio.hackyouriphone.org/description.html?id=com.julioverne.cydown) - Cracked Jailbreak Tweaks * [iDownloadBlog](https://www.idownloadblog.com) - Jailbreak News @@ -17884,7 +17886,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Viki](https://apps.apple.com/us/app/viki-asian-tv-dramas-movies/id445553058) - Asian Drama * [EncoreTVD](https://apps.apple.com/us/app/encoretvb-english/id1191642382) - Chinese Drama * [VLC](https://apps.apple.com/ca/app/vlc-for-mobile/id650377962), [SPlayer](https://splayer.dev/), [Loader](https://apps.apple.com/us/app/documents-loader/id1442498151), [Pojobox](https://apps.apple.com/us/app/pojo-4k-hd-video-music-player/id1454098557) or [Infuse 6](https://apps.apple.com/us/app/infuse-6/id1136220934) - Video Players -* [YTLitePlus](https://github.com/Balackburn/YTLitePlus/), [YT Tweaked](https://rentry.co/FMHYBase64#yt-tweaked-ipas) or [Cercube](https://rejail.ru/pack/cercube) - Modded YouTube iPAs / [Reddit Post](https://redd.it/olsxri) +* [uYouPlus](https://uyouplus.com/), [YTLitePlus](https://github.com/Balackburn/YTLitePlus/), [YT Tweaked](https://rentry.co/FMHYBase64#yt-tweaked-ipas) or [Cercube](https://rejail.ru/pack/cercube) - Modded YouTube iPAs / [Reddit Post](https://redd.it/olsxri) * [Tunity](https://tunity.com/) - Hear Any Muted TV * [Pipifier](https://apps.apple.com/us/app/pipifier/id1234771095) - Picture in Picture @@ -17896,7 +17898,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Ketsu](https://ketsu.app/download.html) - [Discord](https://discord.gg/gjcy6MQ) * [Tweaked Crunchyroll ++](http://www.iosemulatorspot.com/tweaked-crunchyroll/) - Tweaked Crunchyroll * [MyAnimeList Client](https://apps.apple.com/us/app/myanimelist-official/id1469330778) - MyAnimeList Client -* [Otraku](https://github.com/lotusgate/otraku) or [AniHyou](https://github.com/axiel7/AniHyou) - AniList Apps +* [Otraku](https://github.com/lotusprey/otraku) or [AniHyou](https://github.com/axiel7/AniHyou-iOS) - AniList Apps *** @@ -17950,6 +17952,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[torrent-control](https://github.com/Mika-/torrent-control)** or [Remote Torrent Adder](https://github.com/bogenpirat/remote-torrent-adder) - Easily Send Torrents to Client * [Tixati](https://tixati.com/) - [Screenshot](https://i.ibb.co/tPfyPRQ/b0683ce2eb49.png) * [Motrix](https://motrix.app/) - [Screenshot](https://i.ibb.co/SQqrdpW/2950c09df08a.png) / [GitHub](https://github.com/agalwood/Motrix) +* [WizTorrent](https://wiztorrent.com/) - [Screenshot](https://i.imgur.com/O3VbklP.jpg) / Torrent Player / WebShare * [Picotorrent](https://picotorrent.org/) - [Screenshot](https://i.ibb.co/Pz4qb8Q/df96c0ff3912.png) * [BiglyBT](https://www.biglybt.com/) - [Screenshot](https://i.ibb.co/5TRkt1t/bfe91a771679.png) * [LIII](https://codecpack.co/download/LIII-BitTorrent-Client.html) - [Screenshot](https://i.ibb.co/jRJR1cX/cecb8c47451d.png) @@ -18113,6 +18116,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[Torrent Legality](https://i.ibb.co/HHqC4V2/11e244ddbdfb.png)** - Torrenting Laws by Country * [WarezBot](https://github.com/enzobes/WarezBot) - Discord Scene Release Tracker * [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache +* [InfoTorrent](https://infotorrent.tnl.one/) or [Webtorrent Checker](https://checker.openwebtorrent.com/) - Check Torrent File Health * [TorrentTags](https://torrenttags.com/) - Check Torrents for Copyright Claims * [MagLit](https://maglit.me/) - Magnet Link Shorteners * [Magnet Link Generator](https://magnetlinkgenerator.com/) - Magnet Link Generator @@ -18154,7 +18158,7 @@ import Index from './.vitepress/theme/Posts.vue' ## ▷ Spotify Tools * ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes -* ⭐ **Spicetify Tools** - [CLI](https://github.com/spicetify/spicetify-cli) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr) / [Easy Installation](https://github.com/OhItsTom/spicetify-easyinstall/) / [Fluent](https://github.com/williamckha/spicetify-fluent), [2](https://github.com/nimsandu/spicetify-bloom) +* ⭐ **Spicetify Tools** - [CLI](https://github.com/spicetify/spicetify-cli) / [Addons](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Discord](https://discord.gg/VnevqPp2Rr) / [Fluent](https://github.com/williamckha/spicetify-fluent), [2](https://github.com/nimsandu/spicetify-bloom) * [Versefy](https://versefy.app/) - Lyrics * [SpotifyTools](https://spotifytools.romanello.xyz/) - Spotify Companion * [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Playlist Randomizer @@ -18215,17 +18219,16 @@ import Index from './.vitepress/theme/Posts.vue' ## ▷ Streaming Apps -* ⭐ **[MooSync](https://moosync.app/)**, [yewtube](https://github.com/mps-youtube/yewtube), [YTMDesktop](https://ytmdesktop.app/) / [2](https://github.com/Venipa/ytmdesktop2), [Youtube-Music](https://github.com/th-ch/youtube-music) or [Headset](https://headsetapp.co) - YouTube Music Clients +* ⭐ **[MooSync](https://moosync.app/)**, [yewtube](https://github.com/mps-youtube/yewtube), [YTMDesktop](https://ytmdesktop.app/) / [2](https://youtube-music.app/), [Youtube-Music](https://github.com/th-ch/youtube-music) or [Headset](https://headsetapp.co) - YouTube Music Clients * [nuclear](https://nuclear.js.org/) - Streaming / [GitHub](https://github.com/nukeop/nuclear) / [Discord](https://discord.com/invite/JqPjKxE) * [FunkWhale](https://funkwhale.audio/) - Streaming * [MP3Jam](https://www.mp3jam.org/) - Streaming -* [Musify](https://github.com/gokadzev/Musify) - Streaming * [MellowPlayer](https://colinduquesnoy.gitlab.io/MellowPlayer/) - Streaming * [Muffon](https://github.com/staniel359/muffon) - Streaming * [Deezer](https://www.deezer.com/) - Streaming / [Full Songs](https://git.uhwot.cf/uhwot/dzunlock.git) * [OdesliBot](https://t.me/odesli_bot) - Audio Stream Search Bot * [MusicBucket](https://musicbucket.net/) - Track / Share Music / Telegram -* [JukeboxStar](https://jukeboxstar.com/) - Collaborative Playlist Streaming +* [JukeboxStar](https://jukeboxstar.com/) or [JukeboxToday](https://jukebox.today/) - Collaborative Streaming / Listening Parties * [stemplayerplayer](https://github.com/nn9dev/stemplayerplayer), [StemPlayer](https://stemplayer.io/) or [stem-player-emulator](https://github.com/krystalgamer/stem-player-emulator) - Kanye West STEM Player Emulators *** @@ -18392,7 +18395,7 @@ import Index from './.vitepress/theme/Posts.vue' * 🌐 **[Music Ripping Guide](https://ori5000.github.io/musicripping.html)**, **[Firehawk52](https://rentry.org/firehawk52)**, [MusicDL](https://rentry.org/musicdl) or [Florin](https://rentry.org/florinsmusicrippingguide) - Downloading / Ripping Guides * ⭐ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site Downloader / 320kb / MP3 / FLAC / [Telegram](https://t.me/+AuKfQGOOLrFlOTZk) -* ⭐ **[yet another music server](https://discord.gg/mvrj5NZx)** - Multi-Site Downloader / FLAC +* ⭐ **[yet another music server](https://discord.gg/wPwqnVuert)** - Multi-Site Downloader / FLAC * ⭐ **[YTMDL](https://ytmdl.deepjyoti30.dev/)**, [Shira](https://github.com/KraXen72/shira), [MPS-YouTube](https://github.com/mps-youtube/yewtube) or [YT-DLP](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders) - YouTube Audio Downloaders * ⭐ **[YouTube Ripping Guide](https://redd.it/vv27dy)** * ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - Download App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) @@ -18402,6 +18405,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Orpheus](https://github.com/yarrm80s/orpheusdl) - Music Ripper * [streamrip](https://github.com/nathom/streamrip) - Multi-Site Downloader / [Colab](https://github.com/r-piratedgames/rip) * [SoundLoaders](https://www.soundloaders.com/) - Multi-Site Downloader +* [YTiz](https://ytiz.xyz/) - Multi-Site Downloader * [GamDL](https://github.com/glomatico/gamdl) - Apple Music Downloader * [FreyrJS](https://github.com/miraclx/freyr-js) - Spotify, Deezer and Apple Music Downloader * [Song_downloaderbot](https://t.me/Song_downloaderbot), [DeezerMusicBot](https://t.me/DeezerMusicBot), [DeezloaderAn0n_bot](https://t.me/DeezloaderAn0n_bot) or [deezload2bot](https://t.me/deezload2bot) - Telegram Deezer Bots @@ -18715,6 +18719,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Audiocheck](https://www.audiocheck.net/) - Audio Tests * [LowAudioLatency](https://github.com/spddl/LowAudioLatency/) - Reduce Audio Latency * [DigitalFeed](https://abx.digitalfeed.net/) - Lossless Audio Sound System Test +* [Cleanfeed](https://cleanfeed.net/) - Live Audio Recording * [Online Mic Test](https://onlinemictest.com/), [Mic Tests](https://mictests.com/) or [Check Mic](https://webcammictest.com/check-mic.html) - Mic Test * [Sound Meter](https://mybrowseraddon.com/sound-meter.html) or [REW](https://www.roomeqwizard.com) - Measure Surrounding Sound Level * [Krisp](https://krisp.ai/) or [noise-suppression-for-voice](https://github.com/werman/noise-suppression-for-voice) - Noise Suppression Tools @@ -18844,7 +18849,7 @@ import Index from './.vitepress/theme/Posts.vue' * [Sequencer](https://sequencer.henryfellerhoff.com/) or [DrawBeats](https://drawbeats.com/) - Scale Sequencers * [Petaporon](https://pixwlk.itch.io/petaporon) or [OnlineSequencer](https://onlinesequencer.net/) - Piano Sequencers / [Editor](https://pixwlk.itch.io/petaporon-editor) * [Chrome Song Maker](https://musiclab.chromeexperiments.com/Song-Maker/), [Bosca Ceoil](https://terrycavanagh.itch.io/bosca-ceoil), [AdventureMachine](https://adventuremachine.4thfloorcreative.co.uk//) or [Strofe](https://www.strofe.com/) - Simple Audio Creators -* [JummBox](https://jummbus.bitbucket.io/), [Pata Tracker](https://pixwlk.itch.io/pata-tracker) or [Klystrack](https://github.com/kometbomb/klystrack) - Chiptune Music Creators +* [JummBox](https://jummbus.bitbucket.io/), [Furnace](https://github.com/tildearrow/furnace), [Pata Tracker](https://pixwlk.itch.io/pata-tracker) or [Klystrack](https://github.com/kometbomb/klystrack) - Chiptune Music Creators * [Acid Machine 2](https://errozero.co.uk/acid-machine/) - Acid Techno Machine * [Mixxx](https://mixxx.org/) or [Serato](https://serato.com/) - DJ Software * [WD-1](https://www.worteldrie.com/WD5/) or [YOU.DJ](https://you.dj/) - Online DJ / Beat Creators @@ -18983,7 +18988,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **[neporn](https://neporn.com/)** * ⭐ **[Noodlemagazine](https://noodlemagazine.com)**, [2](https://mat6tube.com/), [3](https://18.tyler-brown.com/), [4](https://waterdamagesandiego.org/), [5](https://hot.exporntoons.net/), [6](https://actionviewphotography.com/), [7](https://ukdevilz.com/) - Search Engine * ⭐ **[iXXX](https://www.ixxx.com/)** - Aggregator -* ⭐ **[PornFreeX](https://pornfreex.app/)** / [Discord]( https://discord.gg/uNa76ncX), [Porn App](https://porn-app.com/) or [NsfwBox](https://github.com/Kisspeace/NsfwBox) - Android Porn Apps +* ⭐ **[PornFreeX](https://pornfreex.app/)**, [Porn App](https://porn-app.com/) or [NsfwBox](https://github.com/Kisspeace/NsfwBox) - Android Porn Apps * [Full Length Porn CSE](https://cse.google.com/cse?cx=6c02fb377e50d493c) - Aggregators CSE * [FindTubes](https://www.findtubes.com/) - Aggregator * [Porn Guide](https://fapbuddies.net/porn-guide/) - How-to Find Porn @@ -19327,7 +19332,7 @@ import Index from './.vitepress/theme/Posts.vue' * ⭐ **Mihon Tools** - [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY) / [Official Forks](https://mihon.app/forks/), [2](https://github.com/null2264/yokai), [3](https://github.com/nekomangaorg/Neko) * ⭐ **[Anime-Sharing](https://www.anime-sharing.com/#downloads-requests)** - Hentai Manga DDL * ⭐ **[Nyaa Sukebei](https://sukebei.nyaa.si/)** - Hentai Manga Torrents -* ⭐ **[Wholesome Hentai](https://wholesomelist.com/)** - Wholesome Manga Index / [Discord](https://discord.com/invite/cqAm6XWw) +* ⭐ **[Wholesome Hentai](https://wholesomelist.com/)** - Wholesome Manga Index * ⭐ **[Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader)**, **[Hakuneko](https://hakuneko.download/)** or [NN Downloader](https://github.com/Official-Husko/NN-Downloader) - Multi-Site Manga Downloaders * [Hentai2Read](https://hentai2read.com/) or [HentaiHere](https://hentaihere.com/) - Hentai Manga * [Doujins.com](https://doujins.com/) - Hentai Manga / [Discord](https://discord.com/invite/EPnJqPf7xh) @@ -19340,7 +19345,7 @@ import Index from './.vitepress/theme/Posts.vue' * [HentaiZap](https://hentaizap.com/) - Hentai Manga * [Doujin.sexy](https://doujin.sexy/) - Hentai Manga * [MangaHentai](https://mangahentai.me/) - Hentai Manga -* [Toonily](https://toonily.me/) - Pornwha +* [Toonily](https://toonily.me/) - Pornhwa * [Manhwa18](https://manhwa18.net/) / [2](https://manhwa18.com/) / [3](https://pornwa.club/) - Pornhwa * [Multporn](https://multporn.net/) - Hentai Manga / Comics * [HentaiFox](https://hentaifox.com/) - Hentai Manga diff --git a/unocss.config.ts b/unocss.config.ts index 417a7766d..c41b2bca6 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -1,6 +1,9 @@ import { defineConfig, presetUno, presetAttributify, presetIcons } from 'unocss' export default defineConfig({ + content: { + filesystem: ['.vitepress/config.mts', '.vitepress/constants.ts'] + }, theme: { colors: { primary: 'var(--vp-c-brand-1)',