mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 00:41:20 +11:00
Compare commits
No commits in common. "f2339b2d48b85195802f5372207a5f3d5ce15f9d" and "eb19699b972338ddeb291090ef05c0f18106e3ac" have entirely different histories.
f2339b2d48
...
eb19699b97
69 changed files with 2331 additions and 22047 deletions
16
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
|
|
@ -17,11 +17,11 @@ Here you'll find some general guidelines for those who would like to start contr
|
|||
|
||||
**Don't submit any of the following:**
|
||||
|
||||
- **💰️ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/privacy#vpn) and [Debrid](/downloading#leeches-debrid).
|
||||
- **🕹️ Emulators** - Already listed on [Index Sites](/gaming#emulators).
|
||||
- **🌐 Web Browsers** - Good open-source browsers are already listed, so we just accept [indexes](/internet-tools#browser-tools), privacy-focused, and good mobile ones.
|
||||
- **🔻 Leeches** - Unless it's not already listed on existing [Leech Lists](/downloading#leeches-debrid), don't submit these.
|
||||
- **🐧 Linux Distros** - Already listed on [Index Sites](/linux-macos#linux-distros).
|
||||
- **💰️ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/adblockvpnguide#vpn) and [Debrid](/downloadpiracyguide#leeches-debrid).
|
||||
- **🕹️ Emulators** - Already listed on [Index Sites](/gamingpiracyguide#emulators).
|
||||
- **🌐 Web Browsers** - Already listed on [Comparison / Index Sites](/internet-tools#browser-tools). However, we accept privacy-based ones as well as normal mobile browsers.
|
||||
- **🔻 Leeches** - Unless it's not already listed on existing [Leech Lists](/downloadpiracyguide#leeches-debrid), don't submit these.
|
||||
- **🐧 Linux Distros** - Already listed on [Index Sites](/linuxguide#linux-distros).
|
||||
- **🌍 Non-english Software** - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation.
|
||||
- **🗂️ Coding Libraries** - There's too many of them and there are better places to find them.
|
||||
- **🎲 Mining / Betting Sites** - Don't submit anything related to betting, mining, BINs, CCs, etc.
|
||||
|
|
@ -61,8 +61,6 @@ The wiki will always have some variation either due to exceptions being made, th
|
|||
|
||||
For these reasons, there are too many conditions and nuances to satisfy to make an easy-to-follow guide. However, you can generally get an idea by looking at how existing links are structured.
|
||||
|
||||
Note that we do try to order sections from best to worst, and if multiple links are on the same line, only the **bold** ones are considered stars.
|
||||
|
||||
If you're unsure, ask in the wiki channels on [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord) and wait for a staff member to reply.
|
||||
|
||||
## Making Changes
|
||||
|
|
@ -101,7 +99,7 @@ If you're going to work on the site itself, or simply want to preview the site a
|
|||
|
||||
#### GitHub Codespaces
|
||||
|
||||
This creates an environment in the browser [(with 60h/month free quota)](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces#free-and-billed-use-by-personal-accounts). To use Codespaces, follow these steps:
|
||||
This creates an environment in the browser [(with 60h/month free quota)](https://docs.github.com/en/billing/managing-billing-for-your-products/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts). To use Codespaces, follow these steps:
|
||||
|
||||
1. Fork the repository by clicking the "Fork" button in the top right.
|
||||
|
||||
|
|
@ -119,6 +117,6 @@ This creates an environment in the browser [(with 60h/month free quota)](https:/
|
|||
|
||||
#### Local Instance
|
||||
|
||||
Making changes on a local repository may require a basic understanding of Git. You can find learning resources [here](/educational#developer-learning).
|
||||
Making changes on a local repository may require a basic understanding of Git. You can find learning resources [here](/edupiracyguide#developer-learning).
|
||||
|
||||
More info on manual setup can be found [here](/other/selfhosting).
|
||||
|
|
@ -15,31 +15,31 @@
|
|||
*/
|
||||
const files = (
|
||||
[
|
||||
'privacy.md',
|
||||
'adblockvpnguide.md',
|
||||
'ai.md',
|
||||
'mobile.md',
|
||||
'audio.md',
|
||||
'android-iosguide.md',
|
||||
'audiopiracyguide.md',
|
||||
'beginners-guide.md',
|
||||
'developer-tools.md',
|
||||
'downloading.md',
|
||||
'educational.md',
|
||||
'devtools.md',
|
||||
'downloadpiracyguide.md',
|
||||
'edupiracyguide.md',
|
||||
'file-tools.md',
|
||||
'gaming-tools.md',
|
||||
'gaming.md',
|
||||
'image-tools.md',
|
||||
'gamingpiracyguide.md',
|
||||
'img-tools.md',
|
||||
'internet-tools.md',
|
||||
'linux-macos.md',
|
||||
'misc.md',
|
||||
'linuxguide.md',
|
||||
'miscguide.md',
|
||||
'non-english.md',
|
||||
'reading.md',
|
||||
'readingpiracyguide.md',
|
||||
'social-media-tools.md',
|
||||
'storage.md',
|
||||
'system-tools.md',
|
||||
'text-tools.md',
|
||||
'torrenting.md',
|
||||
'unsafe.md',
|
||||
'torrentpiracyguide.md',
|
||||
'unsafesites.md',
|
||||
'video-tools.md',
|
||||
'video.md'
|
||||
'videopiracyguide.md'
|
||||
] as const
|
||||
).map((file) => ({
|
||||
name: file,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import UnoCSS from 'unocss/vite'
|
|||
import AutoImport from 'unplugin-auto-import/vite'
|
||||
import OptimizeExclude from 'vite-plugin-optimize-exclude'
|
||||
import Terminal from 'vite-plugin-terminal'
|
||||
import { VitePWA } from 'vite-plugin-pwa'
|
||||
import { defineConfig } from 'vitepress'
|
||||
import {
|
||||
commitRef,
|
||||
|
|
@ -44,14 +43,11 @@ export default defineConfig({
|
|||
['meta', { name: 'og:locale', content: 'en' }],
|
||||
['link', { rel: 'icon', href: '/test.png' }],
|
||||
// PWA
|
||||
['link', { rel: 'manifest', href: '/manifest.json' }],
|
||||
['link', { rel: 'icon', href: '/pwa_icon.png', type: 'image/svg+xml' }],
|
||||
['link', { rel: 'alternate icon', href: '/pwa_icon.png' }],
|
||||
['link', { rel: 'mask-icon', href: '/pwa_icon.png', color: '#000000ff' }],
|
||||
['link', { rel: 'icon', href: '/test.png', type: 'image/svg+xml' }],
|
||||
['link', { rel: 'alternate icon', href: '/test.png' }],
|
||||
['link', { rel: 'mask-icon', href: '/test.png', color: '#7bc5e4' }],
|
||||
['meta', { name: 'keywords', content: meta.keywords.join(' ') }],
|
||||
['link', { rel: 'apple-touch-icon', href: '/pwa_icon.png', sizes: '192x192' }],
|
||||
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
|
||||
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'default' }],
|
||||
['link', { rel: 'apple-touch-icon', href: '/test.png', sizes: '192x192' }],
|
||||
// Bing site verification
|
||||
[
|
||||
'meta',
|
||||
|
|
@ -120,58 +116,6 @@ export default defineConfig({
|
|||
filepath: './.cache/imports.json'
|
||||
}
|
||||
}),
|
||||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
workbox: {
|
||||
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2}'],
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /^https:\/\/fonts\.googleapis\.com\/.*/i,
|
||||
handler: 'CacheFirst',
|
||||
options: {
|
||||
cacheName: 'google-fonts-cache',
|
||||
expiration: {
|
||||
maxEntries: 10,
|
||||
maxAgeSeconds: 60 * 60 * 24 * 365 // 365 days
|
||||
},
|
||||
cacheableResponse: {
|
||||
statuses: [0, 200]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
manifest: {
|
||||
name: 'FMHY - freemediaheckyeah',
|
||||
short_name: 'FMHY',
|
||||
description: 'The largest collection of free stuff on the internet!',
|
||||
theme_color: '#000000ff',
|
||||
background_color: '#000000ff',
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
scope: '/',
|
||||
start_url: '/',
|
||||
icons: [
|
||||
{
|
||||
src: '/fmhy.ico',
|
||||
sizes: '16x16',
|
||||
type: 'image/x-icon'
|
||||
},
|
||||
{
|
||||
src: '/pwa_icon.png',
|
||||
sizes: '192x192',
|
||||
type: 'image/png',
|
||||
purpose: 'any maskable'
|
||||
},
|
||||
{
|
||||
src: '/pwa_icon.png',
|
||||
sizes: '512x512',
|
||||
type: 'image/png',
|
||||
purpose: 'any maskable'
|
||||
}
|
||||
]
|
||||
}
|
||||
}),
|
||||
transformsPlugin(),
|
||||
{
|
||||
name: 'custom:adjust-order',
|
||||
|
|
|
|||
|
|
@ -31,15 +31,6 @@ export const meta = {
|
|||
}
|
||||
}
|
||||
|
||||
export const excluded = [
|
||||
'readme.md',
|
||||
'single-page',
|
||||
'feedback.md',
|
||||
'index.md',
|
||||
'sandbox.md',
|
||||
'startpage.md'
|
||||
]
|
||||
|
||||
if (process.env.FMHY_BUILD_NSFW === 'false') {
|
||||
consola.info('FMHY_BUILD_NSFW is set to false, disabling NSFW content')
|
||||
meta.build.nsfw = false
|
||||
|
|
@ -64,18 +55,6 @@ export const feedback = `<a href="/feedback" class="feedback-footer">Made with
|
|||
export const search: DefaultTheme.Config['search'] = {
|
||||
options: {
|
||||
_render(src, env, md) {
|
||||
// Check if current file should be excluded from search
|
||||
const relativePath = env.relativePath || env.path || ''
|
||||
const shouldExclude = excluded.some(excludedFile =>
|
||||
relativePath.includes(excludedFile) ||
|
||||
relativePath.endsWith(excludedFile)
|
||||
)
|
||||
|
||||
// Return empty content for excluded files so they don't appear in search
|
||||
if (shouldExclude) {
|
||||
return ''
|
||||
}
|
||||
|
||||
let contents = src
|
||||
// I do this as env.frontmatter is not available until I call `md.render`
|
||||
if (contents.includes('Beginners Guide'))
|
||||
|
|
@ -218,7 +197,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
items: [
|
||||
{
|
||||
text: '<span class="i-twemoji:name-badge"></span> Adblocking / Privacy',
|
||||
link: '/privacy'
|
||||
link: '/adblockvpnguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:robot"></span> Artificial Intelligence',
|
||||
|
|
@ -226,39 +205,39 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:television"></span> Movies / TV / Anime',
|
||||
link: '/video'
|
||||
link: '/videopiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:musical-note"></span> Music / Podcasts / Radio',
|
||||
link: '/audio'
|
||||
link: '/audiopiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:video-game"></span> Gaming / Emulation',
|
||||
link: '/gaming'
|
||||
link: '/gamingpiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:green-book"></span> Books / Comics / Manga',
|
||||
link: '/reading'
|
||||
link: '/readingpiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:floppy-disk"></span> Downloading',
|
||||
link: '/downloading'
|
||||
link: '/downloadpiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:cyclone"></span> Torrenting',
|
||||
link: '/torrenting'
|
||||
link: '/torrentpiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:brain"></span> Educational',
|
||||
link: '/educational'
|
||||
link: '/edupiracyguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:mobile-phone"></span> Android / iOS',
|
||||
link: '/mobile'
|
||||
link: '/android-iosguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:penguin"></span> Linux / macOS',
|
||||
link: '/linux-macos'
|
||||
link: '/linuxguide'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:globe-showing-asia-australia"></span> Non-English',
|
||||
|
|
@ -266,7 +245,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:file-folder"></span> Miscellaneous',
|
||||
link: '/misc'
|
||||
link: '/miscguide'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -300,7 +279,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:camera"></span> Image Tools',
|
||||
link: '/image-tools'
|
||||
link: '/img-tools'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:videocassette"></span> Video Tools',
|
||||
|
|
@ -308,15 +287,15 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:speaker-high-volume"></span> Audio Tools',
|
||||
link: '/audio#audio-tools'
|
||||
link: '/audiopiracyguide#audio-tools'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:red-apple"></span> Educational Tools',
|
||||
link: '/educational#educational-tools'
|
||||
link: '/edupiracyguide#educational-tools'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:man-technologist"></span> Developer Tools',
|
||||
link: '/developer-tools'
|
||||
link: '/devtools'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -332,7 +311,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
|
|||
: {},
|
||||
{
|
||||
text: '<span class="i-twemoji:warning"></span> Unsafe Sites',
|
||||
link: '/unsafe'
|
||||
link: '/unsafesites'
|
||||
},
|
||||
{
|
||||
text: '<span class="i-twemoji:package"></span> Storage',
|
||||
|
|
|
|||
|
|
@ -134,31 +134,31 @@ export function transform(text: string): string {
|
|||
.replace(/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/ai/g, '/ai')
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/adblock-vpn-privacy/g,
|
||||
'/privacy'
|
||||
'/adblockvpnguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/android/g,
|
||||
'/mobile'
|
||||
'/android-iosguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/games/g,
|
||||
'/gaming'
|
||||
'/gamingpiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/reading/g,
|
||||
'/reading'
|
||||
'/readingpiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/download/g,
|
||||
'/downloading'
|
||||
'/downloadpiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/torrent/g,
|
||||
'/torrenting'
|
||||
'/torrentpiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/edu/g,
|
||||
'/educational'
|
||||
'/edupiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/system-tools/g,
|
||||
|
|
@ -194,15 +194,15 @@ export function transform(text: string): string {
|
|||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/video/g,
|
||||
'/video'
|
||||
'/videopiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/audio/g,
|
||||
'/audio'
|
||||
'/audiopiracyguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/linux/g,
|
||||
'/linux-macos'
|
||||
'/linuxguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/non-eng/g,
|
||||
|
|
@ -210,7 +210,7 @@ export function transform(text: string): string {
|
|||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/misc/g,
|
||||
'/misc'
|
||||
'/miscguide'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/storage/g,
|
||||
|
|
@ -218,11 +218,11 @@ export function transform(text: string): string {
|
|||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/dev-tools/g,
|
||||
'/developer-tools'
|
||||
'/devtools'
|
||||
)
|
||||
.replace(
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/image-tools/g,
|
||||
'/image-tools'
|
||||
/https:\/\/www.reddit.com\/r\/FREEMEDIAHECKYEAH\/wiki\/img-tools/g,
|
||||
'/img-tools'
|
||||
)
|
||||
|
||||
_text = replaceUnderscore(_text)
|
||||
|
|
@ -266,7 +266,7 @@ const transformLinks = (text: string): string =>
|
|||
},
|
||||
{
|
||||
name: 'GitLab',
|
||||
find: /(?<=\/ )\[GitLab\]\(([^\)]*?)\)/gm,
|
||||
find: /\[GitLab\]\(([^\)]*?)\)/gm,
|
||||
replace:
|
||||
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,19 +20,19 @@ interface Header {
|
|||
}
|
||||
|
||||
export const headers: Header = {
|
||||
'privacy.md': {
|
||||
'adblockvpnguide.md': {
|
||||
title: 'Adblocking / Privacy',
|
||||
description: 'Adblocking, Privacy, VPNs, Proxies, Antiviruses'
|
||||
},
|
||||
'ai.md': {
|
||||
title: 'Artificial Intelligence',
|
||||
description: 'Chatbots, Text Generators, Image Generators, Chatbot Tools'
|
||||
description: 'Chatbots, Text Generators, Image Generators, ChatGPT Tools'
|
||||
},
|
||||
'mobile.md': {
|
||||
'android-iosguide.md': {
|
||||
title: 'Android / iOS',
|
||||
description: 'Apps, Jailbreaking, Android Emulators'
|
||||
},
|
||||
'audio.md': {
|
||||
'audiopiracyguide.md': {
|
||||
title: 'Music / Podcasts / Radio',
|
||||
description: 'Stream Audio, Download Audio, Torrent Audio'
|
||||
},
|
||||
|
|
@ -40,23 +40,23 @@ export const headers: Header = {
|
|||
title: 'Beginners Guide',
|
||||
description: 'A Guide for Beginners to Piracy'
|
||||
},
|
||||
'downloading.md': {
|
||||
'downloadpiracyguide.md': {
|
||||
title: 'Downloading',
|
||||
description: 'Download Sites, Software Sites, Open Directories'
|
||||
},
|
||||
'educational.md': {
|
||||
'edupiracyguide.md': {
|
||||
title: 'Educational',
|
||||
description: 'Courses, Documentaries, Learning Resources'
|
||||
},
|
||||
'gaming.md': {
|
||||
'gamingpiracyguide.md': {
|
||||
title: 'Gaming / Emulation',
|
||||
description: 'Download Games, ROMs, Gaming Tools'
|
||||
},
|
||||
'linux-macos.md': {
|
||||
'linuxguide.md': {
|
||||
title: 'Linux / macOS',
|
||||
description: 'Apps, Software Sites, Gaming'
|
||||
},
|
||||
'misc.md': {
|
||||
'miscguide.md': {
|
||||
title: 'Miscellaneous',
|
||||
description: 'Extensions, Indexes, News, Health, Food, Fun'
|
||||
},
|
||||
|
|
@ -68,7 +68,7 @@ export const headers: Header = {
|
|||
title: 'Non-English',
|
||||
description: 'International Piracy Sites'
|
||||
},
|
||||
'reading.md': {
|
||||
'readingpiracyguide.md': {
|
||||
title: 'Books / Comics / Manga',
|
||||
description: 'Books, Comics, Magazines, Newspapers'
|
||||
},
|
||||
|
|
@ -76,11 +76,11 @@ export const headers: Header = {
|
|||
title: 'Gaming Tools',
|
||||
description: 'Gaming Optimization, Game Launchers, Multiplayer'
|
||||
},
|
||||
'developer-tools.md': {
|
||||
'devtools.md': {
|
||||
title: 'Developer Tools',
|
||||
description: 'Git, Hosting, App Dev, Software Dev'
|
||||
},
|
||||
'image-tools.md': {
|
||||
'img-tools.md': {
|
||||
title: 'Image Tools',
|
||||
description: 'Image Editors, Generators, Compress'
|
||||
},
|
||||
|
|
@ -116,11 +116,11 @@ export const headers: Header = {
|
|||
title: 'Storage',
|
||||
description: 'Sections too big to fit on main pages'
|
||||
},
|
||||
'torrenting.md': {
|
||||
'torrentpiracyguide.md': {
|
||||
title: 'Torrenting',
|
||||
description: 'Torrent Clients, Torrent Sites, Trackers'
|
||||
},
|
||||
'video.md': {
|
||||
'videopiracyguide.md': {
|
||||
title: 'Movies / TV / Anime',
|
||||
description: 'Stream Videos, Download Videos, Torrent Videos'
|
||||
},
|
||||
|
|
@ -128,7 +128,7 @@ export const headers: Header = {
|
|||
title: 'Base64',
|
||||
description: 'Base64 storage'
|
||||
},
|
||||
'unsafe.md': {
|
||||
'unsafesites.md': {
|
||||
title: 'Unsafe Sites',
|
||||
description: 'Unsafe/harmful sites to avoid.'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [X](https://x.com/SponsorBlock) / [Discord](https://discord.gg/SponsorBlock) / [GitHub](https://github.com/ajayyy/SponsorBlock)
|
||||
* ⭐ **SponsorBlock Tools** - [Bookmarklet](https://github.com/mchangrh/sb.js) / [Script](https://greasyfork.org/en/scripts/453320) / [Database](https://sb.ltn.fi/) / [Chromecast](https://github.com/gabe565/CastSponsorSkip)
|
||||
* [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Discord Nitro / Boost Ads
|
||||
* [Popup Blocker (strict)](https://github.com/schomery/popup-blocker), [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/) or [PopUpOFF](https://popupoff.org/) - Popup Blockers / [Script](https://github.com/AdguardTeam/PopupBlocker)
|
||||
* [Popup Blocker (strict)](https://github.com/schomery/popup-blocker), [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/) or [PopUpOFF](https://romanisthere.github.io/PopUpOFF-Website/index.html) - Popup Blockers / [Script](https://github.com/AdguardTeam/PopupBlocker)
|
||||
* [BehindTheOverlay](https://github.com/NicolaeNMV/BehindTheOverlay) - Hide Website Overlays
|
||||
* [BilibiliSponsorBlock](https://github.com/hanydd/BilibiliSponsorBlock) - Skip Sponsored Bilibili Ads
|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
***
|
||||
|
||||
* ⭐ **[LegitimateURLShortener](https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/master/LegitimateURLShortener.txt)** - Query Parameter Cleaning Rules
|
||||
* ⭐ **[LegitimateURLShortener](https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt)** - Query Parameter Cleaning Rules
|
||||
* [Hagezi Blocklists](https://github.com/hagezi/dns-blocklists) - Blocklist Collection
|
||||
* [FilterLists](https://filterlists.com/) - Filter / Host List Directory
|
||||
* [FMHY Filterlist](https://github.com/fmhy/FMHYFilterlist) - Unsafe Sites Filter
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
* ↪️ **[DNS Filters / Blocklists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dns_filters)**
|
||||
* ↪️ **[Free DNS Resolvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_resolvers)**
|
||||
* ⭐ **[Pi-Hole](https://pi-hole.net/)** - Self-Hosted DNS Adblocking / [X](https://x.com/The_Pi_Hole) / [Subreddit](https://reddit.com/r/pihole/) / [GitHub](https://github.com/pi-hole)
|
||||
* ⭐ **Pi-Hole Tools** - [Filters](https://firebog.net/) / [Tray App](https://github.com/PinchToDebug/Pihole-Tray/) / [Android Server](https://github.com/DesktopECHO/Pi-hole-for-Android) (root)
|
||||
* ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-AdGuard](https://github.com/klutchell/balena-adguard) / [X](https://x.com/adguard) / [Subreddit](https://reddit.com/r/Adguard) / [Telegram](https://t.me/adguarden) / [GitHub](https://github.com/AdguardTeam/AdGuardHome)
|
||||
* ⭐ **Pi-Hole Tools** - [Filters](https://firebog.net/) / [Anti-Telemetry](https://github.com/MoralCode/pihole-antitelemetry) / [Tray App](https://github.com/PinchToDebug/Pihole-Tray/)
|
||||
* ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-Adguard](https://github.com/klutchell/balena-adguard) / [X](https://x.com/adguard) / [Subreddit](https://reddit.com/r/Adguard) / [Telegram](https://t.me/adguarden) / [GitHub](https://github.com/AdguardTeam/AdGuardHome)
|
||||
* ⭐ **[Mullvad DNS](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/)** - DNS Adblocking / Filtering / [Extension](https://mullvad.net/en/download/browser/extension) / [GitHub](https://github.com/mullvad)
|
||||
* [YogaDNS](https://yogadns.com/) - Custom DNS Client for Windows
|
||||
* [NextDNS](https://nextdns.io) - Customizable DNS Adblocking Service / [Video](https://youtu.be/WUG57ynLb8I)
|
||||
|
|
@ -85,38 +85,39 @@
|
|||
|
||||
# ► Antivirus / Anti-Malware
|
||||
|
||||
* 🌐 **[r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tool Index
|
||||
* 🌐 **[/r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tool Index
|
||||
* ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)**
|
||||
* ⭐ **[Malwarebytes](https://www.malwarebytes.com/)** / [X](https://x.com/malwarebytes) or [ESET](https://rentry.co/FMHYB64#eset) - Antivirus
|
||||
* ⭐ **[Malwarebytes](https://www.malwarebytes.com/)** / [X](https://x.com/malwarebytes) or [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus
|
||||
* ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware / [X](https://x.com/malwarebytes)
|
||||
* ⭐ **[Triage](https://tria.ge/)** or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
|
||||
* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities
|
||||
* ⭐ **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** - Detects if Current Site is Trusted / Untrusted
|
||||
* [FMHY LinkSafe Guard](https://greasyfork.org/en/scripts/528660-fmhy-safelink-guard) - Shows if Site is Trusted / Untrusted on Web Results
|
||||
* [BleepingComputer](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#malware-removal-forums)
|
||||
* [Sandboxie Plus](https://sandboxie-plus.com/) - Sandbox Environment / [Guide](https://rentry.co/vtguide) / [GitHub](https://github.com/sandboxie-plus/Sandboxie)
|
||||
* [BleepingComputer Forums](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative Forums](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#malware-removal-forums)
|
||||
* [Sandboxie Plus](https://sandboxie-plus.com/) - Sandbox Environment / [Guide](https://rentry.co/sandboxie-guide) / [GitHub](https://github.com/sandboxie-plus/Sandboxie)
|
||||
* [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Full Virtual Machine Sandbox Environment
|
||||
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
|
||||
* [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
|
||||
* [SquareX](https://public.sqrx.com/web) - Browser Sandbox
|
||||
* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools
|
||||
* [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool
|
||||
* [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings
|
||||
* [DefenderUI](https://www.defenderui.com/) - Improved Windows Defender UI
|
||||
|
||||
***
|
||||
|
||||
## ▷ File Scanners
|
||||
|
||||
* 🌐 **[The Second Opinion](https://jijirae.github.io/thesecondopinion/index.html)**, [2](https://rentry.co/thesecondopinion) - Portable Malware Scanners / Removal Tools / [GitHub](https://github.com/jijirae/thesecondopinion/)
|
||||
* ⭐ **[VirusTotal](https://www.virustotal.com/)** / [Scan Results Guide](https://rentry.co/vtguide) or **[Hybrid Analysis](https://hybrid-analysis.com/)** - Online File Scanner
|
||||
* ⭐ **[VirusTotal](https://www.virustotal.com/)** / [Scan Results Guide](https://rentry.co/piracy-faq-virustotal), [2](https://rentry.co/VTGuide) or **[Hybrid Analysis](https://hybrid-analysis.com/)** - Online File Scanner
|
||||
* ⭐ **VirusTotal Tools** - [CLI](https://github.com/VirusTotal/vt-cli) / [Uploader](https://github.com/SamuelTulach/VirusTotalUploader) / [Lite Version](https://www.virustotal.com/old-browsers/)
|
||||
* [Microsoft Safety Scanner](https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download) - On-demand AV Scanner
|
||||
* [Microsoft Safety Scanner](https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download) or [Emsisoft Emergency Kit](https://www.emsisoft.com/en/home/emergencykit/) - On-demand AV Scanners
|
||||
* [Manalyzer](https://manalyzer.org/) - PE File Scanner / [GitHub](https://github.com/JusticeRage/Manalyze)
|
||||
* [YARA](https://virustotal.github.io/yara/) - Malware Identification Tool / [GitHub](https://github.com/virustotal/yara)
|
||||
* [Winitor](https://www.winitor.com/) - EXE Malware Assessment
|
||||
* [pyWhat](https://github.com/bee-san/pyWhat) - Identify Anything / [Discord](https://discord.com/invite/zYTM3rZM4T)
|
||||
* [Grype](https://github.com/anchore/grype) - Container Images Vulnerability Scanner
|
||||
* [Jotti](https://virusscan.jotti.org/en) - Online File Scanner
|
||||
* [Filescan.io](https://www.filescan.io/) or [MetaDefender Cloud](https://metadefender.com/) - Online File Scanner / [X](https://x.com/filescan_itsec) / [GitHub](https://github.com/filescanio)
|
||||
* [Filescan.io](https://www.filescan.io/) - Online File Scanner / [X](https://x.com/filescan_itsec) / [GitHub](https://github.com/filescanio)
|
||||
* [Farbar](https://www.bleepingcomputer.com/download/farbar-recovery-scan-tool/) / [Guide](https://www.bleepingcomputer.com/forums/t/781976/) - Local File Scanner
|
||||
|
||||
***
|
||||
|
|
@ -139,7 +140,7 @@
|
|||
* ↪️ **[File Encryption](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_encryption)**
|
||||
* ↪️ **[Drive Formatting / File Deletion](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_formatting_.2F_deletion)**
|
||||
* ⭐ **[Tails](https://tails.net/)** / [Telegram](https://t.me/torproject) / [GitHub](https://github.com/torproject), [Whonix](https://www.whonix.org/) / [Telegram](https://t.me/s/Whonix) / [GitHub](https://github.com/Whonix) or [Qubes](https://www.qubes-os.org/) / [GitHub](https://github.com/QubesOS) - Privacy-Based Operating Systems
|
||||
* [r/Privacy](https://reddit.com/r/privacy), [r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [r/privatelife](https://www.reddit.com/r/privatelife/) - Privacy Discussion / Forums
|
||||
* [/r/Privacy](https://reddit.com/r/privacy), [/r/TheHatedOne](https://www.reddit.com/r/thehatedone) or [/r/privatelife](https://www.reddit.com/r/privatelife/) - Privacy Discussion / Forums
|
||||
* [W10Privacy](https://www.w10privacy.de/english-home/) - Privacy and Data Protection Tools
|
||||
* [Telemetry.md](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) - Disable Windows 10/11 Telemetry
|
||||
* [Agent DVR](https://www.ispyconnect.com/) / [Subreddit](https://www.reddit.com/r/ispyconnect/), [Frigate](https://frigate.video/) / [GitHub](https://github.com/blakeblackshear/frigate), [Smart Sec Cam](https://github.com/scottbarnesg/smart-sec-cam) or [ZoneMinder](https://zoneminder.com/) / [Discord](https://discord.gg/tHYyP9k66q) / [GitHub](https://github.com/ZoneMinder/ZoneMinder/) - Security Camera Systems
|
||||
|
|
@ -165,7 +166,7 @@
|
|||
* ⭐ **[The New Oil](https://thenewoil.org/)** - Educational Guide / [GitHub](https://github.com/tnonate/thenewoil)
|
||||
* ⭐ **[No Trace](https://www.notrace.how/)** - Educational Guide / [.onion](http://i4pd4zpyhrojnyx5l3d2siauy4almteocqow4bp2lqxyocrfy6prycad.onion/)
|
||||
* ⭐ **[The Hitchhiker’s Guide](https://anonymousplanet.org/)** - Extensive Guide to Online Anonymity / [GitHub](https://github.com/Anon-Planet/thgtoa)
|
||||
* ⭐ **[Consumer Rights Wiki](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights
|
||||
* [Consumer Rights Wiki](https://consumerrights.wiki/) - Documents Practices That Impact Consumer Rights
|
||||
* [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy), [Awesome Security Hardening](https://github.com/decalage2/awesome-security-hardening) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service Lists
|
||||
* [Defensive Computing Checklist](https://defensivecomputingchecklist.com/) - Educational Guide
|
||||
* [OPSEC guide](https://whos-zycher.github.io/opsec-guide/) - Educational Guide
|
||||
|
|
@ -175,7 +176,7 @@
|
|||
* [AvoidTheHack](https://avoidthehack.com/) - Educational Blog / [GitHub](https://github.com/avoidthehack)
|
||||
* [Hostux](https://hostux.network/) - Privacy Tools / [Source Code](https://git.hostux.net/valere/hostux.network)
|
||||
* [Privacy Settings](https://github.com/StellarSand/privacy-settings) - Privacy Setting Guides
|
||||
* [Privacy Not Included](https://www.mozillafoundation.org/en/privacynotincluded/) - Product Privacy Ratings
|
||||
* [Privacy Not Included](https://foundation.mozilla.org/privacynotincluded/) - Product Privacy Ratings
|
||||
* [EncryptedList](https://encryptedlist.xyz/) - List of Encrypted Services/Apps
|
||||
* [Awesome Vehicle Security](https://github.com/jaredthecoder/awesome-vehicle-security) - Vehicle Security Resources
|
||||
|
||||
|
|
@ -211,13 +212,14 @@
|
|||
|
||||
# ► Web Privacy
|
||||
|
||||
* 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [r/degoogle](https://www.reddit.com/r/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives
|
||||
* 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [/r/degoogle](https://www.reddit.com/r/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives
|
||||
* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**
|
||||
* ⭐ **[PrivacySpy](https://privacyspy.org/)** / [GitHub](https://github.com/politiwatch/privacyspy) or [ToS;DR](https://tosdr.org/) / [Discord](https://discord.gg/tosdr) / [GitHub](https://github.com/tosdr) - Sites Privacy Policies
|
||||
* ⭐ **[JustDeleteMe](https://justdeleteme.xyz/)** - Find / Terminate Old Accounts / [GitHub](https://github.com/jdm-contrib/jdm)
|
||||
* [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) / [Telegram](https://t.me/joinchat/AAAAAElZRwd0aBrYTaHHcQ) / [GitHub](https://github.com/eschultze/phishstats-api-network) or [PhishTank](https://phishtank.org/) - Report Phishing Sites
|
||||
* [DNS Jumper](https://www.sordum.org/7952/dns-jumper-v2-3/) - DNS Switcher
|
||||
* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)
|
||||
* [Redact](https://redact.dev/) - Delete X.com / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV)
|
||||
* [tweetXer](https://github.com/lucahammer/tweetXer) - Delete X.com Posts
|
||||
* [delete-likes-from-x-com.md](https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d) - Delete X.com Likes / Favorites
|
||||
* [Power Delete Suite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete
|
||||
|
|
@ -231,10 +233,10 @@
|
|||
* 🌐 **[Browser Privacy Guides](https://www.privacyguides.org/en/desktop-browsers)** - Browser Privacy / Setup Guides
|
||||
* ↪️ **[Browser Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_browser_tools)**
|
||||
* ↪️ **[Android Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)**
|
||||
* ⭐ **[Tor Browser](https://www.torproject.org/)**, [2](https://tor.eff.org/) - Onion-Routed Browser / [TG Downloads / Bridges](https://t.me/torproject) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser)
|
||||
* ⭐ **[Tor Browser](https://www.torproject.org/)**, [2](https://tor.eff.org/) - Onion-Routed Browser / [TG Downloads](https://t.me/gettor_bot) / [Telegram](https://t.me/torproject) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser) / [GitHub](https://github.com/torproject)
|
||||
* ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (without Tor network) / [GitHub](https://github.com/mullvad)
|
||||
* ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** - Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#general-tweak-warning)
|
||||
* [Phoenix](https://codeberg.org/celenity/Phoenix) - Firefox Privacy Tweak / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#general-tweak-warning) / [GitHub](https://github.com/celenityy/Phoenix)
|
||||
* ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** - Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/)
|
||||
* [Phoenix](https://codeberg.org/celenity/Phoenix) - Firefox Privacy Tweak / [GitHub](https://github.com/celenityy/Phoenix)
|
||||
* [LibreWolf](https://librewolf.net/) - Custom Privacy-Focused Firefox / [Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater) / [Source Code](https://codeberg.org/librewolf) / [Subreddit](https://www.reddit.com/r/LibreWolf)
|
||||
* [Brave Browser](https://brave.com/) - Privacy Chromium Browser / [Subreddit](https://www.reddit.com/r/brave_browser/) / [GitHub](https://github.com/brave/brave-browser)
|
||||
* [Encrypted SNI](https://www.cloudflare.com/ssl/encrypted-sni/) - Cloudflare Browser Check
|
||||
|
|
@ -269,7 +271,7 @@
|
|||
|
||||
## ▷ Encrypted Messengers
|
||||
|
||||
* 🌐 **[Eylenburg Comparisons](https://eylenburg.github.io/im_comparison.htm)**, [SecuChart](https://bkil.gitlab.io/secuchart/), [Messenger-Matrix](https://www.messenger-matrix.de/messenger-matrix-en.html) or [Secure Messaging Apps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons
|
||||
* 🌐 **[Chat Protocols & Services](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**, [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm), [SecuChart](https://bkil.gitlab.io/secuchart/), [Messenger-Matrix](https://www.messenger-matrix.de/messenger-matrix-en.html) or [Secure Messaging Apps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons
|
||||
* ⭐ **[SimpleX](https://simplex.chat/)** - All Platforms / [GitHub](https://github.com/simplex-chat)
|
||||
* ⭐ **[Signal](https://signal.org/)** - All Platforms / Phone # Required / [GitHub](https://github.com/signalapp) or **[Molly](https://github.com/mollyim/mollyim-android)** / Android
|
||||
* ⭐ **[Briar](https://briarproject.org/)** / Android / [GitLab](https://code.briarproject.org/briar/briar)
|
||||
|
|
@ -282,7 +284,7 @@
|
|||
* [Linphone](https://www.linphone.org/) - All Platforms / [GitLab](https://gitlab.linphone.org/explore/projects)
|
||||
* [Berty](https://berty.tech/) / Android, iOS / [GitHub](https://github.com/berty/berty)
|
||||
* [Ricochet Refresh](https://www.ricochetrefresh.net/) / Windows, Mac, Linux / [GitHub](https://github.com/blueprint-freespeech/ricochet-refresh)
|
||||
* [Cwtch](https://docs.cwtch.im) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)
|
||||
* [Cwtch](https://cwtch.im/) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)
|
||||
* [Status](https://status.app/) / Android, iOS / [GitHub](https://github.com/status-im)
|
||||
* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) / iOS
|
||||
* [Databag](https://github.com/balzack/databag) - Self-Hosted / Android, iOS, Web / [GitHub](https://github.com/balzack/databag)
|
||||
|
|
@ -308,9 +310,10 @@
|
|||
|
||||
* ⭐ **[Have I Been Pwned?](https://haveibeenpwned.com/)** - Monitor Email Breaches / [GitHub](https://github.com/HaveIBeenPwned)
|
||||
* ⭐ **[Have I Been Pwned Passwords](https://haveibeenpwned.com/Passwords)** - Password Breach Check
|
||||
* [Mozilla Monitor](https://monitor.mozilla.org/) - Data Breach Check / Sign-up Required / [GitHub](https://github.com/mozilla/blurts-server)
|
||||
* [FirefoxMonitor](https://monitor.mozilla.org/) - Data Breach Check / [GitHub](https://github.com/mozilla/blurts-server)
|
||||
* [BreachDirectory](https://breachdirectory.org), [Snusbase](https://snusbase.com/), [Leak Lookup](https://leak-lookup.com/), [Trufflehog](https://trufflesecurity.com/) / [Discord](https://discord.gg/8Hzbrnkr7E) / [GitHub](https://github.com/trufflesecurity/trufflehog) or [LeakPeek](https://leakpeek.com/) / [Discord](https://discord.com/invite/mNxhSRWKwq) - Data Breach Search Engines
|
||||
* [Intelligence X](https://intelx.io/) - Password Breach Check / [GitHub](https://github.com/IntelligenceX)
|
||||
* [psbdmp](https://psbdmp.ws/) - Password Breach Check
|
||||
* [ScatteredSecrets](https://scatteredsecrets.com/) - Password Breach Check
|
||||
* [BreachDetective](https://breachdetective.com/) - Password Breach Check
|
||||
|
||||
|
|
@ -341,8 +344,11 @@
|
|||
* ⭐ **[Brave Search](https://search.brave.com/)** - Independent
|
||||
* ⭐ **[DuckDuckGo](https://start.duckduckgo.com/)** - Metasearch / Bing Based / [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / [Subreddit](https://www.reddit.com/r/duckduckgo/)
|
||||
* [Fuck Off Google](https://search.fuckoffgoogle.net/), [searx.neocities](https://searx.neocities.org/), [nixnet](https://searx.nixnet.services/) or [monocles](https://monocles.de/) - Searx Instances / Metasearch
|
||||
* [LibreY](https://github.com/Ahwxorg/librey) - Metasearch
|
||||
* [4get](https://4get.ca/) - Metasearch / [Source Code](https://git.lolcat.ca/lolcat/4get)
|
||||
* [Mojeek](https://www.mojeek.com/) - Independent / [Subreddit](https://www.reddit.com/r/mojeek/)
|
||||
* [Qwant](https://www.qwant.com/) - Bing / Independatant / [Discord](https://discord.com/invite/vjhCHnFMkw)
|
||||
* [Swisscows](https://swisscows.com/) - Bing Based
|
||||
* [YaCy](https://yacy.net/) - Decentralized / P2P Independant / [GitHub](https://github.com/yacy/yacy_search_server)
|
||||
* [Startpage](https://www.startpage.com/) - Google Based / [Subreddit](https://www.reddit.com/r/StartpageSearch/)
|
||||
* [SearXNG](https://docs.searxng.org/) - Self-Hosted / Metasearch / [GitHub](https://github.com/searxng/searxng)
|
||||
|
|
@ -351,109 +357,63 @@
|
|||
|
||||
# ► VPN
|
||||
|
||||
* **Note** - Outside of WARP it's generally best to use a paid VPN, especially if you have privacy or speed in mind. Free VPNs are mostly useful for things like unblocking websites.
|
||||
* **Note** - Keep in mind outside of WARP, its generally best to use a paid, rather than free VPN especially if you have privacy or speed in mind. Free VPNs are mainly useful for things like unblocking sites.
|
||||
|
||||
***
|
||||
|
||||
* 🌐 **[Techlore Chart](https://techlore.tech/vpn)** - VPN Comparison Charts
|
||||
* 🌐 **[VPN Relationships](https://kumu.io/Windscribe/vpn-relationships)**, [2](https://windscribe.com/vpnmap) - VPN Relationship Map
|
||||
* ⭐ **[WARP](https://one.one.one.one/)** - Free / Unlimited / [Wireguard](https://rentry.co/foss-warp) / [Alt Client](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#alt-warp-clients) / [Config Generator](https://f0rc3run.github.io/free-warp-endpoints/)
|
||||
* ⭐ **[WARP](https://one.one.one.one/)** - Free / Unlimited / [Wireguard](https://rentry.co/foss-warp), [2](https://f0rc3run.github.io/free-warp-endpoints/)
|
||||
* ⭐ **[Windscribe](https://windscribe.com)** - Free / 10GB Monthly / [Subreddit](https://www.reddit.com/r/Windscribe/) / [GitHub](https://github.com/windscribe)
|
||||
* ⭐ **[Proton VPN](https://protonvpn.com)** - No Torrenting with Free Plan / Unlimited / [Wireguard](https://protonvpn.com/support/wireguard-configurations) / [Subreddit](https://www.reddit.com/r/ProtonVPN/) / [Telegram](https://t.me/proton_privacy) / [GitHub](https://github.com/ProtonVPN/)
|
||||
* ⭐ **[RiseupVPN](https://riseup.net/en/vpn)** - Free / Unlimited / [OpenVPN](https://github.com/kmille/riseup-vpn-configurator) / [GitHub](https://github.com/riseupnet)
|
||||
* ⭐ **[AirVPN](https://airvpn.org/)** - Paid / [.onion](https://airvpn3epnw2fnsbx5x2ppzjs6vxtdarldas7wjyqvhscj7x43fxylqd.onion/) / [GitHub](https://github.com/AirVPN) / [GitLab](https://gitlab.com/AirVPN)
|
||||
* ⭐ **[/r/VPNs](https://www.reddit.com/r/vpns/)** - Discussion Forum
|
||||
* [Mullvad VPN](https://mullvad.net/) - Paid / [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/) / [.onion](https://ao54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion) / [GitHub](https://github.com/mullvad)
|
||||
* [IVPN](https://www.ivpn.net/) - Paid / [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/) / [Subreddit](https://www.reddit.com/r/IVPN/) / [GitHub](https://github.com/ivpn)
|
||||
* [PrivadoVPN](https://privadovpn.com/software) - Free / 10GB Monthly / Unlimited Accounts via [Temp Mail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)
|
||||
* [Calyx VPN](https://calyxos.org/docs/guide/apps/calyx-vpn/) - Free / Unlimited
|
||||
|
||||
***
|
||||
|
||||
## ▷ VPN Server
|
||||
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Guide](https://www.wireguard.com/quickstart/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
|
||||
* ⭐ **[Tailscale](https://tailscale.com/)** or [NetBird](https://netbird.io/) - WireGuard Mesh
|
||||
* [Amnezia](https://amnezia.org/), [2](https://storage.googleapis.com/amnezia/amnezia.org) - VPN Server / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)
|
||||
* [OpenVPN](https://openvpn.net/) - VPN Server
|
||||
* [WGDashboard](https://wgdashboard.dev/) - WireGuard Panel / AmneziaWG / [Subreddit](https://www.reddit.com/r/WGDashboard/) / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
|
||||
* [Headscale](https://github.com/juanfont/headscale) - Self Hosted Tailscale
|
||||
* [Nebula](https://github.com/slackhq/nebula) or [ZeroTier](https://www.zerotier.com/) - Mesh VPN Server
|
||||
* [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) - VPN Server
|
||||
* [Cloudflare Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) - Application Tunnel / VPN Alternative / [WireGuard](https://gist.github.com/WildeBeast2521/adabae243e0b83e344ceef0422c3fa6d)
|
||||
* [Cloud WireGuard Guide](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - WireGuard + Pi-hole VPN using Google Cloud
|
||||
* [tinc VPN](https://www.tinc-vpn.org/) - VPN Tunnel / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc)
|
||||
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard + Pi-hole VPN / [Web UI](https://github.com/10h30/wirehole-ui)
|
||||
* [OpenConnect](https://gitlab.com/openconnect/openconnect) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/)
|
||||
* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)
|
||||
* [Algo VPN](https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/) - Cloud VPN / [GitHub](https://github.com/trailofbits/algo)
|
||||
|
||||
***
|
||||
|
||||
## ▷ VPN Tools
|
||||
|
||||
* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**
|
||||
* ⭐ **[VPN Binding Guide](https://wispydocs.pages.dev/vpn-binding/)** - Bind VPN to Torrent Client to Avoid ISP Letters
|
||||
* [WireSock](https://wiresock.net/) or [Tunnl](https://tunnl.to/) - WireGuard Split Tunneling Clients
|
||||
* [WG Tunnel](https://wgtunnel.com/) - WireGuard Client / AmneziaWG / Android [Telegram](https://t.me/wgtunnel) / [GitHub](https://github.com/wgtunnel/wgtunnel)
|
||||
* [VPN Hotspot](https://github.com/Mygod/VPNHotspot) - Share VPN Connection over Hotspot / Rooted Android
|
||||
* [Gluetun](https://github.com/qdm12/gluetun) - VPN using Docker
|
||||
* ⭐ **[VPN Binding Guide](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** - Bind VPN to Torrent Client to Avoid ISP Letters
|
||||
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Guide](https://www.wireguard.com/quickstart/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
|
||||
* ⭐ **[Tailscale](https://tailscale.com/)**, [NetBird](https://netbird.io/) or [ZeroTier](https://www.zerotier.com/) - Secure Network VPN
|
||||
* [Nebula](https://github.com/slackhq/nebula) or [Headscale](https://github.com/juanfont/headscale) - Self-Hosted Secure Network VPN
|
||||
* [WGDashboard](https://wgdashboard.dev/) - WireGuard and Amnezia Manager / [Subreddit](https://www.reddit.com/r/WGDashboard/) /[Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
|
||||
* [Cloudflare Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) - VPN Tunnel / [WireGuard](https://gist.github.com/WildeBeast2521/adabae243e0b83e344ceef0422c3fa6d)
|
||||
* [OpenVPN](https://openvpn.net/) - VPN Tunnel
|
||||
* [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnel
|
||||
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
|
||||
* [VpnHood](https://github.com/vpnhood/VpnHood), [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) or [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Self-Hosted VPNs
|
||||
* [Self-Hosted VPN](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - Pi-Hole + WireGuard on Google Cloud
|
||||
* [OpenConnect](https://www.infradead.org/openconnect/) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) / [GitLab](https://gitlab.com/openconnect/openconnect)
|
||||
* [Gluetun](https://github.com/qdm12/gluetun) - Docker through VPN
|
||||
* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)
|
||||
* [Algo VPN](https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/) - Cloud VPN / [GitHub](https://github.com/trailofbits/algo)
|
||||
* [Amnezia](https://amnezia.org/), [2](https://storage.googleapis.com/amnezia/amnezia.org) - Self-Hosted VPN / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)
|
||||
* [VPN Hotspot](https://github.com/Mygod/VPNHotspot) - Share VPN Connection over Hotspot
|
||||
|
||||
***
|
||||
|
||||
# ► Proxy
|
||||
|
||||
* [Psiphon](https://psiphon.ca/) - Hybrid Proxy VPN App
|
||||
* [Lantern](https://lantern.io/) - Proxy App / Slowed Past 250MB / [GitHub](https://github.com/getlantern/lantern)
|
||||
* [FreeSocks](https://freesocks.org/) - Shadowsocks App / [GitHub](https://github.com/unredacted/freesocks-control-plane)
|
||||
## ▷ Proxy Apps
|
||||
|
||||
* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - V2Ray / Shadowsocks / Hysteria / Naive / Proxy Client / Windows, Mac, Linux
|
||||
* [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alternative Client for Hola Free Proxy Service / [Privacy Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hola-proxy-note)
|
||||
* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension
|
||||
* [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions
|
||||
* [Acrylic](https://mayakron.altervista.org/) - Local DNS Proxy
|
||||
* [SimpleDnsCrypt](https://github.com/instantsc/SimpleDnsCrypt) or [DNSCrypt](https://dnscrypt.info/) / [GitHub](https://github.com/DNSCrypt/dnscrypt-proxy) - Local DNS Encryption Proxy
|
||||
|
||||
***
|
||||
|
||||
## ▷ Proxy Servers
|
||||
|
||||
* ⭐ **[Censorship Bypass Guide](https://censordex.fr.to/)** - Server Setup
|
||||
* ⭐ **[3X-UI](https://github.com/MHSanaei/3x-ui)** - Proxy Panel / [Telegram](https://t.me/XrayUI) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#3x-ui)
|
||||
* ⭐ **[Project X](https://github.com/XTLS/Xray-core)** - Xray Proxy Core / [Telegram](https://t.me/projectXray), [2](https://t.me/projectVless)
|
||||
* [NaïveProxy](https://github.com/klzgrad/naiveproxy) - Chromium-based Proxy
|
||||
* [Hysteria](https://v2.hysteria.network/) - Speed Focused Proxy Protocol / [Telegram](https://t.me/hysteria_github) / [GitHub](https://github.com/apernet/hysteria)
|
||||
* [Shadowsocks](https://shadowsocks.org/) - Simple Proxy Protocol / [GitHub](https://github.com/shadowsocks)
|
||||
* [sing-box](https://sing-box.sagernet.org/) - Proxy Core / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)
|
||||
* [Amnezia](https://amnezia.org/self-hosted), [2](https://storage.googleapis.com/amnezia/amnezia.org) - Multi Protocol Server / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)
|
||||
* [Hiddify Manager](https://hiddify.com/) - Proxy Panel / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify/Hiddify-Manager)
|
||||
* [Outline](https://getoutline.org/) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Shadowsocks Server
|
||||
* [VpnHood](https://github.com/vpnhood/VpnHood) - Proxy Server
|
||||
* [Scramjet](https://docs.titaniumnetwork.org/proxies/scramjet/) / [GitHub](https://github.com/MercuryWorkshop/scramjet/) or [Nebula](https://github.com/NebulaServices/Nebula) - Web Proxy Server
|
||||
* [Nginx Proxy Manager](https://nginxproxymanager.com) - Reverse Proxy UI / [Subreddit](https://reddit.com/r/nginxproxymanager) / [GitHub](https://github.com/NginxProxyManager/nginx-proxy-manager)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Proxy Clients
|
||||
|
||||
* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - Proxy Client / Windows, macOS, Linux
|
||||
* ⭐ **[NekoBoxForAndroid](https://matsuridayo.github.io/)** - Proxy Client / Android / [GitHub](https://github.com/MatsuriDayo/NekoBoxForAndroid/)
|
||||
* [v2rayNG](https://github.com/2dust/v2rayNG) - Proxy Client / Android
|
||||
* [Hiddify](https://hiddify.com/) - Proxy Client / All Platforms / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify)
|
||||
* [Amnezia](https://amnezia.org/), [2](https://storage.googleapis.com/amnezia/amnezia.org) - Proxy Client / All Platforms / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)
|
||||
* [Shadowsocks](https://shadowsocks.org/doc/getting-started.html#gui-clients) - Shadowsocks Client / All Platforms / [GitHub](https://github.com/shadowsocks)
|
||||
* [sing-box](https://sing-box.sagernet.org/clients/) - Proxy Client / Android, macOS / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)
|
||||
* [V2Box Android](https://play.google.com/store/apps/details?id=dev.hexasoftware.v2box), [V2Box IOS](https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690) - Proxy Client
|
||||
* [ClashVerge](https://www.clashverge.dev/) - Proxy Client / Windows, macOS, Linux / [GitHub](https://github.com/clash-verge-rev/clash-verge-rev)
|
||||
* [Streisand](https://streisand.pages.dev/) - Proxy Client / macOS, IOS
|
||||
* [husi](https://github.com/xchacha20-poly1305/husi) - Proxy Client / Android
|
||||
* [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alt Hola Proxy Client / Windows, macOS, Linux, Android / [Privacy Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hola-proxy-note)
|
||||
* [Proxifier](https://www.proxifier.com/) - Add Proxy Functionality to Apps / Windows, macOS, Android / [Keys](https://rentry.co/FMHYB64#proxifier)
|
||||
* [wireproxy](https://github.com/whyvl/wireproxy) - WireGuard as Proxy / Windows, macOS, Linux
|
||||
|
||||
***
|
||||
|
||||
## ▷ Anti Censorship
|
||||
|
||||
* ↪️ **[Great Firewall Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/non-eng/#wiki_.25B7_gfw_bypass)**
|
||||
* ⭐ **[ByeDPIAndroid](https://github.com/dovecoteescapee/ByeDPIAndroid)**, - Network Packet Alter Tool / Android
|
||||
* ⭐ **[zapret](https://github.com/bol-van/zapret)** or **[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/)** - Network Packet Alter Tool
|
||||
* ⭐ **[DNSveil](https://msasanmh.github.io/DNSveil/)** - DNS Client / [GitHub](https://github.com/msasanmh/DNSveil)
|
||||
* [ByeByeDPI](https://github.com/romanvht/ByeByeDPI/blob/master/README-en.md), [PowerTunnel](https://github.com/krlvm/PowerTunnel) or [Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) - Network Packet Alter Tools
|
||||
* [Proxifier](https://www.proxifier.com/) - Add Proxy Functionality to Apps / [Keys](https://rentry.co/FMHYBase64#proxifier-keys)
|
||||
* [wireproxy](https://github.com/whyvl/wireproxy) - WireGuard as Proxy
|
||||
* [Hiddify](https://hiddify.com/) - V2Ray / Shadowsocks / Wireguard / SSH Client / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify)
|
||||
* [Ultraviolet](https://docs.titaniumnetwork.org/proxies/ultraviolet) / [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet) or [Nebula](https://github.com/NebulaServices/Nebula) - Open Source Web Proxy
|
||||
* [Nginx Proxy Manager](https://nginxproxymanager.com) - Self-Hosted Reverse Proxy UI / [Subreddit](https://reddit.com/r/nginxproxymanager) / [GitHub](https://github.com/NginxProxyManager/nginx-proxy-manager)
|
||||
* [Titanium Network](https://titaniumnetwork.org/services/) - Proxy Developer / [Instances](https://discord.gg/unblock) / [GitHub](https://github.com/titaniumnetwork-dev)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -465,7 +425,6 @@
|
|||
|
||||
* ↪️ **[Proxy Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_proxy_lists)**
|
||||
* [Holy Unblocker](https://holyunblocker.org/) / [GitHub](https://github.com/QuiteAFancyEmerald/Holy-Unblocker)
|
||||
* [Titanium Network](https://titaniumnetwork.org/services/) - Multi Proxy / [Instances](https://discord.gg/unblock) / [GitHub](https://github.com/titaniumnetwork-dev)
|
||||
* [SSLSecureProxy](https://www.sslsecureproxy.com/), [2](https://www.4everproxy.com/), [3](https://www.hideip.co/)
|
||||
* [ProxyOf2](https://proxyof2.com/)
|
||||
* [Phantom](https://phantom.lol/) / [Discord](https://discord.com/invite/goshadow)
|
||||
|
|
@ -473,8 +432,24 @@
|
|||
* [Delusionz](https://delusionz.xyz/) / [Discord](https://discord.com/invite/Dpj8C8SAmH)
|
||||
* [ProxyPal](https://proxypal.net/) / [Telegram](https://t.me/PlainProxies)
|
||||
* [Proxyium](https://proxyium.com/)
|
||||
* [Szvy Central](https://szvy.lol/), [2](https://play.szvy.win/), [3](https://studying-central.global.ssl.fastly.net/), [4](https://zearn.global.ssl.fastly.net/)
|
||||
* [Google Translate](https://translate.google.com/) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-translate-note)
|
||||
* [Google Translate](https://translate.google.com/) / [Explanation](https://redd.it/fawkjy), [2](https://ibb.co/BtWc8ML)
|
||||
* [Proxy Checker](https://proxy-checker.net/), [proxy-scraper](https://github.com/iw4p/proxy-scraper) or [proxy-scraper-checker](https://github.com/monosans/proxy-scraper-checker) - Proxy Scrapers / Checkers
|
||||
* [CheckSocks5](https://checksocks5.com/) - SOCKS5 Proxy Checker
|
||||
* [Knaben.info](https://knaben.info/) - Torrent Site Proxies
|
||||
|
||||
***
|
||||
|
||||
## ▷ Anti-Censorship
|
||||
|
||||
* ↪️ **[Great Firewall Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/non-eng/#wiki_.25B7_gfw_bypass)**
|
||||
* ⭐ **[Censorship Bypass Guide](https://censordex.fr.to/)** - Censorship Bypass Guide
|
||||
* ⭐ **[No Thought is a Crime](https://ntc.party/)** or [Net4people](https://github.com/net4people/bbs/issues) - Censorship Discussion
|
||||
* ⭐ **[sing-box](https://sing-box.sagernet.org/)** - Anti-Censorship Client / Server Core / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)
|
||||
* ⭐ **[zapret](https://github.com/bol-van/zapret)**, **[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/)**, [PowerTunnel](https://github.com/krlvm/PowerTunnel) or [Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) - DPI Circumvention Local Proxies
|
||||
* [Psiphon](https://psiphon.ca/) - Anti-Censorship Proxy / VPN
|
||||
* [Lantern](https://lantern.io/) - Anti-Censorship Proxy / Slowed Past 250MB / [GitHub](https://github.com/getlantern/lantern)
|
||||
* [FreeSocks](https://freesocks.org/) - Shadowsocks Proxies / [GitHub](https://github.com/unredacted/freesocks-control-plane)
|
||||
* [Hi!Load VPN](https://t.me/hlvpnbot) - Censorship Resistant Proxies / 30GB per month / No Torrenting / [Support](https://t.me/highloadvpn)
|
||||
* [Hysteria](https://v2.hysteria.network/) - Speed-Focused Censorship Bypass Proxy / [Telegram](https://t.me/hysteria_github) / [GitHub](https://github.com/apernet/hysteria)
|
||||
* [Project X](https://github.com/XTLS/Xray-core) - Anti-Censorship Client / Server Core / [Telegram](https://t.me/projectXray), [2](https://t.me/projectVless)
|
||||
* [Shadowsocks](https://shadowsocks.org/) - Simple Proxy Protocol to Bypass Censorship / [Free Servers](https://github.com/ruanfei/cross), [2](https://github.com/vxiaov/free_proxies), [3](https://shadowmere.xyz/) / [GitHub](https://github.com/shadowsocks)
|
||||
196
docs/ai.md
196
docs/ai.md
|
|
@ -6,31 +6,28 @@
|
|||
|
||||
# ► AI Chatbots
|
||||
|
||||
* **Note** - It's **never** a good idea to upload anything personal or confidential to cloud-based AIs, as many of them use your prompts for collecting or training purposes. If you want privacy, its best to run LLMs locally. Remember to use [throwaway emails](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail) or [aliases](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) when signing up for online chatbots.
|
||||
* **Note** - It's **never** a good idea to upload personal / confidential files or info to any cloud AI, as many train on your questions and code. If you want privacy, its best to run bots yourself locally, and remember to use throwaway emails or [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) if signing up for bots.
|
||||
|
||||
***
|
||||
|
||||
## ▷ Official Model Sites
|
||||
|
||||
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#copilot--chatgpt-note) / [Discord](https://discord.com/invite/go-copilot)
|
||||
* ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** or [Gemini](https://gemini.google.com/) - Gemini 2.5 Pro / Flash / Google Chatbots / [CLI](https://github.com/google-gemini/gemini-cli) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5 / GPT-4o / o4-mini / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [Discord](https://discord.com/invite/go-copilot)
|
||||
* ⭐ **[Z.ai](https://chat.z.ai/)** - GLM 4.5 Chatbot / Unlimited / [Discord](https://discord.gg/QR7SARHRxK)
|
||||
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3.1-Terminus / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai)
|
||||
* ⭐ **[Qwen](https://chat.qwen.ai/)** - Qwen3-235B-A22B-2507 / Qwen3-Max / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* ⭐ **[Grok](https://grok.com/)** - Grok 4 Fast (80 per 20 hours) / Grok 4 (20 per 20 hours) / [Rate Display](https://greasyfork.org/en/scripts/533963) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* ⭐ **[Kimi](https://www.kimi.com/)** - Kimi K2-0905 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI)
|
||||
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai)
|
||||
* ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 4 (5 per 2 hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* ⭐ **[Qwen](https://qwen.ai/home)**, [2](https://chat.qwen.ai/) - Qwen3-235B-A22B-2507 / Qwen 3 Coder / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* ⭐ **[Z.ai](https://chat.z.ai/)** - GLM 4.5 Chatbot / [Discord](https://discord.gg/QR7SARHRxK)
|
||||
* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limit Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#copilot--chatgpt-note) / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [/r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
|
||||
* [Kimi](https://kimi.ai/) - Kimi K2 Chatbot / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI)
|
||||
* [Claude](https://claude.ai/) - Claude 4 Sonnet / Phone # Required / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ)
|
||||
* [ChatGPT](https://chatgpt.com/) - GPT-5 / GPT-5 mini Chatbot / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#chatgpt-note) / [Reasoning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#better-reasoning) / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
|
||||
* [Ernie](https://ernie.baidu.com/) - ERNIE X1.1 / Baidu's Chatbot / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo) / [Discord](https://discord.gg/3Wb36Zp7)
|
||||
* [LongCat](https://longcat.chat/) - LongCat-Flash-Chat / Unlimited / Sign-Up Required
|
||||
* [MiniMax AI](https://chat.minimax.io/) - Minimax-M1 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1)
|
||||
* [Solar](https://console.upstage.ai/playground/chat) - Solar Pro 2 Model / No Sign-Up / [Discord](https://discord.com/invite/Cge9FYjV4h)
|
||||
* [StepFun](https://stepfun.ai/) - Step 3 / DeepSeek R1 Chatbot
|
||||
* [dots-demo](https://huggingface.co/spaces/rednote-hilab/dots-demo) - Dots Chatbot / No Sign-Up
|
||||
* [Apertus](https://chat.publicai.co/) - Apertus 70B / Sign-up Required
|
||||
* [Ernie](https://ernie.baidu.com/) - ERNIE X1 Turbo / Baidu's Chatbot / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo) / [Discord](https://discord.gg/3Wb36Zp7)
|
||||
* [Mistral](https://chat.mistral.ai) - Magistral Medium / Privacy-Focused / [Discord](https://discord.gg/mistralai)
|
||||
* [Reka](https://www.reka.ai/) - Reka Flash 3.1 / Reka's Chatbot / [Discord](https://discord.gg/jtjNSD52mf)
|
||||
* [K2Think](https://www.k2think.ai/) - LLM360 / MBZUAI Chatbot (not Kimi) / Sign-up Required
|
||||
* [dots.vlm1.inst](https://huggingface.co/spaces/rednote-hilab/dots-vlm1-demo) or [dots-demo](https://huggingface.co/spaces/rednote-hilab/dots-demo) - Dots Chatbots / No Sign-Up
|
||||
* [Ai2 Playground](https://playground.allenai.org/) - OLMo 2 Chatbot / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu)
|
||||
|
||||
***
|
||||
|
|
@ -38,61 +35,41 @@
|
|||
## ▷ Multiple Model Sites
|
||||
|
||||
* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - Chatbot Resources / Mirrors
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#lmarena-note) / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* [Yupp.ai](https://yupp.ai/) - o3 Pro / Claude 4.1 Opus / Grok 4 / Gemini 2.5 Pro / DeepSeek V3.1 / Google Login Require
|
||||
* [ISH](https://ish.junioralive.in/) - GPT-5 / Grok 4 / Kimi K2 / Multiple Chatbots / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / GPT-5 mini / No Sign-Up
|
||||
* [Genspark](https://www.genspark.ai/) - GPT-5-high / Gemini 2.5 Pro / Grok 4 / [Discord](https://discord.com/invite/CsAQ6F4MPy)
|
||||
* [Together.ai](https://chat.together.ai/) - DeepSeek V3.1 / Qwen 3 235B-2507 / Up-To 110 Daily
|
||||
* [Groq](https://groq.com/) - Kimi K2-0905 / GPT-OSS 120B / [Discord](https://discord.gg/invite/groq)
|
||||
* [Gradient](https://chat.gradient.network/) - GPT-OSS-120B / Qwen3-235B-A22B / No Sign-Up
|
||||
* [Scira](https://scira.ai/) - Grok 3 mini / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira)
|
||||
* [NVIDIA NIM](https://build.nvidia.com/) - DeepSeek V3.1 / Kimi K2 / Multiple Chatbots / No Sign-Up
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct)** - Multiple Chatbots / No Sign-Up / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* [Genspark](https://www.genspark.ai/) - o3 / Gemini 2.5 Pro / [Discord](https://discord.com/invite/CsAQ6F4MPy)
|
||||
* [ISH](https://ish.junioralive.in/) - o1 / Grok 3 / DeepSeek R1 / Multiple Chatbots / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [DuckDuckGo AI](https://duck.ai/) - Multiple Chatbots / o4-Mini / No Sign-Up
|
||||
* [Mirexa](https://mirexa.vercel.app/) - Deepseek R1 / GPT 4.1 / Mistral / Grok 3 mini
|
||||
* [Groq](https://groq.com/) - Kimi K2 / Multiple Chatbots / [Discord](https://discord.gg/invite/groq)
|
||||
* [Gradient](https://chat.gradient.network/) - GPT-OSS-120B / Qwen3-235B-A22B / Utilizes 5 32GB RTX 5090s
|
||||
* [Scira](https://scira.ai/) - Multiple Chatbots / AI Search Engine / No Sign-Up / [GitHub](https://github.com/zaidmukaddam/scira)
|
||||
* [Lambda Chat](https://lambda.chat/chatui/) - Deepseek-R1 / Multiple Chatbots / Unlimited / No Sign-Up
|
||||
* [NVIDIA NIM](https://build.nvidia.com/) - Deepseek-R1 / Multiple Chatbots / No Sign-Up
|
||||
* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek-R1 / Qwen QwQ-32B / Multiple Chatbots / No Sign-Up
|
||||
* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro / GPT-5-chat
|
||||
* [HiveChat](https://ai.wr.do/chat) - Kimi K2 / DeepSeek R1-0528 / Multiple Chatbots / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)
|
||||
* [FreePass](https://freepass.ai/) - Gemini 2.5 Pro / GPT-4.1
|
||||
* [HiveChat](https://ai.wr.do/chat) - GPT-4o / DeepSeek-R1-32b / Multiple Chatbots / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Specialized Chatbots
|
||||
|
||||
* 🌐 **[Awesome AI Web Search](https://github.com/felladrin/awesome-ai-web-search), [2](https://huggingface.co/spaces/Felladrin/awesome-ai-web-search)** - AI Search Engine Index
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=search)** - AI Search Engine / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#lmarena-note) / [X](https://x.com/lmarena_ai) / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* ⭐ **[Perplexity](https://www.perplexity.ai/)** - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Discord](https://discord.com/invite/perplexity-ai)
|
||||
* [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine
|
||||
* ⭐ **[Perplexity](https://www.perplexity.ai/)** - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Open Source Models](https://labs.perplexity.ai/) / [Discord](https://discord.com/invite/perplexity-ai)
|
||||
* [Google AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50) - AI Search Engine / US Only
|
||||
* [Perplexica](https://github.com/ItzCrazyKns/Perplexica) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT)
|
||||
* [SciSpace](https://scispace.com/) (No Sign-Up), [Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Chatbots
|
||||
* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs
|
||||
* [SciSpace](https://scispace.com/) - Research Chatbot / No Sign-Up
|
||||
* [Bohrium](https://www.bohrium.com/) - Research Chatbot
|
||||
* [Scinito](https://ekb.scinito.ai/ai/chat) - Research Chatbot
|
||||
* [Elicit](https://elicit.com/) - Research Chatbot / [GitHub](https://github.com/elicit)
|
||||
* [PrivateGPT](https://privategpt.dev/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt)
|
||||
* [NotebookLM](https://notebooklm.google/) - Document Chatbot / Note-Taking / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm)
|
||||
* [Onyx](https://www.onyx.app/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx)
|
||||
* [DocsGPT](https://www.docsgpt.cloud/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT)
|
||||
* [Hyperspace](https://hyper.space/) - P2P AI Network / [GitHub](https://github.com/hyperspaceai)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Local AI Frontends
|
||||
|
||||
* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [Discord](https://discord.gg/sillytavern) / [GitHub](https://github.com/SillyTavern/SillyTavern)
|
||||
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
|
||||
* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Telegram](https://telegram.me/g4f_channel)
|
||||
* [Msty](https://msty.app/) - Download & Run Models Locally / [Discord](https://discord.gg/2QBw6XxkCC)
|
||||
* [Cherry Studio](https://github.com/CherryHQ/cherry-studio) - Desktop App / [Discord](https://discord.gg/wez8HtpxqQ)
|
||||
* [LobeChat](https://lobechat.com/chat) - Desktop App / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)
|
||||
* [Noi](https://noib.app/) - Desktop App / [Discord](https://discord.gg/kq2HXcpJSQ) / [GitHub](https://github.com/lencx/Noi)
|
||||
* [Chatbot UI](https://chatbotui.com) - Desktop App / [GitHub](https://github.com/mckaywrigley/chatbot-ui)
|
||||
* [tgpt](https://github.com/aandrew-me/tgpt) - Self-Hosted
|
||||
* [ch.at](https://github.com/Deep-ai-inc/ch.at) - Self-Hosted / Minimal / Lightweight / [Demo](https://ch.at/)
|
||||
* [PrivateGPT](https://privategpt.dev/) / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt), [NotebookLM](https://notebooklm.google/) / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm), [Onyx](https://www.onyx.app/) / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx) or [DocsGPT](https://www.docsgpt.cloud/) / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT) - Document Chatbots / Note-Taking
|
||||
|
||||
***
|
||||
|
||||
## ▷ Self-Hosting Tools
|
||||
|
||||
* ⭐ **[Jan](https://jan.ai/)** - Self-Hosted / [Discord](https://discord.com/invite/FTk2MvZwJH) / [GitHub](https://github.com/menloresearch/jan)
|
||||
* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [Discord](https://discord.gg/sillytavern) / [GitHub](https://github.com/SillyTavern/SillyTavern)
|
||||
* ⭐ **[LM Studio](https://lmstudio.ai/)** - Self-Hosted / [Discord](https://discord.gg/aPQfnNkxGC) / [GitHub](https://github.com/lmstudio-ai)
|
||||
* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)
|
||||
* ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Hosted Transformer-Based LLMs
|
||||
* ⭐ **[KoboldCpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [ROCm](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb)
|
||||
* ⭐ **[oobabooga](https://github.com/oobabooga/text-generation-webui)** - Self-Hosted Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) / [Subreddit](https://www.reddit.com/r/Oobabooga/) / [Discord](https://discord.gg/jwZCF2dPQN)
|
||||
|
|
@ -100,9 +77,9 @@
|
|||
* [Petals](https://petals.dev/) - Self-Hosted / [Discord](https://discord.gg/D9MwApKgWa) / [GitHub](https://github.com/bigscience-workshop/petals)
|
||||
* [Leon](https://getleon.ai/) - Self-Hosted / [Discord](https://discord.gg/MNQqqKg) / [GitHub](https://github.com/leon-ai/leon)
|
||||
* [Ollama](https://ollama.com/) - Self-Hosted / [Discord](https://discord.com/invite/ollama) / [GitHub](https://github.com/ollama/ollama)
|
||||
* [ChatRTX](https://www.nvidia.com/en-us/ai-on-rtx/chatrtx/) - Self-Hosted / RTX 30+ Series GPU Only
|
||||
* [tgpt](https://github.com/aandrew-me/tgpt) - Self-Hosted
|
||||
* [LoLLMs Web UI](https://github.com/ParisNeo/lollms-webui) - Self-Hosted / [Discord](https://discord.gg/4rR282WJb6)
|
||||
* [AnythingLLM](https://anythingllm.com/) - Self-Hosted / [Discord](https://discord.com/invite/YCtUYD5vBf) / [GitHub](https://github.com/Mintplex-Labs/anything-llm)
|
||||
* [AnythingLLM](https://anythingllm.com/) - Self-Hosted
|
||||
* [LibreChat](https://librechat.ai/) - Self-Hosted / [Discord](https://discord.com/invite/CEe6vDg9Ky) / [GitHub](https://github.com/danny-avila/LibreChat)
|
||||
* [GPT4All](https://www.nomic.ai/gpt4all) - Self-Hosted / [Discord](https://discord.com/invite/myY5YDR8z8) / [GitHub](https://github.com/nomic-ai/gpt4all)
|
||||
* [llamafile](https://github.com/Mozilla-Ocho/llamafile) - Run LLM with Single Files / [Discord](https://discord.gg/YuMNeuKStr)
|
||||
|
|
@ -112,9 +89,9 @@
|
|||
## ▷ Roleplaying Chatbots
|
||||
|
||||
* 🌐 **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources
|
||||
* ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/pygmalionlinks) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI)
|
||||
* ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Resources](https://rentry.co/PygmalionLinks) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI)
|
||||
* ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf)
|
||||
* ⭐ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.co/reverseCAI) / [Subreddit](https://www.reddit.com/r/CharacterAI/) / [Discord](https://discord.com/invite/characterai)
|
||||
* ⭐ **[Character.AI](https://character.ai/)** - Roleplaying Chatbots / [Extract](https://rentry.org/reverseCAI) / [Subreddit](https://www.reddit.com/r/CharacterAI/) / [Discord](https://discord.com/invite/characterai)
|
||||
* ⭐ **[Bot Creation Guide](https://wikia.schneedc.com/bot-creation/intro)** - Character Creation Guide
|
||||
* ⭐ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [Discord](https://discord.gg/chubai) / [GitHub](https://github.com/CharHubAI)
|
||||
* [JanitorAI](https://janitorai.com/) - Roleplaying Chatbots / Some NSFW
|
||||
|
|
@ -134,33 +111,31 @@
|
|||
|
||||
## ▷ Coding AIs
|
||||
|
||||
* 🌐 **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** / [GitHub](https://github.com/evalplus/evalplus), [AIBenchmarks](https://aibenchmarks.net/) / [GitHub](https://github.com/panilya/awesome-ai-benchmarks), [WebDev Arena](https://web.lmarena.ai/), [LiveCodeBench](https://livecodebench.github.io/leaderboard.html), [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) or [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboards / Benchmarks
|
||||
* 🌐 **[LiveSWEBench](https://liveswebench.ai/), [SWE-bench](https://github.com/princeton-nlp/SWE-bench), [multi-swe-bench](https://github.com/multi-swe-bench/multi-swe-bench) or [SWEBench](https://www.swebench.com/)** - Software Engineering AI Leaderboards / Benchmarks
|
||||
* 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ)
|
||||
* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - LLM API Resources
|
||||
* ↪️ **[Coding AI Benchmarks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_coding_ai_benchmarks)**
|
||||
* ⭐ **[Windsurf](https://www.windsurf.com/)** - Coding AI / [Subreddit](https://www.reddit.com/r/windsurf/) / [Discord](https://discord.com/invite/3XFf78nAx5)
|
||||
* ⭐ **[Pieces](https://pieces.app/)** - Multi-LLM Coding AI / GPT-4 / 4o for Free / [Discord](https://discord.gg/getpieces)
|
||||
* ⭐ **[Pieces](https://pieces.app/)** - Multi-LLM Coding AI / GPT-4 / 4o for Free / No Sign-Up / [Discord](https://discord.gg/getpieces)
|
||||
* [Sourcery](https://sourcery.ai/) - Auto-Pull Request Reviews / [GitHub](https://github.com/sourcery-ai/sourcery)
|
||||
* [Devv](https://devv.ai/) - Coding Search Engine / [GitHub](https://github.com/devv-ai/devv)
|
||||
* [Llama Coder](https://llamacoder.together.ai/) - Code Generator / No Sign-Up / [GitHub](https://github.com/Nutlope/llamacoder)
|
||||
* [Roo Code](https://roocode.com/) / [GitHub](https://github.com/RooCodeInc/Roo-Code) or [Cline](https://cline.bot/) / [Discord](https://discord.gg/cline) / [GitHub](https://github.com/cline/cline) - Coding AI
|
||||
* [Qwen Code](https://github.com/QwenLM/qwen-code) - Coding AI
|
||||
* [imgcook](https://imgcook.com) - Coding AI / No Sign-Up / [GitHub](https://github.com/imgcook/imgcook)
|
||||
* [Supermaven](https://supermaven.com/) - Coding AI / No Sign-Up / [Discord](https://discord.com/invite/QQpqBmQH3w)
|
||||
* [OpenHands](https://www.all-hands.dev/) - Coding AI / [Discord](https://discord.gg/ESHStjSjD4) / [GitHub](https://github.com/All-Hands-AI/OpenHands)
|
||||
* [Continue](https://continue.dev/) - Coding AI / [Discord](https://discord.com/invite/EfJEfdFnDQ) / [GitHub](https://github.com/continuedev/continue)
|
||||
* [GitHub Copilot](https://github.com/features/copilot) - Coding AI
|
||||
* [Cursor](https://rentry.co/FMHYB64#cursor) - Coding AI
|
||||
* [Cursor](https://rentry.co/FMHYBase64#cursor) - Coding AI
|
||||
* [GitWit](https://gitwit.dev/) - Coding AI
|
||||
* [AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder) - Coding AI
|
||||
* [AI SDK](https://sdk.vercel.ai/) - Coding AI/ [GitHub](https://github.com/vercel/ai)
|
||||
* [Qodo](https://www.qodo.ai/) - Coding AI
|
||||
* [Blackbox](https://www.blackbox.ai/) - Coding AI / No Sign-Up
|
||||
* [Seron](https://www.seron.dev/) - Coding AI
|
||||
* [Denigma](https://denigma.app/) - Coding AI / No Sign-Up / [Discord](https://discord.gg/mZx4REBvKm)
|
||||
* [Aider](https://aider.chat/) - Terminal Coding AI / [Discord](https://discord.com/invite/Y7X7bhMQFV) / [GitHub](https://github.com/Aider-AI/aider)
|
||||
* [Codacy](https://www.codacy.com/) - Code Fixing AI / [GitHub](https://github.com/codacy)
|
||||
* [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Run Code Locally / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z)
|
||||
* [Orchids](https://orchids.app/) - Text to Site Code
|
||||
* [v0](https://v0.dev/) - Text to Site Code
|
||||
* [DeepSite](https://huggingface.co/spaces/enzostvs/deepsite) - Text to Site Code / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning)
|
||||
* [Bolt.new](https://bolt.new/) - AI Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new)
|
||||
|
|
@ -177,6 +152,13 @@
|
|||
* [tldraw computer](https://computer.tldraw.com/) - Create Component Workflows to Generate or Transform Data / [Discord](https://discord.com/invite/SBBEVCA4PG) / [GitHub](https://github.com/tldraw/tldraw)
|
||||
* [Page Assist](https://github.com/n4ze3m/page-assist), [ChatGPT Box](https://github.com/josStorer/chatGPTBox) or [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/blob/main/docs/README_EN.md) - Extensions
|
||||
* [LLM](https://llm.datasette.io/) - LLM CLI / [Discord](https://discord.com/invite/RKAH4b8TvE) / [GitHub](https://github.com/simonw/llm)
|
||||
* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Telegram](https://telegram.me/g4f_channel)
|
||||
* [Msty](https://msty.app/) - Download & Run Models Locally / [Discord](https://discord.gg/2QBw6XxkCC)
|
||||
* [Cherry Studio](https://github.com/CherryHQ/cherry-studio) - Desktop App / [Discord](https://discord.gg/wez8HtpxqQ)
|
||||
* [LobeChat](https://lobechat.com/chat) - Desktop App / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)
|
||||
* [Noi](https://noi.nofwl.com/) - Desktop App / [Discord](https://discord.gg/kq2HXcpJSQ) / [GitHub](https://github.com/lencx/Noi)
|
||||
* [Chatbot UI](https://chatbotui.com) - Desktop App / [GitHub](https://github.com/mckaywrigley/chatbot-ui)
|
||||
* [ChatRTX](https://www.nvidia.com/en-us/ai-on-rtx/chatrtx/) - Desktop App / RTX 30+ Series GPU Only
|
||||
* [ChatPDF](https://www.chatpdf.com/) (No Sign-Up) or [AskYourPDF](https://askyourpdf.com/) - Turn Books / PDFs into Chatbots
|
||||
* [ChatGPT DeMod](https://github.com/4as/ChatGPT-DeMod) - Block ChatGPT Moderation Checks
|
||||
* [Concierge](https://askconcierge.ai/) - Connect Apps to AI
|
||||
|
|
@ -197,15 +179,15 @@
|
|||
|
||||
***
|
||||
|
||||
* 🌐 **[L1B3RT4S](https://github.com/elder-plinius/L1B3RT4S)** - Jailbreak Prompts / [X](https://x.com/elder_plinius) / [Discord](https://discord.gg/basi)
|
||||
* 🌐 **[Jailbreak Listings](https://rentry.org/jb-listing)** - Prompt / Jailbreak Lists
|
||||
* ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory
|
||||
* ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory
|
||||
* ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [Discord](https://discord.gg/FUyz9vPAwf) / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [Google Whitepaper](https://www.kaggle.com/whitepaper-prompt-engineering), [Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering), [LearnPrompting](https://learnprompting.org/docs/introduction), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering) or [Claude Guide](https://docs.anthropic.com/claude/docs/prompt-engineering) / [Discord](https://discord.com/invite/6PPFFzqPDZ) - Prompting Guides
|
||||
* [r/ChatGPTJailbreak](https://www.reddit.com/r/ChatGPTJailbreak/) - AI Jailbreak Community
|
||||
* [/r/ChatGPTJailbreak](https://www.reddit.com/r/ChatGPTJailbreak/) - AI Jailbreak Community
|
||||
* [ChatGPT System Prompt](https://github.com/LouisShark/chatgpt_system_prompt) - Prompt Directory
|
||||
* [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory
|
||||
* [Jailbreak Listings](https://rentry.org/jb-listing) - Prompt Directory / Jailbreaks
|
||||
* [ChatGPT & Bing AI Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory
|
||||
* [L1B3RT4S](https://github.com/elder-plinius/L1B3RT4S) - Jailbreak Prompts / [X](https://x.com/elder_plinius) / [Discord](https://discord.gg/basi)
|
||||
* [promptfoo](https://www.promptfoo.dev/) - Prompt Playgrounds / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo)
|
||||
* [Tensor Trust](https://tensortrust.ai/) / [GitHub](https://github.com/HumanCompatibleAI/tensor-trust) or [Gandalf](https://gandalf.lakera.ai/) / [GitHub](https://github.com/lakeraai) - Prompting Skill Games
|
||||
* [RedTeam Arena](https://redarena.ai/) - AI Jailbreak Game
|
||||
|
|
@ -215,9 +197,9 @@
|
|||
|
||||
# ► AI Indexes
|
||||
|
||||
* ⭐ **[LLM Explorer](https://llm-explorer.com/)** or [LifeArchitect](https://lifearchitect.ai/models-table/) - LLM Databases / Indexes
|
||||
* ⭐ **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory / [Discord](https://discord.gg/WBk4ZDW6A9)
|
||||
* ⭐ **[Google Labs](https://labs.google/)** or [Google Labs FX](https://labs.google/fx) - Google AI Experiments / [Subreddit](https://www.reddit.com/r/labsdotgoogle/) / [Discord](https://discord.gg/googlelabs)
|
||||
* 🌐 **[LLM Explorer](https://llm-explorer.com/)** or [LifeArchitect](https://lifearchitect.ai/models-table/) - LLM Databases / Indexes
|
||||
* 🌐 **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory / [Discord](https://discord.gg/WBk4ZDW6A9)
|
||||
* 🌐 **[Google Labs](https://labs.google/)** or [Google Labs FX](https://labs.google/fx) - Google AI Experiments / [Subreddit](https://www.reddit.com/r/labsdotgoogle/) / [Discord](https://discord.gg/googlelabs)
|
||||
* [Perchance](https://perchance.org/generators) / [Discord](https://discord.gg/43qAQEVV9a) or [WebSim](https://websim.com/) / [Subreddit](https://www.reddit.com/r/WebSim/) / [Discord](https://discord.gg/websim) - Simple AI Builders
|
||||
* [YP for AI](https://www.ypforai.com) - AI Directory
|
||||
* [LLM Resources Hub](https://llmresourceshub.vercel.app/) - AI Directory
|
||||
|
|
@ -235,7 +217,6 @@
|
|||
* ⭐ **[LMArena](https://lmarena.ai/leaderboard)** - Chatbot Leaderboards / Benchmarks / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards
|
||||
* [RankedAGI](https://rankedagi.com/) - Chatbot Leaderboards / Benchmarks
|
||||
* [Kaggle Benchmarks](https://www.kaggle.com/benchmarks) - Chatbot Leaderboards / Benchmarks
|
||||
* [WildBench](https://huggingface.co/spaces/allenai/WildBench) - Chatbot Benchmarks / [GitHub](https://github.com/allenai/WildBench)
|
||||
* [Unified-Bench](https://docs.google.com/spreadsheets/d/1Dy64rbMzx5xqTLPsbTKhpUKQS0mvjns2nIS9BWvOCTU/) - Chatbot Benchmarks
|
||||
* [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks
|
||||
|
|
@ -251,21 +232,7 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Coding AI Benchmarks
|
||||
|
||||
* ⭐ **[EvalPlus Leaderboard](https://evalplus.github.io/leaderboard.html)** - Coding AI Leaderboard / Benchmarks / [GitHub](https://github.com/evalplus/evalplus)
|
||||
* ⭐ **[LiveSWEBench](https://liveswebench.ai/)** - Software Engineering AI Leaderboard / Benchmarks
|
||||
* [AIBenchmarks](https://aibenchmarks.net/) - Coding AI Leaderboard / Benchmarks / [GitHub](https://github.com/panilya/awesome-ai-benchmarks)
|
||||
* [WebDev Arena](https://web.lmarena.ai/) - Coding AI Leaderboard / Benchmarks
|
||||
* [LiveCodeBench](https://livecodebench.github.io/leaderboard.html) - Coding AI Leaderboard / Benchmarks
|
||||
* [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) - Coding AI Leaderboard / Benchmarks
|
||||
* [Big Code Models Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard) - Coding AI Leaderboard / Benchmarks
|
||||
* [SWEBench](https://www.swebench.com/) - Software Engineering AI Leaderboard / Benchmarks / [GitHub](https://github.com/princeton-nlp/SWE-bench)
|
||||
* [multi-swe-bench](https://github.com/multi-swe-bench/multi-swe-bench) - Software Engineering AI Leaderboard / Benchmarks
|
||||
|
||||
***
|
||||
|
||||
# ► AI Writing Tools
|
||||
# ► Text Generators
|
||||
|
||||
* ⭐ **[TextFX](https://textfx.withgoogle.com/)** / [GitHub](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/textfx) or [Rytr](https://rytr.me/) - AI Creative Writing Tools / No Sign-Up
|
||||
* [Scrip AI](https://scripai.com/) (No Sign-Up), [INK](https://app.inkforall.com/tools), [QuickPen AI](https://quickpenai.com/) - Online AI Text Tools
|
||||
|
|
@ -287,17 +254,19 @@
|
|||
|
||||
* 🌐 **[VBench](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard)** - Video Generation Model Leaderboard
|
||||
* [AI Studio](https://aistudio.google.com/generate-video) - Veo 2 / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)
|
||||
* [Vidu](https://www.vidu.studio/) - 10 Monthly / [Discord](https://discord.gg/3pDU8fmQ8Y)
|
||||
* [Vidu](https://www.vidu.studio/) - 6 Monthly / [Discord](https://discord.gg/3pDU8fmQ8Y)
|
||||
* [Genmo](https://www.genmo.ai/) - 30 Monthly / [GitHub](https://github.com/genmoai/mochi)
|
||||
* [PixVerse](https://pixverse.ai/) - 2 Daily / [Discord](https://discord.com/invite/MXHErdJHMg)
|
||||
* [Stable Diffusion Videos](https://github.com/nateraw/stable-diffusion-videos) - Unlimited / [Colab](https://colab.research.google.com/github/nateraw/stable-diffusion-videos/blob/main/stable_diffusion_videos.ipynb)
|
||||
* [PixVerse](https://pixverse.ai/) - 1 Daily / [Discord](https://discord.com/invite/MXHErdJHMg)
|
||||
* [Wan AI](https://wan.video/) or [Wan 2.1 Fast](https://huggingface.co/spaces/multimodalart/wan2-1-fast) / 10 Daily / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1)
|
||||
* [Kling AI](https://klingai.com/) - 8 Monthly / [Discord](https://discord.com/invite/8tj8YjSzKr)
|
||||
* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 150 Monthly
|
||||
* [Qwen](https://chat.qwen.ai/) - 10 Daily / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* [Hailuo AI](https://hailuoai.video/) - 3 Daily / [Discord](https://discord.com/invite/hvvt8hAye6)
|
||||
* [Bing Create](https://www.bing.com/images/create) - Unlimited / Sora / No Image Input
|
||||
* [FastVideo](https://fastwan.fastvideo.org/) - Unlimited / [GitHub](https://github.com/hao-ai-lab/FastVideo/)
|
||||
* [Hailuo AI](https://hailuoai.video/) / [Discord](https://discord.com/invite/hvvt8hAye6)
|
||||
* [Vivago](https://vivago.ai/) - 1 Daily
|
||||
* [LMArena](https://discord.com/invite/lmarena) - 5 Daily / Discord Only / Check #How-To / End-Watermark / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* [LMArena](https://discord.com/invite/lmarena) - 8 Daily / Discord Only / Check #How-To / End-Watermark / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / NVIDIA GPU Required
|
||||
* [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor
|
||||
|
||||
|
|
@ -306,31 +275,31 @@
|
|||
# ► Image Generation
|
||||
|
||||
* 🌐 **[Imgsys Rankings](https://imgsys.org/rankings)** - Image Generator Benchmarks / Leaderboards
|
||||
* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)**, [Gemini](https://gemini.google.com/), or [Whisk](https://labs.google/fx/en/tools/whisk) - nano-banana (editing) / Imagen 4 + Ultra / 100 per day (Gemini) / Region-Based / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - Multiple Generators / Editing / Google Login After 3 / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* ⭐ **[Qwen](https://chat.qwen.ai/)** / 30 Per 24 Hours / Editing / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* ⭐ **[LMArena](https://lmarena.ai/?mode=direct&chat-modality=image)** - Multiple Generators / Editing / No Sign-Up / [Discord](https://discord.com/invite/lmarena) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||
* ⭐ **[AI Studio](https://aistudio.google.com/generate-image)**, [Whisk](https://labs.google/fx/en/tools/whisk) or [Gemini](https://gemini.google.com/) - Imagen 4 + Ultra / Editing (2.0 Flash) / Unlimited / Region-Based / [Discord](https://discord.com/invite/gemini)
|
||||
* ⭐ **[ImageFX](https://labs.google/fx/tools/image-fx)** - Imagen 3 / Unlimited / Region-Based / [Discord](https://discord.com/invite/googlelabs)
|
||||
* ⭐ **[Qwen](https://chat.qwen.ai/)** / Unlimited / Editing / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)
|
||||
* ⭐ **[Grok](https://grok.com/)** / 20 Per 2 Hours / Editing / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||
* ⭐ **[Mage](https://www.mage.space/)** / Flux Schnell / [Discord](https://discord.com/invite/GT9bPgxyFP)
|
||||
* ⭐ **[Mage](https://www.mage.space/)** / [Discord](https://discord.com/invite/GT9bPgxyFP)
|
||||
* ⭐ **[FLUX.1 Schnell](https://huggingface.co/spaces/black-forest-labs/FLUX.1-schnell)**, [FLUX.1-Kontext-Dev](https://huggingface.co/spaces/black-forest-labs/FLUX.1-Kontext-Dev) or [FLUX-Pro-Unlimited](https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / Editing (Kontext)
|
||||
* [Yupp.ai](https://yupp.ai/) / Google Login Required
|
||||
* [PigenAI](https://pigenai.onrender.com/) / Unlimited
|
||||
* [Perchance](https://perchance.org/ai-text-to-image-generator), [2](https://perchance.org/ai-photo-generator) / Unlimited / No Sign-Up
|
||||
* [Dreamina](https://dreamina.capcut.com/ai-tool/home) / 60 Daily / Seedream 3.0 / 4 Gens Per Prompt
|
||||
* [ISH](https://ish.junioralive.in/) / Unlimited / Flux Kontext (dev) / Editing / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [ISH](https://ish.junioralive.in/) / Unlimited / GPT Image 1 / Flux Kontext (dev) / Editing / [Discord](https://discord.gg/cwDTVKyKJz)
|
||||
* [imgsys](https://imgsys.org/) / Unlimited / Compare Generators / No Sign-Up
|
||||
* [Art Genie](https://artgenie.pages.dev/) / Flux Schnell / Unlimited / No Sign-Up
|
||||
* [Bing Create](https://www.bing.com/images/create) - Unlimited / GPT-4o / No Image Input
|
||||
* [Art Genie](https://artgenie.pages.dev/) / Unlimited / No Sign-Up
|
||||
* [Bing Create](https://www.bing.com/images/create) - Unlimited / GPT-4o
|
||||
* [Genspark](https://www.genspark.ai/) / Unlimited / Flux Schnell / [Discord](https://discord.com/invite/CsAQ6F4MPy)
|
||||
* [Text2Image](https://taterai.github.io/Text2Image-Generator.html) / Unlimited / Flux Schnell
|
||||
* [Loras](https://www.loras.dev/) / Flux Schnell / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev)
|
||||
* [Loras](https://www.loras.dev/) / Unlimited / [GitHub](https://github.com/Nutlope/loras-dev)
|
||||
* [AIGazou](https://muryou-aigazou.com/) / Unlimited / 10 GPT Image 1 or Seedream 3.0 Daily / [Discord](https://discord.gg/v6KzUbPeKh)
|
||||
* [Recraft](https://www.recraft.ai/) / 30 Daily / [Discord](https://discord.gg/recraft)
|
||||
* [Recraft](https://www.recraft.ai/) / 50 Daily / [Discord](https://discord.gg/recraft)
|
||||
* [Reve Image](https://preview.reve.art/) / 20 Daily / Editing
|
||||
* [Coze](https://space.coze.cn/) / Seadream 4.0 / SoTA Image Gen / 50 Daily / US Select CA
|
||||
* [ZonerAI](https://zonerai.com/) / Unlimited / Editing
|
||||
* [Ernie](https://ernie.baidu.com/) / Unlimited / Editing
|
||||
* [Kling AI](https://klingai.com/) / 366 Monthly / [Characters](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Character-With-Flux) / [Portraits](https://huggingface.co/spaces/Kwai-Kolors/Kolors-Portrait-with-Flux) / [Discord](https://discord.com/invite/8tj8YjSzKr)
|
||||
* [Remade AI](https://app.remade.ai/) - 40 GPT-Image-1 / 40 Imagen 4 / 80 Flux Kontext / Editing
|
||||
* [AI Gallery](https://aigallery.app/) / Unlimited / No Sign-Up
|
||||
* [Stable Diffusion](https://huggingface.co/spaces/stabilityai/stable-diffusion) / [Discord](https://discord.com/invite/stablediffusion) / [GitHub](https://github.com/Stability-AI/stablediffusion)
|
||||
* [Artoons](https://artoons.vercel.app/) - Cartoon Style Generator / [GitHub](https://github.com/sujjeee/artoons)
|
||||
* [Diffusers Image Outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint) - AI Image Extender / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning)
|
||||
* [Genie](https://lumalabs.ai/genie) / [Discord](https://discord.com/invite/ASbS3EykXm), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [threestudio](https://github.com/threestudio-project/threestudio) / [Colab](https://colab.research.google.com/github/threestudio-project/threestudio/blob/main/threestudio.ipynb) / [Discord](https://discord.gg/ejer2MAB8N) - 3D Image Generators
|
||||
* [PixelArtGenerator](https://pixelartgenerator.app/) - AI Pixel Art Generator / Converter
|
||||
|
|
@ -362,34 +331,35 @@
|
|||
|
||||
## ▷ Guides / Tools
|
||||
|
||||
* 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)**, [sdg-link](https://rentry.co/sdg-link), [LocalModelsLinks](https://rentry.org/LocalModelsLinks) or [SDTools](https://sdtools.org) - AI Image Resources
|
||||
* 🌐 **[Civitai](https://civitai.com/)** - SD Model Index / [Archive](https://civarchive.com/) / [Subreddit](https://www.reddit.com/r/civitai/) / [Discord](https://discord.gg/UwX5wKwm6c) / [GitHub](https://github.com/civitai/civitai)
|
||||
* 🌐 **[Prompy](https://www.prompy.me/)** or [promptoMANIA](https://promptomania.com/) - Prompt Indexes
|
||||
* 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)**, [sdg-link](https://rentry.co/sdg-link), [LocalModelsLinks](https://rentry.org/LocalModelsLinks), [SDTools](https://sdtools.org) or [AI Creation Tools](https://docs.google.com/spreadsheets/d/1zYJUM-srhgIA7wrj4Pe4QqepAsHIEC00DydoTPv4PWg/edit#gid=0) - AI Image Resources
|
||||
* 🌐 **[Civitai](https://civitai.com/)** - SD Model Index / [Subreddit](https://www.reddit.com/r/civitai/) / [Discord](https://discord.gg/UwX5wKwm6c) / [GitHub](https://github.com/civitai/civitai)
|
||||
* [Prompy](https://www.prompy.me/) or [promptoMANIA](https://promptomania.com/) - Prompt Indexes
|
||||
* ⭐ **[A Traveler's Guide to the Latent Space](https://sweet-hall-e72.notion.site/A-Traveler-s-Guide-to-the-Latent-Space-85efba7e5e6a40e5bd3cae980f30235f)** - AI Art Guide
|
||||
* [ImagePromptGuru](https://imagepromptguru.net/) or [CLIP Interrogator](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) / [Colab](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/main/clip_interrogator.ipynb), [2](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/open-clip/clip_interrogator.ipynb) - Determine Image Prompts
|
||||
* [ImagePromptGuru](https://imagepromptguru.net/) or [CLIP Interrogator](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) / [Colab](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/main/clip_interrogator.ipynb), [2](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/open-clip/clip_interrogator.ipynb) - Determine Likely Used Image Prompts
|
||||
* [SD Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - Extension for Automatic1111
|
||||
* [AI Horde](https://stablehorde.net/) - Stable Diffusion GPU Hoarde / [Interface](https://aqualxx.github.io/stable-ui/), [2](https://tinybots.net/artbot), [3](https://artificial-art.eu/) / [Discord](https://discord.gg/3DxrhksKzn) / [GitHub](https://github.com/Haidra-Org/AI-Horde)
|
||||
* [AI Horde](https://stablehorde.net/) - Distributed Network of GPUs running Stable Diffusion / [Interface](https://aqualxx.github.io/stable-ui/), [2](https://tinybots.net/artbot), [3](https://artificial-art.eu/) / [Discord](https://discord.gg/3DxrhksKzn) / [GitHub](https://github.com/Haidra-Org/AI-Horde)
|
||||
* [IOPaint](https://www.iopaint.com/) - Image Fill / Item Removal / [Colab](https://colab.research.google.com/drive/1TKVlDZiE3MIZnAUMpv2t_S4hLr6TUY1d?usp=sharing) / [GitHub](https://github.com/Sanster/IOPaint)
|
||||
* [Unstable Diffusion](https://discord.com/invite/unstablediffusion) - AI Image Community
|
||||
* [Generative AI for Beginners](https://microsoft.github.io/generative-ai-for-beginners/) - Generative AI Guides
|
||||
|
||||
***
|
||||
|
||||
## ▷ [Image Restoration](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_upscale_.2F_restore)
|
||||
## ▷ [Image Restoration](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_upscale_.2F_restore)
|
||||
|
||||
***
|
||||
|
||||
# ► Audio Generation
|
||||
|
||||
* ⭐ **[Suno](https://suno.com/)** - 10 Daily / [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno)
|
||||
* ⭐ **[Suno](https://suno.com/)** - [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno)
|
||||
* [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based
|
||||
* [WolframTones](https://tones.wolfram.com/) / No Sign-Up
|
||||
* [Stable Audio](https://www.stableaudio.com/) / 10 Monthly / [Discord](https://discord.com/invite/stablediffusion)
|
||||
* [Udio](https://www.udio.com/) / 3 Daily / [Discord](https://discord.gg/udio)
|
||||
* [Stable Audio](https://www.stableaudio.com/) / [Discord](https://discord.com/invite/stablediffusion)
|
||||
* [Udio](https://www.udio.com/) / [Discord](https://discord.gg/udio)
|
||||
* [audio visual generator](https://fredericbriolet.com/avg/) / No Sign-Up
|
||||
* [Fake Music Generator](https://www.fakemusicgenerator.com/) / No Sign-Up
|
||||
* [MusicGen](https://huggingface.co/spaces/facebook/MusicGen) / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu) / [GitHub](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md)
|
||||
* [Sonauto](https://sonauto.ai/) / Unlimited / [Discord](https://discord.gg/pfXar3ChH8)
|
||||
* [Sonauto](https://sonauto.ai/) / [Discord](https://discord.gg/pfXar3ChH8)
|
||||
* [Beatoven.ai](https://www.beatoven.ai/) / [Discord](https://discord.gg/8nXq56wwJM)
|
||||
* [Waveformer](https://waveformer.replicate.dev/) / [GitHub](https://github.com/fofr/waveformer)
|
||||
* [SOUNDRAW](https://soundraw.io/) / No Sign-Up
|
||||
* [Mubert](https://mubert.com/)
|
||||
|
|
@ -413,15 +383,13 @@
|
|||
* [Google Speech Gen](https://aistudio.google.com/generate-speech)
|
||||
* [FakeYou](https://fakeyou.com/) / No Sign-Up / [Discord](https://discord.gg/fakeyou)
|
||||
* [Tortoise TTS](https://github.com/neonbjb/tortoise-tts) / No Sign-Up
|
||||
* [Bark](https://github.com/suno-ai/bark) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [Colab](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing) / [Discord](https://discord.com/invite/J2B2vsjKuE)
|
||||
* [Bark](https://huggingface.co/spaces/suno/bark) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [Colab](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing) / [Discord](https://discord.com/invite/J2B2vsjKuE) / [GitHub](https://github.com/suno-ai/bark)
|
||||
* [TTSOpenAI](https://ttsopenai.com/) or [OpenAI.fm](https://www.openai.fm/) / No Sign-Up / OpenAI's Bot
|
||||
* [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) / No Sign-Up
|
||||
* [Kyutai TTS](https://kyutai.org/next/tts) / No Sign-Up
|
||||
* [LazyPy](https://lazypy.ro/tts/) / No Sign-Up / [GitHub](https://github.com/chrisjp/tts)
|
||||
* [Kokoro TTS](https://huggingface.co/spaces/hexgrad/Kokoro-TTS) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [Discord](https://discord.gg/QuGxSWBfQy) / [GitHub](https://github.com/hexgrad/kokoro)
|
||||
* [Ondoku](https://ondoku3.com/en/) / No Sign-Up
|
||||
* [Speechma](https://speechma.com/) / No Sign-Up
|
||||
* [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) / No Sign-Up
|
||||
* [Chatterbox](https://huggingface.co/spaces/ResembleAI/Chatterbox) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning) / [GitHub](https://github.com/resemble-ai/chatterbox)
|
||||
* [AnyVoiceLab](https://anyvoicelab.com/long-form-text-to-speech-converter/) / No Sign-Up
|
||||
* [VoiceCraft](https://github.com/jasonppy/VoiceCraft) / [Colab](https://colab.research.google.com/drive/1IOjpglQyMTO2C3Y94LD9FY0Ocn-RJRg6?usp=sharing)
|
||||
|
|
@ -444,6 +412,7 @@
|
|||
* ⭐ **[Applio](https://applio.org/)** - Voice Cloning / No Sign-Up / [Discord](https://discord.gg/urxFjYmYYh) / [GitHub](https://github.com/IAHispano/Applio)
|
||||
* ⭐ **[RVC V2](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/en/README.en.md)** - RVC V2 Voice Cloning (Locally) / [Colab](https://colab.research.google.com/github/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/Retrieval_based_Voice_Conversion_WebUI_v2.ipynb) / [Discord](https://discord.gg/HcsmBBGyVk)
|
||||
* ⭐ **[Voice Changer](https://github.com/w-okada/voice-changer/blob/master/docs_i18n/README_en.md)** - Real-Time Voice Changer (W-Okada) / [Guide](https://rentry.co/VoiceChangerGuide) / [Colab](https://colab.research.google.com/github/w-okada/voice-changer/blob/master/Realtime_Voice_Changer_on_Colab.ipynb)
|
||||
* ⭐ **[Ilaria RVC](https://huggingface.co/spaces/TheStinger/Ilaria_RVC)** - RVC V2 Voice Cloning (Cloud/Colab) / No Sign-Up / [Limits](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hugging-face-warning)
|
||||
* [Replay](https://www.weights.com/replay) - RVC Desktop App / [Discord](https://discord.gg/A5rgNwDRd4)
|
||||
* [Weights](https://www.weights.com/) / [Subreddit](https://www.reddit.com/r/weights/) / [Discord](https://discord.gg/weights) or [Voice Models](https://voice-models.com/) / [Discord](https://discord.gg/3WJ8r6Bf5A) - AI Voice Models and Guides
|
||||
* [AnyVoiceLab](https://anyvoicelab.com/voice-cloning/) - Voice Cloning / No Sign-Up
|
||||
|
|
@ -465,6 +434,7 @@
|
|||
* [Remove Vocals](https://www.remove-vocals.com/), [2](https://www.acapella-extractor.com/)
|
||||
* [vocali](https://vocali.se/en)
|
||||
* [mazmazika](https://www.mazmazika.com/)
|
||||
* [Vocal Remover](https://unmix.audio/)
|
||||
* [ezstems](https://ezstems.com/)
|
||||
|
||||
***
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
## ▷ Modded APKs
|
||||
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org/viewforum.php?f=398)**, [2](https://forum.mobilism.me/) - Free Books / Sign-Up Required / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[4PDA](https://4pda.to/forum/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda) / [Telegram](https://t.me/real4pda)
|
||||
* ⭐ **[4PDA](https://4pda.to/forum/)** - [App](https://github.com/slartus/4pdaClient-plus) / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html) / [Telegram](https://t.me/real4pda)
|
||||
* ⭐ **[RockMods](https://www.rockmods.net/)** / [Telegram](https://t.me/RBMods)
|
||||
* ⭐ **[PlatinMods](https://platinmods.com/)** / Sign-Up Required
|
||||
* ⭐ **[PlatinMods](https://platinmods.com/)**
|
||||
* ⭐ **[PDALife](https://pdalife.com/)** / [App](https://pdalife.com/pdalife-app-android-a40597.html) / [Telegram](https://t.me/pdalife_official) / [Discord](https://discord.gg/erVkAkzGHZ)
|
||||
* ⭐ **[AN1](https://an1.com/)** / [Telegram](https://t.me/android1com)
|
||||
* [LiteAPKs](https://liteapks.com/) / [App](https://liteapks.com/app.html) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#liteapk--modyolo-note) / [Telegram](https://t.me/liteapks)
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
* ⭐ **[Youarefinished Mods](https://t.me/+h95JCUnuf-M1MTE1)** - Modded Apps
|
||||
* ⭐ **[Satriyaid](https://t.me/s/satriyaid)** - Modded Editing Apps
|
||||
* [ANiK555_Mods](https://t.me/+1gj58uSCVFw1OTJl) - Modded Apps
|
||||
* [ANiK555_Mods](https://t.me/+1gj58uSCVFw1OTJl), [2](https://t.me/+1gj58uSCVFw1OTJl) - Modded Apps
|
||||
* [alexstranniklite](https://t.me/alexstranniklite) - Modded Apps
|
||||
* [AMRTSOFFICIAL](https://t.me/+UGzSc_aVSbI8yTw2) - Modded Apps
|
||||
* [Sam Mods](https://t.me/+RUVXlRhdsXR2yemD) - Modded Apps
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
* 🌐 **[Android FOSS](https://github.com/offa/android-foss)**, [Cool FOSS](https://albertomosconi.github.io/foss-apps/) or [AAA](https://github.com/Psyhackological/AAA) - FOSS App Indexes
|
||||
* 🌐 **[Awesome Shizuku](https://github.com/timschneeb/awesome-shizuku)** - Shizuku App Index
|
||||
* ⭐ **[FossifyOrg](https://github.com/FossifyOrg)** or [Goodwy](https://github.com/Goodwy?tab=repositories) - Simple FOSS Apps
|
||||
* ⭐ **[Droid-ify](https://droidify.eu.org/)** - FOSS App Installer / [GitHub](https://github.com/Droid-ify/client)
|
||||
* ⭐ **[Droid-ify](https://github.com/Droid-ify/client)** - FOSS App Installer
|
||||
* [F-Droid](https://f-droid.org/) / [GitLab](https://gitlab.com/fdroid) or [Awesome F-Droid](https://fdroid.tabler.dev/) / [GitHub](https://github.com/moneytoo/awesome-fdroid) - FOSS App Installer / [Basic](https://f-droid.org/en/packages/org.fdroid.basic/)
|
||||
* F-Droid Tools - [Repositories](https://forum.f-droid.org/t/known-repositories/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) / [Advanced Search](https://github.com/dbeley/fdroid-insights)
|
||||
* [Neo Store](https://github.com/NeoApplications/Neo-Store) - FOSS App Installer / [Telegram](https://t.me/neo_android_store)
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
* 🌐 **[Launcher Comparison Table](https://grabster.notion.site/6671f3b62d8043c4aaaae22a241e3f05?v=91d9b664887643298f85fe18044d3560)**
|
||||
* ⭐ **[Lawnchair](https://lawnchair.app/)** - Pixel-Based Launcher / [Feed](https://github.com/LawnchairLauncher/lawnfeed) / [Icons](https://github.com/LawnchairLauncher/lawnicons) / [Telegram](https://t.me/lawnchairci) / [Discord](https://discord.gg/3x8qNWxgGZ) / [GitHub](https://github.com/LawnchairLauncher/lawnchair)
|
||||
* ⭐ **[Niagara Launcher](https://niagaralauncher.app/)** - Single-Hand Launcher / [Telegram](https://t.me/niagara_news) / [Discord](https://discord.com/invite/niagara-launcher-728630549278883950)
|
||||
* ⭐ **[SmartLauncher](https://rentry.co/FMHYB64#smartlauncher)**, [2](https://www.smartlauncher.net/) - Customizable Launcher / [Telegram](https://t.me/smartlauncher)
|
||||
* ⭐ **[SmartLauncher](https://rentry.co/fmhybase64#smartlauncher)**, [2](https://www.smartlauncher.net/) - Customizable Launcher / [Telegram](https://t.me/smartlauncher)
|
||||
* ⭐ **[Kvaesitso](https://kvaesitso.mm20.de/)** - Search-Focused Launcher / [Telegram](https://t.me/Kvaesitso) / [GitHub](https://github.com/MM2-0/Kvaesitso)
|
||||
* [Smart Dock](https://f-droid.org/packages/cu.axel.smartdock/) - Desktop App Launcher / [GitHub](https://github.com/axel358/smartdock)
|
||||
* [KISS](https://kisslauncher.com/) / [GitHub](https://github.com/Neamar/KISS) or [TBLauncher](https://tbog.github.io/TBLauncher/) / [GitHub](https://github.com/TBog/TBLauncher) - Low-Memory Usage Launcher
|
||||
|
|
@ -115,8 +115,8 @@
|
|||
|
||||
## ▷ APK Tools
|
||||
|
||||
* ⭐ **[AppManager](https://muntashirakon.github.io/AppManager/)** / [GitHub](https://github.com/MuntashirAkon/AppManager), [UpdateMe](https://github.com/anfreire/updateMe-Mobile) (modded), [Inure](https://rentry.co/FMHYB64#inure) or [PackageManager](https://smartpack.github.io/PackageManager/) / [GitHub](https://github.com/SmartPack/PackageManager) - Package Managers
|
||||
* ⭐ **[Lucky Patcher](https://rentry.co/FMHYB64#lucky-patcher)** - App Patcher
|
||||
* ⭐ **[AppManager](https://muntashirakon.github.io/AppManager/)** / [GitHub](https://github.com/MuntashirAkon/AppManager), [UpdateMe](https://github.com/anfreire/updateMe-Mobile) (modded), [Inure](https://rentry.co/FMHYBase64#inure) or [PackageManager](https://smartpack.github.io/PackageManager/) / [GitHub](https://github.com/SmartPack/PackageManager) - Package Managers
|
||||
* ⭐ **[Lucky Patcher](https://rentry.co/FMHYBase64#lucky-patcher)** - App Patcher
|
||||
* ⭐ **Lucky Patcher Tools** - [Guide](https://flixbox.github.io/lp-compat/docs/intro) / [Compatibility](https://flixbox.github.io/lp-compat/) / [Subreddit](https://www.reddit.com/r/luckypatcher/) / [Discord](https://discord.com/invite/RS5ddYf7mw)
|
||||
* ⭐ **[Obtainium](https://obtainium.imranr.dev/)** / [Configs](https://apps.obtainium.imranr.dev/) / [GitHub](https://github.com/ImranR98/Obtainium), [UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll), [APKUpdater](https://github.com/rumboalla/apkupdater) or [InstallerX](https://t.me/InstallerX) (root) - APK Installers / Updaters
|
||||
* ⭐ **[AntiSplit-M](https://github.com/AbdurazaaqMohammed/AntiSplit-M)** - Merge Split APKs
|
||||
|
|
@ -139,10 +139,9 @@
|
|||
|
||||
***
|
||||
|
||||
* 🌐 **[ReVanced Mega](https://xdaforums.com/t/app-guides-unofficial-revanced-megathread.4523967/)** - ReVanced Resources / Megathread
|
||||
* 🌐 **[ReVanced-Patch-Bundles](https://github.com/Jman-Github/ReVanced-Patch-Bundles)** - ReVanced Patch Index
|
||||
* ⭐ **[ReVanced Manager](https://revanced.app/)** - Android App Patcher / [Guide](https://sodawithoutsparkles.github.io/revanced-troubleshooting-guide/) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT) / [GitHub](https://github.com/ReVanced/revanced-manager)
|
||||
* ⭐ **[ReVanced Obtainium Guide](https://wispydocs.pages.dev/revanced-obtainium/)** - Update ReVanced Apps Automatically / Unofficial
|
||||
* ⭐ **[ReVanced Obtainium Guide](https://gist.github.com/VVispy/50172b4ab77940b2d1ec09d5af70c8a7)** - Update ReVanced Apps Automatically / Unofficial
|
||||
* [ReVanced Non-Root](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root) - Pre-Built RV & RVX APKs / Unofficial / [Telegram](https://t.me/fiorenmas)
|
||||
* [ReVanced Magisk Module](https://github.com/j-hc/revanced-magisk-module) - ReVanced Builder / Unofficial / [Config Gen](https://j-hc.github.io/rvmm-config-gen/) / [Telegram](https://t.me/rvc_magisk)
|
||||
* [ReVanced CLI](https://github.com/ReVanced/revanced-cli) - CLI Patcher / [Guide](https://rentry.org/Revanced_Guide)
|
||||
|
|
@ -174,7 +173,7 @@
|
|||
* [Kuroba](https://github.com/Adamantcheese/Kuroba) or [Chan](https://github.com/moffatman/chan) - 4chan Apps
|
||||
* [Instafel](https://instafel.app/) / [GitHub](https://github.com/mamiiblt/instafel/) or [InstaEclipse](https://github.com/ReSo7200/InstaEclipse) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#instaeclipse-note) - Modded Instagram Clients / [Tools](https://play.google.com/store/apps/details?id=com.dageek.socialtoolbox_android)
|
||||
* [TikTokModCloud](https://t.me/TikTokModCloud) - Modded TikTok Client
|
||||
* [MessengerPro](https://rentry.co/FMHYB64#messengerpro) - Modded Facebook Messenger
|
||||
* [MessengerPro](https://rentry.co/FMHYBase64#messengerpro) - Modded Facebook Messenger
|
||||
* [Nobook](https://github.com/ycngmn/Nobook) - Ad-Free Facebook Lite
|
||||
* [Telegram-Themer](https://github.com/therxmv/Telegram-Themer) or [Telegram Monet](https://github.com/mi-g-alex/Telegram-Monet) / [Telegram](https://t.me/tgmonet) - Telegram Theme Creators
|
||||
* [Launch Chat](https://github.com/vinaygopinath/launch-chat), [WhatsAppNoContact](https://github.com/theolm/WhatsAppNoContact) or [Tellurium](https://play.google.com/store/apps/details?id=com.quadren.tellurium) - Number-Free WhatsApp Chat
|
||||
|
|
@ -187,7 +186,7 @@
|
|||
|
||||
## ▷ Telegram Clients
|
||||
|
||||
* ⭐ **[AyuGram](https://github.com/AyuGram/AyuGram4A)** - Telegram With Extra Features / [Docs](https://docs.ayugram.one/) / [Telegram](https://t.me/ayugramchat)
|
||||
* ⭐ **[AyuGram](https://github.com/AyuGram/AyuGram4A)** - Telegram With Extra Features / [Telegram](https://t.me/ayugramchat) / [Docs](https://docs.ayugram.one/)
|
||||
* ⭐ **[Nagram](https://github.com/nextalone/nagram)** / [Telegram](https://t.me/nagram_channel), [NagramX](https://t.me/NagramX) / [GitHub](https://github.com/risin42/NagramX) or [Momogram](https://github.com/dic1911/Momogram) - NekoX Forks
|
||||
* [Nekogram](https://nekogram.app/) - Simplistic Client / [GitHub](https://github.com/Nekogram/Nekogram/)
|
||||
* [exteraGram](https://exteragram.app) - Custom Settings / Customizable Design / [GitHub](https://github.com/exteraSquad/exteraGram)
|
||||
|
|
@ -235,21 +234,21 @@
|
|||
|
||||
## ▷ Customization
|
||||
|
||||
* ⭐ **[r/AndroidThemes](https://www.reddit.com/r/androidthemes/)** - Android Themes Subreddit
|
||||
* ⭐ **[/r/AndroidThemes](https://www.reddit.com/r/androidthemes/)** - Android Themes Subreddit
|
||||
* ⭐ **[Mobile Abyss](https://mobile.alphacoders.com/)** - Wallpapers
|
||||
* [RBoard](https://xdaforums.com/t/app-rboard-theme-manager.4331445/) (root) / [GitHub](https://github.com/DerTyp7214/RboardThemeManagerV3), [ColorBlendr](https://github.com/Mahmud0808/ColorBlendr) (requires shizuku) or [Substratum](https://www.xda-developers.com/substratum-hub/) - Theme Managers
|
||||
* [PixelXpert](https://github.com/siavash79/PixelXpert) (root) or [Dashbud](https://dashbud.dev/) / [Discord](https://discord.com/invite/78h7xgj) - Android Customization Apps
|
||||
* [DualWallpaper](https://github.com/Yanndroid/DualWallpaper) - Change Wallpaper Depending on System Theme
|
||||
* [Wallpaper Engine](https://www.wallpaperengine.io/android/en) - Wallpapers / Live Wallpapers
|
||||
* [Muzei](https://muzei.co/), [Doodle](https://patrickzedler.com/doodle/) or [Amoled Backgrounds](https://play.google.com/store/apps/details?id=com.droidheat.amoledbackgrounds) - Live Wallpapers
|
||||
* [r/iWallpaper](https://www.reddit.com/r/iWallpaper/) or [r/MobileWallpaper](https://www.reddit.com/r/MobileWallpaper/) - Mobile Wallpaper Subs
|
||||
* [/r/iWallpaper](https://www.reddit.com/r/iWallpaper/) or [/r/MobileWallpaper](https://www.reddit.com/r/MobileWallpaper/) - Mobile Wallpaper Subs
|
||||
* [wallhaven.cc](https://wallhaven.cc/search?categories=110&purity=100&ratios=portrait) - Wallpapers
|
||||
* [wallman](https://gitlab.com/colorata/wallman) - Wallpapers
|
||||
* [WallYou](https://github.com/you-apps/WallYou) - Wallpapers
|
||||
* [Paperize](https://github.com/Anthonyy232/Paperize) - Wallpapers
|
||||
* [Diffuse](https://diffuse.app/) - Live Audio Wallpapers
|
||||
* [Candybar](https://github.com/zixpo/candybar), [Arcticons](https://arcticons.com/) or [Alembicons](https://f-droid.org/packages/com.kaanelloed.iconeration/) - Custom Icon Packs
|
||||
* [PhoneTones](https://rentry.co/FMHYB64#oldschool-ringtones) - Oldschool Ringtones
|
||||
* [PhoneTones](https://rentry.co/fmhybase64#oldschool-ringtones) - Oldschool Ringtones
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -257,7 +256,7 @@
|
|||
|
||||
* ⭐ **[SaverTuner](https://codeberg.org/s1m/savertuner)** - Battery Monitor / Manager / Root / Enable w/ Shizutools + Shizuku
|
||||
* [Charge Meter](https://play.google.com/store/apps/details?id=dev.km.android.chargemeter) - Battery Monitor / Manager
|
||||
* [BatteryGuru](https://rentry.co/FMHYB64#battery-guru) - Battery Monitor / Manager
|
||||
* [BatteryGuru](https://rentry.co/FMHYBase64#battery-guru) - Battery Monitor / Manager
|
||||
* [Batt](https://gitlab.com/narektor/batt) - Battery Monitor / Manager
|
||||
* [aBattery](https://play.google.com/store/apps/details?id=me.linshen.abattery) - Battery Monitor / Manager
|
||||
* [AccuBattery](https://play.google.com/store/apps/details?id=com.digibites.accubattery) - Battery Monitor / Manager
|
||||
|
|
@ -268,6 +267,36 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Camera Tools
|
||||
|
||||
* ⭐ **[Google Lens](https://lens.google.com/)** - Multiple Camera Tools
|
||||
* ⭐ **[Gallery](https://github.com/FossifyOrg/Gallery)**, **[Aves](https://github.com/deckerst/aves)**, [PhotosGo](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo), [Ente](https://ente.io/) / [GitHub](https://github.com/ente-io/ente), [Photok](https://github.com/leonlatsch/Photok), [UhuruPhotos](https://uhuru.photos) / [GitHub](https://github.com/savvasdalkitsis/uhuruphotos-android), [Google Photos](https://rentry.co/FMHYBase64#revanced-google-photos) or [Gallery 2.0](https://github.com/IacobIonut01/Gallery) - Photo / Video Galleries
|
||||
* ⭐ **[Image Toolbox](https://github.com/T8RIN/ImageToolbox)**, [PicsArt](https://rentry.co/FMHYBase64#picsart), [Hypic](https://play.google.com/store/apps/details?id=com.xt.retouchoversea), [Snapseed](https://play.google.com/store/apps/details?id=com.niksoftware.snapseed), [PhotoLayers](https://play.google.com/store/apps/details?id=com.handycloset.android.photolayers), [Photo Editor](https://play.google.com/store/apps/details?id=com.iudesk.android.photo.editor) or [Pixomatic](https://pixomatic.us/) - Image Editors
|
||||
* ⭐ **[Reincubate Camo](https://reincubate.com/camo/)**, [Iriun](https://iriun.com/) or [DroidCam](https://github.com/dev47apps/droidcam-linux-client) - Use Android as Webcam
|
||||
* [Sponge](https://play.google.com/store/apps/details?id=com.prismtree.sponge) - Image Gallery Cleaner
|
||||
* [googlecameraport](https://www.celsoazevedo.com/files/android/google-camera) - Google Cam Downloads / [Telegram](https://t.me/googlecameraport) / [XML Configs](https://t.me/xmlshamimmod)
|
||||
* [Libre Camera](https://github.com/iakdis/librecamera), [GrapheneOS Camera](https://github.com/GrapheneOS/Camera), [Blackmagic Camera](https://play.google.com/store/apps/details?id=com.blackmagicdesign.android.blackmagiccam), [ProofMode](https://gitlab.com/guardianproject/proofmode/proofmode-android) or [Open Camera](https://sourceforge.net/projects/opencamera/) - FOSS Camera Apps
|
||||
* [FadCam](https://github.com/anonfaded/FadCam) - Background Video Recorder
|
||||
* [Alibi](https://github.com/Myzel394/Alibi) or [DroidDashcam](https://play.google.com/store/apps/details?id=com.helge.droiddashcam) - Mobile Dashcams
|
||||
* [Material Photo Widget](https://github.com/fibelatti/photo-widget) - Homescreen Photo Widget
|
||||
* [Memetastic](https://github.com/gsantner/memetastic) - Meme Creators
|
||||
* [Gcam-Services-Provider](https://github.com/lukaspieper/Gcam-Services-Provider) - Use Google Cam without Google Play
|
||||
* [PhotoScan](https://play.google.com/store/apps/details?id=com.google.android.apps.photos.scanner) - Easily Scan & Digitize Photos
|
||||
* [BarcodeScanner](https://gitlab.com/Atharok/BarcodeScanner) or [BinaryEye](https://github.com/markusfisch/BinaryEye) - QR / Barcode Scanners
|
||||
* [TimeLapseCam](https://github.com/woheller69/TimeLapseCamera) - Timelapse Camera
|
||||
* [Color Camera](https://play.google.com/store/apps/details?id=theindusdeveloper.com.colorcamera) - Change Image Colors
|
||||
* [Imagepipe](https://codeberg.org/Starfish/Imagepipe) - Image Size Reducer
|
||||
* [FFShare](https://github.com/caydey/ffshare) - Compress Videos / Images
|
||||
* [RealSR](https://github.com/tumuyan/RealSR-NCNN-Android), [Galaxy Enhance-X](https://rentry.co/fmhybase64#galaxy-enhance-x) or [Superimage](https://superimage.io/) - Image Upscalers
|
||||
* [EasyWatermark](https://github.com/rosuH/EasyWatermark) or [free-watermark](https://github.com/free-watermark/mobile-app) - Add Watermark to Images
|
||||
* [AndroidOCR](https://github.com/SubhamTyagi/android-ocr) - Extract Text from Images
|
||||
* [SauceNAO](https://github.com/LuK1337/SauceNAO) - Reverse Image Search / Some NSFW
|
||||
* [AppMockUp](https://app-mockup.com/) - Screenshot Builder
|
||||
* [Scrambled Exif](https://gitlab.com/juanitobananas/scrambled-exif), [MetadataRemover](https://github.com/Crazy-Marvin/MetadataRemover) or [exif-eraser](https://github.com/Tommy-Geenexus/exif-eraser) - Remove Image Metadata
|
||||
* [VES-Image-Compare](https://github.com/VincentEngel/VES-Image-Compare) - Easily Compare Images
|
||||
|
||||
***
|
||||
|
||||
## ▷ Keyboard Tools
|
||||
|
||||
* ⭐ **[FUTO Keyboard](https://keyboard.futo.org/)** - Privacy-Focused Keyboard / [Discord](https://discord.gg/ENYRubhTRw)
|
||||
|
|
@ -318,11 +347,13 @@
|
|||
* ⭐ **[Magisk](https://github.com/topjohnwu/Magisk)**, [Magisk Alpha](https://t.me/magiskalpha), [KernelSU](https://kernelsu.org/), [KernelSU-Next](https://github.com/KernelSU-Next/KernelSU-Next), [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal), [APatch](https://github.com/bmax121/APatch), [MTKClient](https://github.com/bkerler/mtkclient) or [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su) - Android Root Tools
|
||||
* ⭐ **Magisk Tools** - [Module Manager](https://github.com/DerGoogler/MMRL) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [PlayIntegrity Fix](https://xdaforums.com/t/tricky-store-bootloader-keybox-spoofing.4683446/) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo)
|
||||
* ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android
|
||||
* [Rooting Guides](https://awesome-android-root.org/rooting-guides/) - Android Root Guides
|
||||
* [KitsuneMagisk](https://github.com/1q23lyc45/KitsuneMagisk) - Android Emulator Root Tool
|
||||
* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs
|
||||
* [aShell](https://gitlab.com/sunilpaulmathew/ashell) or [aShellYou](https://github.com/DP-Hridayan/aShellYou) - ADB Shells
|
||||
* [LogFox](https://github.com/F0x1d/LogFox) - LogCat Reader
|
||||
* [Amazing Temp Root](https://xdaforums.com/t/amazing-temp-root-for-mediatek-armv8-2020-08-24.3922213/) - MediaTek Temp Root
|
||||
* [TWRP Root](https://twrp.me/) - TWRP Root / [Telegram](https://t.me/samsung_twrp_root)
|
||||
* [TWRP Root](https://twrp.me/) / [Telegram](https://t.me/samsung_twrp_root) or [UnofficialTWRP](https://unofficialtwrp.com/) - TWRP Root
|
||||
* [Orangefox](https://orangefox.download/) or [SkyHawk](https://skyhawkrecovery.github.io/) - Custom Recovery Firmware
|
||||
* [Smali Patcher](https://xdaforums.com/t/module-smali-patcher-7-4.3680053/) - Android System Patcher
|
||||
* [Albastuz3d](https://albastuz3d.net/) - Stock Phone ROMs
|
||||
|
|
@ -339,72 +370,17 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Android Camera
|
||||
|
||||
* ⭐ **[Google Lens](https://lens.google.com/)** - Multiple Camera Tools
|
||||
* ⭐ **[Reincubate Camo](https://reincubate.com/camo/)**, [Iriun](https://iriun.com/) or [DroidCam](https://github.com/dev47apps/droidcam-linux-client) - Use Android as Webcam
|
||||
* [Libre Camera](https://github.com/iakdis/librecamera) - Camera App
|
||||
* [GrapheneOS Camera](https://github.com/GrapheneOS/Camera) - Camera App
|
||||
* [Blackmagic Camera](https://play.google.com/store/apps/details?id=com.blackmagicdesign.android.blackmagiccam) - Camera App
|
||||
* [ProofMode](https://gitlab.com/guardianproject/proofmode/proofmode-android) - Camera App
|
||||
* [Open Camera](https://sourceforge.net/projects/opencamera/) - Camera App
|
||||
* [FadCam](https://github.com/anonfaded/FadCam) - Background Video Recorder
|
||||
* [googlecameraport](https://www.celsoazevedo.com/files/android/google-camera) - Google Cam Downloads / [XML Configs](https://t.me/xmlshamimmod) / [Telegram](https://t.me/googlecameraport)
|
||||
* [Gcam-Services-Provider](https://github.com/lukaspieper/Gcam-Services-Provider) - Use Google Cam without Google Play
|
||||
* [BarcodeScanner](https://gitlab.com/Atharok/BarcodeScanner) or [BinaryEye](https://github.com/markusfisch/BinaryEye) - QR / Barcode Scanners
|
||||
* [TimeLapseCam](https://github.com/woheller69/TimeLapseCamera) - Timelapse Camera
|
||||
|
||||
***
|
||||
|
||||
## ▷ Image Tools
|
||||
|
||||
* ⭐ **[Image Toolbox](https://github.com/T8RIN/ImageToolbox)** - Image Editor
|
||||
* [PicsArt](https://rentry.co/FMHYB64#picsart) - Image Editor
|
||||
* [Hypic](https://play.google.com/store/apps/details?id=com.xt.retouchoversea) - Image Editor
|
||||
* [Snapseed](https://play.google.com/store/apps/details?id=com.niksoftware.snapseed) - Image Editor
|
||||
* [PhotoLayers](https://play.google.com/store/apps/details?id=com.handycloset.android.photolayers) - Image Editor
|
||||
* [Photo Editor](https://www.iudesk.com/) - Image Editor
|
||||
* [Pixomatic](https://pixomatic.us/) - Image Editor
|
||||
* [Material Photo Widget](https://github.com/fibelatti/photo-widget) - Homescreen Photo Widget
|
||||
* [Memetastic](https://github.com/gsantner/memetastic) - Meme Creators
|
||||
* [PhotoScan](https://play.google.com/store/apps/details?id=com.google.android.apps.photos.scanner) - Easily Scan & Digitize Photos
|
||||
* [Color Camera](https://play.google.com/store/apps/details?id=theindusdeveloper.com.colorcamera) - Change Image Colors
|
||||
* [Imagepipe](https://codeberg.org/Starfish/Imagepipe) - Image Size Reducer
|
||||
* [FFShare](https://github.com/caydey/ffshare) - Compress Videos / Images
|
||||
* [RealSR](https://github.com/tumuyan/RealSR-NCNN-Android), [Galaxy Enhance-X](https://rentry.co/FMHYB64#galaxy-enhance-x) or [Superimage](https://superimage.io/) - Image Upscalers
|
||||
* [AndroidOCR](https://github.com/SubhamTyagi/android-ocr) - Extract Text from Images
|
||||
* [SauceNAO](https://github.com/LuK1337/SauceNAO) - Reverse Image Search / Some NSFW
|
||||
* [AppMockUp](https://app-mockup.com/) - Screenshot Builder
|
||||
* [Scrambled Exif](https://gitlab.com/juanitobananas/scrambled-exif), [MetadataRemover](https://github.com/Crazy-Marvin/MetadataRemover) or [exif-eraser](https://github.com/Tommy-Geenexus/exif-eraser) - Remove Image Metadata
|
||||
* [VES-Image-Compare](https://github.com/VincentEngel/VES-Image-Compare) - Easily Compare Images
|
||||
|
||||
***
|
||||
|
||||
## ▷ Image Galleries
|
||||
|
||||
* ⭐ **[Gallery](https://github.com/FossifyOrg/Gallery)** - Photo / Video Gallery
|
||||
* ⭐ **[Aves](https://github.com/deckerst/aves)** - Photo / Video Gallery
|
||||
* [Google Photos](https://rentry.co/FMHYB64#revanced-google-photos) - Photo / Video Gallery / Unlimited
|
||||
* [PhotosGo](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo) - Photo / Video Gallery
|
||||
* [Ente](https://ente.io/) - Photo / Video Gallery / [GitHub](https://github.com/ente-io/ente)
|
||||
* [Photok](https://github.com/leonlatsch/Photok) - Photo / Video Gallery
|
||||
* [UhuruPhotos](https://uhuru.photos) - Photo / Video Gallery / [GitHub](https://github.com/savvasdalkitsis/uhuruphotos-android)
|
||||
* [Gallery 2.0](https://github.com/IacobIonut01/Gallery) - Photo / Video Gallery
|
||||
* [Sponge](https://play.google.com/store/apps/details?id=com.prismtree.sponge) - Image Gallery Cleaner
|
||||
|
||||
***
|
||||
|
||||
# ► Android Tools
|
||||
|
||||
## ▷ Android Utilities
|
||||
|
||||
* ↪️ **[Android Calculators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_calculators)**
|
||||
* ⭐ **[MacroDroid](https://rentry.co/FMHYB64#macrodroid)** / [Subreddit](https://www.reddit.com/r/macrodroid/), [Tasker](https://rentry.co/FMHYB64#tasker) or [Automate](https://llamalab.com/automate/) / [Subreddit](https://www.reddit.com/r/AutomateUser/) - Android Automation
|
||||
* ⭐ **[Unified Remote](https://rentry.co/FMHYB64#unified-remote)**, [2](https://www.unifiedremote.com/) - Control PC with App
|
||||
* ⭐ **[MacroDroid](https://rentry.co/FMHYBase64#macrodroid)** / [Subreddit](https://www.reddit.com/r/macrodroid/), [Tasker](https://rentry.co/FMHYBase64#tasker) or [Automate](https://llamalab.com/automate/) / [Subreddit](https://www.reddit.com/r/AutomateUser/) - Android Automation
|
||||
* ⭐ **[Unified Remote](https://rentry.co/FMHYBase64#unified-remote)**, [2](https://www.unifiedremote.com/) - Control PC with App
|
||||
* [Toolbox](https://github.com/Koizeay/Toolbox), [Tooly](https://play.google.com/store/apps/details?id=com.yousx.thetoolsapp) or [fooView](https://play.google.com/store/apps/details?id=com.fooview.android.fooview) - Multi-Tool Apps
|
||||
* [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
|
||||
* [auto-auto-rotate](https://gitlab.com/juanitobananas/auto-auto-rotate) - Per App Rotation Settings
|
||||
* [Hermit](https://rentry.co/FMHYB64#hermit) / [2](https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab), [Shelter](https://github.com/PeterCxy/Shelter), [Island](https://github.com/oasisfeng/island) or [Insular](https://secure-system.gitlab.io/Insular/) / [GitLab](https://gitlab.com/secure-system/Insular) - Isolate / Clone Apps
|
||||
* [Shelter](https://github.com/PeterCxy/Shelter), [Island](https://github.com/oasisfeng/island) or [Insular](https://secure-system.gitlab.io/Insular/) / [GitLab](https://gitlab.com/secure-system/Insular) - Isolate / Clone Apps
|
||||
* [Geto](https://github.com/JackEblan/Geto) - Custom App Settings / Requires Shizuku
|
||||
* [Catima](https://catima.app/) - Loyalty Card Managers
|
||||
* [Shortcut Maker](https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker) or [Quikshort](https://play.google.com/store/apps/details?id=com.atolphadev.quikshort) - Create App Shortcuts
|
||||
|
|
@ -412,7 +388,7 @@
|
|||
* [TapTap](https://github.com/KieronQuinn/TapTap) - Android Back Gesture Controls
|
||||
* [Circle to Search](https://play.google.com/store/apps/details?id=com.circletosearch.android) or [MiCTS](https://github.com/parallelcc/MiCTS/blob/main/README_en.md) - Circle to Search
|
||||
* [notesGPT](https://usenotesgpt.com/) - AI Voice Notes
|
||||
* [AudioNote](https://certified84.github.io/AudioNote/) or [Fossify Voice Recorder](https://github.com/FossifyOrg/Voice-Recorder) - Video / Voice Recorders
|
||||
* [AudioNote](https://certified84.github.io/AudioNote/) - Video / Voice Recorders
|
||||
* [ChatBox](https://github.com/Bin-Huang/chatbox), [Rikka AI](https://rikka-ai.com/) / [Discord](https://discord.gg/9weBqxe5c4) / [GitHub](https://github.com/rikkahub/rikkahub), [Maid](https://github.com/Mobile-Artificial-Intelligence/maid), [ChatterUI](https://github.com/Vali-98/ChatterUI), [Google AI Edge Gallery](https://github.com/google-ai-edge/gallery) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - Local AI Chatbots
|
||||
* [Noiseun Canceller](https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller) - Audio Surrounding Recorder
|
||||
* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)
|
||||
|
|
@ -426,7 +402,6 @@
|
|||
* [Tunity](https://tunity.com/) - Hear Muted TVs
|
||||
* [Trail Sense](https://kylecorry.com/Trail-Sense/) - Wilderness Survival App / [GitHub](https://github.com/kylecorry31/Trail-Sense)
|
||||
* [SensorServer](https://github.com/umer0586/SensorServer) - Use Phone as Accelerometer
|
||||
* [OpenBubbles](https://openbubbles.app/) - Get Apple Services on Android
|
||||
* [GitNex](https://gitnex.com/) - Forgejo and Gitea Client for Android / [Source Code](https://codeberg.org/gitnex/GitNex/)
|
||||
* [LSPatch](https://github.com/JingMatrix/LSPatch) - Non-root Xposed Framework
|
||||
* [Black Screen](https://play.google.com/store/apps/details?id=io.japp.blackscreen) - Turn Off Display While Audio is Playing
|
||||
|
|
@ -441,30 +416,35 @@
|
|||
## ▷ Android Adblocking
|
||||
|
||||
* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**
|
||||
* ⭐ **[Rethink DNS](https://rethinkdns.com/app)** / [Blocklists](https://rethinkdns.com/app#blocklists), [personalDNSfilter](https://www.zenz-solutions.de/personaldnsfilter-wp/), [DNSWarden](https://dnswarden.com/) / [GitHub](https://github.com/bhanupratapys/dnswarden) - DNS Adblockers
|
||||
* ⭐ **[AdGuard Premium](https://rentry.co/FMHYB64#adguard)** - Adblocking App
|
||||
* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)** - Adblocker / Works Best on [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) / [Brave](https://brave.com/)
|
||||
* ⭐ **[Rethink DNS](https://rethinkdns.com/app)** / [Blocklists](https://rethinkdns.com/app#blocklists), [personalDNSfilter](https://www.zenz-solutions.de/personaldnsfilter-wp/), [DNSWarden](https://dnswarden.com/) / [GitHub](https://github.com/bhanupratapys/dnswarden) or [Pi-hole](https://github.com/DesktopECHO/Pi-hole-for-Android) - DNS Adblockers
|
||||
* ⭐ **[System Wide Adblocking](https://redd.it/oyfmr1)** - System Wide Adblocking Guide
|
||||
* ⭐ **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** - Adblocking App
|
||||
* ⭐ **uBlock Origin** - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) / [Chromium](https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm)
|
||||
* ⭐ **[Hermit](https://rentry.co/FMHYBase64#hermit)**, [2](https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab) - Web App Container
|
||||
* [AdAway](https://adaway.org/) - Adblocking App / [GitHub](https://github.com/AdAway/AdAway)
|
||||
* [PrivateDNSAndroid](https://github.com/karasevm/PrivateDNSAndroid) - DNS Switchers
|
||||
|
||||
***
|
||||
|
||||
## ▷ Privacy
|
||||
## ▷ Privacy / Anti-Censorship
|
||||
|
||||
* 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources
|
||||
* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
|
||||
* ↪️ **[Android 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**
|
||||
* ↪️ **[Android Proxy Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_proxy_clients)**
|
||||
* ⭐ **[Triage](https://tria.ge/)**, **[Hybrid Analysis](https://hybrid-analysis.com/)**, [VirusTotal](https://www.virustotal.com/) or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners
|
||||
* ⭐ **[Rethink DNS](https://rethinkdns.com/)** / [GitHub](https://github.com/celzero/rethink-app), [AFWall+](https://github.com/ukanth/afwall/) (root) or [Karma](https://github.com/StarGW-net/karma-firewall) - Firewalls
|
||||
* ⭐ **[Triage](https://tria.ge/)**, **[Hybrid Analysis](https://hybrid-analysis.com/)**, [VirusTotal](https://docs.virustotal.com/docs/mobile-apps) or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners
|
||||
* ⭐ **[Rethink App](https://rethinkdns.com/)** / [GitHub](https://github.com/celzero/rethink-app), [AFWall+](https://github.com/ukanth/afwall/) (root) or [Karma](https://github.com/StarGW-net/karma-firewall) - Firewalls
|
||||
* ⭐ **[URLCheck](https://github.com/TrianguloY/URLCheck)**, [Tarnhelm](https://github.com/lz233/Tarnhelm), [LinkSheet](https://github.com/LinkSheet/LinkSheet) or [Untracker](https://github.com/zhanghai/Untracker) - URL Cleaners / Tracking Removal
|
||||
* ⭐ **[Shadowsocks-Android](https://github.com/shadowsocks/shadowsocks-android)** - Shadowsocks Proxy App
|
||||
* ⭐ **[NekoBoxForAndroid](https://github.com/MatsuriDayo/NekoBoxForAndroid)** or [Matsuri](https://matsuridayo.github.io/) - Proxy Clients
|
||||
* ⭐ **[ByeDPIAndroid](https://github.com/dovecoteescapee/ByeDPIAndroid)**, [ByeByeDPI](https://github.com/romanvht/ByeByeDPI/blob/master/README-en.md) or [Lantern](https://lantern.io/download?os=android) - Anti-Censorship Proxies
|
||||
* ⭐ **[Exodus](https://reports.exodus-privacy.eu.org/en/)** - App Tracker Database
|
||||
* ⭐ **[XPL-EX](https://github.com/0bbedCode/XPL-EX)** - Privacy Manager
|
||||
* ⭐ **[XPL-EX](https://github.com/0bbedCode/XPL-EX)** or [InviZible](https://github.com/Gedsh/InviZible) - Privacy Managers
|
||||
* ⭐ **[Amarok](https://github.com/deltazefiro/Amarok-Hider)**, [Aer](https://github.com/nain-F49FF806/anemo-aer) or [SafeSpace](https://github.com/aashishksahu/SafeSpace) - Hide Files / Apps
|
||||
* [InviZible](https://github.com/Gedsh/InviZible) - Tor, DNSCrypt, And Purple I2P Hybrid VPN
|
||||
* [Intra](https://getintra.org) - Encrypted DNS App
|
||||
* [husi](https://github.com/xchacha20-poly1305/husi) - Proxy Config Manager
|
||||
* [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Manager
|
||||
* [AppLock](https://github.com/PranavPurwar/AppLock) - App Locker / No Root Required / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#app-lock)
|
||||
* [AppLock](https://github.com/PranavPurwar/AppLock) - App Locker / No Root Required / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#app-lock)
|
||||
* [WG Tunnel](https://wgtunnel.com/) - WireGuard VPN App / [Telegram](https://t.me/wgtunnel) / [GitHub](https://github.com/wgtunnel/wgtunnel)
|
||||
* [Intra](https://getintra.org) - Proxies
|
||||
* [Orbot](https://orbot.app/en/) - Tor Proxy Apps
|
||||
* [Privacy Guides](https://www.privacyguides.org/en/android/) - Android Privacy Guides
|
||||
* [DroidFS](https://forge.chapril.org/hardcoresushi/DroidFS) - Encrypted File Manager
|
||||
|
|
@ -472,6 +452,7 @@
|
|||
* [LibChecker](https://github.com/LibChecker/LibChecker) - View App Third-Party Libraries
|
||||
* [Sapio](https://github.com/jonathanklee/Sapio) - Scan Apps for Google Dependency
|
||||
* [NetGuard](https://www.netguard.me/) - Block Internet Access Per App / [GitHub](https://github.com/M66B/NetGuard)
|
||||
* [v2rayNG](https://github.com/2dust/v2rayNG) - V2Ray Shadowsocks / Hyteria Proxy Client
|
||||
* [Open SSTP Client](https://github.com/kittoku/Open-SSTP-Client) - SSTP Client
|
||||
* [SimpleLogin](https://github.com/simple-login/Simple-Login-Android) or [AnonAddy](https://gitlab.com/Stjin/anonaddy-android) - Email Forwarding
|
||||
* [Keyoxide](https://codeberg.org/Berker/keyoxide-flutter) - Verify Decentralized Cryptographic Identities
|
||||
|
|
@ -483,12 +464,12 @@
|
|||
## ▷ Android Internet
|
||||
|
||||
* ↪️ **[QR Code Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_qr_code_tools)**
|
||||
* ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[Bitwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)** / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), [Keyguard](https://github.com/AChep/keyguard-app), [Proton Pass](https://proton.me/pass), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass) or [Keepass2Android](https://play.google.com/store/apps/details?id=keepass2android.keepass2android) / [GitHub](https://github.com/PhilippC/keepass2android) - Password Managers
|
||||
* ⭐ **[Thunderbird](https://github.com/thunderbird/thunderbird-android)**, [K-9 Mail](https://k9mail.app/), [Tuta](https://tuta.com/), [SimpleMail](https://framagit.org/dystopia-project/simple-email), [Monocles](https://f-droid.org/packages/de.monocles.mail/) or [FairEmail](https://email.faircode.eu/) - Email Clients
|
||||
* ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[Bitwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)** / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), [Keyguard](https://github.com/AChep/keyguard-app), [Proton Pass](https://proton.me/pass), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass), [Keepass2Android](https://play.google.com/store/apps/details?id=keepass2android.keepass2android) / [GitHub](https://github.com/PhilippC/keepass2android) - Password Managers
|
||||
* ⭐ **[Thunderbird](https://github.com/thunderbird/thunderbird-android)**, [K-9 Mail](https://k9mail.app/), [Tuta](https://tuta.com/), [SimpleMail](https://framagit.org/dystopia-project/simple-email), [Monocles](https://f-droid.org/packages/de.monocles.mail/) or [FairCode](https://email.faircode.eu/) - Email Clients
|
||||
* ⭐ **[PairVPN Hotspot](https://pairvpn.com/hotspot)**, [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots
|
||||
* ⭐ **[Network Survey](https://www.networksurvey.app/)**, [PCAPdroid](https://emanuele-f.github.io/PCAPdroid/) or [keepitup](https://github.com/ibbaa/keepitup/) - Network Monitors
|
||||
* [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots
|
||||
* [Wolfram Alpha](https://rentry.co/FMHYB64#wolfram-mobile) - Searchable Knowledge Base
|
||||
* [Feeder](https://github.com/spacecowboy/Feeder), [Pluma RSS](https://rentry.co/FMHYB64#pluma-rss), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news), [nunti](https://gitlab.com/ondrejfoltyn/nunti), [Aggregator News](https://play.google.com/store/apps/details?id=com.and96.aggregator_news), [CapyReader](https://github.com/jocmp/capyreader) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers
|
||||
* [Wolfram Alpha](https://rentry.co/FMHYBase64#wolfram-mobile) - Searchable Knowledge Base
|
||||
* [Feeder](https://github.com/spacecowboy/Feeder), [Pluma RSS](https://rentry.co/FMHYBase64#pluma-rss), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news), [nunti](https://gitlab.com/ondrejfoltyn/nunti), [Aggregator News](https://play.google.com/store/apps/details?id=com.and96.aggregator_news), [CapyReader](https://github.com/jocmp/capyreader) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers
|
||||
* [NewsBang](https://www.newsbang.com/) - News App / US Only
|
||||
* [Hacki](https://github.com/Livinglist/Hacki), [Harmoni](https://play.google.com/store/apps/details?id=com.simon.harmonichackernews) or [Glider](https://github.com/Mosc/Glider) - Tech News / HN Apps
|
||||
* [DataMonitor](https://github.com/itsdrnoob/DataMonitor) - Data Usage Monitor
|
||||
|
|
@ -514,7 +495,7 @@
|
|||
|
||||
***
|
||||
|
||||
* ⭐ **[Firefox](https://www.firefox.com/browsers/mobile/android/)** - Customizable Browser / [Focus](https://www.firefox.com/browsers/mobile/focus/) / [Nightly](https://www.firefox.com/channel/android/#nightly)
|
||||
* ⭐ **[Firefox](https://www.mozilla.org/en-US/firefox/browsers/mobile/android/)** - Customizable Browser / [Focus](https://www.mozilla.org/en-US/firefox/browsers/mobile/focus/) / [Nightly](https://www.mozilla.org/en-US/firefox/channel/android/#nightly)
|
||||
* ⭐ **[Cromite](https://github.com/uazo/cromite)** - Chromium-Based Browser w/ Built-in Adblock / [Filter](https://github.com/xarantolus/filtrite) / [Adblock Scripts](https://userscripts.010.one/)
|
||||
* ⭐ **[Brave](https://brave.com/)** - Chromium-Based Browser w/ Built-in Adblock / Privacy-Focused / [GitHub](https://github.com/brave/brave-browser)
|
||||
* ⭐ **[IronFox](https://gitlab.com/ironfox-oss/IronFox)** - Mull Browser Fork / Privacy-Focused / [Discord](https://discord.gg/zbdzfRVyVh)
|
||||
|
|
@ -528,7 +509,7 @@
|
|||
## ▷ Android File Tools
|
||||
|
||||
* ↪️ **[Mobile / Desktop Transfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)**
|
||||
* ⭐ **[1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager)** / [Extra Features](https://rentry.co/FMHYB64#link-1dm), [ADM](https://rentry.co/FMHYB64#adm) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers
|
||||
* ⭐ **[1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager)** / [Extra Features](https://rentry.co/FMHYBase64#link-1dm), [ADM](https://rentry.co/FMHYBase64#adm) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers
|
||||
* ⭐ **[MiXplorer](https://mixplorer.com/beta/)**, [2](https://mixplorer.com/), [3](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/) - Advanced Root File Explorer / Manager / [Themes](https://play.google.com/store/apps/details?id=de.dertyp7214.mixplorerthemecreator)
|
||||
* ⭐ **[SD Maid SE](https://github.com/d4rken-org/sdmaid-se)** - File Manager / Cleaner / [Unlock Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sd-maid) / [Discord](https://discord.com/invite/8Fjy6PTfXu)
|
||||
* ⭐ **[MaterialFiles](https://github.com/zhanghai/MaterialFiles)** - File Manager
|
||||
|
|
@ -536,8 +517,7 @@
|
|||
* ⭐ **[ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)** or [ZipXtract](https://github.com/WirelessAlien/ZipXtract) - File Archivers
|
||||
* ⭐ **[SyncThing Fork](https://github.com/Catfriend1/syncthing-android)** - File Sync
|
||||
* ⭐ **[Pairdrop](https://pairdrop.net/)** - File Sharing / [GitHub](https://github.com/fm-sys/snapdrop-android)
|
||||
* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [Prism File Explorer Compose](https://github.com/Raival-e/Prism-File-Explorer), [MT Manager](https://rentry.co/FMHYB64#mt-manager) or [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) - File Managers / Explorers
|
||||
* [ConvertIt](https://github.com/TheByteArray/Convertit) - File Converter
|
||||
* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [FileNavigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator), [Prism File Explorer Compose](https://github.com/Raival-e/Prism-File-Explorer), [MT Manager](https://rentry.co/FMHYBase64#mt-manager) or [Xplore](https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore) - File Managers / Explorers
|
||||
* [Aria2App](https://github.com/devgianlu/Aria2App) - Download Manager Controller
|
||||
* [Round Sync](https://github.com/newhinton/Round-Sync) or [MetaCTRL](https://metactrl.com/) - Multi-Site Cloud Storage File Managers
|
||||
* [AdbFileManager](https://github.com/T0biasCZe/AdbFileManager) - Manage Android File via Windows
|
||||
|
|
@ -559,9 +539,9 @@
|
|||
* ⭐ **[Obsidian](https://obsidian.md/mobile)** - Highly Customizable Note-Taking App
|
||||
* ⭐ **[Easy Notes](https://github.com/Kin69/EasyNotes)** - Minimalistic Note-Taking App
|
||||
* ⭐ **[Notesnook](https://github.com/streetwriters/notesnook/tree/master/apps/mobile)** - E2E Encrypted Note-Taking App
|
||||
* ⭐ **[Acode](https://acode.app)** / [GitHub](https://github.com/Acode-Foundation/Acode) or **[QuickEdit](https://rentry.co/FMHYB64#quickedit)** - Text / Code Editors
|
||||
* ⭐ **[Acode](https://acode.app)** / [GitHub](https://github.com/Acode-Foundation/Acode) or **[QuickEdit](https://rentry.co/FMHYBase64#quickedit)** - Text / Code Editors
|
||||
* ⭐ **[FUTO Voice](https://voiceinput.futo.org/)** or [Transcribro](https://github.com/soupslurpr/Transcribro) - Voice-Input Keyboards
|
||||
* ⭐ **[Look Up](https://rentry.co/FMHYB64#look-up)**, [Livio](https://play.google.com/store/apps/dev?id=7909003501452794484) or [AARD2](https://github.com/itkach/aard2-android), [NotificationDictionary](https://github.com/tirkarthi/NotificationDictionary) or [Ciyue](https://f-droid.org/packages/org.eu.mumulhl.ciyue/) - Dictionary Apps
|
||||
* ⭐ **[Look Up](https://rentry.co/FMHYBase64#look-up)**, [Livio](https://play.google.com/store/apps/dev?id=7909003501452794484) or [AARD2](https://github.com/itkach/aard2-android), [NotificationDictionary](https://github.com/tirkarthi/NotificationDictionary) or [Ciyue](https://f-droid.org/packages/org.eu.mumulhl.ciyue/) - Dictionary Apps
|
||||
* [Xed-Editor](https://github.com/Xed-Editor/Xed-Editor) - Text / Code Editor
|
||||
* [Markor](https://fossdroid.com/a/markor.html) - Text Editor with Markdown Support
|
||||
* [OpenNote](https://github.com/YangDai2003/OpenNote-Compose), [neutriNote](https://github.com/appml/neutrinote) or [OneNote](https://play.google.com/store/apps/details?id=com.microsoft.office.onenote&hl=en-us) - Note-Taking Apps with Markdown / Math Support
|
||||
|
|
@ -599,7 +579,7 @@
|
|||
|
||||
* ⭐ **[ntfy](https://ntfy.sh/)** / [Discord](https://discord.gg/cT7ECsZj9w) / [GitHub](https://github.com/binwiederhier/ntfy), [AppRise](https://github.com/caronc/apprise) or [PingMe](https://pingme.lmno.pk/) - Custom Push Notifications
|
||||
* [Compass QS Tile](https://github.com/WSTxda/Compass-QS-Tile) or [QuickTiles](https://gitlab.com/flxholle/quick-tiles) - Quick Setting Tiles
|
||||
* [KWGT Widgets](https://rentry.co/FMHYB64#kwgt) - Custom Android Widgets
|
||||
* [KWGT Widgets](https://rentry.co/FMHYBase64#kwgt) - Custom Android Widgets
|
||||
* [Smartspacer](https://github.com/KieronQuinn/Smartspacer) - Custom Android "At a Glance" Widget
|
||||
* [Notification Listener](https://github.com/Alfio010/notification-listener-android) - Save / Pin Notifications
|
||||
* [ClassicPowerMenu](https://github.com/KieronQuinn/ClassicPowerMenu) - Android Power Menu Replacement / Root
|
||||
|
|
@ -608,7 +588,7 @@
|
|||
|
||||
## ▷ Date & Time
|
||||
|
||||
* ⭐ **[Sleep as Android](https://rentry.co/FMHYB64#sleep-as-android)** - Clock / Alarm
|
||||
* ⭐ **[Sleep as Android](https://rentry.co/FMHYBase64#sleep-as-android)** - Clock / Alarm
|
||||
* [JTX](https://jtx.techbee.at/), [Etar](https://github.com/Etar-Group/Etar-Calendar), [digical](https://digibites.nl/digical) or [TimeTreeApp](https://timetreeapp.com/intl/en/) - Calendars
|
||||
* [QRAlarm](https://github.com/sweakpl/qralarm-android) - Alarm with QR Code Control
|
||||
* [Calendar Notifications](https://play.google.com/store/apps/details?id=com.tuogol.calendar.notification) - Calendar in Notifications
|
||||
|
|
@ -616,7 +596,7 @@
|
|||
* [Sectograph](https://play.google.com/store/apps/details?id=prox.lab.calclock), [Journal it](https://play.google.com/store/apps/details?id=org.de_studio.diary) or [TimePlanner](https://github.com/v1tzor/TimePlanner) - Planner Apps
|
||||
* [Daily You](https://github.com/Demizo/Daily_You) - Daily Journal / Picture / Mood tracker
|
||||
* [FamilyWall](https://www.familywall.com/) - Family Organization Planner
|
||||
* [Sleep Cycle](https://rentry.co/FMHYB64#sleep-cycle) - Clock / Alarm
|
||||
* [Sleep Cycle](https://rentry.co/FMHYBase64#sleep-cycle) - Clock / Alarm
|
||||
* [Clock](https://github.com/BlackyHawky/Clock) - Clock / Alarm
|
||||
* [Chrono](https://github.com/vicolo-dev/chrono) - Clock / Alarm
|
||||
* [Plees Tracker](https://vmiklos.hu/plees-tracker/) - Sleep Tracker
|
||||
|
|
@ -670,11 +650,11 @@
|
|||
* ⭐ **[Breezy Weather](https://github.com/breezy-weather/breezy-weather)**
|
||||
* ⭐ **[OpenWeather](https://play.google.com/store/apps/details?id=uk.co.openweather)**
|
||||
* [OSS Weather](https://github.com/Akylas/oss-weather)
|
||||
* [AccuWeather](https://app.accuweather.com/app-download) / [Extra Features](https://rentry.co/FMHYB64#accuweather)
|
||||
* [AccuWeather](https://app.accuweather.com/app-download) / [Extra Features](https://rentry.co/FMHYBase64#accuweather)
|
||||
* [Rain](https://github.com/DarkMooNight/Rain)
|
||||
* [Weawow](https://play.google.com/store/apps/details?id=com.weawow)
|
||||
* [KWeather](https://invent.kde.org/utilities/kweather)
|
||||
* [Meteored](https://rentry.co/FMHYB64#meteored)
|
||||
* [Meteored](https://rentry.co/FMHYBase64#meteored)
|
||||
* [Overmorrow](https://play.google.com/store/apps/details?id=com.marotidev.Overmorrow)
|
||||
* [Bura](https://github.com/davidtakac/bura)
|
||||
* [omWeather](https://github.com/woheller69/omweather)
|
||||
|
|
@ -692,12 +672,12 @@
|
|||
* ⭐ **[Termux](https://termux.dev/)** - Terminal Emulator / [Matrix](https://matrix.to/#/#Termux:matrix.org) / [Subreddit](https://www.reddit.com/r/termux) / [Telegram](https://telegram.me/termux24x7) / [Discord](https://discord.gg/HXpF69X) / [GitHub](https://github.com/termux/)
|
||||
* ⭐ **Termux Tools** - [YT-DL](https://github.com/khansaad1275/Termux-YTD) / [GUI](https://github.com/termux/termux-gui) / [Beautify](https://github.com/mayTermux/myTermux)
|
||||
* [Box64Droid](https://github.com/Ilya114/Box64Droid) - Windows Emulator on Android
|
||||
* [JoiPlay](https://joiplay.net/) - RPG Maker Game Interpreter & more
|
||||
* [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Windows Emulator on Android / Terminal Emulators / OS Environments
|
||||
* [Ubuntu on Android](https://docs.udroid.org/) - Ubuntu Emulator / [GitHub](https://github.com/RandomCoderOrg/ubuntu-on-android)
|
||||
* [r/EmulationOnAndroid](https://www.reddit.com/r/emulationonandroid) - Android Game Emulation Subreddit
|
||||
* [/r/EmulationOnAndroid](https://www.reddit.com/r/emulationonandroid) - Android Game Emulation Subreddit
|
||||
* [Visual Novels Android](https://t.me/visual_novels_android_eng) - Android Visual Novel Ports
|
||||
* [Source Engine 4 Android](https://discord.gg/source-engine-4-android-672055862608658432) - Source Engine Ports
|
||||
* [JoiPlay](https://joiplay.net/) - RPG Maker Game Interpreter
|
||||
* [AdrenoToolsDrivers](https://github.com/K11MCH1/AdrenoToolsDrivers) - Adreno Drivers for Android Emulators / [Systemwide](https://github.com/SEGAINDEED/Adreno-ToolsDriversMagisk)
|
||||
|
||||
***
|
||||
|
|
@ -712,12 +692,12 @@
|
|||
* ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)**
|
||||
* ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** - Windows Subsystem / Pre-built Binaries
|
||||
* ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows
|
||||
* [MuMuPlayer](https://www.mumuplayer.com/) - Android Emulator
|
||||
* [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker
|
||||
* [Genymotion](https://www.genymotion.com/download/) - Android Emulator
|
||||
* [NoxPlayer](https://www.bignox.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/72c4b92131977aced56e727d51599a48)
|
||||
* [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator
|
||||
* [Nox](https://www.bignox.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/72c4b92131977aced56e727d51599a48)
|
||||
* [GameLoop](https://www.gameloop.com/) - Android Emulator
|
||||
* [MEmu](https://www.memuplay.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8)
|
||||
* [MuMu](https://www.mumuplayer.com/) - Android Emulator
|
||||
* [MeMu](https://www.memuplay.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8)
|
||||
* [LDPlayer](https://www.ldplayer.net/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/894cdb8adae1d6042a5f21c4e80bcd9e/)
|
||||
|
||||
***
|
||||
|
|
@ -732,7 +712,7 @@
|
|||
|
||||
# ► Android Torrenting
|
||||
|
||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://wispydocs.pages.dev/vpn-binding/) if it allows.
|
||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) if it allows.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -743,9 +723,9 @@
|
|||
* [tTorrent](https://ttorrent.org/) - Torrent Client
|
||||
* [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Torrent Client
|
||||
* [TorrServe](https://github.com/YouROK/TorrServe) - Torrent Client
|
||||
* [1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager) - Torrent Client / [Extra Features](https://rentry.co/FMHYB64#link-1dm)
|
||||
* [1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager) - Torrent Client / [Extra Features](https://rentry.co/fmhybase64#link-1dm)
|
||||
* [Trireme](https://github.com/teal77/trireme) - Deluge Client
|
||||
* [Transdroid](https://www.transdroid.org) - Manage BitTorrent Clients / [F-Droid](https://f-droid.org/packages/org.transdroid.full/) / [GitHub](https://github.com/erickok/transdroid)
|
||||
* [Transdroid](https://www.transdroid.org) - Manage BitTorrent Clients / [GitHub](https://github.com/erickok/transdroid) / [F-Droid](https://f-droid.org/packages/org.transdroid.full/)
|
||||
* [nzb360](https://play.google.com/store/apps/details?id=com.kevinforeman.nzb360) - NZB / Torrent Manager
|
||||
|
||||
***
|
||||
|
|
@ -784,12 +764,12 @@
|
|||
|
||||
## ▷ Android Manga
|
||||
|
||||
* ⭐ **[Mihon](https://mihon.app/)** - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/ext/mihon) / [Endorsed Forks](https://mihon.app/forks/), [2](https://github.com/nekomangaorg/Neko), [3](https://komikku-app.github.io/) / [Discord](https://discord.gg/mihon)
|
||||
* ⭐ **[Mihon](https://mihon.app/) / [Discord](https://discord.gg/mihon)** - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/ext/mihon) / [Endorsed Forks](https://mihon.app/forks/), [2](https://github.com/nekomangaorg/Neko), [3](https://komikku-app.github.io/)
|
||||
* ⭐ **[Kotatsu](https://kotatsu.app/)** - Manga Reader / [Nightly](https://github.com/KotatsuApp/Kotatsu-nightly) / [Telegram](https://t.me/kotatsuapp) / [Discord](https://discord.gg/NNJ5RgVBC5)
|
||||
* ⭐ **[Dantotsu](https://discord.com/invite/4HPZ5nAWwM)** - Manga Reader / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Source Code](https://git.rebelonion.dev/rebelonion/Dantotsu/) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
||||
* ⭐ **[Dantotsu](https://discord.com/invite/4HPZ5nAWwM)** - Manga Reader / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
||||
* [Mangayomi](https://github.com/kodjodevf/mangayomi) - Manga Reader
|
||||
* [LNReader](https://github.com/LNReader/lnreader) - Manga Reader
|
||||
* [Perfect Viewer](https://rentry.co/FMHYB64#perfect-viewer) - Manga File Viewer
|
||||
* [Perfect Viewer](https://rentry.co/FMHYBase64#perfect-viewer) - Manga File Viewer
|
||||
* [Manga Tag](https://www.mangatag.com/) - Manga File Viewer
|
||||
* [Kinoko](https://github.com/gsioteam/kinoko) - Manga File Viewer
|
||||
* [Kitsune](https://github.com/Drumber/Kitsune) - Manga Tracker
|
||||
|
|
@ -799,18 +779,19 @@
|
|||
# ► Android Audio
|
||||
|
||||
* ↪️ **[Song Identification Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_song_identification)**
|
||||
* ⭐ **[ReVanced Manager](https://revanced.app/)** / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT) / [GitHub](https://github.com/ReVanced/revanced-manager), [xManager](https://www.xmanagerapp.com/) / [Discord](https://discord.com/invite/dnpKn5Wufm) or [Modded Spotify](https://rentry.co/FMHYBase64#modded-spotify-apk) - Ad-Free Spotify Patchers / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#android-spotify-note)
|
||||
* ⭐ **Spotify Tools** - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/)
|
||||
* ⭐ **[Seal](https://github.com/JunkFood02/Seal)** - Multi-Site Audio Downloader
|
||||
* ⭐ **[Seeker](https://github.com/jackBonadies/SeekerAndroid)** - Audio Downloader / Soulseek Frontend
|
||||
* ⭐ **[Poweramp Equalizer](https://rentry.co/FMHYB64#poweramp-equalizer)** / [Forum](https://forum.powerampapp.com/), **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers
|
||||
* ⭐ **[Poweramp Equalizer](https://rentry.co/FMHYBase64#poweramp-equalizer)** / [Forum](https://forum.powerampapp.com/), **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers
|
||||
* ⭐ **[AutomaTag](http://automatag.com/)** - Metadata Organizer
|
||||
* ⭐ **[AudioRelay](https://rentry.co/FMHYB64#audio-relay)** or [Audio Share](https://github.com/mkckr0/audio-share) - Stream Audio Between Devices
|
||||
* ⭐ **[AudioRelay](https://rentry.co/FMHYBase64#audio-relay)** or [Audio Share](https://github.com/mkckr0/audio-share) - Stream Audio Between Devices
|
||||
* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler
|
||||
* ⭐ **[CApod](https://github.com/d4rken-org/capod)**, [OpenPods](https://github.com/adolfintel/OpenPods) or [MaterialPods](https://play.google.com/store/apps/details?id=com.pryshedko.materialpods) - AirPod Monitors / Battery Trackers
|
||||
* [Modded Spotify](https://rentry.co/FMHYB64#modded-spotify-apk) - Ad-Free Spotify Patchers / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#android-spotify-note)
|
||||
* Spotify Tools - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/)
|
||||
* [SongSync](https://github.com/Lambada10/SongSync), [Lyricify](https://github.com/WXRIW/Lyricify-App), [FastLyrics](https://github.com/TecCheck/FastLyrics) or [Rush](https://github.com/shub39/Rush) - Lyrics Apps
|
||||
* [ListenBrainz](https://github.com/metabrainz/listenbrainz-android) or [MusicSearch](https://github.com/lydavid/MusicSearch) - Music Tracking / Rating
|
||||
* [ytdlnis](https://ytdlnis.org/) - Multi-Site Audio Downloader / [GitHub](https://github.com/deniscerri/ytdlnis)
|
||||
* [EchoirX](https://github.com/imjyotiraditya/EchoirX) - Tidal Downloader / [Telegram](https://t.me/ThisPandaCanTalk)
|
||||
* [Redomi](https://github.com/acszo/Redomi/) - Multi-Platform Streaming
|
||||
* [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android) - Streaming
|
||||
* [BloomeeTunes](https://github.com/HemantKArya/BloomeeTunes) - Streaming
|
||||
|
|
@ -822,23 +803,22 @@
|
|||
* [Airbuds](https://play.google.com/store/apps/details?id=com.capp.poplive) - Friends Listening Activity
|
||||
* [Super Sound](https://play.google.com/store/apps/details?id=com.tianxingjian.supersound) - Audio Editor
|
||||
* [ViPER4Android](https://github.com/programminghoch10/ViPER4AndroidRepackaged) - Audio Modifier / Equalizer
|
||||
* [audio-analyzer](https://github.com/woheller69/audio-analyzer-for-android) or [Spectroid](https://play.google.com/store/apps/details?id=org.intoorbit.spectrum) - Audio Spectrum Analyzers / Spectrograms
|
||||
* [audio-analyzer](https://github.com/woheller69/audio-analyzer-for-android) or [Spectroid](https://play.google.com/store/apps/details?id=org.intoorbit.spectrum) - Audio Spectrum Analyzers
|
||||
* [Musekit](https://github.com/Kwasow/Musekit) or [Tack](https://github.com/patzly/tack-android) - Tuning Fork / Metronome
|
||||
|
||||
***
|
||||
|
||||
## ▷ Android Audio Players
|
||||
|
||||
* ⭐ **[Poweramp](https://rentry.co/FMHYB64#poweramp)**
|
||||
* ⭐ **[Poweramp](https://rentry.co/FMHYBase64#poweramp)**
|
||||
* ⭐ **[Musicolet Music Player](https://krosbits.in/musicolet/)**
|
||||
* ⭐ **[Namida](https://github.com/namidaco/namida)**
|
||||
* ⭐ **[VLC for Android](https://www.videolan.org/vlc/download-android.html)**
|
||||
* ⭐ **[Foobar2000](https://www.foobar2000.org/android)**
|
||||
* ⭐ **[tempo](https://github.com/eddyizm/tempo)**, [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic), [SubstreamerApp](https://substreamerapp.com/) - Subsonic Clients / [Audio Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_servers)
|
||||
* ⭐ **[Foobar2000](https://www.foobar2000.org/apk)**
|
||||
* ⭐ **[tempo](https://github.com/CappielloAntonio/tempo)**, [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic), [SubstreamerApp](https://substreamerapp.com/) - Subsonic Clients / [Audio Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_servers)
|
||||
* [AIMP](https://www.aimp.ru/?do=download&os=android)
|
||||
* [Gramophone](https://github.com/AkaneTan/Gramophone)
|
||||
* [Oto Music](https://play.google.com/store/apps/details?id=com.piyush.music)
|
||||
* [Rhythm](https://rhythmweb.vercel.app/) / [GitHub](https://github.com/cromaguy/Rhythm)
|
||||
* [Symphony](https://zyrouge.github.io/symphony/)
|
||||
* [Auxio](https://github.com/OxygenCobalt/Auxio/)
|
||||
* [Retro Music Player](https://retromusic.app/) / [GitHub](https://github.com/RetroMusicPlayer/RetroMusicPlayer)
|
||||
|
|
@ -859,7 +839,6 @@
|
|||
***
|
||||
|
||||
* ⭐ **[Metrolist](https://github.com/mostafaalagamy/metrolist)**, [OuterTune](https://github.com/OuterTune/OuterTune) or [InnerTune](https://github.com/Malopieds/InnerTune), [2](https://github.com/z-huang/InnerTune) - YouTube Music Players / Innertune Forks / Audio Players
|
||||
* ⭐ **[ReVanced YouTube](https://revanced.app/)** - Ad-Free YouTube Patcher / [Guide](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)
|
||||
* [Musify](https://gokadzev.github.io/Musify/) - YouTube Music Player / [GitHub](https://github.com/gokadzev/Musify)
|
||||
* [Harmony Music](https://github.com/anandnet/Harmony-Music) - YouTube Music Player
|
||||
* [SimpMusic](https://simpmusic.org/) - YouTube Music Player / [GitHub](https://github.com/maxrave-dev/SimpMusic)
|
||||
|
|
@ -882,7 +861,7 @@
|
|||
* [Podbean](https://play.google.com/store/apps/details?id=com.podbean.app.podcast) - Podcast Player
|
||||
* [Podcini](https://github.com/XilinJia/Podcini) - Podcast Player
|
||||
* [Transistor](https://codeberg.org/y20k/transistor) - Radio App
|
||||
* [SiriusXM](https://rentry.co/FMHYB64#siriusxm) - Radio App
|
||||
* [SiriusXM](https://rentry.co/FMHYBase64#siriusxm) - Radio App
|
||||
* [Radio Garden](https://play.google.com/store/apps/details?id=com.jonathanpuckey.radiogarden) - Radio App
|
||||
* [DI.FM](https://play.google.com/store/apps/details?id=com.audioaddict.di) - Electronic Radio
|
||||
* [Nightwave Plaza](https://play.google.com/store/apps/details?id=one.plaza.nightwaveplaza) - Nightwave Radio
|
||||
|
|
@ -893,12 +872,12 @@
|
|||
|
||||
## ▷ Android Relaxation
|
||||
|
||||
* ⭐ **[Calm](https://rentry.co/FMHYB64#calm)** - Relaxation / Sleep App
|
||||
* ⭐ **[Calm](https://rentry.co/FMHYBase64#calm)** - Relaxation / Sleep App
|
||||
* ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds
|
||||
* [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform
|
||||
* [Rain Sounds](https://sleeprelaxapps.github.io/rainsounds/) - Ambient Rain
|
||||
* [A Soft Murmur](https://asoftmurmur.com/) - Mix Ambient Sounds
|
||||
* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation
|
||||
* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation / Sleep Sounds
|
||||
* [Serenity](https://github.com/YajanaRao/Serenity) - Meditation / Sleep Sounds
|
||||
* [Noice](https://trynoice.com/) - Meditation / Sleep Sounds
|
||||
* [Tide.fm](https://tide-api.moreless.io/v1/redirect/download?platform=android) - Meditation / Sleep Sounds / Number Required
|
||||
|
|
@ -914,32 +893,32 @@
|
|||
* ↪️ **[Android TV](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_android_tv)**
|
||||
* ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)
|
||||
* ⭐ **[CloudStream](https://github.com/recloudstream/cloudstream)** - Movies / TV / Anime
|
||||
* ⭐ **CloudStream Resources** - [Docs](https://cloudstream.miraheze.org/wiki/Main_Page) / [Plugins](https://discord.com/invite/wpX5Rfcx87), [2](https://rentry.org/cs3-repos), [3](https://cloudstream.miraheze.org/wiki/List_of_extensions) / [Discord](https://discord.com/invite/5Hus6fM)
|
||||
* ⭐ **[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)
|
||||
* ⭐ **[HDO Box](https://rentry.co/FMHYB64#hdo-box)** - Movies / TV / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hdo-box-note) / [Telegram](https://t.me/+Ywz5HnhvFHA3Zjk1) / [Discord](https://discord.gg/VPRJVExUVD)
|
||||
* ⭐ **CloudStream Resources** - [Plugins](https://discord.com/invite/wpX5Rfcx87), [2](https://rentry.org/cs3-repos), [3](https://cloudstream.miraheze.org/wiki/List_of_extensions) / [Discord](https://discord.com/invite/5Hus6fM) / [Docs](https://cloudstream.miraheze.org/wiki/Main_Page)
|
||||
* ⭐ **[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)
|
||||
* ⭐ **[HDO Box](https://rentry.co/FMHYBase64#hdo-box)** - Movies / TV / [Telegram](https://t.me/+Ywz5HnhvFHA3Zjk1) / [Discord](https://discord.gg/VPRJVExUVD) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hdo-box-note)
|
||||
* ⭐ **[Syncler](https://syncler.net/)** - Movies / TV / [Providers](https://www.reddit.com/r/providers4syncler/)
|
||||
* ⭐ **[BubblesUPNP](https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp)**, [DMS](https://github.com/anacrolix/dms) or [Macast](https://xfangfang.github.io/Macast/) - Media Servers
|
||||
* [CineHD](https://cinehd.xyz/) - Movies / TV
|
||||
* [Cinema HD](https://rentry.co/FMHYB64#cinema-hd) - Movies / TV
|
||||
* [Movie HD](https://rentry.co/FMHYB64#movie-hd) - Movies / TV / Requires AMPlayer
|
||||
* [VivaTV](https://rentry.co/FMHYB64#vivatv) - Movies / TV / Requires TPlayer
|
||||
* [OnStream](https://rentry.co/FMHYB64#onstream) - Movies / TV / Requires SPlayer
|
||||
* [PopcornTime](https://popcorn-time.site) - Torrent Streaming / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||
* [FilmPlus](https://rentry.co/FMHYB64#filmplus) - Movies / TV / Requires BPlayer
|
||||
* [Cinema HD](https://rentry.co/FMHYBase64#cinema-hd) - Movies / TV
|
||||
* [Movie HD](https://rentry.co/FMHYBase64#movie-hd) - Movies / TV / Requires AMPlayer
|
||||
* [VivaTV](https://rentry.co/FMHYBase64#vivatv) - Movies / TV / Requires TPlayer
|
||||
* [OnStream](https://rentry.co/FMHYBase64#onstream) - Movies / TV
|
||||
* [PopcornTime](https://popcorn-time.site) - Torrent Streaming / [GitHub](https://github.com/popcorn-official/popcorn-android) / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||
* [FilmPlus](https://rentry.co/FMHYBase64#filmplus) - Movies / TV / Requires BPlayer
|
||||
* [Flixclusive](https://github.com/flixclusiveorg/Flixclusive) - Movies / TV / [Plugins](https://discord.com/invite/7yPSPveReu)
|
||||
* [Vega App](https://github.com/Zenda-Cross/vega-app) - Movies / TV
|
||||
* [MovieBox](https://rentry.co/FMHYB64#moviebox) - Movies / TV
|
||||
* [Flixoid](https://rentry.co/FMHYB64#flixoid) - Movies / TV
|
||||
* [BeeTV](https://rentry.co/FMHYB64#beetv) - Movies / TV
|
||||
* [TeaTV](https://rentry.co/FMHYB64#teatv) - Movies / TV / Requires TPlayer
|
||||
* [MovieBox](https://rentry.co/FMHYBase64#moviebox) - Movies / TV
|
||||
* [Flixoid](https://rentry.co/FMHYBase64#flixoid) - Movies / TV
|
||||
* [BeeTV](https://rentry.co/FMHYBase64#beetv) - Movies / TV
|
||||
* [TeaTV](https://rentry.co/FMHYBase64#teatv) - Movies / TV / Requires TPlayer
|
||||
* [Flixeon](https://flixeon.me/) - Movies / TV
|
||||
* [Movies Cave](https://rentry.co/FMHYB64#movies-cave-app) - Movies / TV
|
||||
* [Movies Cave](https://rentry.co/FMHYBase64#movies-cave-app) - Movies / TV
|
||||
* [LokLok](https://loklok.com/download) - Movies / TV
|
||||
* [DigilogTV](https://github.com/aldrinzigmundv/digilogtv) - News TV Channels
|
||||
* [aDrama](https://adrama.app/) - Asian Drama
|
||||
* [Amnis](https://play.google.com/store/apps/details?id=com.amnis) - Stream Videos from Torrents
|
||||
* [MovieDB](https://github.com/WirelessAlien/MovieDB) - TMDB App
|
||||
* [Great Courses Plus Premium](https://rentry.co/FMHYB64#great-courses) - Courses
|
||||
* [Great Courses Plus Premium](https://rentry.co/fmhybase64#great-courses) - Courses
|
||||
* [Showly](https://github.com/michaldrabik/showly) - TV Trackers
|
||||
|
||||
***
|
||||
|
|
@ -951,11 +930,12 @@
|
|||
* ⭐ **[mpvKt](https://github.com/abdallahmehiz/mpvKt/)** / [Nightly Builds](https://nightly.link/abdallahmehiz/mpvKt/workflows/nightlies/main)
|
||||
* ⭐ **[SyncPlay](https://github.com/yuroyami/syncplay-mobile)** - Video Stream Sync
|
||||
* [Just Player](https://github.com/moneytoo/Player)
|
||||
* [MX Player](https://rentry.co/FMHYB64#mx-player) / [Codec](https://github.com/USBhost/MX_FFmpeg)
|
||||
* [MX Player](https://rentry.co/FMHYBase64#mx-player) / [Codec](https://github.com/USBhost/MX_FFmpeg)
|
||||
* [Nova Video Player](https://github.com/nova-video-player/aos-AVP)
|
||||
* [Fermata Media Player](https://github.com/AndreyPavlenko/Fermata)
|
||||
* [Next Player](https://github.com/anilbeesetti/nextplayer)
|
||||
* [Audiofy](https://play.google.com/store/apps/details?id=com.prime.player)
|
||||
* [Findroid](https://github.com/jarnedemeulemeester/findroid) or [Streamyfin](https://github.com/streamyfin/streamyfin) - JellyFin Clients
|
||||
* [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) - Cast Device to Screen
|
||||
* [M3UAndroid](https://github.com/oxyroid/M3UAndroid) - Media Player / [Telegram](https://t.me/m3u_android)
|
||||
|
||||
|
|
@ -968,8 +948,8 @@
|
|||
* ⭐ **[DailyAL](https://github.com/JICA98/DailyAL)**, [MALClient](https://github.com/Drutol/MALClient), [AL-chan](https://zend10.github.io/AL-chan/), [Nekome](https://github.com/Chesire/Nekome), [Moelist](https://moelist.net/), [Kitsune](https://github.com/Drumber/Kitsune) or [AniTrend](https://anitrend.co/) / [GitHub](https://github.com/AniTrend/anitrend-app) - Anime Trackers
|
||||
* ⭐ **[Aniyomi](https://aniyomi.org/)** or [Anikku](https://github.com/komikku-app/anikku) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Discord](https://discord.gg/F32UjdJZrR)
|
||||
* [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [GitHub](https://github.com/RyanYuuki/AnymeX)
|
||||
* [Dantotsu](https://discord.com/invite/4HPZ5nAWwM) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Source Code](https://git.rebelonion.dev/rebelonion/Dantotsu/) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
||||
* [AniLab](https://anilab.to/) - Use [DNS Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_dns_adblocking)
|
||||
* [Dantotsu](https://discord.com/invite/4HPZ5nAWwM) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)
|
||||
* [AniLab](https://anilab.to/) - Use [DNS Adblocker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_dns_adblocking), [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_adblocking)
|
||||
* [Animiru](https://github.com/Quickdesh/Animiru)
|
||||
* [Shiru](https://github.com/RockinChaos/Shiru) or [Migu](https://miguapp.pages.dev/) - Stream Anime Torrents
|
||||
|
||||
|
|
@ -978,16 +958,16 @@
|
|||
## ▷ Android Live TV
|
||||
|
||||
* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)** - IPTV Player
|
||||
* [Perfect IPTV Player](https://rentry.co/FMHYB64#perfect-iptv-player) - IPTV Player
|
||||
* [Perfect IPTV Player](https://rentry.co/FMHYBase64#perfect-iptv-player) - IPTV Player
|
||||
* [OTTRun](https://www.ottrun.com/) - IPTV Player
|
||||
* [OTT Navigator](https://rentry.co/FMHYB64#ott-nav) - IPTV Player
|
||||
* [OTT Navigator](https://rentry.co/FMHYBase64#ott-nav) - IPTV Player
|
||||
* [Tiwee](https://github.com/neffex97/Tiwee) - IPTV Player
|
||||
* [iMPlayer](https://implayer.tv/) - IPTV Player
|
||||
* [IPTV Smarters Pro](https://www.iptvsmarters.com/) - IPTV Player
|
||||
* [M3U8 Downloader](https://play.google.com/store/apps/details?id=com.leavjenn.m3u8downloader) - M3U8 Download App
|
||||
* [Live Sports HD](https://rentry.co/FMHYB64#live-sports-hd) - Sports
|
||||
* [RBTV77](https://rentry.co/FMHYB64#rbtv77) - Sports
|
||||
* [CRICFy](https://rentry.co/FMHYB64#cricfy) - Sports
|
||||
* [Live Sports HD](https://rentry.co/FMHYBase64#live-sports-hd) - Sports
|
||||
* [RBTV77](https://rentry.co/FMHYBase64#rbtv77) - Sports
|
||||
* [CRICFy](https://rentry.co/FMHYBase64#cricfy) - Sports
|
||||
* [FreeTV](https://github.com/phstudio2/FreeTV) - Live TV App / [GitHub](https://github.com/phstudio2/FreeTV)
|
||||
|
||||
***
|
||||
|
|
@ -995,10 +975,10 @@
|
|||
## ▷ Android YouTube Apps
|
||||
|
||||
* ⭐ **[ReVanced Manager](https://revanced.app/)** - Ad-Free YouTube Patcher / [Guide](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)
|
||||
* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / [Guide](https://youtu.be/EnZrv37u66c) / [Plugins](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)
|
||||
* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / [Guide](https://youtu.be/EnZrv37u66c) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay) / [Plugins](https://gitlab.futo.org/videostreaming/plugins)
|
||||
* ⭐ **[LibreTube](https://libretube.dev/)** - Ad-Free YouTube
|
||||
* ⭐ **[PipePipe](https://github.com/InfinityLoop1308/PipePipe)** - Ad-Free YouTube / SponsorBlock / ReturnYTDislikes
|
||||
* ⭐ **[Seal](https://github.com/JunkFood02/Seal)**, **[ytdlnis](https://ytdlnis.org/)** / [GitHub](https://github.com/deniscerri/ytdlnis), [YouTubeDL Android](https://github.com/yausername/youtubedl-android), [SnapTube](https://rentry.co/FMHYB64#snaptube) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#snaptube-note) or [SongTube](https://github.com/SongTube/SongTube-App) - Audio / Video Downloaders
|
||||
* ⭐ **[Seal](https://github.com/JunkFood02/Seal)**, **[ytdlnis](https://ytdlnis.org/)** / [GitHub](https://github.com/deniscerri/ytdlnis), [YouTubeDL Android](https://github.com/yausername/youtubedl-android), [SnapTube](https://rentry.co/FMHYBase64#snaptube) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#snaptube-note) or [SongTube](https://github.com/SongTube/SongTube-App) - Audio / Video Downloaders
|
||||
* [NewPipe](https://newpipe.net/) - Ad-Free YouTube / [GitHub](https://github.com/TeamNewPipe/NewPipe/)
|
||||
* [FluxTube](https://github.com/mu-fazil-vk/FluxTube) - Ad-Free YouTube
|
||||
* [Litube](https://github.com/HydeYYHH/litube) - Ad-Free YouTube
|
||||
|
|
@ -1039,7 +1019,7 @@
|
|||
* [CoconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Battery Tracker
|
||||
* [Scriptable](https://scriptable.app/) - Automation Script Tool / [Scripts / Widgets](https://github.com/dersvenhesse/awesome-scriptable), [2](https://shareable.vercel.app/)
|
||||
* [PureKFD](https://github.com/Lrdsnow/PureKFD) / [Discord](https://discord.gg/cCSwxqdvzx) or [Misaka](https://github.com/straight-tamago/misaka) / [Discord](https://discord.gg/mVrPxY3X6W) - iOS Customization Apps
|
||||
* [iSkin](https://iskin.tooliphone.net/), [r/iOSsetups](https://www.reddit.com/r/iOSsetups/) or [r/iOSthemes](https://www.reddit.com/r/iOSthemes/) - iOS Themes
|
||||
* [iSkin](https://iskin.tooliphone.net/), [/r/iOSsetups](https://www.reddit.com/r/iOSsetups/) or [/r/iOSthemes](https://www.reddit.com/r/iOSthemes/) - iOS Themes
|
||||
* [iCustom](https://icustom.tooliphone.net/) - Make Custom Icons without Shortcuts
|
||||
* [RoutineHub](https://routinehub.co/) - Shortcuts
|
||||
* [Color Widgets](https://apps.apple.com/app/id1531594277) or [WidgetSmith](https://apps.apple.com/app/id1523682319) - iOS Widgets
|
||||
|
|
@ -1083,8 +1063,8 @@
|
|||
* 🌐 **[Types of Jailbreak](https://ios.cfw.guide/types-of-jailbreak/)** - List of Jailbreak Types
|
||||
* 🌐 **[AppleDB](https://appledb.dev/)** - Apple Device / Software Info Database
|
||||
* 🌐 **[ReJail](https://rejail.ru/)** - Cracked Tweaks Repository
|
||||
* ⭐ **[r/jailbreak Discord](https://discord.com/invite/jb)** - Jailbreaking Community / [Subreddit](https://reddit.com/r/jailbreak)
|
||||
* ⭐ **[r/LegacyJailbreak](https://www.reddit.com/r/LegacyJailbreak/)** - Jailbreak Old Devices (iOS 12 and Below) / [Discord](https://discord.gg/bhDpTAu)
|
||||
* ⭐ **[/r/jailbreak Discord](https://discord.com/invite/jb)** - Jailbreaking Community / [Subreddit](https://reddit.com/r/jailbreak)
|
||||
* ⭐ **[/r/LegacyJailbreak](https://www.reddit.com/r/LegacyJailbreak/)** - Jailbreak Old Devices (iOS 12 and Below) / [Discord](https://discord.gg/bhDpTAu)
|
||||
* ⭐ **[Legacy-iOS-Kit](https://github.com/LukeZGD/Legacy-iOS-Kit)** - Legacy iOS Devices / Downgrade / Save Blobs / Jailbreak / Bypass
|
||||
* [CFW iOS Guide](https://ios.cfw.guide/) - Jailbreaking Guide
|
||||
* [Blackb0x](https://github.com/NSSpiral/Blackb0x) - Apple TV Jailbreak
|
||||
|
|
@ -1110,7 +1090,7 @@
|
|||
* [Daibutsu](https://dora2ios.web.app/daibutsu.html) - 8.4.1 Untethered Jailbreak (A5-A5X) / [Guide](https://ios.cfw.guide/installing-daibutsu/)
|
||||
* [wtfis](https://github.com/TheRealClarity/wtfis) - 8.0-8.4.1 Untethered Jailbreak (64-bit Only) / [Guide](https://ios.cfw.guide/installing-wtfis/)
|
||||
* [HomeDepot OLD](https://web.archive.org/web/20240121141903/https://wall.supplies/OLD%20iPhone%20HACKED.html) - 8.0-8.4.1 Semi-Untethered Jailbreak (A5-A5X) / [Guide](https://ios.cfw.guide/installing-homedepot/)
|
||||
* [Pangu7](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/41UlRSyS) - 7.1-7.1.2 Untethered Jailbreak / **[Warning](https://rentry.co/77idzr4v)** / [Guide](https://ios.cfw.guide/installing-pangu7/) / [Mac](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Fo8ihCJa)
|
||||
* [Pangu7](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/41UlRSyS) - 7.1-7.1.2 Untethered Jailbreak / [WARNING](https://rentry.co/77idzr4v) / [Guide](https://ios.cfw.guide/installing-pangu7/) / [Mac](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Fo8ihCJa)
|
||||
* [Evasi0n7](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/1wc0HZgQ) - 7.0-7.0.6 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-evasi0n7/) / [5s / 5c](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Z1MC2ZaS)
|
||||
* [p0sixspwn](https://ih8sn0w.com/p0sixspwn.html) - 6.1.3-6.1.6 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-p0sixspwn/) / [macOS High Sierra+](https://archive.org/download/p0sixspwn-modernmacOS/p0sixspwn%206.1.6%20test.zip)
|
||||
* [Evasi0n6](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/folder/I5k1gaoQ) - 6.0-6.1.2 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-evasi0n6/)
|
||||
|
|
@ -1136,27 +1116,27 @@
|
|||
|
||||
## ▷ iOS Sideloading
|
||||
|
||||
* ⭐ **[Sideloading Guide](https://rentry.co/sideloadingguide)**, [ios.cfw.guide](https://ios.cfw.guide/sideloading-apps/) or [Avieshek's Guide](https://avieshek.wordpress.com/2024/06/11/how-to-sideload-on-ios/) - Sideloading Guides
|
||||
* ⭐ **[TrollStore](https://github.com/opa334/TrollStore)** - Non-Appstore Apps / No-Jailbreak / 14.0-17.0 / [External Repos](https://github.com/TheResonanceTeam/TrollApps/) / [Decrypt](https://github.com/donato-fiore/TrollDecrypt) / [Guide](https://ios.cfw.guide/installing-trollstore/) / [Web App](https://theresonanceteam.github.io/trollapps-web/) / [Discord](https://discord.gg/PrF6XqpGgX)
|
||||
* ⭐ **[Sideloading Guide](https://ios.cfw.guide/sideloading-apps/)** or [Avieshek's Guide](https://avieshek.wordpress.com/2024/06/11/how-to-sideload-on-ios/) - Sideloading Guides
|
||||
* ⭐ **[TrollStore](https://github.com/opa334/TrollStore)** / [Discord](https://discord.gg/PrF6XqpGgX) - Non-Appstore Apps / No-Jailbreak / 14.0-17.0 / [External Repos](https://github.com/TheResonanceTeam/TrollApps/)[Decrypt](https://github.com/donato-fiore/TrollDecrypt) / [Guide](https://ios.cfw.guide/installing-trollstore/) / [Web App](https://theresonanceteam.github.io/trollapps-web/)
|
||||
* ⭐ **[SideStore](https://sidestore.io/)** - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Limit Bypass Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#limit-bypass-note) / [Guide](https://docs.sidestore.io/docs/advanced/sparserestore)
|
||||
* ⭐ **[Sideloadly](https://sideloadly.io/)** - Non-Jailbreak Sideloading (iOS 7.0 & Above)
|
||||
* ⭐ **[Feather](https://github.com/khcrysalis/Feather)** - Sideloading App (iOS 15.0 & Above) / Requires Apple Dev Certificate
|
||||
* [AltStore Classic](https://altstore.io/) - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Repo Viewer](https://therealfoxster.github.io/altsource-viewer/), [2](https://altsource.by.lao.sb/browse/) / [AltServer](https://github.com/NyaMisty/AltServer-Linux) / [Guide](https://faq.altstore.io/altstore-classic/how-to-install-altstore-windows)
|
||||
* [Ksign](https://github.com/Nyasami/Ksign) - Non-Jailbreak Sideloading
|
||||
* [Ksign](https://github.com/Nyasami/Ksign-public) - Non-Jailbreak Sideloading
|
||||
* [Sparsebox](https://github.com/khanhduytran0/SparseBox) or [LiveContainer](https://github.com/khanhduytran0/LiveContainer) - Run Apps Without Installing / Bypass Sidestore limits
|
||||
* [IPA iBot](https://t.me/ipa_ibot) - Apple Dev Certificate Manager Bot
|
||||
* [BlacklistBeGone](https://github.com/jailbreakdotparty/BlacklistBeGone) - Lift Revoked Certificate Blacklist / iOS 17.0 -> iOS 18.0.1
|
||||
* [SignTools](https://github.com/SignTools/SignTools) - Self-Hosted App Signer
|
||||
* [Cyan](https://github.com/asdfzxcvbn/pyzule-rw) - Modify IPAs / Inject Tweaks
|
||||
* [ATVLoadly](https://github.com/bitxeno/atvloadly) - Apple TV Sideloading
|
||||
* [r/sideloaded](https://reddit.com/r/sideloaded) - Sideloading Subreddit
|
||||
* [/r/sideloaded](https://reddit.com/r/sideloaded) - Sideloading Subreddit
|
||||
|
||||
***
|
||||
|
||||
## ▷ iOS Adblocking
|
||||
|
||||
* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**
|
||||
* ⭐ **[AdGuard](https://adguard.com/en/adguard-ios/overview.html)** - Adblocker / [Guide](https://avieshek.wordpress.com/2024/07/07/how-to-filter-ads-and-block-popups-on-iphone-and-macos/) / [Pro](https://t.me/blatants) (requires patch)
|
||||
* ⭐ **[Adguard](https://adguard.com/en/adguard-ios/overview.html)** - Adblocker / [Guide](https://avieshek.wordpress.com/2024/07/07/how-to-filter-ads-and-block-popups-on-iphone-and-macos/) / [Pro](https://t.me/blatants) (requires patch)
|
||||
* ⭐ **[Orion](https://kagi.com/orion/)** - Adblock Browser w/ Extensions / [Discord](https://discord.gg/Yk8Aj8AxGw)
|
||||
* [uBO Lite Safari](https://apps.apple.com/app/ublock-origin-lite/id6745342698) - Safari Adblocker
|
||||
* [Brave](https://apps.apple.com/app/id1052879175) - Adblock Browser
|
||||
|
|
@ -1176,6 +1156,7 @@
|
|||
* [Brave](https://apps.apple.com/app/id1052879175) or [Firefox Focus](https://apps.apple.com/app/id1055677337) - Privacy-Focused Browsers
|
||||
* [DNSecure](https://github.com/kkebo/DNSecure) - Encrypted DNS
|
||||
* [Proton Mail](https://apps.apple.com/app/id979659905) or [Tuta](https://apps.apple.com/app/id922429609) - Encrypted Emailing Service
|
||||
* [Streisand](https://apps.apple.com/us/app/streisand/id6450534064) - Proxy App
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1183,11 +1164,11 @@
|
|||
|
||||
* 🌐 **[CyPwn](https://ipa.cypwn.xyz/)** - Tweaked App Library / [AltStore](https://ipa.cypwn.xyz/cypwn.json) / [Telegram](https://telegram.me/cypwngroup) / [Discord](https://discord.com/invite/UvHZz3HfN9)
|
||||
* 🌐 **[Open-Source iOS Apps](https://github.com/dkhamsing/open-source-ios-apps)** - Open-Source Apps
|
||||
* 🌐 **[Awesome TestFlight](https://github.com/pluwen/awesome-testflight-link)**, [Departures](https://departures.to/), [TestFlightLinks](https://t.me/testflightlinks) or [TestFlight Spreadsheet](https://docs.google.com/spreadsheets/d/1Uej3AQPxRcLRXnmthUXR-7oGkNV_GsMFgCoNnuPtSwI/) - TestFlight App Indexes
|
||||
* 🌐 **[Awesome TestFlight](https://github.com/pluwen/awesome-testflight-link)**, [TestFlightLinks](https://t.me/testflightlinks) or [TestFlight Spreadsheet](https://docs.google.com/spreadsheets/d/1Uej3AQPxRcLRXnmthUXR-7oGkNV_GsMFgCoNnuPtSwI/) - TestFlight App Indexes
|
||||
* 🌐 **[iOS Console Emulators](https://www.reddit.com/r/EmulationOniOS/wiki/emulators)** - Gaming Emulator Index
|
||||
* ⭐ **PDALife** - [Games](https://pdalife.com/ios/games) / [Apps](https://pdalife.com/ios/programmy/) / [Telegram](https://t.me/pdalife_official)
|
||||
* ⭐ **[CodeVN](https://ios.codevn.net/)** / [Telegram](https://t.me/+1qK9KUZlfGs3ZDg1) or [IPALibrary](https://ipalibrary.me/) - Tweaked Apps / Use Orion to Translate
|
||||
* [4PDA](https://4pda.to/forum/) - Tweaked Apps / Use Orion to Translate / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda)
|
||||
* [4PDA](https://4pda.to/forum/) - Tweaked Apps / Use Orion to Translate / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html)
|
||||
* [AppDB](https://appdb.to) - App Library
|
||||
* [iOSVizor](https://iosvizor.com/) - Tweaked Apps / [Telegram](https://t.me/iosvizor)
|
||||
* [DriftyWinds](https://raw.githubusercontent.com/driftywinds/driftywinds.github.io/master/AltStore/apps.json) - AltStore App Source
|
||||
|
|
@ -1195,6 +1176,7 @@
|
|||
* [TrollStore-IPAs](https://github.com/Neoncat-OG/TrollStore-IPAs) - Tweaked Apps
|
||||
* [PlatinMods](https://platinmods.com/) - Tweaked Apps / Sign-Up Required
|
||||
* [AppTesters](https://repository.apptesters.org/) - Tweaked Apps / [Telegram](https://t.me/AppleTesters)
|
||||
* [iOSDecrypted](https://t.me/+ZyDPcj76C99lNzQy) - Modded Social Media Apps
|
||||
* [IPA Archive](https://stuffed18.github.io/ipa-archive-updated) - Search Engine
|
||||
* [iOSObscura](https://archive.org/details/iOSObscura) - Old App Archive / [Search Engine](https://iphoneosobscura.litten.ca/)
|
||||
* [AppleCensorship](https://applecensorship.com/) - Censored App Store Apps
|
||||
|
|
@ -1211,13 +1193,10 @@
|
|||
* ⭐ **[Eevee IPA Decrypter](https://t.me/eeveedecrypterbot)** - Decrypted iOS Apps
|
||||
* [binnichtaktivsipas](https://t.me/binnichtaktivsipas) - Tweaked Apps
|
||||
* [IPA Dark](https://t.me/ipa_dark) - Games
|
||||
* [Scholars Lounge](https://t.me/thescholarslounge) - Tweaked Apps / [Discord](https://discord.gg/3FMj4T7j)
|
||||
* [iOSAppsFree](https://t.me/iOSAppsFree) - Tweaked Apps
|
||||
* [MelonsIPAs](https://t.me/melonipas) - Tweaked Apps
|
||||
* [Sa1y0miii](https://t.me/Sa1y0miii) - Tweaked Apps
|
||||
* [GLESign](https://t.me/glesign) - Tweaked Apps / Games & Game Ports
|
||||
* [TDMBest](https://t.me/tdmbest_ipas) - Game Ports
|
||||
* [iOSDecrypted](https://t.me/+ZyDPcj76C99lNzQy) - Modded Social Media Apps
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1245,8 +1224,8 @@
|
|||
|
||||
# ► iOS Audio
|
||||
|
||||
* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Ad-Free Spotify / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)
|
||||
* ⭐ **[EeveeSpotify](https://github.com/whoeevee/EeveeSpotifyReborn)** - Ad-Free Spotify / Sideloaded / [Extension](https://github.com/BillyCurtis/OpenSpotifySafariExtension) / [Telegram](https://t.me/SpotilifeIPAs)
|
||||
* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Ad-Free Spotify / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)
|
||||
* ⭐ **[YTMusicUltimate](https://github.com/dayanch96/YTMusicUltimate)** - Ad-Free / Modded YouTube Music / [Discord](https://discord.gg/BhdUyCbgkZ)
|
||||
* [Soundcloud](https://soundcloud.com/download) - Streaming / [Tweak](https://github.com/Rov3r/scmusicplus)
|
||||
* [Audiomack](https://apps.apple.com/app/id921765888) - Streaming
|
||||
|
|
@ -1260,8 +1239,8 @@
|
|||
|
||||
## ▷ iOS Podcasts / Radio
|
||||
|
||||
* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Ad-Free Spotify / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)
|
||||
* ⭐ **[EeveeSpotify](https://github.com/whoeevee/EeveeSpotifyReborn)** - Ad-Free Spotify / Sideloaded / [Extension](https://github.com/BillyCurtis/OpenSpotifySafariExtension) / [Telegram](https://t.me/SpotilifeIPAs)
|
||||
* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Ad-Free Spotify / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)
|
||||
* ⭐ **[PocketCasts](https://www.pocketcasts.com/)** - Podcasts
|
||||
* ⭐ **[Triode](https://triode.app/)** - Radio App
|
||||
* ⭐ **[Cuterdio](https://cuterdio.com/en)** - Radio App
|
||||
|
|
@ -1278,7 +1257,6 @@
|
|||
## ▷ iOS Relaxation
|
||||
|
||||
* ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds
|
||||
* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation
|
||||
* [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform
|
||||
* [Tide.fm](https://apps.apple.com/app/id1077776989) - Meditation / Sleep Sounds
|
||||
* [Insight Timer](https://apps.apple.com/app/id337472899) - Meditation / Sleep Sounds
|
||||
|
|
@ -1289,7 +1267,7 @@
|
|||
|
||||
* ⭐ **[Stremio](https://apps.apple.com/app/stremio-lite/id6741710156)** or [Web Stremio](https://web.stremio.com/) - Movies / TV / Anime / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)
|
||||
* ⭐ **[Sora](https://testflight.apple.com/join/uJPzdTTj)** - Movies / TV / Anime / Extension-Based / [Modules](https://library.cufiy.net/library/) / [Discord](https://discord.gg/XR3SrmUbpd) / [GitHub](https://github.com/cranci1/Sora)
|
||||
* ⭐ **[Kodi](https://kodi.tv/)** - Movies / TV / Anime / [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)
|
||||
* ⭐ **[Kodi](https://kodi.tv/)** - Movies / TV / Anime / [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)
|
||||
* ⭐ **[SyncPlay](https://github.com/yuroyami/syncplay-mobile)** - Video Stream Sync
|
||||
* [OutPlayer](https://outplayer.app/), [VLC](https://apps.apple.com/app/id650377962), [Pojobox](https://apps.apple.com/app/id1454098557) or [Infuse](https://github.com/dayanch96/InfusePlus) - Video Players
|
||||
* [Streamyfin](https://github.com/streamyfin/streamyfin) or [Swiftfin](https://apps.apple.com/app/id1604098728) - Jellyfin Client
|
||||
|
|
@ -1329,7 +1307,7 @@
|
|||
* ⭐ **[Paperback](https://paperback.moe/)** - Manga Reader / [Extensions](https://discord.gg/rmf6jQpMU9) / [Discord](https://discord.paperback.moe/)
|
||||
* ⭐ **[Aidoku](https://aidoku.app/)** - Manga Reader / [GitHub](https://github.com/Aidoku/Aidoku)
|
||||
* ⭐ **[Readera](https://readera.org/)** - Ebook Reader
|
||||
* [Suwatte](https://www.suwatte.app/) - Comic Reader / [Discord](https://discord.gg/8wmkXsT6h5) / [GitHub](https://github.com/suwatte)
|
||||
* [Suwatte](https://www.suwatte.app/) - Comic Reader / [Converter](https://seyden.github.io/SuwatteConverter/suwatte) / [Discord](https://discord.gg/8wmkXsT6h5) / [GitHub](https://github.com/suwatte)
|
||||
* [Prologue](https://prologue.audio/) - Audiobooks for Plex
|
||||
* [JellyBook](https://github.com/JellyBookOrg/JellyBook) - Ebook Reader
|
||||
* [Eboox](https://apps.apple.com/app/eboox-fb2-epub-book-reader/id1489172068) - Ebook Reader
|
||||
|
|
@ -12,12 +12,13 @@
|
|||
* 🌐 **[/music streaming/](https://dan.valeena.dev/guides/music-streaming/)**, [2](https://rentry.co/musicstreaming) or [Wiki Comparisons](https://en.wikipedia.org/wiki/Comparison_of_music_streaming_services) - Streaming Service Comparisons
|
||||
* ↪️ **[Spotify Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25BA_spotify_tools)**
|
||||
* ↪️ **[YouTube Music Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_youtube_music)**
|
||||
* ⭐ **[Custom YouTube Music](https://github.com/th-ch/youtube-music)** - YouTube Music Client / [Themes](https://github.com/kerichdev/themes-for-ytmdesktop-player/)
|
||||
* ⭐ **[Custom YouTube Music](https://th-ch.github.io/youtube-music/)** - YouTube Music Client / [Themes](https://github.com/kerichdev/themes-for-ytmdesktop-player/) / [GitHub](https://github.com/th-ch/youtube-music)
|
||||
* [Deezer](https://www.deezer.com/) - Streaming
|
||||
* [Moosync](https://moosync.app/) - YouTube / Spotify / [Discord](https://discord.gg/HsbqbRune3) / [GitHub](https://github.com/Moosync/Moosync)
|
||||
* [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client
|
||||
* [BetterSoundcloud](https://alirezakj.com/bsc/) - Soundcloud Client / Ad-Free / [GitHub](https://github.com/AlirezaKJ/BetterSoundCloud)
|
||||
* [Nuclear](https://nuclearplayer.com/) - Streaming / [Discord](https://discord.com/invite/JqPjKxE) / [GitHub](https://github.com/nukeop/nuclear)
|
||||
* [DAB Music Player](https://dab.yeet.su/download) - Streaming / Uses Qobuz / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ)
|
||||
* [FunkWhale](https://funkwhale.audio/) - Streaming
|
||||
* [MP3Jam](https://www.mp3jam.org/) - Streaming
|
||||
* [Muffon](https://muffon.netlify.app/) - Streaming
|
||||
|
|
@ -28,9 +29,9 @@
|
|||
|
||||
## ▷ Streaming Sites
|
||||
|
||||
* ⭐ **[YouTube Music](https://music.youtube.com/)** or [Nonoki](https://nonoki.com/music/) - YouTube Music WebUIs
|
||||
* ⭐ **[YouTube Music](https://music.youtube.com/)**, [Hyperpipe](https://hyperpipe.surge.sh) or [Nonoki](https://nonoki.com/music/) - YouTube Music WebUIs
|
||||
* ⭐ **YouTube Music Tools** - [Enhancements](https://themesong.app/), [2](https://github.com/Sv443/BetterYTM) / [Library Delete](https://github.com/apastel/ytmusic-deleter) / [Upload Delete](https://rentry.co/tv4uo) / [Spotify Playlist Import](https://spot-transfer.vercel.app/), [2](https://github.com/mahdi-y/Spotify2YoutubeMusic), [3](https://github.com/linsomniac/spotify_to_ytmusic), [4](https://github.com/sigma67/spotify_to_ytmusic) / [Better Lyrics](https://better-lyrics.boidu.dev/) / [Discord](https://discord.gg/UsHE3d5fWF) / [GitHub](https://github.com/boidushya/better-lyrics)
|
||||
* ⭐ **[DAB Music Player](https://dabmusic.xyz/)** - Browser Music / Uses Qobuz / Lossless / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ)
|
||||
* ⭐ **[DAB Music Player](https://dab.yeet.su/)**, [2](https://dabmusic.xyz/) - Browser Music / Uses Qobuz / Lossless / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ)
|
||||
* ⭐ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player
|
||||
* ⭐ **[SoundCloud](https://soundcloud.com/)** - User Made Songs
|
||||
* [Spotify Web Player](https://open.spotify.com/) / [Enhanced UI](https://senpaihunters.github.io/SpotOn/) / [Lyrics](https://github.com/mantou132/Spotify-Lyrics), [2](https://greasyfork.org/en/scripts/377439) - Browser Music
|
||||
|
|
@ -41,8 +42,8 @@
|
|||
* [Jamendo](https://www.jamendo.com/) - Browser Music
|
||||
* [SoundClick](https://www.soundclick.com/default.cfm) - Browser Music
|
||||
* [Mixupload](https://mixupload.com/) - Browser Music
|
||||
* [zvu4no](https://zvu4no.org/) - Browser Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Tancpol](https://tancpol.net/) - Browser Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [zvu4no](https://zvu4no.org/) - Browser Music
|
||||
* [Tancpol](https://tancpol.net/) - Browser Music
|
||||
* [Saavn Web](https://saavn-web-ui.vercel.app/) - Browser Music / [GitHub](https://github.com/wiz64/saavn-web-ui)
|
||||
* [The Urban Emporium](https://www.youtube.com/@theurbanemporium204/playlists) - Hip-Hop
|
||||
* [DatPiff](https://datpiff.com/) - Hip-Hop / Mixtapes
|
||||
|
|
@ -81,8 +82,8 @@
|
|||
* 🌐 **[365 Radio](https://365.ilysm.nl/)** - List of YouTube DJ Channels
|
||||
* ⭐ **[bt.etree](https://bt.etree.org/)** - Concert Recordings / Torrents
|
||||
* ⭐ **[hate5six](https://hate5six.com/)** - Concert Recordings
|
||||
* ⭐ **[BBC Radio 1 Essential Mix](https://rentry.co/FMHYB64#bbc-essential)** - BBC Essential Mix / [Discovery Guide](https://rentry.co/musicdiscovery#bbc-radio-1-essential-mix)
|
||||
* ⭐ **[MiroPPB](https://miroppb.com/)** / [DL Script](https://rentry.co/7preswd7) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes
|
||||
* ⭐ **[BBC Radio 1 Essential Mix](https://rentry.co/FMHYBase64#bbc-essential)** - BBC Essential Mix / [Discovery Guide](https://rentry.co/musicdiscovery#bbc-radio-1-essential-mix)
|
||||
* ⭐ **[MiroPPB](https://miroppb.com/)** / [DL Script](https://pastebin.com/raw/GZ7AvbwV) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes
|
||||
* [JamBase](https://www.jambase.com/videos) - Concert Recordings
|
||||
* [Relisten](https://relisten.net/) - Concert Recordings / [GitHub](https://github.com/relistennet)
|
||||
* [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents
|
||||
|
|
@ -93,11 +94,11 @@
|
|||
* [MuseBootlegs](https://www.musebootlegs.com/) - Bootleg Concert Recordings / Torrents
|
||||
* [LiveBootlegConcert](https://livebootlegconcert.blogspot.com/) - Bootleg Concert Recordings / Torrents
|
||||
* [TopDJMixes](https://topdjmixes.com/) - DJ Mixes / Livesets
|
||||
* [GOA PsyTrance Livesets](https://rentry.co/FMHYB64#goa-psytrance-livesets) - DJ Livesets
|
||||
* [GOA PsyTrance Livesets](https://rentry.co/FMHYBase64#goa-psytrance-livesets) - DJ Livesets
|
||||
* [Mixing.dj](https://mixing.dj/) - DJ Mixes / Streaming
|
||||
* [BassBlog](https://bassblog.pro/) - DJ Mixes / Streaming
|
||||
* [TestPressing](https://www.testpressing.org/) - Rare DJ Mixes / Streaming
|
||||
* [Rave Recording](https://rentry.co/FMHYB64#rave-library) - Rave Recordings / Archive
|
||||
* [Rave Recording](https://rentry.co/fmhybase64#rave-library) - Rave Recordings / Archive
|
||||
* [Volume](https://volume.com/) - Live Cam Concerts
|
||||
* [ConcertArchives](https://www.concertarchives.org/) - Concert Tracking / Database
|
||||
* [SongKick](https://www.songkick.com/), [ConcertArchives](https://www.concertarchives.org/) or [FindYourFest](https://www.findyourfest.com/) - Find Concerts / Music Festivals
|
||||
|
|
@ -106,7 +107,6 @@
|
|||
* [ToolDriveProject](https://tooldriveproject.net/) - Tool Live Archive
|
||||
* [RATM.live](https://ratm.live/) - Rage Against the Machine Live Archive
|
||||
* [RHCPLiveArchive](https://www.rhcplivearchive.com/) - Red Hot Chili Peppers Live Archive
|
||||
* [Radio Nowhere](https://rentry.co/FMHYB64#radio-nowhere) - Bruce Springsteen Concerts / Bootlegs
|
||||
* [Phish.in](https://phish.in/) - Phish Live Archive / [Mobile](https://play.google.com/store/apps/details?id=never.ending.splendor) / [Discord](https://discord.gg/KZWFsNN)
|
||||
* [setlist.fm](https://www.setlist.fm/) - Setlist Database
|
||||
|
||||
|
|
@ -114,12 +114,15 @@
|
|||
|
||||
## ▷ Radio Streaming
|
||||
|
||||
* 🌐 **[FMSTREAM](https://fmstream.org/)**, **[Recommended Streams](https://github.com/deroverda/recommended-radio-streams)**, **[Station Index](https://en.wikipedia.org/wiki/List_of_Internet_radio_stations)** or **[Radio Browser](https://www.radio-browser.info/users)** - Radio Indexes
|
||||
* 🌐 **[FMSTREAM](https://fmstream.org/)** - Radio Index
|
||||
* 🌐 **[Recommended Radio Streams](https://github.com/deroverda/recommended-radio-streams)** - Radio Index
|
||||
* 🌐 **[List of Internet Radio Stations](https://en.wikipedia.org/wiki/List_of_Internet_radio_stations)** - Radio Index
|
||||
* 🌐 **[Radio Browser](https://www.radio-browser.info/users)** - Radio Index
|
||||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps
|
||||
* ⭐ **[Radio Garden](https://radio.garden/)** / [Site Unblock](https://redd.it/18e12gf), [2](https://redd.it/13b53zs) or [RadioCast](https://www.radiocast.co/) - Worldwide Radio Globes
|
||||
* ⭐ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-up Radio / [Downloader](https://github.com/get-iplayer/get_iplayer)
|
||||
* ⭐ **[Drive n Listen](https://drivenlisten.com/)** - Radio Driving Simulators
|
||||
* [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/) or [TuneIn](https://tunein.com/) - Podcasts / Radio
|
||||
* [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/), [TuneIn](https://tunein.com/) or [Zeno](https://zeno.fm/) - Podcasts / Radio
|
||||
* [Internet Archive](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts
|
||||
* [Relic Radio](https://www.relicradio.com/) or [Old Time Radio](https://oldtime.radio/) - Classic Radio
|
||||
* [Old Time Radio Downloads](https://www.oldtimeradiodownloads.com/) - Classic Radio Downloads
|
||||
|
|
@ -135,6 +138,7 @@
|
|||
* [LiveOnlineRadio](https://liveonlineradio.net/) - Global Radio Directory / Country & Genre
|
||||
* [WorldRadioMap](https://worldradiomap.com/) - Global Radio Map Interface
|
||||
* [vTuner](https://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp) - Radio Directory / Hardware Integration
|
||||
* [Zeno.fm](https://zeno.fm/) - Community / Diaspora Radio Host
|
||||
* [radioline](https://www.radioline.co/) - Radio & Podcast Aggregator
|
||||
* [TheOneStopRadio](https://theonestopradio.com/) - Radio Directory
|
||||
* [Radio Guide](https://www.radioguide.fm/) - Radio Directory
|
||||
|
|
@ -166,16 +170,13 @@
|
|||
* [1a Radio](https://www.1aradio.com/) - Online Radio Directory
|
||||
* [Radiodeck](https://www.radiodeck.com/) - Online Radio Player / Directory
|
||||
* [Quasar Radio](https://kuasark.com/en/) - Online Radio Directory
|
||||
* [Freeform Radio](https://www.freeformradio.directory/) - Online Radio Directory
|
||||
* [AccuRadio](https://www.accuradio.com/) - Online Radio
|
||||
* [Q-3](https://www.q-3.eu/) - Online Radio
|
||||
* [DubLab](https://www.dublab.com/) - Online Radio
|
||||
* [BoxRadio](https://boxradio.net/) - Online Radio
|
||||
* [You Radio](https://play.you.radio/) - Online Radio
|
||||
* [Audiophile](https://audiophile.fm/) - Online Radio
|
||||
* [Vidbox Radio](https://vidbox.to/radio) - Online Radio
|
||||
* [ShoutCast](https://directory.shoutcast.com/) - User-Stations
|
||||
* [Zeno.fm](https://zeno.fm/) - User-Stations
|
||||
* [Live365](https://live365.com/) - User-Stations
|
||||
* [Internet-Radio](https://internet-radio.com/) - Station-Directory
|
||||
* [CoreRadio](https://coreradio.online/listen) - Metalcore / Hardcore / Deathcore
|
||||
|
|
@ -211,9 +212,7 @@
|
|||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps
|
||||
* ⭐ **[Spotify Podcasts](https://open.spotify.com/browse/podcasts)** - Podcasts / [Companion](https://sebschaef.bitbucket.io/podify/) / [RSS](https://github.com/Yetangitu/Spodcast) / [Video Download](https://rentry.co/spotifypodcast) / [Audio Download](https://rentry.co/dlspotifypodcast)
|
||||
* ⭐ **[Pocket Casts](https://play.pocketcasts.com/discover)** - Podcasts / [Desktop App](https://pocketcasts.com/downloads/windows/)
|
||||
* [Podchaser](https://www.podchaser.com/charts) or [Podstatus](https://podstatus.com/charts) - Podcast Charts / Databases
|
||||
* [Listen Notes](https://www.listennotes.com/) - Podcast Search Engine
|
||||
* [Rephonic](https://rephonic.com/graph) - Find Similar Podcasts
|
||||
* [Podchaser](https://podchaser.com/), [Rephonic](https://rephonic.com/graph) or [Listen Notes](https://www.listennotes.com/) - Podcast Databases / Trackers
|
||||
* [Apple Podcasts](https://podcasts.apple.com/us/home) - Podcasts
|
||||
* [PodParadise](https://www.podparadise.com/) - Podcasts
|
||||
* [Podbean](https://www.podbean.com/) - Podcasts
|
||||
|
|
@ -285,7 +284,7 @@
|
|||
|
||||
* 🌐 **[Awesome Spotify Stats](https://github.com/hugo9655/awesome-spotify-stats)** - Listening Statistics Index
|
||||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_android_audio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_ios_audio)** - Mobile Spotify Patchers
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Important Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* ⭐ **[SpotX](https://github.com/SpotX-Official/SpotX)** / [Telegram](https://t.me/SpotxCommunity) or **[BlockTheSpot](https://github.com/mrpond/BlockTheSpot)** / [Discord](https://discord.gg/9tCNMFESuC) - Ad-Free Spotify Patchers
|
||||
* [Lofi](https://www.lofi.rocks/) - Mini Spotify Player Widget / [GitHub](https://github.com/dvx/lofi)
|
||||
* [Trikatuka](https://trikatuka.aknakn.eu/) - Migrate Spotify Data to New Accounts
|
||||
|
|
@ -332,27 +331,24 @@
|
|||
|
||||
## ▷ Audio Ripping Sites
|
||||
|
||||
* ⭐ **[DAB Music Player](https://dabmusic.xyz/)** - FLAC / Uses Qobuz / [Desktop App](https://dabmusic.xyz/download) / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ)
|
||||
* ⭐ **[lucida](https://lucida.to/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.gg/5EEexMqVuE)
|
||||
* ⭐ **[DAB Music Player](https://dab.yeet.su/)**, [2](https://dabmusic.xyz/) - FLAC / Uses Qobuz / [Desktop App](https://dab.yeet.su/download) / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/EBKcDZwEHJ)
|
||||
* ⭐ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic)
|
||||
* ⭐ **[QQDL](https://qqdl.site/)** - Qobuz / [GitHub](https://github.com/QobuzDL/Qobuz-DL)
|
||||
* ⭐ **[cobalt](https://cobalt.tools/)** - SoundCloud / 320kb / MP3 / Ad-Free / [Instances](https://instances.cobalt.best/) / [X](https://x.com/justusecobalt) / [Discord](https://discord.com/invite/pQPt8HBUPu) / [GitHub](https://github.com/imputnet/cobalt)
|
||||
* ⭐ **[squid.wtf](https://squid.wtf/)** - Qobuz / Khinsider / FLAC / [GitHub](https://github.com/QobuzDL/Qobuz-DL)
|
||||
* [Jumo-DL](https://jumo-dl.pages.dev/) - Qobuz
|
||||
* [YTiz](https://ytiz.xyz/) - YouTube / SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz)
|
||||
* [AMP3](https://amp3.cc/) - YouTube / 320kb
|
||||
* [EzConv](https://ezconv.com/) - YouTube / 320kb
|
||||
* [cobalt](https://cobalt.tools/) - SoundCloud / 320kb / MP3 / [Instances](https://instances.cobalt.best/) / [X](https://x.com/justusecobalt) / [Discord](https://discord.com/invite/pQPt8HBUPu) / [GitHub](https://github.com/imputnet/cobalt)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Audio Ripping Tools
|
||||
|
||||
* ↪️ **[YouTube Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)**
|
||||
* ↪️ **[YouTube Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)** - YouTube / Multi-Site Downloaders
|
||||
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - P2P Audio Sharing Networks / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl)
|
||||
* ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium
|
||||
* ⭐ **[OnTheSpot](https://github.com/justin025/onthespot)** - Multi-Site / [Discord](https://discord.com/invite/hz4mAwSujH)
|
||||
* ⭐ **[Exact Audio Copy](https://www.exactaudiocopy.de/)** / [Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper
|
||||
* [Firehawk52](https://rentry.co/FMHYB64#firehawk) - Qobuz / Tidal / [Telegram](https://t.me/firehawk52official) / [Discord](https://discord.gg/uqfQbzHj6K)
|
||||
* [Firehawk52](https://rentry.co/FMHYBase64#firehawk) - Qobuz / Tidal / [Telegram](https://t.me/firehawk52official) / [Discord](https://discord.gg/uqfQbzHj6K)
|
||||
* [Votify](https://github.com/glomatico/votify) - Spotify / 160kb Free / 320kb Premium / Requires WVD Keys / [Discord](https://discord.gg/aBjMEZ9tnq)
|
||||
* [streamrip](https://github.com/nathom/streamrip) - Deezer / Tidal / Qobuz / SoundCloud / 128kb Free / FLAC / Use Firehawk52 / [Colab](https://github.com/privateersclub/rip)
|
||||
* [OrpheusDL](https://github.com/OrfiTeam/OrpheusDL) - Deezer / Qobuz / 128kb Free / FLAC / Use Firehawk52 / [Deezer Module](https://github.com/uhwot/orpheusdl-deezer) / [Qobuz Module](https://github.com/OrfiDev/orpheusdl-qobuz)
|
||||
|
|
@ -364,7 +360,7 @@
|
|||
* [you-get](https://you-get.org/) - SoundCloud / Bilibili / 128kb MP3
|
||||
* [tidal-dl-ng](https://github.com/exislow/tidal-dl-ng) - Tidal / Use Firehawk52
|
||||
* [GamDL](https://github.com/glomatico/gamdl) - Apple / FLAC / Use Firehawk52
|
||||
* [BandCamp-DL](https://github.com/iheanyi/bandcamp-dl) - Bandcamp / 128kb MP3 / Free Only / [Discord](https://discord.com/invite/nwdT4MP)
|
||||
* [BandCamp-DL](https://github.com/iheanyi/bandcamp-dl) - Bandcamp / 128kb MP3 / [Discord](https://discord.com/invite/nwdT4MP) / Free Only
|
||||
* [AccurateRip](https://www.accuraterip.com/) - Verify Ripped Tracks are Error-Free
|
||||
|
||||
***
|
||||
|
|
@ -379,6 +375,7 @@
|
|||
* [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3
|
||||
* [Music_Hunters](https://t.me/MusicsHuntersbot) - Deezer / 320kb MP3
|
||||
* [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3
|
||||
* [spotifydownloadrobot](https://t.me/spotifydownloadrobot) - Spotify / 160kb MP3
|
||||
* [scdlbot](https://t.me/scdlbot) - YouTube / SoundCloud / Bandcamp / 128kb MP3
|
||||
* [soundcloudaudiodownloader](https://t.me/soundcloudaudiodownloader) - YouTube / SoundCloud / 128kb MP3
|
||||
* [VK Bot](https://t.me/vkmsaverbot), [vkmusbot](https://t.me/vkmusbot) or [Meph Bot](https://t.me/mephbot) - VK / 320kb MP3
|
||||
|
|
@ -393,9 +390,9 @@
|
|||
***
|
||||
|
||||
* 🌐 **[Music Download Guide](https://rentry.co/wheredownloadmusic)** - Downloading Guide / Site Index
|
||||
* ⭐ **[ArtistGrid](https://artistgrid.cx/)** or [TrackerHub](https://trackerhub.cx/) / [Discord](https://discord.gg/trackerhub) - Unreleased / Check Google Sheets
|
||||
* ⭐ **[TrackerHub](https://rentry.co/FMHYBase64#trackerhub)** - Artists Spreadsheet / [Frontend](https://artistgrid.cx/) / [Discord](https://discord.gg/trackerhub)
|
||||
* ⭐ **[Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w) / [CSE 3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Multi-Site Search
|
||||
* [r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup)
|
||||
* [/r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup)
|
||||
* [VK::MP3](https://metacpan.org/pod/VK::MP3) - VK MP3 Search Tool
|
||||
* [musify](https://musify.club/) - 320kb / MP3
|
||||
* [ccMixter](https://ccmixter.org/) - DL / Stream / 320kb / MP3
|
||||
|
|
@ -423,15 +420,16 @@
|
|||
* [FlacMusic](https://www.flacmusic.info/) - FLAC
|
||||
* [Lossless-FLAC](https://lossless-flac.com/) - FLAC
|
||||
* [DiscogC](https://www.discogc.com/) - FLAC
|
||||
* [LosslessAlbums](https://losslessalbums.club/) - FLAC
|
||||
* [QMusic](https://rentry.co/FMHYB64#qmusic) - MP3 / FLAC
|
||||
* [LosslessAlbums](https://losslessalbums.club/) or [HDMusic](https://hdmusic.cc/) - FLAC
|
||||
* [QMusic](https://rentry.co/FMHYBase64#qmusic) - MP3 / FLAC
|
||||
* [opendir](https://rentry.co/FMHYBase64#opendir) - MP3
|
||||
* [IntMusic](https://intmusic.net/) - MP3 / FLAC
|
||||
* [Gangster](https://gangster.su/) - MP3 / FLAC
|
||||
* [GetRockMusic](https://getrockmusic.net/) - MP3 / FLAC
|
||||
* [Core Radio](https://coreradio.online/) - MP3 / FLAC
|
||||
* [AlterPortal](https://alterportal.net/) - MP3 / FLAC
|
||||
* [ShareMania](https://sharemania.us/) - FLAC / MP3 / M4A
|
||||
* [Moe:81](https://rentry.co/FMHYB64#moe81) - MP3 / FLAC
|
||||
* [Moe:81](https://rentry.co/FMHYBase64#moe81) - MP3 / FLAC
|
||||
* [Plastinka](https://plastinka.org/) - MP3 / FLAC
|
||||
* [Exystence](https://exystence.net/) - MP3 / FLAC
|
||||
* [ThemFire](https://themfire.pro/) - MP3 / FLAC
|
||||
|
|
@ -440,14 +438,13 @@
|
|||
* [iPlusFree](https://www7.iplusfree.org/), [iTopMusic](https://itopmusicx.com/) or [iTDMusic](https://itdmusic.in/) - iTunes M4A
|
||||
* [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests
|
||||
* [SongStems](https://songstems.net/) - STEM Files
|
||||
* [BitMidi](https://bitmidi.com/), [Geocities Midis](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [FreeMIDI](https://freemidi.org/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
|
||||
* [BitMidi](https://bitmidi.com/), [Geocities Midis](https://archive.org/details/archiveteam-geocities-midi-collection-2009) / [2](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files
|
||||
* [Music Hoarders](https://discord.gg/kQUQkuwSaT) - Music Hoarding Community / [Wiki](https://musichoarders.xyz/)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Genre Specific
|
||||
|
||||
* ⭐ **[MiroPPB](https://miroppb.com/)** / [DL Script](https://rentry.co/7preswd7) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes
|
||||
* [Take Metal](https://takemetal.org/) - Metal / MP3
|
||||
* [Metalminos](https://metalminos.net/) - Metal / MP3
|
||||
* [In The Fog](https://in-the-fog.ru/) - Metal / MP3
|
||||
|
|
@ -470,12 +467,13 @@
|
|||
* [1Trance](https://1trance.org/) - Trance / MP3
|
||||
* [1Techno](https://1techno.org/) - Techno / MP3
|
||||
* [GlobalDJMix](https://globaldjmix.com/) - DJ Mixes / MP3
|
||||
* [oVPN DJ Mixes](https://rentry.co/FMHYB64#ovpn-dj-mixes) - DJ Mixes
|
||||
* [oVPN DJ Mixes](https://rentry.co/FMHYBase64#ovpn-dj-mixes) - DJ Mixes
|
||||
* [TestPressing](https://www.testpressing.org/) - Rare DJ Mixes
|
||||
* [MiroPPB](https://miroppb.com/) / [DL Script](https://pastebin.com/raw/GZ7AvbwV) or [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archives / DJ Mixes
|
||||
* [LOA2K](https://loa2k.neocities.org/) or [Nu Guide](https://nuvaporwave.neocities.org/mirrors.html) - Vaporwave
|
||||
* [inconstant sol](https://inconstantsol.blogspot.com/), [David W. Niven Collection](https://archive.org/details/davidwnivenjazz) or [JazznBlues](https://jazznblues.club/) - Jazz / MP3
|
||||
* [EssentialHouse](https://essentialhouse.club/) - House / MP3
|
||||
* [Bluegrass Archive](https://rentry.co/FMHYB64#bluegrass-archive) - Bluegrass / FLAC
|
||||
* [Bluegrass Archive](https://rentry.co/FMHYBase64#bluegrass-archive) - Bluegrass / FLAC
|
||||
* [BurningTheGround](https://burningtheground.net/) - 80s / 90s / FLAC
|
||||
* [aboutdisco](https://aboutdiscowithlove.blogspot.com/) - Disco / MP3
|
||||
* [ProgRockVintage](https://www.progrockvintage.com/) - Classic Rock / MP3
|
||||
|
|
@ -490,9 +488,9 @@
|
|||
* [Rap War](https://rap-war-fam.blogspot.com/) - Hip Hop / MP3
|
||||
* [Dez Flight Underground](https://dezflight-underground.com/) - Underground Hip Hop
|
||||
* [Certified Mixtapez](https://www.certifiedmixtapez.com/) - Mixtapes / MP3
|
||||
* [Mixtape Collections](https://rentry.co/FMHYB64#mixtape-collections) - Mixtape Collections
|
||||
* [Mixtape Collections](https://rentry.co/FMHYBase64#mixtape-collections) - Mixtape Collections
|
||||
* [The Noise-Arch Archive](https://archive.org/details/noise-arch) - Underground Cassette Tapes
|
||||
* [Bootleg Radioclash](https://rentry.co/FMHYB64#bootleg-radioclash) - Mashups / MP3
|
||||
* [Bootleg Radioclash](https://rentry.co/FMHYBase64#bootleg-radioclash) - Mashups / MP3
|
||||
* [Tom Lehrer Songs](https://tomlehrersongs.com/) - All Tom Lehrer Songs / Public Domain
|
||||
* [MusicRepublic](https://music-republic-world-traditional.blogspot.com/) - World / MP3 / FLAC
|
||||
* [KPopFLAC](https://www.kpopflac.xyz/) - K-Pop / FLAC
|
||||
|
|
@ -504,7 +502,7 @@
|
|||
|
||||
# ► Audio Torrenting
|
||||
|
||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://wispydocs.pages.dev/vpn-binding/) if it allows.
|
||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) if it allows.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -519,9 +517,9 @@
|
|||
* [Metal Tracker](https://en.metal-tracker.com/) or [RockBox](https://rawkbawx.rocks/) - Metal / MP3 320kb / FLAC
|
||||
* [BlackTorrent](https://blacktorrent.ru/) or [iPlayMetal](https://metal.iplay.ro/) - Metal / MP3 / FLAC
|
||||
* [MixtapeTorrent](http://www.mixtapetorrent.com/) - Mixtapes / MP3 / Various Bitrates
|
||||
* [TorrentTech](https://torrents.torrentech.org/) - Electronic / MP3 320kb / Sign-Up Required / [Zip File](https://rentry.co/FMHYB64#torrenttech-zip)
|
||||
* [TorrentTech](https://torrents.torrentech.org/) - Electronic / MP3 320kb / Sign-Up Required / [Zip File](https://rentry.co/FMHYBase64#torrenttech-zip)
|
||||
* [TribalMixes](https://www.tribalmixes.com/) - Forum / DJ Mixes / MP3
|
||||
* [the /kpg/ torrent](https://rentry.co/FMHYB64#kpop-torrent) - K-Pop / MP3 320kb / FLAC
|
||||
* [the /kpg/ torrent](https://rentry.co/FMHYBase64#kpop-torrent) - K-Pop / MP3 320kb / FLAC
|
||||
* [PandaCD](https://pandacd.io/) - User-Made Music / MP3 / FLAC
|
||||
* [NFO DB](https://nfodb.net.ru/) - MP3 NFO Database
|
||||
* [PreDB.eu](https://predb.eu) - Music PreDB
|
||||
|
|
@ -560,6 +558,7 @@
|
|||
* [3ost](https://3ost.ru/) or [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) - Soundtracks
|
||||
* [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks
|
||||
* [KDramaOST](https://kdramaost.com/en/) - KDrama Soundtracks
|
||||
* [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio
|
||||
* [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [JMAX](https://discord.gg/hCw8VqJV8J), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks
|
||||
* [OtakuOst](https://otakuost.net/) - Anime Soundtracks & Japanese Music
|
||||
* [AMV](https://www.animemusicvideos.org/) - Anime Music Videos
|
||||
|
|
@ -575,7 +574,7 @@
|
|||
* [Chip Player JS](https://chiptune.app/) - Retro Game Soundtracks / Web / [GitHub](https://github.com/mmontag/chip-player-js)
|
||||
* [VGMRips](https://vgmrips.net/packs/) - Retro Game Music Rips / VGM
|
||||
* [Zophar's](https://www.zophar.net/music) - Retro Game Music Rips / VGM
|
||||
* [HCS Forum](https://rentry.co/FMHYB64#hcs-forum) - Game Soundtracks
|
||||
* [HCS Forum](https://rentry.co/FMHYBase64#hcs-forum) - Game Soundtracks
|
||||
* [GameOST](https://gameost.net/) - Game Soundtracks / MP3
|
||||
* [exotica](https://www.exotica.org.uk/) - Amiga Games Soundtracks
|
||||
* [OC Remix](https://ocremix.org/) - Game Music Remixes / Download / Torrent
|
||||
|
|
@ -590,8 +589,7 @@
|
|||
* [NSF j](https://nsf.nesbbs.com/) - NES Music
|
||||
* [HVSC](https://www.hvsc.c64.org/) - Commodore 64 Music
|
||||
* [Goldenrod Radio](https://www.youtube.com/@GoldenrodRadio251) - Pokémon Music
|
||||
* [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio
|
||||
* [GTA Radio Stations Music](https://rentry.co/FMHYB64#gta-radio-stations) - GTA Radio Stations
|
||||
* [GTA Radio Stations Music](https://rentry.co/FMHYBase64#gta-radio-stations) - GTA Radio Stations
|
||||
* [Exotica](https://www.exotica.org.uk/) - Retro Gaming Music Wiki
|
||||
* [VGMdb](https://vgmdb.net/) - Video Game Music Database
|
||||
|
||||
|
|
@ -600,10 +598,9 @@
|
|||
# ► Tracking / Databases
|
||||
|
||||
* ⭐ **[RateYourMusic](https://rateyourmusic.com/)** - Ratings / Reviews / [Add Features](https://rateyourmusic.com/list/CaptainMocha/betterrym-browser-extension/) / [Last.fm Stats](https://github.com/dukhevych/rym-lastfm-stats) / [Forum](https://rym.fm/)
|
||||
* ⭐ **[Last.fm](https://www.last.fm/home)** / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_last.fm_tools) or [ListenBrainz](https://listenbrainz.org/) - Track Listening Habits / Songs
|
||||
* ⭐ **[Last.fm](https://www.last.fm/home)** / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_last.fm_tools), [ListenBrainz](https://listenbrainz.org/) or [Music Board](https://musicboard.app/) - Track Listening Habits / Songs
|
||||
* ⭐ **[Muspy](https://muspy.com/)**, [Drop Watch](https://drop-watch.ghost.io/), [MusicButler](https://www.musicbutler.io/) or [Brew.fm](https://www.brew.fm/) - Get Album Release Updates
|
||||
* [Discogs](https://www.discogs.com/) - Ratings / Reviews / [Scout](https://greasyfork.org/en/scripts/439452-discogs-scout) / [Timestamps](https://martinbarker.me/tagger)
|
||||
* [Music Board](https://musicboard.app/) - Ratings / Reviews
|
||||
* [Has it Leaked](https://hasitleaked.com/) - Album Leak Tracker
|
||||
* [MyPitchFork](https://mypitchfork.fun/) - Individual Song Rating / Tracking
|
||||
* [TuneMyMusic](https://www.tunemymusic.com/) - Transfer Playlists Between Services
|
||||
|
|
@ -620,7 +617,7 @@
|
|||
* ⭐ **[AnyDecentMusic](http://www.anydecentmusic.com/)** - Album Review Aggregator
|
||||
* ⭐ **[Acclaimed Music](https://www.acclaimedmusic.net/)** - Discover Acclaimed Music of the Times
|
||||
* ⭐ **[RYM Ultimate Box Set](https://rateyourmusic.com/list/TheScientist/rym-ultimate-box-set/)** - Artist Recommendations by Genre
|
||||
* ⭐ **[r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/)** - Artist Recommendations
|
||||
* ⭐ **[/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/)** - Artist Recommendations
|
||||
* ⭐ **[MixesDB](https://www.mixesdb.com/)** - DJ Set Database
|
||||
* ⭐ **[EveryNoise](https://everynoise.com/)** - Discover Music Genres / [New Music](https://www.furia.com/page.cgi?type=log#id492)
|
||||
* ⭐ **[Tunefind](https://www.tunefind.com/)** - Find Music from Movies / TV
|
||||
|
|
@ -640,7 +637,7 @@
|
|||
* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database
|
||||
* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive
|
||||
* [TrackID](https://trackid.net/) or [1001Tracklists](https://www.1001tracklists.com/) - Live Set Tracklist Databases
|
||||
* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Music Recommendation Directory
|
||||
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Music Recommendation Guides
|
||||
* [Shfl](https://theshfl.com/) - Album Recommendations
|
||||
* [45Cat](https://www.45cat.com/) - Vinyl Ratings / Reviews
|
||||
* [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator
|
||||
|
|
@ -673,7 +670,7 @@
|
|||
* 🌐 **[Awesome Last.fm](https://github.com/jnguyen1098/awesome-lastfm)** or [Last.fm Tool List](https://redd.it/1h8ec76) - Last.fm Tool Indexes
|
||||
* ⭐ **[bleh](https://katelyn.moe/bleh/)** - Last.fm Customization Script / [GitHub](https://github.com/katelyynn/bleh)
|
||||
* ⭐ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler)
|
||||
* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Multi-Platform Scrobbler
|
||||
* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler
|
||||
* ⭐ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web)
|
||||
* [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - Scrobble Any Site
|
||||
* [Edit Scrobbles](https://greasyfork.org/en/scripts/485278) - Manually Edit Scrobbles
|
||||
|
|
@ -701,7 +698,7 @@
|
|||
* [Tunebat](https://tunebat.com/) or [QO & SPECTRE](https://docs.google.com/spreadsheets/u/0/d/1QEvWoGa10BctJ1yqDgZl3IoY8bhB3AwbHzgCHjJ5neI/htmlview) - Music Key / BPM Databases
|
||||
* [Karaoke Mugen](https://mugen.karaokes.moe/en/) - Karaoke App
|
||||
* [X-Minus](https://x-minus.pro/) or [LRC Maker](https://lrcmaker.com/) - Create / Find Karaoke Songs
|
||||
* [VB Cables](https://rentry.co/FMHYB64#vb-cables) - Virtual Audio Cables
|
||||
* [VB Cables](https://rentry.co/FMHYBase64#vb-cables) - Virtual Audio Cables
|
||||
* [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader
|
||||
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
|
||||
|
||||
|
|
@ -713,7 +710,7 @@
|
|||
* ⭐ **Foobar2000 Tools** - [Components](https://audio-file.org/foobar2000-list-of-components/), [2](https://www.foobar2000.org/components) / [VU Meter](https://audio-file.org/foobar2000-vu-meter-skins-gallery/) / [Scrobble](https://github.com/gix/foo_scrobble) / [Lyric Sync](https://rentry.co/FB2K-SyncedLyrics)
|
||||
* ⭐ **[WACUP](https://getwacup.com/)** / [Discord](https://discord.gg/5pVTdbj)
|
||||
* ⭐ **[AIMP](https://www.aimp.ru/)**
|
||||
* ⭐ **[MusicBee](https://getmusicbee.com/)** / [Quality Bades](https://wiki.musichoarders.xyz/reference/musicbee/)
|
||||
* ⭐ **[MusicBee](https://getmusicbee.com/)**
|
||||
* [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8)
|
||||
* [Namida](https://github.com/namidaco/namida) - Feature-Rich
|
||||
* [TimeStetch](https://29a.ch/timestretch/) - Web-Based
|
||||
|
|
@ -744,8 +741,7 @@
|
|||
* ⭐ **[Airsonic](https://airsonic.github.io/)** or [Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced) / [Web UI](https://github.com/tamland/airsonic-refix)
|
||||
* ⭐ **[koel](https://koel.dev/)**
|
||||
* ⭐ **[iBroadcast](https://ibroadcast.com)**
|
||||
* ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices / [Mobile](https://rentry.co/FMHYB64#audio-relay)
|
||||
* [Lyrion](https://lyrion.org/) / [Extensions](https://lyrion.org/extensions/applications/)
|
||||
* ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices / [Mobile](https://rentry.co/FMHYBase64#audio-relay)
|
||||
* [SnapCast](https://github.com/badaix/snapcast) or [SonoBus](https://sonobus.net/) - Sound System Sync
|
||||
* [mStream](https://mstream.io/)
|
||||
* [Mopidy](https://mopidy.com/)
|
||||
|
|
@ -787,7 +783,7 @@
|
|||
## ▷ Song Identification
|
||||
|
||||
* ⭐ **[Google Assistant](https://assistant.google.com/)** - Google's Music Recognition / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition)
|
||||
* ⭐ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Modded](https://rentry.co/FMHYB64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra), [2](https://github.com/zemoto/WhatAmIHearing) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/librezam/) / [Chrome](https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb)
|
||||
* ⭐ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Modded](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra), [2](https://github.com/zemoto/WhatAmIHearing) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/librezam/) / [Chrome](https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb)
|
||||
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities
|
||||
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows
|
||||
* [AudioTag](https://audiotag.info/) / Web
|
||||
|
|
@ -817,13 +813,13 @@
|
|||
|
||||
* 🌐 **[Awesome Music](https://github.com/noteflakes/awesome-music)** - Music / Notation Tools Index
|
||||
* 🌐 **[Awesome Sheet Music](https://github.com/ad-si/awesome-sheet-music)** - Sheet Music Software & Resources
|
||||
* ↪️ **[Music Notation Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_music_notation_editors)**
|
||||
* ↪️ **[Music Sheet Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_music_sheet_collections)**
|
||||
* ⭐ **[MuseScore](https://musescore.org/)**, [MC Musiceditor](https://www.mcmusiceditor.com/) or [Score Perfect Professional](https://archive.org/details/score-perfect-professional-lite-5.1/) - Music Scoring Software
|
||||
* [Sheethost](https://sheet.host/) - Publish Sheet Music
|
||||
* [The ABC Music Project](https://abc.sourceforge.net/) / [Editor](https://sourceforge.net/projects/toadflax/), [2](https://runabc.sourceforge.io/), [3](https://easyabc.sourceforge.net/) / [PNG Convert](https://sourceforge.net/projects/abccairo/) / [MIDI Convert](https://abcmidi.sourceforge.io/) / [Webpages](https://netabc.sourceforge.io/) - Notation Markup Language
|
||||
* [Chordly](https://chordly.co.uk/) - Chord Sheet Creator / [GitHub](https://github.com/stufro/chordly)
|
||||
* [Piascore](https://apps.apple.com/app/piascore-hd/id406141702) - iOS Music Score Viewer
|
||||
* [r/sheetmusic](https://reddit.com/r/sheetmusic) - Reddit Community
|
||||
* [/r/sheetmusic](https://reddit.com/r/sheetmusic) - Reddit Community
|
||||
* [VGLeadSheets](https://www.vgleadsheets.com/) - Transcribe Video Game Music
|
||||
* [Omnizart](https://github.com/Music-and-Culture-Technology-Lab/omnizart) - Python Music Transcription Library
|
||||
* [Audiveris](https://audiveris.github.io/audiveris/_pages/handbook/) - OMR Engine / [GitHub](https://github.com/Audiveris/audiveris)
|
||||
|
|
@ -843,7 +839,6 @@
|
|||
* ⭐ **[Sonic Visualizer](https://www.sonicvisualiser.org/)**
|
||||
* ⭐ **[Spek](https://www.spek.cc/)**
|
||||
* [Visual Analyser](https://www.sillanumsoft.org/)
|
||||
* [WhatsMyBitrate](https://whatsmybitrate.com/)
|
||||
* [Friture](https://friture.org/)
|
||||
* [Spectro](http://spectro.enpts.com/)
|
||||
* [Cambia](https://logs.musichoarders.xyz/) - CD Rip Log Checker
|
||||
|
|
@ -874,16 +869,16 @@
|
|||
|
||||
## ▷ Audio Editors
|
||||
|
||||
* ⭐ **[Tenacity](https://tenacityaudio.org/)** / [Source Code](https://codeberg.org/tenacityteam/tenacity), [Audacity](https://www.audacityteam.org/) / [GitHub](https://github.com/audacity/audacity) or [ocenaudio](https://www.ocenaudio.com/) - Audio Editors
|
||||
* ⭐ **[FL Studio](https://rentry.co/FMHYB64#fl-studio)**, **[Reaper](https://www.reaper.fm/) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#reaper-note)**, [Zrythm](https://www.zrythm.org/en/index.html) / [GitLab](https://gitlab.zrythm.org/zrythm/zrythm), [Waveform](https://www.tracktion.com/products/waveform-free) or [LMMS](https://lmms.io/) / [Discord](https://discord.com/invite/PruNxpG) / [GitHub](https://github.com/LMMS) - Digital Audio Workstations
|
||||
* ⭐ **[Tenacity](https://tenacityaudio.org/)**, [Audacity](https://www.audacityteam.org/) or [ocenaudio](https://www.ocenaudio.com/) - Audio Editors
|
||||
* ⭐ **[FL Studio](https://rentry.co/FMHYBase64#fl-studio)**, **[Reaper](https://www.reaper.fm/) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#reaper-note)**, [Zrythm](https://www.zrythm.org/en/index.html), [Waveform](https://www.tracktion.com/products/waveform-free) or [LMMS](https://lmms.io/) / [Discord](https://discord.com/invite/PruNxpG) / [GitHub](https://github.com/LMMS) - Digital Audio Workstations
|
||||
* ⭐ **[Moises](https://moises.ai/)** - Live Music Mixer
|
||||
* ⭐ **[OpenMPT](https://openmpt.org/)** / [Source Code](https://source.openmpt.org/) / [GitHub](https://github.com/OpenMPT/openmpt/), [Schism Tracker](https://schismtracker.org/) / [GitHub](https://github.com/schismtracker/schismtracker), [Furnace](https://tildearrow.org/furnace/) / [Discord](https://discord.gg/QhA26dXD23) / [GitHub](https://github.com/tildearrow/furnace), [16-Bits](https://16-bits.org/) / [GitHub](https://github.com/8bitbubsy?tab=repositories) or [MilkyTracker](https://milkytracker.org/) / [GitHub](https://github.com/milkytracker/MilkyTracker) - Music Trackers
|
||||
* [Team V.R releases](https://rentry.co/FMHYB64#team-vr), [G-MEH](https://g-meh.com/) / [Discord](https://discord.com/invite/g-meh) or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editor Indexes
|
||||
* ⭐ **[OpenMPT](https://openmpt.org/)**, [Schism Tracker](https://schismtracker.org/), [Furnace](https://tildearrow.org/furnace/) / [Discord](https://discord.gg/QhA26dXD23) / [GitHub](https://github.com/tildearrow/furnace), [16-Bits](https://16-bits.org/) / [GitHub](https://github.com/8bitbubsy?tab=repositories) or [MilkyTracker](https://milkytracker.org/) - Music Trackers
|
||||
* [Team V.R releases](https://rentry.co/FMHYBase64#team-vr), [G-MEH](https://g-meh.com/) / [Discord](https://discord.com/invite/g-meh) or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editor Indexes
|
||||
* [Ossia](https://ossia.io/) - Intermedia Sequencer / [GitHub](https://github.com/ossia/score)
|
||||
* [Mixxx](https://mixxx.org/), [VirtualDJ](https://www.virtualdj.com/) or [Serato](https://serato.com/) - DJ Software
|
||||
* [plugdata](https://plugdata.org/) - Visual Audio Editor / [Discord](https://discord.com/invite/eT2RxdF9Nq)
|
||||
* [Element](https://kushview.net/element/), [Bespoke](https://www.bespokesynth.com/) or [SunVox](https://warmplace.ru/soft/sunvox/) - Modular Audio Environments / [Discord](https://discord.com/invite/RVk3RVJ)
|
||||
* [Music Experiment](https://petersalomonsen.com/webassemblymusic/livecodev2/), [Sonic-Pi](https://sonic-pi.net/), [SuperCollider](https://supercollider.github.io/), [Studel](https://strudel.cc/) or [WebChuck IDE](https://ccrma.stanford.edu/~tzfeng/webchuck-ide/) - Code-Based Audio Creators
|
||||
* [Music Experiment](https://petersalomonsen.com/webassemblymusic/livecodev2/), [Sonic-Pi](https://sonic-pi.net/), [SuperCollider](https://supercollider.github.io/) or [WebChuck IDE](https://ccrma.stanford.edu/~tzfeng/webchuck-ide/) - Create Music with Code
|
||||
* [WaveTracker](https://wavetracker.org/) - Wavetable Audio Editor / [GitHub](https://github.com/squiggythings/WaveTracker)
|
||||
* [FamiStudio](https://famistudio.org/) - NES Audio Editor / [Discord](https://discord.gg/QRCMe595Pv) / [GitHub](https://github.com/BleuBleu/FamiStudio)
|
||||
* [LittleSoundDJ](https://www.littlesounddj.com/lsd/index.php) - Game Boy Audio Editor
|
||||
|
|
@ -924,7 +919,7 @@
|
|||
## ▷ Audio Plugins
|
||||
|
||||
* ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/)
|
||||
* ⭐ **[Team V.R releases](https://rentry.co/FMHYB64#team-vr)** - Download
|
||||
* ⭐ **[Team V.R releases](https://rentry.co/FMHYBase64#team-vr)** - Download
|
||||
* ⭐ **[bobdule](https://bobdule999.wixsite.com/bob-dule-factory-2)** - Kontakt / Native Instruments Plugins & Tools
|
||||
* [G-MEH](https://g-meh.com/) - Download / [Discord](https://discord.com/invite/g-meh)
|
||||
* [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads
|
||||
|
|
@ -943,12 +938,13 @@
|
|||
* [Decent Sampler](https://www.decentsamples.com/product/decent-sampler-plugin/) or [sforzando](https://www.plogue.com/products/sforzando.html) - VST Samplers / [Libraries](https://www.decentsamples.com/), [2](https://sfzinstruments.github.io/), [3](https://unreal-instruments.wixsite.com/unreal-instruments)
|
||||
* [Pianobook](https://www.pianobook.co.uk/) - 1500+ Sample Packs / Signup
|
||||
* [VCV Rack 2](https://vcvrack.com/Rack) or [Cardinal](https://cardinal.kx.studio/) - Eurorack Simulators
|
||||
* [IEM Plug-in Suite](https://plugins.iem.at/), [ModularSamples](https://www.modularsamples.com/Plugins.html) / [Github](https://github.com/publicsamples), [Igorski](https://www.igorski.nl/download) / [GitHub](https://github.com/igorski?utf8=✓&tab=repositories&q=vst), [SPARTA](https://leomccormack.github.io/sparta-site/) or [Chowdhury DSP](https://chowdsp.com/products.html) - Open-Source Plugins
|
||||
* [IEM Plug-in Suite](https://plugins.iem.at/), [Igorski](https://www.igorski.nl/download) / [Github](https://github.com/igorski?utf8=✓&tab=repositories&q=vst), [SPARTA](https://leomccormack.github.io/sparta-site/) or [Chowdhury DSP](https://chowdsp.com/products.html) - Open-Source Plugins
|
||||
* [Plugins4Free](https://plugins4free.com/), [looperman](https://www.looperman.com/free-music-software) or [AirWindows](https://www.airwindows.com/) / [Consolidated](https://www.airwindows.com/consolidated/) - Plugins
|
||||
* [Krush](https://www.tritik.com/product/krush/) - Bitcrusher Plugin
|
||||
* [samplv1](https://samplv1.sourceforge.io/) - Voice Synth
|
||||
* [Maim](https://github.com/ArdenButterfield/Maim) - Audio Distortion Plugin
|
||||
* [r/SynthRecipes](https://www.reddit.com/r/synthrecipes/) - Synth Request Subreddit
|
||||
* [ModularSamples](https://www.modularsamples.com/Plugins.html) - Plugins / [Github](https://github.com/publicsamples)
|
||||
* [/r/SynthRecipes](https://www.reddit.com/r/synthrecipes/) - Synth Request Subreddit
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -961,7 +957,7 @@
|
|||
* [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Sound Show](https://soundshow.app/) / [Discord](https://discord.com/invite/8pGnfJyzNq), [Soundux](https://soundux.rocks/) or [Resanance](https://resanance.com/) - Soundboard Programs
|
||||
* [MyInstants](https://www.myinstants.com/index/us/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards
|
||||
* [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://www.bfxr.net/) / [GitHub](https://github.com/increpare/bfxr2), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators
|
||||
* [r/LoopKits](https://www.reddit.com/r/loopkits/), [Freesound](https://freesound.org/), [Voicy](https://www.voicy.network/), [looperman](https://www.looperman.com/loops) or [SampleSwap](https://sampleswap.org/) - User-Submitted
|
||||
* [/r/LoopKits](https://www.reddit.com/r/loopkits/), [Freesound](https://freesound.org/), [Voicy](https://www.voicy.network/), [looperman](https://www.looperman.com/loops) or [SampleSwap](https://sampleswap.org/) - User-Submitted
|
||||
* [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html)
|
||||
* [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/) / [Downloader](https://github.com/get-iplayer/get_iplayer)
|
||||
* [GDC](https://sonniss.com/gameaudiogdc) - Royalty Free Sound Effects Archive
|
||||
|
|
@ -14,9 +14,9 @@ Piracy sites usually contain ads, some of which can be harmful, often leading to
|
|||
|
||||
For browsers we recommend **[uBO](https://github.com/gorhill/uBlock)**, and you can also use a **[Redirect Skipper](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying countdowns.
|
||||
|
||||
For mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_adblocking)** / [iOS](https://adguard.com/en/adguard-ios/overview.html) / [Guide](https://ios.cfw.guide/sideloading-apps/) or **[Rethink DNS](https://rethinkdns.com/app)**, and you can block YouTube, Reddit, and X.com ads with **[ReVanced Manager](https://revanced.app/)** / [Easy Setup](https://wispydocs.pages.dev/lg-tv-homebrew/). Note that uBO works on mobile browsers like Firefox / Brave too.
|
||||
For mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_adblocking)** / [iOS](https://adguard.com/en/adguard-ios/overview.html) / [Guide](https://ios.cfw.guide/sideloading-apps/) or **[Rethink DNS](https://rethinkdns.com/app)**, and you can block YouTube, Reddit, and X.com ads with **[ReVanced Manager](https://github.com/revanced/revanced-manager)** / [Easy Setup](https://gist.github.com/VVispy/50172b4ab77940b2d1ec09d5af70c8a7).
|
||||
|
||||
!!!note Using several ad blockers, like uBO and AdGuard at the same time can [mess things up](https://x.com/gorhill/status/1033706103782170625). This only happens with regular ad blockers, so it's perfectly okay to use uBO alongside something like SponsorBlock.
|
||||
!!!note Using several ad blockers, like uBO and Adguard at the same time can [mess things up](https://x.com/gorhill/status/1033706103782170625). This only happens with regular ad blockers, so it's perfectly okay to use uBO alongside something like SponsorBlock.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -26,24 +26,14 @@ For mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/a
|
|||
|
||||
We recommend **[Firefox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_firefox_tools)**, but you can also try **[Privacy-Focused Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)** or **[Brave](https://brave.com/)** if you prefer Chromium.
|
||||
|
||||
For Android, we recommend **[Firefox](https://www.firefox.com/browsers/mobile/android/)**, **[Brave](https://brave.com/)** or **[Cromite](https://github.com/uazo/cromite)**.
|
||||
For Android, we recommend **[Firefox](https://www.mozilla.org/en-US/firefox/browsers/mobile/android/)**, **[Brave](https://brave.com/)** or **[Cromite](https://github.com/uazo/cromite)**.
|
||||
|
||||
For iOS, we recommend **[Orion](https://kagi.com/orion/)**, [Brave](https://brave.com/) or Safari + [AdGuard](https://adguard.com/en/adguard-ios/overview.html).
|
||||
For iOS, we recommend **[Orion](https://kagi.com/orion/)**, [Brave](https://brave.com/) or Safari + [Adguard](https://adguard.com/en/adguard-ios/overview.html).
|
||||
|
||||
!!!note We recommend looking through our [Extension](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_browser_extensions) / [Userscript](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_userscripts) sections to find ways to enhance your browser.
|
||||
|
||||
***
|
||||
|
||||
### Base64
|
||||
|
||||
> How do I decode Base64?
|
||||
|
||||
If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you can use a Base64 decoder to view it. Some may need to be decoded twice.
|
||||
|
||||
* **[Base64 Decoders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_encode_.2F_decode) / [Auto Decode](https://greasyfork.org/en/scripts/485772-fmhy-base64-auto-decoder)**
|
||||
|
||||
***
|
||||
|
||||
### Movies / Shows
|
||||
|
||||
* **Streaming: [P-Stream](https://pstream.mov/) / [Cineby](https://www.cineby.app/) / [Hexa](https://hexa.watch/)**
|
||||
|
|
@ -66,9 +56,9 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
|||
|
||||
### Music
|
||||
|
||||
* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX)**
|
||||
* **Downloading: [lucida](https://lucida.to/) / [DoubleDouble](https://doubledouble.top/) / [Soulseek](https://slsknet.org/)**
|
||||
* **Mobile: [Metrolist](https://github.com/mostafaalagamy/metrolist) (Android) / [ReVanced Manager](https://revanced.app/) (Android) / [SpotC++](https://spotc.yodaluca.dev/) (iOS)**
|
||||
* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Custom YouTube Music](https://th-ch.github.io/youtube-music/)**
|
||||
* **Downloading: [DoubleDouble](https://doubledouble.top/) / [Soulseek](https://slsknet.org/)**
|
||||
* **Mobile: [ReVanced Manager](https://revanced.app/) (Android) / [Metrolist](https://github.com/mostafaalagamy/metrolist) (Android) / [EeveeSpotify](https://github.com/whoeevee/EeveeSpotifyReborn) (iOS)**
|
||||
* **Track / Discover: [Last.fm](https://www.last.fm/home) / [RateYourMusic](https://rateyourmusic.com/)**
|
||||
|
||||
***
|
||||
|
|
@ -76,7 +66,7 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
|||
### Gaming
|
||||
|
||||
* **Download / Torrent: [SteamRIP](https://steamrip.com/) / [FitGirl Repacks](https://fitgirl-repacks.site/)**
|
||||
* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYB64#myrient)**
|
||||
* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [/r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYBase64#myrient)**
|
||||
* **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2)**
|
||||
* **Track / Discover: [Backloggd](https://www.backloggd.com/) / [Glitchwave](https://glitchwave.com/)**
|
||||
|
||||
|
|
@ -84,9 +74,9 @@ If you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you c
|
|||
|
||||
### Reading
|
||||
|
||||
* **Downloading: [Anna's Archive](https://annas-archive.org/) / [Z-Library](https://z-lib.gd/)**
|
||||
* **Downloading: [Anna's Archive](https://annas-archive.org/) / [Z-Library](https://z-lib.gd/) / [Bookracy](https://bookracy.ru/)**
|
||||
* **Audiobooks: [AudiobookBay](https://audiobookbay.lu/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#audiobookbay-warning) / [Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124) / [Tokybook](https://tokybook.com/)**
|
||||
* **Manga: [Weeb Central](https://weebcentral.com/) / [MangaDex](https://mangadex.org/)**
|
||||
* **Manga: [ComicK](https://comick.io/) / [Weeb Central](https://weebcentral.com/) / [MangaDex](https://mangadex.org/)**
|
||||
* **Comics: [ReadComicsOnline](https://readcomiconline.li/) / [GetComics](https://getcomics.org/)**
|
||||
* **Ebook Readers: [Google Play Books](https://play.google.com/books) / [Koodo](https://www.koodoreader.com/) / [Foxit](https://www.foxit.com/pdf-reader/)** + [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) / [Readera](https://readera.org/)**
|
||||
|
|
@ -122,26 +112,21 @@ For email privacy, we recommend **[Proton](https://proton.me/mail)** and for sea
|
|||
|
||||
> How can I download / activate Windows for free?
|
||||
|
||||
Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYB64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**.
|
||||
Download an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://gravesoft.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://massgrave.dev/)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**.
|
||||
|
||||
* **[Windows Install / Debloat Guide](https://wispydocs.pages.dev/windows/)**
|
||||
* **[Windows Install / Debloat Guide](https://gist.github.com/VVispy/17b228cd9c151a495e7576255e1713b9)**
|
||||
* **Software Piracy: [CracksURL](https://cracksurl.com/) / [LRepacks](https://lrepacks.net/)**
|
||||
* **Adobe Piracy: [Adobe Quick Guide](https://rentry.co/FMHYBase64#adobe-guide)**
|
||||
|
||||
!!!note Be aware that unofficial sources often re-upload M0nkrus's repacks, sometimes with added malware. Always verify you are downloading from M0nkrus's actual site, which we link on FMHY before downloading anything. Do not trust search engine results blindly for such specific repackers.
|
||||
|
||||
***
|
||||
|
||||
### Adobe Piracy
|
||||
|
||||
* **[Adobe Quick Guide](https://rentry.co/FMHYB64#adobe-guide)**
|
||||
|
||||
***
|
||||
|
||||
### Torrenting
|
||||
|
||||
> Do I need a VPN to torrent?
|
||||
|
||||
Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://wispydocs.pages.dev/vpn-binding/)** to your torrent client. This ensures that if your VPN connection drops, your torrent client stops all traffic, preventing your real IP address from being exposed. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether.
|
||||
Downloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** to your torrent client. This ensures that if your VPN connection drops, your torrent client stops all traffic, preventing your real IP address from being exposed. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether.
|
||||
|
||||
> What is Port Forwarding? Do I need it?
|
||||
|
||||
|
|
@ -153,18 +138,18 @@ Downloading files through torrenting can cause issues with your ISP, so using a
|
|||
|
||||
* **[Mobilism](https://forum.mobilism.org/viewforum.php?f=398)** - Modded APKs
|
||||
* **[APKMirror](https://www.apkmirror.com/)** - Untouched APKs
|
||||
* **[Droid-ify](https://droidify.eu.org/)** - FOSS Android Apps / [GitHub](https://github.com/Droid-ify/client)
|
||||
* **[Droid-ify](https://github.com/Droid-ify/client)** - FOSS Android Apps
|
||||
* **[Obtainium](https://github.com/ImranR98/Obtainium/)** - Get Android App Updates
|
||||
|
||||
***
|
||||
|
||||
### iOS Sideloading
|
||||
|
||||
* **[Sideloading Guide](https://rentry.co/sideloadingguide)** - Sideloading Guide
|
||||
* **[Sideloading Guide](https://ios.cfw.guide/sideloading-apps/)** - Sideloading Guide
|
||||
* **[TrollStore](https://github.com/opa334/TrollStore)** - Unlimited App Sideloading [iOS 14.0-17.0]
|
||||
* **[SideStore](https://sidestore.io/)** - Sideloading App [iOS 16.0 & Above]
|
||||
* **[SideStore](https://sidestore.io/)** - Sideloading App [iOS 14.0 & Above]
|
||||
* **[Sideloadly](https://sideloadly.io/)** - Sideload Apps [iOS 7.0 & Above]
|
||||
* **[Feather](https://github.com/khcrysalis/Feather)** - Sideload Apps with Dev Certs [iOS 15 & Above]
|
||||
* **[Feather](https://github.com/khcrysalis/Feather)** - Sideload Apps with Paid Dev Cert [iOS 15 & Above]
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -172,7 +157,8 @@ Downloading files through torrenting can cause issues with your ISP, so using a
|
|||
|
||||
* **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** - Translate Web Pages to Your Language
|
||||
* **[Piracy Glossary](https://rentry.org/the-piracy-glossary)** - Common piracy term definitions
|
||||
* **[Unsafe Sites / Software](https://fmhy.net/unsafe)** / [2](https://redd.it/10bh0h9) - Things we recommend avoiding
|
||||
* **[Unsafe Sites / Software](https://fmhy.net/unsafesites)** / [2](https://redd.it/10bh0h9) - Things we recommend avoiding
|
||||
* **[Base64 Decoders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_encode_.2F_decode) / [Auto Decode](https://greasyfork.org/en/scripts/485772-fmhy-base64-auto-decoder)** - Tools to decode encrypted base64 links
|
||||
* **[FMHY.net](https://fmhy.net/)** - Our website with many more sites / tools
|
||||
|
||||
***
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
* [choose-a-license](https://writefreesoftware.org/learn/participate/choose-a-license/), [SPDX License List](https://spdx.org/licenses/) or [ChooseALicense](https://choosealicense.com/) - License Picking Guides / Lists
|
||||
* [PrivacyPolicyTemplate](https://www.privacypolicytemplate.net/) - Generate Privacy Policies
|
||||
* [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) or [NxShell](https://nxshell.github.io/) - SSH Clients / Servers
|
||||
* [Beszel](https://beszel.dev/) - Dev Data Dashboard
|
||||
* [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/) / [Fork](https://www.9bis.net/kitty/#!index.md) / [GitHub](https://github.com/cyd01/KiTTY/)
|
||||
* [Penpot](https://penpot.app/) - Cross Domain Design & Prototyping Platform
|
||||
* [Webhook.site](https://webhook.site/) - Webhook Tools
|
||||
|
|
@ -68,7 +67,7 @@
|
|||
* [reddit-moderator-toolbox](https://github.com/toolbox-team/reddit-moderator-toolbox) - Toolbox for Reddit Extension Development
|
||||
* [devSwag](https://devswag.io/) - Developer Giveaways
|
||||
* [Commands.dev](https://www.commands.dev/) - Terminal Commands
|
||||
* [AirBroke](https://airbroke.icorete.ch/) or [Glitchtip](https://glitchtip.com) - Error Tracking Platforms
|
||||
* [Linear](https://linear.app/), [AirBroke](https://airbroke.icorete.ch/) or [Glitchtip](https://glitchtip.com) - Error Tracking Platforms
|
||||
* [UMLet](https://www.umlet.com/), [PlantUML](https://www.plantuml.com/) or [JDL Studio](https://start.jhipster.tech/jdl-studio/) - UML Diagrams Generators / Creators
|
||||
* [Mockaroo](https://mockaroo.com/) - Generate Mock Data
|
||||
* [Mockium](https://softwium.com/mockium/) - Generate Test Data
|
||||
|
|
@ -146,12 +145,12 @@
|
|||
|
||||
* 🌐 **[AndroidRepo](https://androidrepo.com/)** - Android Development Resources
|
||||
* 🌐 **[Awesome iOS](https://github.com/vsouza/awesome-ios)** - iOS Development Resources
|
||||
* 🌐 **[UXArchive](https://uxarchive.com/)**, [Mobbin](https://mobbin.com/) or [UISources](https://uisources.com/) - Mobile UI Resources
|
||||
* 🌐 **[UXArchive](https://uxarchive.com/)**, [Mobbin](https://mobbin.com/) or [UISources](https://www.uisources.com/) - Mobile UI Resources
|
||||
* ↪️ **[App Mockups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_app_.2F_site_mockups)**
|
||||
* ⭐ **[Android Developer Roadmap](https://github.com/skydoves/android-developer-roadmap)**
|
||||
* [App ideas](https://github.com/florinpop17/app-ideas) - Collection of App Ideas
|
||||
* [IconKitchen](https://icon.kitchen/) or [AppIcon](https://appicon.co/) - App Icon Generator
|
||||
* [MobiDevTools](https://sourceforge.net/projects/mobidevtools/) or [ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers
|
||||
* [MobiDevTools](https://addons.mozilla.org/en-US/firefox/addon/mobidevtools/) or [ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers
|
||||
* [namae](https://namae.dev/) - App Name Availability Check
|
||||
* [XDGuru](https://www.xdguru.com/) - Adobe XD Resources
|
||||
* [Media Kit](https://github.com/media-kit/media-kit) - Video / Audio Library for Flutter and Dart
|
||||
|
|
@ -181,18 +180,18 @@
|
|||
* 🌐 **[DB Engines](https://db-engines.com/en/ranking)** or [DBDB](https://dbdb.io/stats) - Database Rankings
|
||||
* 🌐 **[Awesome Opensource Data Engineering](https://github.com/gunnarmorling/awesome-opensource-data-engineering)** - Data Engineering Tools
|
||||
* 🌐 **[Awesome Big Data](https://github.com/oxnr/awesome-bigdata)** - Big Data Resources
|
||||
* ⭐ **[DB Browser](https://sqlitebrowser.org/)**, [SQLook](https://sqlook.com/) or [SQL Lite Studio](https://sqlitestudio.pl/) - SQLite Browsers
|
||||
* [HeidiSQL](https://www.heidisql.com/) - SQL Manager
|
||||
* [DuckDB](https://duckdb.org/) - Database Manager
|
||||
* [Qdrant](https://qdrant.tech/) -Database Manager
|
||||
* [Gel](https://www.geldata.com/) - Database Manager
|
||||
* ⭐ **[DB Browser](https://sqlitebrowser.org/)**, [SQLook](https://sqlook.com/), [DuckDB](https://duckdb.org/), [SQL Lite Studio](https://sqlitestudio.pl/) or [HeidiSQL](https://www.heidisql.com/) - SQL Managers
|
||||
* [Sqlable](https://sqlable.com/) - SQL Tools
|
||||
* [Beszel](https://beszel.dev/) - Dev Data Dashboard
|
||||
* [Grafana](https://grafana.com/) - Self-Hosted Dev Data Dashboard
|
||||
* [DBeaver](https://dbeaver.io/) - Universal Database Tool
|
||||
* [ChartDB](https://chartdb.io/) - Database Visualization / [GitHub](https://github.com/chartdb/chartdb)
|
||||
* [Ingestr](https://bruin-data.github.io/ingestr/) - Transfer Data between Databases
|
||||
* [NocoDB](https://www.nocodb.com/) - Turn Database into Smart Spreadsheet / [GitHub](https://github.com/nocodb/nocodb)
|
||||
* Generate Fake Data - [Ruby](https://github.com/faker-ruby/faker) / [Swift](https://github.com/vadymmarkov/Fakery)
|
||||
* [Qdrant](https://qdrant.tech/) - Vector Database
|
||||
* [SQL Cheat Sheet](https://files.catbox.moe/5q57h3.png) - SQL Cheat Sheet
|
||||
* [Gel](https://www.geldata.com/) - SQL Alternative
|
||||
* [QueryStorm](https://querystorm.com/) - SQL and .NET programming in Excel
|
||||
* [franchise](https://franchise.cloud/) - SQL Notebook
|
||||
|
||||
|
|
@ -204,13 +203,13 @@
|
|||
* 🌐 **[Awesome README](https://github.com/matiassingers/awesome-readme)** - GitHub Readme Resources
|
||||
* 🌐 **[Forge Comparison](https://git.sdf.org/humanacollaborator/humanacollabora/src/branch/master/forge_comparison.md)**, [Forgejo](https://forgejo.org/compare/#only-develops-free-software) or [Forgeperf.org](https://forgeperf.org/) - Git Collab Tool Comparison
|
||||
* ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)**
|
||||
* ⭐ **[Fork](https://git-fork.com/)**, [GitButler](https://github.com/gitbutlerapp/gitbutler) or [GitQlient](https://github.com/francescmm/GitQlient) - Git Desktop Clients
|
||||
* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [GitLab](https://about.gitlab.com/) or [sourcehut](https://sourcehut.org/) - GitHub Alternatives
|
||||
* [Savannah](https://savannah.gnu.org/), [FSFE](https://git.fsfe.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting Services
|
||||
* [Gitea](https://about.gitea.com/), [Forgejo](https://forgejo.org/), [Gogs](https://gogs.io/) - Self-Hosted Repository Platforms
|
||||
* ⭐ **[Git-Fork](https://git-fork.com/)**, [GitButler](https://github.com/gitbutlerapp/gitbutler) or [GitQlient](https://github.com/francescmm/GitQlient) - Git Desktop Clients
|
||||
* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [Drift](https://drift.lol/), [Gitea](https://about.gitea.com/), [GitLab.com](https://about.gitlab.com/) or [sourcehut](https://sourcehut.org/) - GitHub Alts / Version Control Systems
|
||||
* [Git](https://git-scm.com/) - Version Control System
|
||||
* [searchcode](https://searchcode.com/) or [PublicWWW](https://publicwww.com/) - Source Code Search
|
||||
* [git-sim](https://github.com/initialcommit-com/git-sim) - Visually Simulate Git Operations Before Running
|
||||
* [Gittea.dev](https://gittea.dev/), [Savannah](https://savannah.gnu.org/), [FSFE](https://git.fsfe.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting / Software Forge
|
||||
* [Forgejo](https://forgejo.org/) or [Gogs](https://gogs.io/) - Self-Hosted Git Services / Forge
|
||||
* [posh-git](https://github.com/dahlbyk/posh-git) - Git Powershell Environment
|
||||
* [up-for-grabs](https://up-for-grabs.net/) - Curated List of Tasks for New Contributes
|
||||
* [GitKraken](https://www.gitkraken.com/), [RelaGit](https://rela.dev/), [Sourcetree](https://www.sourcetreeapp.com/), [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/gitui-org/gitui) - Git GUIs
|
||||
|
|
@ -219,7 +218,7 @@
|
|||
* [Git-notify](https://github.com/jevakallio/git-notify) - Embed Announcements into Git Commit Messages
|
||||
* [Allstar](https://github.com/ossf/allstar) - Git Repository Security App
|
||||
* [git-bug](https://github.com/git-bug/git-bug) - Git Embedded Bug Tracker
|
||||
* [Git Extensions](https://gitextensions.github.io/) or [Thermal](https://thermal.codecarrot.net/) - Git Project / Repo Managers
|
||||
* [Plane](https://github.com/makeplane/plane) / [Discord](https://discord.com/invite/A92xrEGCge), [Git Extensions](https://gitextensions.github.io/) or [Thermal](https://thermal.codecarrot.net/) - Git Project / Repo Managers
|
||||
* [git-annex](https://git-annex.branchable.com/) - Manage Large Git Files (without Git)
|
||||
* [GitList](https://gitlist.org/) - Elegant Git Repository Viewer / [GitHub](https://github.com/klaussilveira/gitlist)
|
||||
* [Gittyup](https://murmele.github.io/Gittyup/) - Git Source Code History / [GitHub](https://github.com/Murmele/Gittyup)
|
||||
|
|
@ -243,7 +242,7 @@
|
|||
* 🌐 **[Awesome Browser Extensions](https://stefanbuck.com/awesome-browser-extensions-for-github)** - GitHub Browser Extensions
|
||||
* 🌐 **[Awesome Badges](https://dev.to/envoy_/150-badges-for-github-pnk)** - GitHub Badge Resources
|
||||
* 🌐 **[GitHub-Userscripts](https://greasyfork.org/en/users/24847)** - GitHub Userscripts
|
||||
* ⭐ **[GitHub Desktop](https://github.com/apps/desktop)** / [Linux](https://github.com/shiftkey/desktop) - GitHub Desktop Client
|
||||
* ⭐ **[GitHub Desktop](https://desktop.github.com/)** / [Linux](https://github.com/shiftkey/desktop) - GitHub Desktop Client
|
||||
* [Gothub](https://codeberg.org/gothub/gothub) - GitHub Frontend
|
||||
* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - GitHub Cheat Sheet
|
||||
* [GitHubStatus](https://www.githubstatus.com/) - GitHub Outage Status
|
||||
|
|
@ -258,6 +257,7 @@
|
|||
* [Chezmoi](https://www.chezmoi.io/) - Dotfile Managers
|
||||
* [GitHub Web IDE](https://chromewebstore.google.com/detail/github-web-ide/adjiklnjodbiaioggfpbpkhbfcnhgkfe) - Web IDE / [GitHub](https://github.com/zvizvi/GitHub-Web-IDE)
|
||||
* [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/), [advanced-github-notifier](https://github.com/freaktechnik/advanced-github-notifier), [PR Monitor](https://github.com/fwouts/prmonitor), [Gitification](https://github.com/Gitification-App/gitification) or [CatLight](https://catlight.io/) - GitHub Notifications
|
||||
* [github1s](https://github1s.com/) - GitHub Code Viewer / GUI: do `gitk` in Repo Folder
|
||||
* [Pages CMS](https://pagescms.org/) - GitHub Content Management System / [GitHub](https://github.com/pages-cms/pages-cms)
|
||||
* [KeyManager](https://github.com/Yash-Garg/KeyManager) - GitHub SSH / GPG Key Manager
|
||||
* [DownGit](https://downgit.evecalm.com/), [GitHub2File](https://github.com/cognitivecomputations/github2file), [Gitzip](https://kinolien.github.io/gitzip/) or [Download Directory](https://download-directory.github.io/) - Download GitHub Repo Sub-Folders / Files
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
* [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Dynamically Generated GitHub Readme Stats
|
||||
* [GitHub Readme Quotes](https://github-readme-quotes-returns.vercel.app/) - GitHub Readme Quote Generator / [GitHub](https://github.com/shravan20/github-readme-quotes)
|
||||
* [Shields.io](https://shields.io/) - Metadata Badges for GitHub Readme
|
||||
* [SkillIcons](https://skillicons.dev/), [SpaceBadgers](https://badgers.space/) / [GitHub](https://github.com/splittydev/spacebadgers) or [SimpleBadges](https://badges.pages.dev/) / [GitHub](https://github.com/developStorm/simple-badges) - Skill Badges for GitHub Readme / Resumes
|
||||
* [SkillIcons](https://skillicons.dev/), [Badgers](https://badgers.space/), [SpaceBadgers](https://github.com/splittydev/spacebadgers) or [SimpleBadges](https://badges.pages.dev/) / [GitHub](https://github.com/developStorm/simple-badges) - Skill Badges for GitHub Readme / Resumes
|
||||
* [For the Badge](https://forthebadge.com/) - Custom GitHub Badges
|
||||
* [GitHub Spray](https://annihil.github.io/github-spray-generator) - Draw on GitHub Contribution Page
|
||||
* [GitHub Snake](https://dev.to/mishmanners/how-to-enable-github-actions-on-your-profile-readme-for-a-contribution-graph-4l66) - Enable Snake Game on GitHub Readme
|
||||
|
|
@ -346,7 +346,7 @@
|
|||
|
||||
* 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [PublicAPIs](https://publicapis.io/), [APIVault](https://apivault.dev/) or [Any API](https://any-api.com/) - API Indexes
|
||||
* 🌐 **[Awesome API Security](https://github.com/arainho/awesome-api-security)** or [APIKit](https://github.com/API-Security/APIKit) - API Security Resources
|
||||
* 🌐 **[Streaming Site APIs](https://rentry.co/FMHYB64#streaming-apis)**
|
||||
* 🌐 **[Streaming Site APIs](https://rentry.co/FMHYBase64#streaming-apis)**
|
||||
* 🌐 **[Manga APIs](https://rentry.co/manga-apis)** - Manga Site APIs
|
||||
* 🌐 **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs
|
||||
* 🌐 **[NASA API](http://api.nasa.gov/)** - NASA Open APIs
|
||||
|
|
@ -354,7 +354,7 @@
|
|||
* 🌐 **[LMAerena Price Compare](https://countless.dev/)** - AI API Price Comparisons
|
||||
* ⭐ **[hoppscotch](https://hoppscotch.io/)**, [Firecamp](https://firecamp.dev/) or [Strapi](https://strapi.io/) - API Builders
|
||||
* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android)
|
||||
* [Wyzie Subs](https://sub.wyzie.ru/) or [Libre Subs](https://libre-subs.fifthwit.net/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)
|
||||
* [Wyzie Subs](https://sub.wyzie.ru/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)
|
||||
* [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs
|
||||
* [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services
|
||||
* [Beeceptor](https://beeceptor.com/) - Mock REST APIs
|
||||
|
|
@ -363,7 +363,7 @@
|
|||
* [Posting](https://posting.sh/) / [GitHub](https://github.com/darrenburns/posting), [Insomnia](https://insomnia.rest/) or [Yaak](https://yaak.app/) - API Clients
|
||||
* [Bruno](https://www.usebruno.com/) - API Testing Client
|
||||
* [ReDoc](https://redocly.github.io/redoc/) - Generate API Documentation
|
||||
* [Mockable](https://www.mockable.io/), [{JSON} Placeholder](https://jsonplaceholder.typicode.com/), [jsoning](https://jsoning.com/api/) or [MockLab](https://www.wiremock.io/) - Mock APIs
|
||||
* [Mockable](https://www.mockable.io/), [{JSON} Placeholder](https://jsonplaceholder.typicode.com/), [jsoning](https://jsoning.com/api/), [Mocky](https://designer.mocky.io/) or [MockLab](https://www.wiremock.io/) - Mock APIs
|
||||
* [Mockae](https://mockae.com/) - Mock APIs with Lua Execution
|
||||
* [InstantAPIs](https://github.com/csharpfritz/InstantAPIs) - API Endpoint Generator
|
||||
* [Stein](https://steinhq.com/) - Turn Google Sheets into Database API
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
* ⭐ **[Hugging Face](https://huggingface.co/)**, [LLM Papers](https://potent-twister-29f.notion.site/b0fc32542854456cbde923e0adb48845?v=e2d14d2ef0c848f5a1d5b71f9977d7c5) or [OpenML](https://www.openml.org/) - Machine Learning Datasets / Papers
|
||||
* ⭐ **[Deep playground](http://playground.tensorflow.org/)** - Neural Networks Playground
|
||||
* [Awesome Generative AI Guide](https://github.com/aishwaryanr/awesome-generative-ai-guide) - LLM Research Resources
|
||||
* [Unsloth](https://github.com/unslothai/unsloth) - LLM Finetuning / Text Completion / [Notebooks](https://github.com/unslothai/notebooks) / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide)
|
||||
* [Unsloth](https://github.com/unslothai/unsloth) - LLM Finetuning / Text Completion / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide)
|
||||
* [DeepSpeed](https://www.deepspeed.ai/) - Deep Learning Optimization Library
|
||||
* [Netron](https://github.com/lutzroeder/netron) - Visualizer for Neural Network, Deep Learning, and Machine Learning Models
|
||||
* [MMDeploy](https://mmdeploy.readthedocs.io/en/latest/) - Deep Learning Model Deployment Toolset / [GitHub](https://github.com/open-mmlab/mmdeploy)
|
||||
|
|
@ -419,7 +419,7 @@
|
|||
* [Quaternius](https://quaternius.com/) - Free Game Assets
|
||||
* [Game UI Database](https://www.gameuidatabase.com/) - Game UI Database
|
||||
* [Game-icons](https://game-icons.net/) - Game Icons
|
||||
* [r/GameAssets](https://www.reddit.com/r/gameassets/) - Reddit Community
|
||||
* [/r/GameAssets](https://www.reddit.com/r/gameassets/) - Reddit Community
|
||||
* [AssetRipper](https://github.com/AssetRipper/AssetRipper) / [Discord](https://discord.gg/XqXa53W2Yh) or [AssetStudio](https://github.com/zhangjiequan/AssetStudio) - Extract Assets from Unity Files
|
||||
* [CraftPix](https://craftpix.net/freebies/) - 2D Game Assets
|
||||
* [xonotic](https://github.com/xonotic) or [Warsow](https://github.com/Warsow) - FPS Game Assets
|
||||
|
|
@ -427,14 +427,13 @@
|
|||
* [OpenGameArt.org](https://opengameart.org/) - Game Art Community
|
||||
* [UnityFreaks](https://www.unityfreaks.com/), [AssetStore](https://assetstore.unity.com/search#cf-ec_category=3d&nf-ec_price_filter=0...0) or [GameDevUE](https://t.me/GameDevUE) - Unity & Unreal Engine Assets
|
||||
* [SteamGridDB](https://www.steamgriddb.com/) - Custom Video Game Assets
|
||||
* [S2V](https://s2v.app/) - Source 2 Viewer & Decompiler / [GitHub](https://github.com/ValveResourceFormat/ValveResourceFormat)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Asset Creation
|
||||
|
||||
* ↪️ **[3D Models / Modeling Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_3d_models)**
|
||||
* ↪️ **[Design Tools / Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/)**
|
||||
* ↪️ **[3D Models / Modeling Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_3d_models)**
|
||||
* ↪️ **[Design Tools / Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/)**
|
||||
* ↪️ **[Art Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_art_.2F_editing)**
|
||||
* ↪️ **[Animation Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools/#wiki_.25B7_animation_tools)**
|
||||
* ↪️ **[Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_writing_tools)**
|
||||
|
|
@ -461,12 +460,11 @@
|
|||
|
||||
# ► IDEs / Code Editors
|
||||
|
||||
* 🌐 **[Awesome Web Editor](https://github.com/xjh22222228/awesome-web-editor)** - FOSS Web Editor Index
|
||||
* ↪️ **[Text Editors / Notes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25BA_text_editors)**
|
||||
* ⭐ **[VSCodium](https://vscodium.com/)** or **[Visual Studio Code](https://code.visualstudio.com/)**, [2](https://vscode.dev/), [3](https://cs50.dev/) - Code Editor / [Extensions](https://www.vsixhub.com/) / [Extensions Marketplace](https://rentry.co/vscodiumguide)
|
||||
* ⭐ **[JetBrains](https://jetbrains.com/)** / [Unlock](https://rentry.co/FMHYB64#jetbrains)
|
||||
* ⭐ **[JetBrains](https://jetbrains.com/)** / [Unlock](https://rentry.co/FMHYBase64#jetbrains)
|
||||
* ⭐ **[Neovim](https://neovim.io/)** - Code Editor / [Matrix](https://matrix.to/#/#neovim:matrix.org)
|
||||
* ⭐ **[zed](https://zed.dev/)** - Code Editor / [Windows Build](https://zed.dev/api/releases/nightly/latest/zed_editor_installer_x86_64.exe) / [GitHub](https://github.com/zed-industries/zed)
|
||||
* ⭐ **[zed](https://zed.dev/)** - Code Editor / [GitHub](https://github.com/zed-industries/zed)
|
||||
* ⭐ **[Lite XL](https://lite-xl.com/)** or [Pragtical](https://pragtical.dev/) - Code Editor / [Plugin Manager](https://github.com/lite-xl/lite-xl-plugin-manager) / [Plugins](https://github.com/lite-xl/lite-xl-plugins) / [Themes](https://github.com/lite-xl/lite-xl-colors)
|
||||
* ⭐ **[Emacs](https://www.gnu.org/software/emacs/)** - Code Editor / [Docs](https://emacsdocs.org/) / [Resources](https://github.com/emacs-tw/awesome-emacs)
|
||||
* ⭐ **[WebDen](https://webden.dev/)**, [Sharplab](https://sharplab.io/), [tech.io](https://tech.io/) or [CodingGround](https://www.tutorialspoint.com/codingground.htm) - Code Playgrounds
|
||||
|
|
@ -476,9 +474,8 @@
|
|||
* [Firebase](https://studio.firebase.google.com/) - Gemini AI Cloud Webapp
|
||||
* [Helix](https://helix-editor.com/) - Kakuone / Neovim-Based Code Editor
|
||||
* [HaystackEditor](https://haystackeditor.com/) - Canvas-Based Code Editor
|
||||
* [Geany](https://www.geany.org/) - Lightweight Code Editor
|
||||
* [Brackets](https://brackets.io/) - Webapp / Live Preview
|
||||
* [Bluefish](https://bluefish.openoffice.nl/index.html) - Code Editor / [Templates](https://templates.openoffice.org/)
|
||||
* [Bluefish](https://bluefish.openoffice.nl/index.html) - Code Editor / [Templates](https://templates.openoffice.org/en)
|
||||
* [CudaText](https://cudatext.github.io/) - Code Editor
|
||||
* [Lapce](https://lap.dev/lapce/) - Code Editor / [GitHub](https://github.com/lapce/lapce/)
|
||||
* [ecode](https://github.com/SpartanJ/ecode) - Code Editor
|
||||
|
|
@ -495,6 +492,7 @@
|
|||
* 🌐 **[cloud](https://gist.github.com/imba-tjd/d73258f0817255dbe77d64d40d985e76#file-cloud-md)** - Cloud Platform Index
|
||||
* 🌐 **[Heroku-Alt](https://rentry.co/Heroku-Alt)** or [heroku-free-alternatives](https://github.com/meanands/heroku-free-alternatives) - Heroku Alternatives
|
||||
* ↪️ **[Code Collaboration Platforms](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_.2F_code_collaboration)**
|
||||
* ⭐ **[goormIDE](https://ide.goorm.io/)** - Cloud IDE
|
||||
* ⭐ **[Google Colaboratory](https://colab.research.google.com/)** - Cloud IDE
|
||||
* ⭐ **[CodeSandbox](https://codesandbox.io/)** or [StackBlitz](https://stackblitz.com/) - VSCode Cloud IDE
|
||||
* ⭐ **[judge0](https://ide.judge0.com/)** - Online Code Editor / [Discord](https://discord.com/invite/GRc3v6n)
|
||||
|
|
@ -554,7 +552,7 @@
|
|||
* [Code2Flow](https://app.code2flow.com/) or [Flowchart.js](https://flowchart.js.org/) - Code to Flowchart Converter
|
||||
* [tuc](https://github.com/riquito/tuc) - Improved Code Cut
|
||||
* [massCode](https://masscode.io/) - Code Snippet Manager
|
||||
* [Meld](https://meld.app/) / [2](https://meldmerge.org/), [Beyond Compare](https://www.scootersoftware.com/) / [Pro](https://rentry.co/FMHYB64#beyond-compare) or [WinMerge](https://winmerge.org/) - File / Directory Comparison Tools
|
||||
* [Meld](https://meld.app/) / [2](https://meldmerge.org/), [Beyond Compare](https://www.scootersoftware.com/) / [Pro](https://rentry.co/FMHYBase64#beyond-compare-crack) or [WinMerge](https://winmerge.org/) - File / Directory Comparison Tools
|
||||
* [0xacab](https://about.0xacab.org/) - Code Host
|
||||
* [OctoLinker](https://octolinker.vercel.app/) - Turn Code Statements into Links / [GitHub](https://github.com/OctoLinker/OctoLinker)
|
||||
* [RTutor](https://rtutor.ai/) - Translate Natural Language to R code / No Sign-Up
|
||||
|
|
@ -583,7 +581,7 @@
|
|||
* [neovide](https://neovide.dev), [gnvim](https://github.com/vhakulinen/gnvim), [nvui](https://github.com/rohit-px2/nvui), [Neovim wiki##gui](https://github.com/neovim/neovim/wiki/Related-projects##gui) - Neovim GUIs
|
||||
* [instant.nvim](https://github.com/jbyuki/instant.nvim) - Collaborative Neovim Editing
|
||||
* [chatgpt.nvim](https://github.com/terror/chatgpt.nvim) - ChatGPT in Neovim
|
||||
* [Vim Plug](https://github.com/junegunn/vim-plug), [vim-pathogen](http://www.vim.org/scripts/script.php?script_id=2332) / [GitHub](https://github.com/tpope/vim-pathogen) or [Dein](https://github.com/Shougo/dein.vim) - Vim Plugin Managers
|
||||
* [Vim Plug](https://github.com/junegunn/vim-plug), [vim-pathogen](http://www.vim.org/scripts/script.php?script_id=2332) / [GitHub](https://github.com/tpope/vim-pathogen) or [Shougo](https://github.com/Shougo/dein.vim) - Vim Plugin Managers
|
||||
* [VimAwesome](https://vimawesome.com/) - Vim Plugins / [GitHub](https://github.com/vim-awesome/vim-awesome)
|
||||
* [nerdtree](https://github.com/preservim/nerdtree) - Vim Tree Explorer
|
||||
* [VimColorSchemes](https://vimcolorschemes.com/) - Vim Color Schemes
|
||||
|
|
@ -600,7 +598,7 @@
|
|||
* [Open VSX](https://open-vsx.org/) - Open VSX Registry
|
||||
* [snippet-generator](https://snippet-generator.app/) - Snippet Generator
|
||||
* [Dendron](https://www.dendron.so/) - Knowledge Managment
|
||||
* [Discord Tools](https://github.com/clementwzk/Discord-Tools)
|
||||
* [Discord Tools](https://github.com/Darkempire78/Discord-Tools)
|
||||
* [vscode-smart-clicks](https://github.com/antfu/vscode-smart-clicks) - Smart Clicks
|
||||
* [code-server](https://coder.com/) - Web Server / [GitHub](https://github.com/coder/code-server)
|
||||
* [vscode-settings](https://github.com/antfu/vscode-settings) - VSCode Settings
|
||||
|
|
@ -616,7 +614,6 @@
|
|||
|
||||
# ► Programming Languages
|
||||
|
||||
* 🌐 **[Awesome Explorer](https://awexplor.github.io/)** - Dev Awesome List Frontend / [GitHub](https://github.com/AweXplor/awexplor.github.io)
|
||||
* 🌐 **[Awesome Cheatsheets](https://lecoupa.github.io/awesome-cheatsheets/)**, **[QuickRef.me](https://quickref.me/)**, [HowDoI](https://github.com/gleitz/howdoi), [OverApi](https://overapi.com/), [Reference](https://cheatsheets.zip/) / [GitHub](https://github.com/Fechin/reference) or [Cheat Sheets](http://www.cheat-sheets.org/) - Programming Cheat Sheets
|
||||
* 🌐 **[Codigo](https://codigolangs.com/)** - Programming Language Repository
|
||||
* 🌐 **[Awesome Go](https://awesome-go.com/)** or [Go Recipes](https://github.com/nikolaydubina/go-recipes) - Go Resources
|
||||
|
|
@ -776,7 +773,6 @@
|
|||
* ⭐ **[Ray.st](https://ray.st/)**, [BuiltWith](https://builtwith.com/) or [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites / [Addons](https://www.wappalyzer.com/apps/)
|
||||
* ⭐ **[GoAccess](https://goaccess.io/)** - Web Log Analyzer / [GitHub](https://github.com/allinurl/goaccess)
|
||||
* ⭐ **[Formulaer](https://formulaer.com/)**, [Tally](https://tally.so/), [FormBricks](https://github.com/formbricks/formbricks), [Formshare](https://formshare.ai/), [Deformity](https://deformity.ai/) or [Stylr](https://www.stylr.xyz/) - Form Builders
|
||||
* [Flounder](https://flounder.online/) - Website Building Discussion
|
||||
* [FileQ](https://fileq.net/) or [DataNodes](https://datanodes.to/) / [Discord](https://discord.gg/mKyBMyeKvh) - Webmasters Only File Hosts
|
||||
* [Website Planet Tools](https://www.websiteplanet.com/webtools/), [Browserling Tools](https://www.browserling.com/tools/) or [WebCode](https://webcode.tools/) - Site Development Tools
|
||||
* [shadcn-ui](https://ui.shadcn.com/) or [shadcn-svelte](https://shadcn-svelte.com) - Web Component Libraries
|
||||
|
|
@ -788,7 +784,7 @@
|
|||
* [Wordpress](https://wordpress.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_wordpress_tools) or [Joomla](https://www.joomla.org/) / [GitHub](https://github.com/joomla/joomla-cms) - Content Management Systems / CMS
|
||||
* [WireFlow](https://wireflow.co/) - Flow Prototype Maker
|
||||
* [Web Dev Checklist](https://www.toptal.com/developers/webdevchecklist) - Things to Remember for Web Devs
|
||||
* [Dagu](https://dagu.cloud/) - WebUI Job Manager / [GitHub](https://github.com/dagu-org/dagu)
|
||||
* [Dagu](https://dagu.readthedocs.io) - WebUI Job Manager / [GitHub](https://github.com/dagu-org/dagu)
|
||||
* [Plow](https://github.com/six-ddc/plow) - HTTP Benchmarking
|
||||
* [http-server](https://github.com/http-party/http-server) - No Config HTTP Server
|
||||
* [Apache](https://httpd.apache.org/) - HTTP Server
|
||||
|
|
@ -829,21 +825,13 @@
|
|||
|
||||
## ▷ Website Builders
|
||||
|
||||
* 🌐 **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Static Site Generator Indexes
|
||||
* ⭐ **[Webstudio](https://webstudio.is/)** - Website Builder
|
||||
* ⭐ **[Framer](https://www.framer.com/)** - Website Builder
|
||||
* 🌐 **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Lists of Static Website Generators / Frameworks
|
||||
* ⭐ **[Webstudio](https://webstudio.is/)** - Code Editor
|
||||
* ⭐ **[Framer](https://www.framer.com/)** - Interactive Site / App Design Tool
|
||||
* ⭐ **[Eleventy](https://11ty.dev/)** - Static Site Generator / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy)
|
||||
* ⭐ **[Hugo](https://gohugo.io/)** - Static Site Generator
|
||||
* ⭐ **[VitePress](https://vitepress.dev/)** - Static Site Generator
|
||||
* ⭐ **[Docusaurus](https://docusaurus.io/)** - Static Markdown Website Generators / [GitHub](https://github.com/facebook/docusaurus)
|
||||
* [Retype](https://retype.com/) - Static Markdown Website Generator / [GitHub](https://github.com/retypeapp/retype)
|
||||
* [Zola](https://www.getzola.org/) - Static Markdown Website Generator
|
||||
* [Publii](https://getpublii.com/) - Static Markdown Website Generator / No Coding
|
||||
* [Jekyll](https://jekyllrb.com/) - Static Markdown Website Generator
|
||||
* [docsify](https://docsify.js.org/) - Static Markdown Website Generator
|
||||
* [GitBook](https://www.gitbook.com/) - Static Site Generator
|
||||
* [Pelican](https://getpelican.com/) - Static Site Generator
|
||||
* [Astro](https://astro.build/) - Static Site Generator
|
||||
* ⭐ **[Hugo](https://gohugo.io/)** or **[vitepress](https://vitepress.dev/)** - Static Website Generators
|
||||
* ⭐ **[Docusaurus](https://github.com/facebook/docusaurus)**, [retype](https://retype.com/) / [GitHub](https://github.com/retypeapp/retype), [Zola](https://www.getzola.org/), [Jekyll](https://jekyllrb.com/) or [docsify](https://docsify.js.org/) - Static Markdown Website Generators
|
||||
* [Flounder](https://flounder.online/) - Website Building Discussion
|
||||
* [site123](https://www.site123.com/) - Website Builder
|
||||
* [tilda](https://tilda.cc/) - Website Builder
|
||||
* [bravenet](https://www.bravenet.com/) - Website Builder
|
||||
|
|
@ -851,6 +839,7 @@
|
|||
* [Mobirise](https://mobirise.com/) - Website Builder
|
||||
* [Temper](https://temper.one/) - Website Builder
|
||||
* [Silex](https://www.silex.me/) - Website Builder
|
||||
* [Publii](https://getpublii.com/) - Website Builder
|
||||
* [mmm](https://mmm.page/) - Website Builder
|
||||
* [Straw.Page](https://straw.page/) - Website Builder
|
||||
* [Own Free Website](https://www.own-free-website.com) - Website Builder
|
||||
|
|
@ -861,6 +850,8 @@
|
|||
* [Tails](https://devdojo.com/tails) - Tailwind CSS Website Builder
|
||||
* [8b](https://8b.com/) - Simple Online Website Builder
|
||||
* [Potion](https://potion.so/) - Notion Website Builder
|
||||
* [GitBook](https://www.gitbook.com/) - Static Site Generator
|
||||
* [Pelican](https://getpelican.com/) - Static Site Generator
|
||||
* [Odie](https://odie.us/) - Make Webpages out of Google Docs
|
||||
* [ProjectVisBug](https://visbug.web.app) - Webpage Editor
|
||||
* [Anvil](https://anvil.works/) or [Lowdefy](https://lowdefy.com/) - Web App Creators
|
||||
|
|
@ -870,8 +861,8 @@
|
|||
## ▷ Color Schemes
|
||||
|
||||
* 🌐 **[Colorful](https://github.com/Siddharth11/Colorful)** - Color Scheme Resources
|
||||
* ↪️ **[Color Palette Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_palette_generators)**
|
||||
* ↪️ **[Color Pickers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_color_pickers)**
|
||||
* ↪️ **[Color Palette Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_palette_generators)**
|
||||
* ↪️ **[Color Pickers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_color_pickers)**
|
||||
* ⭐ **[ColorHexa](https://www.colorhexa.com/)** - Color Hex Encyclopedia
|
||||
* ⭐ **[Realtime Colors](https://realtimecolors.com/)** - Preview Color Palettes
|
||||
* ⭐ **[Color & Contrast](https://colorandcontrast.com/)** - Color / Contrast Guide
|
||||
|
|
@ -896,7 +887,7 @@
|
|||
|
||||
* 🌐 **[Awesome Design Systems](https://github.com/alexpate/awesome-design-systems)** - UI Design Systems / Libraries
|
||||
* 🌐 **[Awesome Web Animation](https://awesome-web-animation.netlify.app/)** - Web Animation Resources
|
||||
* ↪️ **[Design Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_design_resources)** or [Open Source Design](https://opensourcedesign.net/)
|
||||
* ↪️ **[Design Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25BA_design_resources)** or [Open Source Design](https://opensourcedesign.net/)
|
||||
* ⭐ **[Design Checklist](https://www.checklist.design/)**, [Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) or [Front-End Checklist](https://frontendchecklist.io/) - Frontend Development Checklist
|
||||
* ⭐ **[ThemeWagon](https://themewagon.com/theme-price/free/)** or [Tooplate](https://www.tooplate.com/) - Free HTML Templates
|
||||
* ⭐ **[Boilerplate](https://html5boilerplate.com/)** or [html5up](https://html5up.net/) - Custom HTML Templates
|
||||
|
|
@ -1058,7 +1049,7 @@
|
|||
* [GoodBadISPs](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/GoodBadISPs) - Best ISPs for Tor Hosting
|
||||
* [Server Hunter](https://www.serverhunter.com/) or [ServerSearcher](https://www.serversearcher.com/) - Search / Compare Servers
|
||||
* [srvrlss](https://srvrlss.io/) - Search / Compare Serverless Platforms
|
||||
* [Host-Tracker](https://www.host-tracker.com/en/ic/check-http) or [OONI](https://ooni.org/) - Check Site Location Availability / [Bypass Paywall](https://rentry.co/FMHYB64#host-tracker-bypass)
|
||||
* [Host-Tracker](https://www.host-tracker.com/en/ic/check-http) or [OONI](https://ooni.org/) - Check Site Location Availability / [Bypass Paywall](https://rentry.co/FMHYBase64#host-tracker-bypass)
|
||||
* [OpenPanel](https://openpanel.com/) / [GitHub](https://github.com/stefanpejcic/openpanel), [Sentora](https://sentora.org/) or [Moonlight](https://github.com/Moonlight-Panel/Moonlight) - Web Hosting Panels
|
||||
* [GetDeploying](https://getdeploying.com/) - Compare Cloud Providers
|
||||
* [Meta Tag Gen](https://lewdev.github.io/apps/meta-tag-gen/), [OpenGraph](https://www.opengraph.xyz/) or [MetaTags](https://metatags.io/) - Meta Tag Generators
|
||||
|
|
@ -1126,17 +1117,18 @@
|
|||
|
||||
## ▷ Static Page Hosting
|
||||
|
||||
* ⭐ **[Cloudflare Workers](https://workers.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth
|
||||
* ⭐ **[Cloudflare Pages](https://pages.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth / [Tunnel Client](https://github.com/cloudflare/cloudflared) / [Discord](https://discord.gg/cloudflaredev)
|
||||
* ⭐ **[surge](https://surge.sh/)** - Unlimited Storage / Unlimited Bandwidth
|
||||
* ⭐ **[GitHub Pages](https://docs.github.com/en/pages)** - Unlimited Storage / 100GB Bandwidth
|
||||
* ⭐ **[Cloudflare Pages](https://pages.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth / [Tunnel Client](https://github.com/cloudflare/cloudflared) / [Discord](https://discord.gg/cloudflaredev)
|
||||
* ⭐ **[GitHub Pages](https://pages.github.com/)** - Unlimited Storage / 100GB Bandwidth
|
||||
* ⭐ **[Firebase](https://firebase.google.com/products/hosting)** - 10GB Storage / 10GB Bandwidth
|
||||
* ⭐ **[Cloudflare Workers](https://workers.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth
|
||||
* ⭐ **[Sourcehut Pages](https://srht.site/)** - 1GB Storage / Unlimited Bandwidth
|
||||
* ⭐ **[Neocities](https://neocities.org/)** - 1GB Storage / Unlimited Bandwidth / No Custom Domain
|
||||
* ⭐ **[nekoweb](https://nekoweb.org/)** - 500MB Storage / Unlimited Bandwidth / [Bandwidth Note](https://files.catbox.moe/xf1shh.png)
|
||||
* [Web 1.0 Hosting](https://web1.0hosting.net/) - 100MB Storage / Unlimited Bandwidth
|
||||
* [Codeberg Pages](https://codeberg.page/) - 750MB Storage / Unspecified Bandwidth
|
||||
* [pages.gay](https://pages.gay/) - Unspecified Storage / Unlimited Bandwidth
|
||||
* [GitLab Pages](https://docs.gitlab.com/user/project/pages/) - 10GB Storage / Unlimited Bandwidth
|
||||
* [DropPages](https://droppages.com/) - 1GB Storage / 5GB Bandwidth
|
||||
* [W3Schools Spaces](https://www.w3schools.com/spaces/) - 100MB Storage (5MB A File) / 100MB Bandwidth / No Custom Domain
|
||||
* [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/publishing-a-website-on-bitbucket-cloud/) - 1GB Storage (Hard Limit 4GB) / Unlimited Bandwidth / No Custom Domain
|
||||
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
# ► Download Directories
|
||||
|
||||
* **Note** - Some Open Directories track IP addresses. Always use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) or [Tor](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy) when accessing these resources.
|
||||
* **Note** - Some Open Directories track IP addresses. Always use a VPN or Tor for anonymity when accessing these resources.
|
||||
|
||||
***
|
||||
|
||||
* 🌐 **[r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner)
|
||||
* 🌐 **[/r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner)
|
||||
* ⭐ **[EyeDex](https://www.eyedex.org/)**, [ODCrawler](https://odcrawler.xyz/), [ODS](https://sites.google.com/view/l33tech/tools/ods) or [mmnt](https://www.mmnt.net/) - Open Directory Search Engines
|
||||
* ⭐ **[Soulseek](https://slsknet.org/)** or [Nicotine+](https://nicotine-plus.org/) - File Sharing App / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd)
|
||||
* [eMule Plus](https://www.emule-project.com/) - File Sharing App
|
||||
|
|
@ -19,7 +19,6 @@
|
|||
* [lumpysoft](https://lumpysoft.com/) - Search String Builder
|
||||
* [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community
|
||||
* [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer
|
||||
* [DemoZoo](https://demozoo.org/), [Pouet](https://www.pouet.net/prodlist.php) or [scene.org](https://files.scene.org/) - Demoscene Archives
|
||||
* [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive
|
||||
* [Defacto2](https://defacto2.net/) - Scene / Sub-Scene Database
|
||||
|
||||
|
|
@ -27,30 +26,44 @@
|
|||
|
||||
# ► Download Sites
|
||||
|
||||
* **Note** - General DDL sites use multiple sources, so it's best to avoid them for software and games. If needed, use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)** to skip link shorteners.
|
||||
* **Note** - General DDL sites use a lot of different sources, so it's best to avoid them for anything you install, like software, games or APKs. You can also use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)** to skip link shorteners.
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[Internet Archive](https://archive.org/)** - Video / Audio / Books / Magazines / Newspapers / ROMs / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)
|
||||
* ⭐ **[r/DataHoarder](https://reddit.com/r/DataHoarder)** or [Archive Team](https://wiki.archiveteam.org/) / [Subreddit](https://www.reddit.com/r/Archiveteam/) - Data Hoarding Communties
|
||||
* [MaxRelease](https://max-rls.com/) - Video / Audio / Magazines
|
||||
* [SCNLOG](https://scnlog.me/) - Video / Audio / ROMs / Books
|
||||
* [SceneSource](https://www.scnsrc.me/), [2](https://www.scenesource.me/) - Video / Audio / ROMs / Books
|
||||
* [WorldSRC](https://www.worldsrc.net/) - Video / Audio
|
||||
* ⭐ **[Internet Archive](https://archive.org/)** - Video / Audio / Magazines / Newspapers / ROMs / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)
|
||||
* ⭐ **[/r/DataHoarder](https://reddit.com/r/DataHoarder)**, [Data Horde](https://datahorde.org/), [Archive Team](https://wiki.archiveteam.org/) / [Subreddit](https://www.reddit.com/r/Archiveteam/), [Gnutella Forums](https://www.gnutellaforums.com/) or [FileSharingTalk](https://filesharingtalk.com/forum.php) - File Hoarding Forums
|
||||
* [WorldSRC](https://www.worldsrc.net/) - Video / Audio / [Donate](https://www.worldsrc.net/service_end)
|
||||
* [DirtyWarez](https://forum.dirtywarez.com/) - Video / Audio / Books / Comics
|
||||
* [WarezForums](https://warezforums.com/) - Video / Audio / ROMs / Books / Comics
|
||||
* [AditHD](https://www.adit-hd.com/) - Video / Audio / Books
|
||||
* [wJungle](https://wjungle.net/) - Audio / Books / NSFW / Sign-Up Required
|
||||
* [Novanon](https://novanon.net/) - Audio / Magazines / Comics / Books / Courses
|
||||
* [ReleaseBB](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](http://rlsbb.in/) - Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) / [PreDB](https://log.rlsbb.ru/)
|
||||
* [Psycho downloads](https://psychodownloads.com/) - Audio / Books / Magazines
|
||||
* [Merlin Warez](https://merlinwz.com/) - Audio / Books / Audiobooks / Comics / Magazines
|
||||
* [1DDL](https://1ddl.org/) - Audio / Books / Comics / Magazines
|
||||
* [WarezLoad](https://warezload.net/index.php) - Audio / Books
|
||||
* [Katz DDL](https://katzddl.net/) - Audio / Books / NSFW
|
||||
* [TehParadox](https://www.tehparadox.net/) - Audio / Books / Magazines / ROMs
|
||||
* [downTURK](https://www.downturk.net/) - Audio / Books
|
||||
* [SoftArchive](https://softarchive.download/) - Audio / Books / Comics / Newspapers / Magazines / [Mirrors](https://sastatus.com/), [2](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#softarchive-mirrors) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sanet-warning)
|
||||
* [ReleaseBB](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](http://rlsbb.in/) - Video / Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) / [PreDB](https://log.rlsbb.ru/)
|
||||
* [AditHD](https://www.adit-hd.com/) - Video / Audio / Books / Sign-Up Required
|
||||
* [Novanon](https://novanon.net/) - Video / Audio / Magazines / Comics / Books / Courses
|
||||
* [Psycho downloads](https://psychodownloads.com/) - Video / Audio / ROMs / Books / Magazines / NSFW
|
||||
* [Merlin Warez](https://merlinwz.com/) - Video / Audio / Books / Audiobooks / Comics / Magazines
|
||||
* [Sbenny's Forum](https://forum.sbenny.com/) - Video / Audio / ROMs / Books / [Discord](https://discord.gg/kf9FKQx)
|
||||
* [DownDuck](https://www.downduck.com/) - Video / Audio / Books / Magazines
|
||||
* [DDLValley](https://www.ddlvalley.me/) - Video / Audio / ROMs / Books / Comics / Magazines / [Forum](https://forum.ddlvalley.me/)
|
||||
* [MaxRelease](https://max-rls.com/) - Video / Audio / Magazines
|
||||
* [1DDL](https://1ddl.org/) - Video / Audio / Books / Comics / Magazines
|
||||
* [TFPDL](https://tfpdl.se/), [2](https://tfpdl.to/) - Video / Magazines / NSFW
|
||||
* [WarezLoad](https://warezload.net/index.php) - Video / Audio / Books
|
||||
* [Katz DDL](https://katzddl.net/) - Video / Audio / Books / NSFW
|
||||
* [Leaker](https://leaker.me/) - Video / Audio
|
||||
* [TehParadox](https://www.tehparadox.net/) - Video / Audio / Books / Magazines / ROMs
|
||||
* [wJungle](https://wjungle.net/) - Video / Audio / Books / NSFW
|
||||
* [PuZo](https://www.puzo.org/) - Video / Audio / Books / Audiobooks / NSFW
|
||||
* [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
|
||||
* [Download For All](https://dl4all.org/), [2](https://dl4all.biz/) - Video / Audio / Books / Magazines
|
||||
* [DDLSpot](https://www.ddlspot.com/) - Video / Audio
|
||||
* [0DayDDL](https://0dayddl.com/) - Video / Audio / Books / Magazines
|
||||
* [downTURK](https://www.downturk.net/) - Video / Audio / Books
|
||||
* [SoftArchive](https://softarchive.download/) - Video / Audio / Books / Comics / Newspapers / Magazines / [Mirrors](https://sastatus.com/), [2](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#softarchive-mirrors) / [Avoid Software / Games](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sanet-warning)
|
||||
* [Pouet](https://www.pouet.net/prodlist.php) - Demos / Cracktros
|
||||
* [Redump](http://redump.org/) - Disc Preservation Project
|
||||
* [DemoZoo](https://demozoo.org/) or [scene.org](https://files.scene.org/) - Demoscene Archive / [Wiki](https://en.wikipedia.org/wiki/Demoscene)
|
||||
* [Ubu](https://ubuweb.com/) - Avant-Garde Artifacts
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -65,10 +78,12 @@
|
|||
* ⭐ **[4Shared](https://www.4shared.com/)**
|
||||
* [Meawfy](https://meawfy.com/) - Mega, GoFile and MediaFire Search
|
||||
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1)
|
||||
* [SCNLOG](https://scnlog.me/)
|
||||
* [Linktury](https://www.ddlspot.com/)
|
||||
* [MediafireTrend](https://mediafiretrend.com/) - Mediafire Search
|
||||
* [WarezOmen](https://warezomen.com/) - Indexer / Search Engine
|
||||
* [SkullXDCC](https://skullxdcc.com/) / [2](https://sunxdcc.com/) or [XDCC.EU](https://www.xdcc.eu/) - XDCC / Search Engine
|
||||
* [Find Rare Files Online](https://forums.lostmediawiki.com/thread/10861/find-rare-files-online) - How-to Find Rare Files
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -100,18 +115,18 @@
|
|||
|
||||
* 🌐 **[Adobe Alternatives](https://github.com/KenneyNL/Adobe-Alternatives)**, [2](https://rentry.org/adobealt) - Adobe Software Alternative Index
|
||||
* ↪️ **[Adobe Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)**
|
||||
* ⭐ **[Virgil Software Search](https://virgil.samidy.com/software-search/)** / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search
|
||||
* ⭐ **[CracksURL](https://cracksurl.com/)** / [Telegram](https://t.me/cracksurldotcom)
|
||||
* ⭐ **[LRepacks](https://lrepacks.net/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org/)** - Sign-Up Required / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note) / PW: `soft98.ir`
|
||||
* ⭐ **[LRepacks](https://lrepacks.net/)**
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org/)**
|
||||
* ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note)
|
||||
* ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Sign-Up Required
|
||||
* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search
|
||||
* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
|
||||
* [AIOWares](https://www.aiowares.com/) - Software Forum
|
||||
* [DownloadHa](https://www.downloadha.com/) - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Team V.R releases](https://rentry.co/FMHYB64#team-vr) - Adobe Plugins
|
||||
* [AIOWares](https://www.aiowares.com/)
|
||||
* [DownloadHa](https://www.downloadha.com/)
|
||||
* [Team V.R releases](https://rentry.co/FMHYBase64#team-vr) - Adobe Plugins
|
||||
* [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/) - Oldschool Software
|
||||
* [Libreware](https://t.me/Libreware) - Telegram Channels
|
||||
* [Libreware](https://t.me/Libreware) or [Xetrin RePacks](https://t.me/repacks_by_xetrin) - Telegram Channels
|
||||
* [Rarewares](https://www.rarewares.org/) - Rare Software
|
||||
* [Software Heritage](https://www.softwareheritage.org/) - Software Source Code Archive
|
||||
* [ZXPInstaller](https://zxpinstaller.com/) - Adobe Extension Installer
|
||||
|
|
@ -129,13 +144,11 @@
|
|||
* [FossHub](https://www.fosshub.com/) - FOSS Directory
|
||||
* [OSS Gallery](https://oss.gallery/) - FOSS Directory
|
||||
* [Opensource Builders](https://opensource.builders/) - FOSS Alt Search
|
||||
* [AlternativeOSS](https://alternativeoss.com/) - FOSS Alt Search
|
||||
* [OpenAlternative](https://openalternative.co/) - FOSS Alt Search
|
||||
* [opensourcealternative.to](https://www.opensourcealternative.to/) - FOSS Alt Search
|
||||
* [Awesome CLI Apps](https://github.com/toolleeo/awesome-cli-apps-in-a-csv) or [CLI Club](https://cli.club/) - FOSS CLI Apps / Tools
|
||||
* [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - FOSS Wikis
|
||||
* [FOSS Wiki](https://en.wikipedia.org/wiki/Portal:Free_and_open-source_software/Categories) - FOSS Wikis
|
||||
* [Is It Really FOSS](https://isitreallyfoss.com/) - Determine if Software is FOSS / [Source Code](https://codeberg.org/danb/isitreallyfoss)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -162,7 +175,7 @@
|
|||
* [Suckless](https://suckless.org/) - Simple Software Archive
|
||||
* [VETUSWARE](https://vetusware.com/) - Abandonware / Operating Systems / Games
|
||||
* [OldVersion](http://www.oldversion.com/) - Old Versions of Software
|
||||
* [Vintage Software Collection](https://rentry.co/FMHYB64#the-vintage-software-collection) or [SCiZE's Classic Warez](https://scenelist.org/) - Retro Software
|
||||
* [Vintage Software Collection](https://rentry.co/fmhybase64#the-vintage-software-collection) or [SCiZE's Classic Warez](https://scenelist.org/) - Retro Software
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -189,7 +202,7 @@
|
|||
|
||||
* 🌐 **[UsenetTools](http://www.usenettools.net/)**
|
||||
* ⭐ **[Usenet Guide / Automation Setup](https://docs.google.com/document/d/1TwUrRj982WlWUhrxvMadq6gdH0mPW0CGtHsTOFWprCo/mobilebasic)** / [2](https://redd.it/4x2mc9) / [3](https://www.iitk.ac.in/LDP/HOWTO/Usenet-News-HOWTO/x27.html) / [4](https://graph.org/EVERYTHING-YOU-NEED-TO-KNOW-ABOUT-USENET-09-04) / [5](https://www.reddit.com/r/usenet/wiki/index/) / [6](https://blog.decryption.net.au/t/a-fully-automated-usenet-piracy-machine-with-plex-sabnzbd-and-sonarr/130)
|
||||
* [r/usenet](https://reddit.com/r/usenet)
|
||||
* [/r/usenet](https://reddit.com/r/usenet)
|
||||
* [ngPost](https://github.com/mbruel/ngPost) or [Nyuu](https://github.com/animetosho/Nyuu) / [Usenet-Uploaders](https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders) - Usenet Uploaders
|
||||
|
||||
***
|
||||
|
|
@ -197,7 +210,7 @@
|
|||
## ▷ Indexers
|
||||
|
||||
* 🌐 **[Indexer List](https://www.reddit.com/r/usenet/wiki/indexers/)** - Indexer List
|
||||
* [r/UsenetInvites](https://reddit.com/r/UsenetInvites)
|
||||
* [/r/UsenetInvites](https://reddit.com/r/UsenetInvites)
|
||||
* [NZBHydra2](https://github.com/theotherp/nzbhydra2) - NZB Meta search
|
||||
* [SceneNZBs](https://scenenzbs.com) - Multinational Indexer
|
||||
* [NzbPlanet](https://nzbplanet.net/)
|
||||
|
|
@ -220,8 +233,8 @@
|
|||
|
||||
## ▷ Providers
|
||||
|
||||
* 🌐 **[r/usenet Providers](https://www.reddit.com/r/usenet/wiki/providers)** - Provider Lists
|
||||
* 🌐 **[r/usenet Deals](https://www.reddit.com/r/usenet/wiki/providerdeals)** - Provider Deals
|
||||
* 🌐 **[/r/usenet Providers](https://www.reddit.com/r/usenet/wiki/providers)** - Provider Lists
|
||||
* 🌐 **[/r/usenet Deals](https://www.reddit.com/r/usenet/wiki/providerdeals)** - Provider Deals
|
||||
* 🌐 **[Usenet Provider Deals](https://rexum.space/p/usenet-provider-deals/)**
|
||||
* [Usenet Providers Map](https://usenet.rexum.space/tree)
|
||||
* [usenetmax](https://www.usenetmax.com/)
|
||||
|
|
@ -240,12 +253,13 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Debrid
|
||||
# ► Leeches / Debrid
|
||||
|
||||
* 🌐 **[Debrid Services Comparison](https://debridcompare.pages.dev/)** / [GitHub](https://github.com/fynks/debrid-services-comparison)
|
||||
* 🌐 **[LeechListing](https://www.leechlisting.com/)** or [Free Premium Leech Wiki](https://filehostlist.miraheze.org/wiki/Free_Premium_Leeches) - Leech Lists
|
||||
* 🌐 **[Debrid Services Comparison](https://debrid-services-comparison.netlify.app/)** / [GitHub](https://github.com/fynks/debrid-services-comparison)
|
||||
* ⭐ **[TorBox](https://torbox.app/)** - Freemium / 10GB / 10 Monthly Downloads / Sign-Up Required / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/wamy) / [GitHub](https://github.com/TorBox-App)
|
||||
* ⭐ **[Real-Debrid](https://real-debrid.com/)** - Paid Debrid Service / [Android Client](https://github.com/LivingWithHippos/unchained-android) / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD)
|
||||
* ⭐ **[HDEncode](https://hdencode.org/)**, [DDLBase](https://ddlbase.com/), [RapidMoviez](https://rmz.cr/) / [Mirrors](https://rmzmirrors.com/) or [rlsDB](https://rlsdb.com/) - Movie & TV DDL Forums / Requires Debrid
|
||||
* ⭐ **[HDEncode](https://hdencode.org/)**, [DDLBase](https://ddlbase.com/), [RapidMoviez](https://rmz.cr/) or [rlsDB](https://rlsdb.com/) - Movie & TV DDL Forums / Requires Debrid
|
||||
* [Multi-OCH Helper](https://greasyfork.org/en/scripts/13884-multi-och-helper) - Quickly Send DDL Links to Premiumize & NoPremium
|
||||
* [Debrid Media Manager](https://debridmediamanager.com/) - Manage / Stream / Download Debrid Files
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
* ⭐ **[IHaveNoTV](https://ihavenotv.com)**
|
||||
* ⭐ **[DocumentaryArea](https://www.documentaryarea.com/)** / [Remove Watermark](https://github.com/acridsoul/Clear-Mark) (or use PIP)
|
||||
* ⭐ **[Documentary+](https://www.docplus.com/)**
|
||||
* ⭐ **[DocPlus](https://www.docplus.com/)**
|
||||
* ⭐ **[1337x Documentaries](https://1337x.to/top-100-documentaries)** / Torrent
|
||||
* [LearnOutLoud](https://www.learnoutloud.com/)
|
||||
* [Top Documentary Films](https://topdocumentaryfilms.com/)
|
||||
|
|
@ -25,7 +25,8 @@
|
|||
* [Nat Geo](https://www.natgeotv.com/)
|
||||
* [Folkstreams](https://www.folkstreams.net/)
|
||||
* [Films For Action](https://www.filmsforaction.org/)
|
||||
* [r/Documentaries](https://reddit.com/r/Documentaries)
|
||||
* [/r/Documentaries](https://reddit.com/r/Documentaries)
|
||||
* [Open-Video](https://open-video.org/)
|
||||
* [Videoneat](https://www.videoneat.com/)
|
||||
* [MVGroup](https://forums.mvgroup.org/)
|
||||
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
* 🌐 **[Limnology](https://limnology.co/)** - Educational YouTube Channels
|
||||
* ↪️ **[Udemy Tools / Coupons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_udemy_coupons)**
|
||||
* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**
|
||||
* ⭐ **[Coursera](https://www.coursera.org/)** - Courses / [Financial Aid](https://github.com/EminentPhoton/financial-aid-on-coursera) / [Downloader](https://github.com/coursera-dl/coursera-dl)
|
||||
* ⭐ **[edX](https://www.edx.org/)** - Courses / [Downloader](https://github.com/rehmatworks/edx-downloader)
|
||||
* ⭐ **[MitOpenCourseWare](https://ocw.mit.edu/)** - Courses
|
||||
* ⭐ **[Khan Academy](https://www.khanacademy.org/)** - Courses / [Downloader](https://github.com/rand-net/khan-dl) / [Solver](https://greasyfork.org/en/scripts/427964)
|
||||
|
|
@ -47,7 +49,6 @@
|
|||
* [Git.ir](https://en.git.ir/) - Courses
|
||||
* [OpenLearn](https://www.open.edu/openlearn/) - Courses
|
||||
* [Alison](https://alison.com/) - Courses
|
||||
* [Saylor Academy](https://learn.saylor.org/) - Courses
|
||||
* [EbookFoundation Courses](https://github.com/EbookFoundation/free-programming-books#free-online-courses) - Courses
|
||||
* [OpenCulture](https://www.openculture.com/freeonlinecourses) - Courses
|
||||
* [DigitalGarage](https://grow.google/intl/uk/courses-and-tools/) - Google Courses
|
||||
|
|
@ -72,7 +73,7 @@
|
|||
* ⭐ **[tut4dl](https://tut4it.com/)** - Courses
|
||||
* ⭐ **[Course Busters](https://t.me/coursebusters)** - Course Busters Access
|
||||
* [FreeCourseSite](https://freecoursesite.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)
|
||||
* [Revival](https://rentry.co/FMHYB64#revival) - Courses
|
||||
* [Revival](https://rentry.co/FMHYBase64#revival) - Courses
|
||||
* [FreeEducationWeb](https://freeeducationweb.com/) - Courses
|
||||
* [OneHack](https://onehack.us/) - Courses / [Telegram](https://t.me/Official_OneHack)
|
||||
* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) - Courses
|
||||
|
|
@ -81,13 +82,13 @@
|
|||
* [learningDL](https://learningdl.net/) - Courses / Leech Required
|
||||
* [LinkedIn_Learning](https://t.me/linkedin_learning) - LinkedIn Courses
|
||||
* [CertCommunity](https://www.certcommunity.org/forum/) - IT Cert Courses
|
||||
* [firerip](https://rentry.co/FMHYB64#firerip) - Fireship.io Course Downloader
|
||||
* [firerip](https://rentry.co/FMHYBase64#firerip) - Fireship.io Course Downloader
|
||||
|
||||
***
|
||||
|
||||
# ► Learning Sites
|
||||
|
||||
* 🌐 **[Learn Anything](https://learn-anything.xyz/)** - Learning Resource Search / [Free Method](https://rentry.co/FMHYB64#learn-anything) / [Discord](https://discord.gg/W7yDkEN67Y) / [GitHub](https://github.com/learn-anything/learn-anything)
|
||||
* 🌐 **[Learn Anything](https://learn-anything.xyz/)** - Learning Resource Search / [Free Method](https://rentry.co/FMHYBase64#learn-anything) / [Discord](https://discord.gg/W7yDkEN67Y) / [GitHub](https://github.com/learn-anything/learn-anything)
|
||||
* 🌐 **[Wakelet](https://wakelet.com/explore)** - Learning Resources
|
||||
* 🌐 **[WISC](https://www.wisc-online.com/)** - Learning Resources
|
||||
* 🌐 **[OpenCulture](https://www.openculture.com/)** - Learning Resources
|
||||
|
|
@ -95,12 +96,11 @@
|
|||
* 🌐 **[The Free Learning List](https://freelearninglist.org/)** - Learning Resources
|
||||
* 🌐 **[Awesome Educational Games](https://github.com/yrgo/awesome-educational-games)** - Educational Games Index
|
||||
* ↪️ **[Ebook Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25BA_educational_books)**
|
||||
* ↪️ **[Quotes / Poetry](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_quotes_.2F_poetry)**
|
||||
* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**
|
||||
* ↪️ **[Science News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc/#wiki_.25B7science_news)**
|
||||
* ⭐ **[r/coolguides](https://reddit.com/r/coolguides/)** or [coolguid.es](https://coolguid.es/) - Guides & Tutorials
|
||||
* ⭐ **[r/educationalgifs](https://reddit.com/r/educationalgifs)** - Learn with GIFs
|
||||
* ⭐ **[r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/)** - Have Anything Explained Very Simply
|
||||
* ⭐ **[/r/coolguides](https://reddit.com/r/coolguides/)** or [coolguid.es](https://coolguid.es/) - Guides & Tutorials
|
||||
* ⭐ **[/r/educationalgifs](https://reddit.com/r/educationalgifs)** - Learn with GIFs
|
||||
* ⭐ **[/r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/)** - Have Anything Explained Very Simply
|
||||
* ⭐ **[The Punctuation Guide](https://www.thepunctuationguide.com/)** - Punctuation Guide
|
||||
* [Basic Knowledge 101](https://www.basicknowledge101.com/) - Knowledgebase / Topic Learning
|
||||
* [media.ccc.de](https://media.ccc.de/) - Educational Presentations
|
||||
|
|
@ -133,7 +133,6 @@
|
|||
* [Make it Yourself](https://makeityourself.org/) - 1000 DIY Projects / [Video](https://youtu.be/TSFJ2OH1PQA)
|
||||
* [Animated Knots](https://www.animatedknots.com/) or [NetKnots](https://www.netknots.com/) - Learn to Tie Knots
|
||||
* [Ian's Shoelace Site](https://www.fieggen.com/shoelace/) - Learn to Tie Shoelaces
|
||||
* [Polymaker](https://wiki.polymaker.com/) - 3D Printing Guide / Community / [Discord](https://discord.com/invite/polymaker)
|
||||
* [Perry Morse](https://www.perry.qa/morse), [Morse Typing Trainer](https://morse.withgoogle.com/learn/) or [ICWO](https://lcwo.net/) - Learn / Practice Morse Code
|
||||
* [Lock Picking 101](https://www.lockpicking101.com/) - Lock Picking Forum
|
||||
* [LibraryOfJuggling](https://libraryofjuggling.com/) - Juggling Technique Database
|
||||
|
|
@ -177,7 +176,7 @@
|
|||
* [Mission US](https://www.mission-us.org/) - American History Learning Games
|
||||
* [OnThisDay](https://www.onthisday.com/) or [Curiosity Of The Day](https://www.curiosityoftheday.com/) - What Happened on Specific Days
|
||||
* [Royal Constellations](https://royalconstellations.visualcinnamon.com/) - Royal Family Ancestral Visualization
|
||||
* [Historical Tech Tree](https://www.historicaltechtree.com/) or [Calculating Empires](https://calculatingempires.net/) - Historical Discovery / Tech Timelines
|
||||
* [Sciphilos](https://sciphilos.info/) or [Calculating Empires](https://calculatingempires.net/) - Historical Discovery Timelines
|
||||
* [ETHW](https://ethw.org/) - Engineering and Technology History Wiki
|
||||
* [Royal Armouries Collections](https://royalarmouries.org/collection/) - Ancient Armaments Museum
|
||||
* [NuclearWeaponArchive](https://nuclearweaponarchive.org/) - Nuclear Weapons History
|
||||
|
|
@ -228,6 +227,7 @@
|
|||
## ▷ Music
|
||||
|
||||
* 🌐 **[Awesome Music Theory](https://github.com/vpavlenko/study-music)** - Music Theory Resources
|
||||
* 🌐 **[Music Outfitters](https://musicoutfitters.com/)** - Music Services / Information
|
||||
* ↪️ **[Sheet Music / Notation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sheet_music_.2F_notation)**
|
||||
* ⭐ **[Muted](https://muted.io/)**, **[Open Music Theory](https://viva.pressbooks.pub/openmusictheory/)** / [2](https://openmusictheory.github.io/), [Chromatone](https://chromatone.center/), [Teoria](https://www.teoria.com/index.php), [SimplifyingTheory](https://www.simplifyingtheory.com/), [LightNote](https://www.lightnote.co/) or [Music Theory](https://www.musictheory.net/) - Music Theory
|
||||
* [AudioZ](https://audioz.download/tutorials/) - Audio Courses / [Forum](https://audiosex.pro/)
|
||||
|
|
@ -238,12 +238,12 @@
|
|||
* [ScoreCloud](https://scorecloud.com/), [ChordReader2](https://github.com/AndInTheClouds/chordreader2) or [Chordify](https://chordify.net/) - Chord Detection / Transcriber
|
||||
* [Arpeggiator](https://codepen.io/jakealbaugh/full/qNrZyw), [Chordi](https://chordi.co/) or [AutoChords](https://autochords.com/) - Chord Progression Generators
|
||||
* [HookTheory](https://www.hooktheory.com/trends) - Chord Progression Library
|
||||
* [Piano Scribe](https://laqieer.github.io/piano-scribe/) - Piano Transcriber
|
||||
* [Piano Scribe](https://piano-scribe.glitch.me/) - Piano Transcriber
|
||||
* [LilyPond](https://lilypond.org/) - Music Engraving Program
|
||||
* [Learning Music](https://learningmusic.ableton.com/) or [Musica](https://www.musicca.com/) - Music-Making Lessons
|
||||
* [Midiano](https://midiano.com/) / [Discord](https://discord.com/invite/SfFdbunEm2), [Piano Trainer](https://zaneh.itch.io/piano-trainer) / [GitHub](https://github.com/ZaneH/piano-trainer), [Chord Nebula](https://chords.yottanami.com/), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice / Learning
|
||||
* [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App
|
||||
* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/) / [Premium](https://rentry.co/FMHYB64#songsterr), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools
|
||||
* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/) / [Premium](https://rentry.co/FMHYBase64#songsterr), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools
|
||||
* [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/), [My Fretboard Trainer](https://myfretboardtrainer.com/home/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords
|
||||
* [JamStart](https://jamstart.app/) - Spotify Chord Charts
|
||||
* [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts
|
||||
|
|
@ -271,16 +271,16 @@
|
|||
* 🌐 **[AwesomeAnimeResearch](https://github.com/SerialLain3170/AwesomeAnimeResearch)** - Anime Machine Learning
|
||||
* ↪️ **[Digital Art Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_art_collections)**
|
||||
* ⭐ **[Art Study Guide](https://drive.google.com/file/d/1cK9q7oeFRE58MVaSgUql662iGqCXC8Ah/)** - Art Study Guides / Tips
|
||||
* ⭐ **[Drawabox](https://drawabox.com/)**, [Drawing Starter Pack Playlist](https://www.youtube.com/playlist?list=PL7KO8uN5A9PJsQIJzecnohhKjtMnSuFtR), [FarsiTuts](https://t.me/farsituts) or [Bill Martin's Guide to Drawing](https://www.guidetodrawing.com/) - Drawing Lessons
|
||||
* ⭐ **[Drawabox](https://drawabox.com/)**, [Croquis Cafe](https://croquis.cafe/), [Drawing Starter Pack Playlist](https://www.youtube.com/playlist?list=PL7KO8uN5A9PJsQIJzecnohhKjtMnSuFtR), [FarsiTuts](https://t.me/farsituts) or [Bill Martin's Guide to Drawing](https://www.guidetodrawing.com/) - Drawing Lessons
|
||||
* ⭐ **[Proko](https://www.youtube.com/user/ProkoTV/videos)** - Figure Drawing Lessons
|
||||
* ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials
|
||||
* [Ubu](https://ubuweb.com/) - Avant-Garde Artifacts
|
||||
* [online-courses](https://online-courses.club/) - Art / Design Courses
|
||||
* [TutsPlus](https://tutsplus.com/) - Creative Courses
|
||||
* [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum
|
||||
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges
|
||||
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
|
||||
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides
|
||||
* [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/) / [X](https://x.com/mangamaterials2), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [Pixiv](https://www.pixiv.net/en/users/16776564)
|
||||
* [Settei Dreams](https://setteidreams.net/) - Anime Production Materials
|
||||
* [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community
|
||||
* [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial
|
||||
|
|
@ -303,6 +303,7 @@
|
|||
* [x6ud](https://x6ud.github.io/#/) - Animal Photo Reference Search
|
||||
* [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide
|
||||
* [Dimensions](https://www.dimensions.com/) - Object Dimension Reference
|
||||
* [The Dimensions Of Colour](http://www.huevaluechroma.com/) - Colour Theory Guide
|
||||
* [DevinKorwin Color Guide](https://x.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide
|
||||
* [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting
|
||||
* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations
|
||||
|
|
@ -358,6 +359,18 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Quote Indexes
|
||||
|
||||
* ⭐ **[Wikiquote](https://en.wikiquote.org)**
|
||||
* [BrainyQuote](https://www.brainyquote.com/)
|
||||
* [AZQuotes](https://www.azquotes.com/)
|
||||
* [QuoteGarden](https://www.quotegarden.com/)
|
||||
* [QuoteMaster](https://www.quotemaster.org/)
|
||||
* [TheOtherPages](https://theotherpages.org/quote.html)
|
||||
* [Quote Collections](https://pastebin.com/raw/ZH1D8wn3)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Virtual Tours
|
||||
|
||||
* 🌐 **[Virtual Museum Resources](https://mcn.edu/a-guide-to-virtual-museum-resources/)** - Online Museums
|
||||
|
|
@ -383,8 +396,9 @@
|
|||
|
||||
## ▷ Physics
|
||||
|
||||
* 🌐 **[Physics Aviary](https://thephysicsaviary.com/Physics/Programs/Tools/find.php)** or [Falstad](https://www.falstad.com/) - Physics Tools
|
||||
* ↪️ **[Math and Physics Books](https://rentry.co/FMHYB64#math-and-physics-books)**
|
||||
* 🌐 **[Physics Saviary](https://thephysicsaviary.com/Physics/Programs/Tools/find.php)** or [Falstad](https://www.falstad.com/) - Physics Tools
|
||||
* ↪️ **[Math and Physics Books](https://rentry.co/FMHYBase64#math-and-physics-books)**
|
||||
* ⭐ **[phys](https://phys.org/)** - Physics News / Articles
|
||||
* ⭐ **[The Feynman Lectures](https://www.feynmanlectures.caltech.edu/)** - Physics Lectures
|
||||
* ⭐ **[Bartosz Ciechanowski](https://ciechanow.ski/)**, [Isaac Physics](https://isaacphysics.org/), [PhysicsClassroom](https://www.physicsclassroom.com/), [HyperPhysics](http://hyperphysics.phy-astr.gsu.edu/hbase/), [MotionMountain](https://www.motionmountain.net/index.html) or [Splung](https://www.splung.com/) - Physics Lessons / Learning
|
||||
* ⭐ **[Physics Simulations](https://www.csun.edu/science/software/simulations/physics.html)**, [Mujoco](https://github.com/google-deepmind/mujoco), [Physics Animations](https://www.animations.physics.unsw.edu.au/), [oPhysics](https://ophysics.com/index.html) or [MyPhysicsLab](https://www.myphysicslab.com/index-en.html) - Physics Simulations / Animations
|
||||
|
|
@ -415,8 +429,8 @@
|
|||
## ▷ Space
|
||||
|
||||
* 🌐 **[Astronomy Resources](https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources)** - Astronomy Resources
|
||||
* ↪️ **[Math and Physics Books](https://rentry.co/FMHYB64#math-and-physics-books)**
|
||||
* ⭐ **[r/Space](https://reddit.com/r/Space)** - Space Subreddit
|
||||
* ↪️ **[Math and Physics Books](https://rentry.co/FMHYBase64#math-and-physics-books)**
|
||||
* ⭐ **[/r/Space](https://reddit.com/r/Space)** - Space Subreddit
|
||||
* ⭐ **[Space Dashboard](https://spacedashboard.com/)** - Space Live Stream Dashboard
|
||||
* ⭐ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays
|
||||
* ⭐ **[Visible Earth](https://visibleearth.nasa.gov/)**, [SpaceFromSpace](https://spacefromspace.com/), [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery
|
||||
|
|
@ -456,7 +470,7 @@
|
|||
* [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps
|
||||
* [Cosmos2025](https://cosmos2025.iap.fr/fitsmap.html), [Map of the Universe](https://mapoftheuniverse.net/), [Scale of the Universe](https://scaleofuniverse.com/), [AndroidCelestia](https://github.com/celestiamobile/AndroidCelestia/) or [SpaceEngine](https://spaceengine.org/) / [Old Versions](https://forum.spaceengine.org/viewtopic.php?t=182) - Interactive Universe Scales
|
||||
* [NASA's Eyes](https://science.nasa.gov/eyes/) or [Celestia](https://celestiaproject.space/) - 3D Space Visualizations / [Solar System](https://eyes.nasa.gov/apps/solar-system/#/home)
|
||||
* [WikiSky](https://www.wikisky.org/), [SkyViewer](https://skyviewer.app/) or [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive Star Visualizations
|
||||
* [WikiSky](https://www.wikisky.org/) or [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive 3D Star Visualizations
|
||||
* [AndroidPlanisphere](https://github.com/tengel/AndroidPlanisphere) - Android Star Chart
|
||||
* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image quar fViewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/)
|
||||
* [Siril](https://siril.org/) - Astronomical Image Processor
|
||||
|
|
@ -464,11 +478,11 @@
|
|||
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums
|
||||
* [WorldwideTelescope](https://worldwidetelescope.org/) - Interactive Telescope Data / [Home Page](https://worldwidetelescope.org/home/) / [GitHub](https://github.com/WorldWideTelescope)
|
||||
* [ESA Hubble](https://esahubble.org/), [SpaceTelescopeLive](https://spacetelescopelive.org/) or [HubbleSite](https://hubblesite.org/) - Hubble Telescope Images
|
||||
* [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites
|
||||
* [Webb Space Telescope](https://webbtelescope.org/), [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites
|
||||
* [Webb Compare](https://www.webbcompare.com/) - Webb / Hubble Images
|
||||
* [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images
|
||||
* [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images
|
||||
* [r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits
|
||||
* [/r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [/r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits
|
||||
* [RGV Aerial Photography](https://discord.gg/wsFxEw9g4X) - Aerial Photography Community / News
|
||||
* [Meteor Showers](https://www.meteorshowers.org/) - 3D Meteor Shower Visualization
|
||||
* [Live Meteors](https://www.livemeteors.com/) - Live Meteor Radio Echoes
|
||||
|
|
@ -484,14 +498,14 @@
|
|||
|
||||
* 🌐 **[Awesome Math](https://github.com/rossant/awesome-math)** or [Math Resources](https://docs.google.com/document/d/1rtokzhpvkUPnymudl_ZVmfAA7H33VIyLQUpujNGwrTo/) - Math Resources
|
||||
* ↪️ **[Calculators / Problem Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_calculators)**
|
||||
* ↪️ **[LaTeX Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_latex_tools)**
|
||||
* ↪️ **[LaTeX Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_latex_tools)**
|
||||
* ⭐ **[Number Academy](https://number.academy/)** - Encyclopedia of Numbers
|
||||
* ⭐ **[Wumbo](https://wumbo.net/)** - Math Reference Site
|
||||
* ⭐ **[Open Source Society University](https://github.com/ossu/math)** / [PT-BR](https://github.com/ossu/math-br) - Math Roadmap / [Discord](https://discord.gg/wuytwK5s9h)
|
||||
* ⭐ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.com/) - Adaptive Problem Solving
|
||||
* ⭐ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses
|
||||
* ⭐ **[Manim](https://www.manim.community/)**, [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos / [Videos](https://github.com/3b1b/videos) / [Difference Between Versions](https://docs.manim.community/en/stable/faq/installation.html#different-versions)
|
||||
* ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYB64#wolfram-mobile)
|
||||
* ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://rentry.co/FMHYBase64#wolfram-mobile)
|
||||
* [Wolfram MathWorld](https://mathworld.wolfram.com/), [Encyclopedia Of Math](https://encyclopediaofmath.org/) or [nLab Math](https://ncatlab.org/nlab/show/mathematics) - Mathematics Encyclopedias
|
||||
* [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites
|
||||
* [Mathcha](https://www.mathcha.io/), [Corca](https://corca.app/) or [Math Editor](https://math-editor.online/) - Online Math Editors
|
||||
|
|
@ -500,6 +514,7 @@
|
|||
* [Giac/Xcas](https://www-fourier.ujf-grenoble.fr/~parisse/giac.html) - Algebra System
|
||||
* [Algebra Rules](https://algebrarules.com/) - Learn Algebra Rules
|
||||
* [CalculusMadeEasy](https://calculusmadeeasy.org) - Learn Calculus
|
||||
* [Math24](https://math24.net/) - Geometry / Calculus / Problems / Solutions
|
||||
* [CLP](https://personal.math.ubc.ca/~CLP/) - Calculus Textbooks
|
||||
* [Mathematics Roadmap](https://github.com/TalalAlrawajfeh/mathematics-roadmap) - Mathematics Book Recommendations
|
||||
* [Converter Pro](https://f-droid.org/packages/com.ferrarid.converterpro/), [Rink](https://rinkcalc.app/), [Frink](https://frinklang.org/fsp/frink.fsp), [OneConverter](https://oneconverter.com/) or [ConvertAll](https://convertall.bellz.org/) - Unit Converters / Calculators
|
||||
|
|
@ -513,7 +528,6 @@
|
|||
* [Cut The Knot](https://cut-the-knot.org/) - Math Equations / Problems
|
||||
* [IXL Learning](https://au.ixl.com/math/) - Math Practice / Quizzes
|
||||
* [Pauls Online Math Notes](https://tutorial.math.lamar.edu/) - Math Practice / Guides
|
||||
* [HSCMathsByTopic](https://hscmathsbytopic.firsteducation.com.au/) - HSC Math Practice
|
||||
* [ParkMath](https://parkmath.github.io/) or [FreeMathHelp](https://freemathhelp.com/) - Math Guides
|
||||
* [ISODN Math](https://discord.gg/3sbwZdh) - ISODN Math Discord Community
|
||||
* [Fourier Transform](https://www.jezzamon.com/fourier/index.html) - Interactive Fourier Transform Guide
|
||||
|
|
@ -530,15 +544,15 @@
|
|||
## ▷ Engineering
|
||||
|
||||
* 🌐 **[The Engineering Toolbox](https://www.engineeringtoolbox.com/)** or [EngineersEdge](https://www.engineersedge.com/) - Engineering Resources
|
||||
* 🌐 **[r/EngineeringStudents Resources](https://www.reddit.com/r/EngineeringStudents/wiki/resources)** - Engineering Student Resources
|
||||
* 🌐 **[/r/EngineeringStudents Resources](https://www.reddit.com/r/EngineeringStudents/wiki/resources)** - Engineering Student Resources
|
||||
* 🌐 **[Awesome Mecheng](https://github.com/m2n037/awesome-mecheng)** - Mechanical Engineering Resources
|
||||
* 🌐 **[Awesome Electronics](https://github.com/kitspace/awesome-electronics)** - Electronic Engineering Resources
|
||||
* 🌐 **[Engineering Blogs](https://github.com/kilimchoi/engineering-blogs)** - Engineering Blogs
|
||||
* ↪️ **[Comp Sci Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_computer_science)**
|
||||
* ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_3d_models) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_cad_engineering)**
|
||||
* ⭐ **[r/AskEngineers](https://www.reddit.com/r/AskEngineers/)** / [Wiki](https://www.reddit.com/r/AskEngineers/wiki/), **[r/engineering](https://www.reddit.com/r/engineering/)** or [r/AutomotiveEngineering](https://www.reddit.com/r/AutomotiveEngineering/) - Engineering Subreddits
|
||||
* ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25BA_3d_models) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_cad_engineering)**
|
||||
* ⭐ **[/r/AskEngineers](https://www.reddit.com/r/AskEngineers/)** / [Wiki](https://www.reddit.com/r/AskEngineers/wiki/), **[/r/engineering](https://www.reddit.com/r/engineering/)** or [/r/AutomotiveEngineering](https://www.reddit.com/r/AutomotiveEngineering/) - Engineering Subreddits
|
||||
* ⭐ **[NPTEL](https://nptel.ac.in/courses)** or [Sabin](https://www.youtube.com/@SabinCivil) - Engineering Courses
|
||||
* ⭐ **[KiCad](https://www.kicad.org/)** / [Libraries](https://kicad.github.io/) or [Horizon EDA](https://horizon-eda.org/) - Schematics Editor / PCB Creator / SPICE Integration
|
||||
* ⭐ **[KiCad](https://kicad.github.io/)** or [Horizon EDA](https://horizon-eda.org/) - Schematics Editor / PCB Creator / SPICE Integration
|
||||
* [Formulia](https://play.google.com/store/apps/details?id=m4.enginary) - Engineering Formulas / Tools
|
||||
* [Sanfoundry](https://www.sanfoundry.com/) - Engineering Questions & Answers
|
||||
* [CESDB](https://www.cesdb.com/) - Engineering Software
|
||||
|
|
@ -560,7 +574,6 @@
|
|||
|
||||
* 🌐 **[Wolfram Alpha Chemistry](https://wolframalpha.com/examples/science-and-technology/chemistry)** - Chemistry Calculators / Tools
|
||||
* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**
|
||||
* ↪️ **[Periodic Tables](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_periodic_tables)**
|
||||
* ⭐ **[Lab Safety Guide / Intro](https://labmode.co.uk/)**
|
||||
* ⭐ **[LibreTexts Chemistry](https://chem.libretexts.org)** - Chemistry Texts
|
||||
* ⭐ **[Internet Chemistry](https://www.internetchemistry.com/search.php)** - Chemistry Search Index
|
||||
|
|
@ -591,20 +604,6 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Periodic Tables
|
||||
|
||||
* ⭐ **[Ptable](https://ptable.com/)** - Interactive Table
|
||||
* ⭐ **[Images-of-elements](https://images-of-elements.com/)** - Element Images
|
||||
* ⭐ **[periodic-table.org](https://www.periodic-table.org/)** or **[Material Properties](https://material-properties.org/)** - Material / Element Learning Resources
|
||||
* [Atom Animation](https://atomanimation.com/) / [GitHub](https://github.com/matt765/atom-animation), [Graph Overflow](https://graphoverflow.com/graphs/3d-periodic-table.html) or [3D Periodic Table](https://artsexperiments.withgoogle.com/periodic-table/) - 3D Visualizations of Atoms
|
||||
* [Atomic](https://play.google.com/store/apps/details?id=com.jlindemann.science) - Periodic Table Mobile App
|
||||
* [The Periodic Table Of Elements](https://periodictableofchemicalelements.com/) - Interactive Table
|
||||
* [periodic-table.io](https://periodic-table.io/) - Interactive Table
|
||||
* [Periodic Table App](https://periodictableapp.com/) - Interactive Table
|
||||
* [WebElements](https://www.webelements.com) - Interactive Table
|
||||
|
||||
***
|
||||
|
||||
## ▷ Biology
|
||||
|
||||
* ⭐ **[Wikispecies](https://species.wikimedia.org/)** or [The Catalogue of Life](https://www.catalogueoflife.org/) - Species Databases
|
||||
|
|
@ -644,7 +643,7 @@
|
|||
|
||||
## ▷ Med School
|
||||
|
||||
* 🌐 **[r/MedicalSchool Wiki](https://www.reddit.com/r/medicalschool/wiki/resources)** - Med School Resources
|
||||
* 🌐 **[/r/MedicalSchool Wiki](https://www.reddit.com/r/medicalschool/wiki/resources)** - Med School Resources
|
||||
* ↪️ **[Health Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_health)**
|
||||
* ⭐ **[Khan Academy](https://www.khanacademy.org/science/health-and-medicine)** - Physiology / Pathology Overviews
|
||||
* ⭐ **[Afratafreeh](https://afratafreeh.com/category/brands/)** - Medical Video Courses and Books
|
||||
|
|
@ -676,26 +675,39 @@
|
|||
* [University of Utah Pathology](https://webpath.med.utah.edu/webpath.html) - Pathology Guide
|
||||
* [The Iowa Virtual Slidebox](https://www.mbfbioscience.com/iowavirtualslidebox) - Pathology Atlas Software
|
||||
* [Nextstrain](https://nextstrain.org/) - Pathogen Evolution Tracking
|
||||
* [EyeWiki](https://eyewiki.org/) - Eye Encyclopedia
|
||||
* [Passmedicine](https://www.passmedicine.com/ucat/) - UCAT Practice Questions
|
||||
* [UCAT Score](https://codepen.io/souramoo/full/OJMQzVm) - UCAT Score Converter
|
||||
* [r/medicalschoolanki](https://www.reddit.com/r/medicalschoolanki/) - Community for Medical Anki Cards
|
||||
* [/r/medicalschoolanki](https://www.reddit.com/r/medicalschoolanki/) - Community for Medical Anki Cards
|
||||
* [CRAM](https://www.cram.com/medical) - Medical Flashcards
|
||||
|
||||
***
|
||||
|
||||
## ▷ Periodic Tables
|
||||
|
||||
* ⭐ **[Ptable](https://ptable.com/)** - Interactive Table
|
||||
* ⭐ **[Images-of-elements](https://images-of-elements.com/)** - Element Images
|
||||
* ⭐ **[periodic-table.org](https://www.periodic-table.org/)** or **[Material Properties](https://material-properties.org/)** - Material / Element Learning Resources
|
||||
* [Graph Overflow](https://graphoverflow.com/graphs/3d-periodic-table.html) or [3D Periodic Table](https://artsexperiments.withgoogle.com/periodic-table/) - 3D Visualizations of Atoms
|
||||
* [Atomic](https://play.google.com/store/apps/details?id=com.jlindemann.science) - Periodic Table Mobile App
|
||||
* [The Periodic Table Of Elements](https://periodictableofchemicalelements.com/) - Interactive Table
|
||||
* [periodic-table.io](https://periodic-table.io/) - Interactive Table
|
||||
* [Periodic Table App](https://periodictableapp.com/) - Interactive Table
|
||||
* [WebElements](https://www.webelements.com) - Interactive Table
|
||||
|
||||
***
|
||||
|
||||
# ► Language Learning
|
||||
|
||||
## ▷ Multi-Language
|
||||
|
||||
* 🌐 **[Language Links](https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8)**, [/int/ Guide](https://4chanint.miraheze.org/) or [r/LanguageLearning Resources](https://www.reddit.com/r/languagelearning/wiki/index) - Language Learning Resources
|
||||
* 🌐 **[Language Links](https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8)**, [/int/ Guide](https://4chanint.miraheze.org/) or [/r/LanguageLearning Resources](https://www.reddit.com/r/languagelearning/wiki/index) - Language Learning Resources
|
||||
* 🌐 **[Speechling](https://speechling.com/tools)** - Language Learning Tools
|
||||
* 🌐 **[LexiLogos](https://www.lexilogos.com/english/index.htm)** - Multi-Language Dictionary Index
|
||||
* ↪️ **[Translation Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**
|
||||
* ⭐ **[Language Transfer](https://www.languagetransfer.org/)** - Language Learning Lectures
|
||||
* ⭐ **[Language Reactor](https://www.languagereactor.com/)**, [LLPlayer](https://github.com/umlx5h/LLPlayer), [Trancy](https://www.trancy.org/) or [Easysubs](https://easysubs.cc/) - Learn Languages via Videos
|
||||
* ⭐ **[Readlang](https://readlang.com/)** - Learn a Language via Web Browsing
|
||||
* [Duolingo](https://rentry.co/FMHYB64#duolingo) / [Tips](https://duome.eu/tips), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://rentry.co/FMHYB64#busuu) - Language Learning Lessons
|
||||
* [Duolingo](https://rentry.co/FMHYBase64#duolingo) / [Tips](https://duome.eu/tips), [Memrise](https://rentry.co/FMHYBase64#memrise), [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://rentry.co/FMHYBase64#busuu) - Language Learning Lessons
|
||||
* [Language Learners](https://forum.language-learners.org/) - Language Learning Forum / Community
|
||||
* [WordReference](https://www.wordreference.com/), [Glosbe](https://glosbe.com/) or [Reverso](https://reverso.net/) - Translation Dictionary
|
||||
* [Yomitan](https://yomitan.wiki/) - Popup Dictionary / [Discord](https://discord.gg/3v22CATnyr)
|
||||
|
|
@ -703,8 +715,9 @@
|
|||
* [Comprehensible Input Wiki](https://comprehensibleinputwiki.org/) - Learn Languages via Comprehensible Input
|
||||
* [Languagelearning.site](https://languagelearning.site/) - Language Learning Torrents
|
||||
* [Refold](https://refold.la/) - Language Learning Roadmap
|
||||
* [Language Drops](https://languagedrops.com/) / [Premium](https://rentry.co/FMHYB64#language-drops) or [OkyDoky](https://www.okydoky.app/) - Language Learning App with Thematic Vocab
|
||||
* [Yojik](https://fsi-languages.yojik.eu/index.html) or [Pimsleur](https://rentry.co/FMHYB64#pimsleur) - Language Learning Courses
|
||||
* [Language Drops](https://languagedrops.com/) / [Premium](https://rentry.co/FMHYBase64#language-drops-premium) or [OkyDoky](https://www.okydoky.app/) - Language Learning App with Thematic Vocab
|
||||
* [10,000 Sentences](https://github.com/tkrajina/10000sentences) - Language Learning App
|
||||
* [Yojik](https://fsi-languages.yojik.eu/index.html) or [Pimsleur](https://rentry.co/FMHYBase64#pimsleur) - Language Learning Courses
|
||||
* [DLIFLC](https://gloss.dliflc.edu/) - Language Learning Quizzes
|
||||
* [Ba Ba Dum](https://babadum.com/) - Language Learning Game
|
||||
* [LanguageGuide](https://www.languageguide.org/) - Visual Language Learning
|
||||
|
|
@ -723,7 +736,7 @@
|
|||
* [IPA Reader](https://ipa-reader.com/) - International Phonetic Alphabet Reader
|
||||
* [Interactive IPA Chart](https://www.ipachart.com/) - Learn Phonetic Alphabet Symbols
|
||||
* [LocalLingual](https://localingual.com/) or [DialectArchive](https://www.dialectsarchive.com/globalmap) - Listen to Accents
|
||||
* [Plover](https://www.openstenoproject.org/plover/) - Stenography Engine / [Discord](https://discord.gg/NAzMz7C3wq) / [GitHub](https://github.com/openstenoproject/plover)
|
||||
* [Plover](https://www.openstenoproject.org/plover/) - Stenography Engine / [GitHub](https://github.com/openstenoproject/plover) / [Discord](https://discord.gg/NAzMz7C3wq)
|
||||
* [TeachMeHebrew](https://www.teachmehebrew.com/) - Learn Hebrew
|
||||
* [wehewehe](https://wehewehe.org/) - Hawaiian Dictionary
|
||||
* [Tōku Reo](https://www.tokureo.maori.nz/) - Māori Language Learning Show / [Language History](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#m%C4%81ori-note)
|
||||
|
|
@ -817,15 +830,15 @@
|
|||
|
||||
* 🌐 **[YellowBridge](https://www.yellowbridge.com/)** or [DigMandarin](https://www.digmandarin.com/) - Chinese Learning Tools
|
||||
* 🌐 **[Cantonese sheik](https://www.cantonese.sheik.co.uk/)** or [SinoSplice](https://www.sinosplice.com/) - Chinese Learning Resources
|
||||
* ↪️ **[Mandarin Chinese Books](https://rentry.co/FMHYB64#mandarin-chinese)**
|
||||
* ⭐ **[r/ChineseLanguage](https://www.reddit.com/r/ChineseLanguage/)** - Chinese Learning Community / [Discord](https://discord.gg/PAjBET7)
|
||||
* ↪️ **[Mandarin Chinese Books](https://rentry.co/FMHYBase64#mandarin-chinese)**
|
||||
* ⭐ **[/r/ChineseLanguage](https://www.reddit.com/r/ChineseLanguage/)** - Chinese Learning Community / [Discord](https://discord.gg/PAjBET7)
|
||||
* ⭐ **[Zhongwen](https://zhongwen.com/gudian.htm)** - Learn via Classic Chinese Literature
|
||||
* [Train Chinese](https://www.trainchinese.com/), [ChineseSkill](https://www.chineseskill.com/) or [HelloChinese](https://hellochinese.cc/) - Chinese Learning App
|
||||
* [KongLongMandarin](https://www.konglongmandarin.com/), [DU Chinese](https://www.duchinese.net/) or [Dong Chinese](https://www.dong-chinese.com/) - Chinese Lessons
|
||||
* [ArchChinese](https://www.archchinese.com/) or [Hanzi Grids](https://www.hanzigrids.com/) - Chinese Writing Lessons
|
||||
* [Stroke Order](https://stroke-order.learningweb.moe.edu.tw/?la=1) - Learn Chinese Stroke Orders
|
||||
* [HackingChinese](https://www.hackingchinese.com/archive-2/) - Chinese Learning Articles
|
||||
* [Cantonese.ca](https://cantonese.ca/), [CantoScrolls](https://cantoscrolls.com/) or [Laoshi](https://laoshi.io/) - Chinese Vocabulary
|
||||
* [Cantonese.ca](https://cantonese.ca/), [CantoScrolls](https://cantoscrolls.com/), [Laoshi](https://laoshi.io/) or [TofuLearn](https://www.tofulearn.com/) - Chinese Vocabulary
|
||||
* [MDBG](https://www.mdbg.net/) - Chinese Dictionaries
|
||||
* [Maorma](https://www.maorma.net/) - Chinese Tone Practice
|
||||
* [The Chairman's Bao](https://www.thechairmansbao.com/) - Chinese Reading Practice / News Articles
|
||||
|
|
@ -843,7 +856,6 @@
|
|||
* [FluentWithStories](https://www.fluentwithstories.com/) - Learn Spanish via Stories
|
||||
* [DreamingSpanish](https://www.dreamingspanish.com/) - Spanish Learning Videos
|
||||
* [The French Tutorial](http://www.frenchtutorial.com/) - French Learning Tutorials
|
||||
* [TV5MONDE](https://apprendre.tv5monde.com/en/) - French Learning Videos
|
||||
* [LCSpeakFrench](https://t.me/LCSpeakFrench) - Live French Lessons
|
||||
* [Uusi Kielemme](https://uusikielemme.fi/) - Finnish Learning
|
||||
|
||||
|
|
@ -875,25 +887,23 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Sign Languages
|
||||
## ▷ Sign Language
|
||||
|
||||
* ⭐ **[SpreadTheSign](https://spreadthesign.com/)** - Multi-Language Dictionary
|
||||
* [ASL Dictionary](https://www.signasl.org/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Language Dictionaries
|
||||
* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Convert Text to Fingerspelling in ASL or BSL
|
||||
* [Rochester ASL / LSF](https://projects.lib.rochester.edu/lsf-asl-app/) - ASL / LSF / Click Dictionary
|
||||
* [BSL Dictionary](https://www.signbsl.com/), [BSL Signbank](https://bslsignbank.ucl.ac.uk/), [MobileSign](http://www.mobilesign.org/) or [Signd](https://signd.co.uk/) - British Sign Language Dictionaries
|
||||
* [Signbank](https://auslan.org.au/) - Australian Sign Language Dictionary
|
||||
* [NZSL](https://nzsl.nz/) - New Zealand Sign Language Dictionary
|
||||
* ⭐ **[SpreadTheSign](https://spreadthesign.com/)** - Sign Langauge Dictionary
|
||||
* [ASL Dictionary](https://www.signasl.org/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Langauge Dictionaries
|
||||
* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Convert Text to Sign Language
|
||||
* [Rochester ASL / LSF](https://projects.lib.rochester.edu/lsf-asl-app/dictionary/) - ASL / LSF Dictionary
|
||||
* [BSL Dictionary](https://www.signbsl.com/), [BSL Signbank](https://bslsignbank.ucl.ac.uk/), [MobileSign](http://www.mobilesign.org/) or [Signd](https://signd.co.uk/) - British Sign Langauge Dictionaries
|
||||
* [Signbank](https://auslan.org.au/) - Australian Sign Langauge Dictionary
|
||||
* [NZSL](https://nzsl.nz/) - New Zealand Sign Langauge Dictionary
|
||||
* [SSC](https://www.ssc.education.ed.ac.uk/BSL/) - BSL Academic Term Dictionary
|
||||
* [BKS](https://bks.org.uk/) - British Key Word Signs
|
||||
* [International Sign](https://sonastik.ead.ee/rahvusvaheline/en) - International Sign Language
|
||||
* [Interpreter Services](https://alb-accmedia.austincc.edu/signs) - Specialized ASL Dictionary
|
||||
* [SignSchool](https://www.signschool.com/) - ASL Learning / Dictionary
|
||||
* [SooSL](https://www.soosl.net/) - Create Custom Sign Language Dictionaries
|
||||
* [Interpreter Services](https://alb-accmedia.austincc.edu/signs) - Specialized Sign Langauge Dictionary
|
||||
* [SignSchool](https://www.signschool.com/) - Sign Language Learning / Dictionary
|
||||
* [ASL Learning](https://asl.ms/) - ASL Learning Site
|
||||
* [Learn NZSL](https://learn.nzsl.nz/) - NZSL Learning Site
|
||||
* [SignLearner](https://signlearner.com/) - Learn ASL or BSL while Browsing Internet / Chromium
|
||||
* [Signs](https://signs-ai.com/) - ASL Learning AI
|
||||
* [SignLearner](https://signlearner.com/) - Learn Sign Language while Browsing Internet / Chromium
|
||||
* [Signs](https://signs-ai.com/) - Sign Language Learning AI
|
||||
* [Learn BSL in SignWriting](https://ankiweb.net/shared/info/1502698119)
|
||||
|
||||
***
|
||||
|
|
@ -915,6 +925,7 @@
|
|||
* [Hypercubing](https://hypercubing.xyz/) - Hypercubing Wiki
|
||||
* [Speedcube.app](https://speedcube.app/) - Cubing Timer (Mobile-Friendly)
|
||||
* [SolveTheCube](https://solvethecube.com/timer) - Cubing Timer
|
||||
* [YoTimer](https://www.yotimer.com/) - Cubing Timer
|
||||
* [qqTimer](https://www.qqtimer.net/) - Cubing Timer
|
||||
|
||||
***
|
||||
|
|
@ -922,8 +933,8 @@
|
|||
## ▷ Chess
|
||||
|
||||
* 🌐 **[Awesome Chess](https://github.com/hkirat/awesome-chess)**, [TheChessDirectory](https://thechessdirectory.com/) or [Chess Resources](https://redd.it/u43nrc) - Chess Resources
|
||||
* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [r/Chess](https://reddit.com/r/chess) - Chess Subreddits
|
||||
* 🌐 **[r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books
|
||||
* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [/r/Chess](https://reddit.com/r/chess) - Chess Subreddits
|
||||
* 🌐 **[/r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books
|
||||
* ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess
|
||||
* [ChessGames](https://www.chessgames.com/) - Chess Database / Community
|
||||
* [ChessLab](https://chesslab.me/) - Chess Lessons / [Discord](https://discord.com/invite/AA5G5f9wKC)
|
||||
|
|
@ -933,17 +944,17 @@
|
|||
* [HerculesChess](https://herculeschess.com/) - Learn / Practice Chess
|
||||
* [Chess Tempo](https://chesstempo.com/) - Chess Practice
|
||||
* [Lucas Chess](https://lucaschess.pythonanywhere.com/) - Chess Practice
|
||||
* [Chess Coach](https://rentry.co/FMHYB64#chess-coach) - Chess Coaching App
|
||||
* [Chess Coach](https://rentry.co/FMHYBase64#chess-coach) - Chess Coaching App
|
||||
* [Chessercise](https://www.chessercise.xyz/) - Chess Game / Move Analysis
|
||||
* [WintrChess](https://wintrchess.com/), [2](https://chess.wintrcat.uk/) - Chess Game / Move Analysis
|
||||
* [Decode Chess](https://app.decodechess.com/) - Chess Game / Move Analysis
|
||||
* [YottaChess](https://www.yottachess.com/) - Chess Game / Move Analysis
|
||||
* [Chessigma](https://www.chessigma.com/) - Chess Game / Move Analysis / [Discord](https://discord.gg/dy9VXd5n3v)
|
||||
* [En Croissant](https://encroissant.org/) - Chess Game / Move Analysis
|
||||
* [Chess Vision](https://chessvision.ai/) - Chess Game / Move Analysis
|
||||
* [OpeningTree](https://www.openingtree.com/) - Download / Visualize Chess Games
|
||||
* [Chess Monitor](https://www.chessmonitor.com/) - Track Chess Analytics
|
||||
* [2700chess](https://2700chess.com/) - Live Chess Player Ratings
|
||||
* [365Chess](https://www.365chess.com/) - Chess History / Lessons
|
||||
* [Bill Wall's Chess Page](http://billwall.phpwebhosting.com/) or [365Chess](https://www.365chess.com/) - Chess History / Lessons
|
||||
* [ChessVariants](https://www.chessvariants.com/index/favorites.php) - 1000+ Chess Variants + Guides
|
||||
|
||||
***
|
||||
|
|
@ -959,7 +970,7 @@
|
|||
* [DnD-Books](https://github.com/EllatharTheHalfling/DnD-Books/) or [D&D 5e BR](https://dnd5ed.github.io) / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) - D&D 4E/5E Books
|
||||
* [Cruinne's D&D Reading Room](https://arcadia.net/Cruinne/DnD/Articles/worldbuilding.html) - D&D Worldbuilding Checklist
|
||||
* [Tetra-cube](https://tetra-cube.com/dnd/dnd-statblock.html) - Monster Statblock Generator
|
||||
* [GM Binder](https://www.gmbinder.com/) - 5E Homebrew Document Editors
|
||||
* [NaturalCrit](https://naturalcrit.com/) or [GM Binder](https://www.gmbinder.com/) - 5E Homebrew Document Editors
|
||||
* [D&D Wiki](https://www.dandwiki.com/) - D&D Homebrew Wiki
|
||||
|
||||
***
|
||||
|
|
@ -968,20 +979,20 @@
|
|||
|
||||
* 🌐 **[Awesome Certificates](https://panx.io/awesome-certificates/)** - Dev Course Indexes
|
||||
* 🌐 **[Awesome YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers)** - YouTube Dev Channels Indexes
|
||||
* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started), [Programming Learning Index](https://github.com/bobeff/programming-math-science) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources
|
||||
* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [/r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started), [Programming Learning Index](https://github.com/bobeff/programming-math-science) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources
|
||||
* 🌐 **[Python Discord](https://pythondiscord.com/resources/)** - Python Learning Resources
|
||||
* 🌐 **[Path to Senior Engineer](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)** or [Professional Programming](https://github.com/charlax/professional-programming) - Software Engineer Resources
|
||||
* ↪️ **[Programming Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_books)** - Read / Download Programming Books
|
||||
* ⭐ **[freeCodeCamp](https://www.freecodecamp.org/)** - Programming / Courses / Interactive
|
||||
* ⭐ **[git-cheat-sheet](https://github.com/arslanbilal/git-cheat-sheet)**, [Git Commands](https://gabrieldejesus.github.io/git-commands/) or [Git Cheatsheet](https://www.ndpsoftware.com/git-cheatsheet.html#loc=index;) - Git Command Lists
|
||||
* ⭐ **[OpenVim](https://openvim.com/)** or [Vim Hero](https://www.vim-hero.com/) - Interactive Vim Tutorials
|
||||
* ⭐ **[StarSQL](https://selectstarsql.com/)**, [SQL Practice](https://www.sql-practice.online/) or [Learn SQL](https://sqlbolt.com/) - SQL Lessons / Practice
|
||||
* ⭐ **[StarSQL](https://selectstarsql.com/)** or [Learn SQL](https://sqlbolt.com/) - SQL Lessons
|
||||
* [First Timers Only](https://www.firsttimersonly.com/) - Contribution Guide for Beginners
|
||||
* [Beej's Guide to Git](https://beej.us/guide//) or [Git Tips](https://github.com/git-tips/tips) - Git Guides / Tips
|
||||
* [Oh My Git!](https://ohmygit.org/) or [Oh Shit, Git!?!](https://ohshitgit.com/) - Git Learning Game
|
||||
* [Git Tutorial](https://4geeksacademy.github.io/git-interactive-tutorial/) - Interactive Git Tutorial
|
||||
* [Learn Git Branching](https://learngitbranching.js.org/) - Interactive Git Branching Guide
|
||||
* [Git Time](https://git.bradwoods.io/) - Git Learning Game
|
||||
* [Git Time](https://git.bradwoods.io/) - Git Version Control System Learning Game
|
||||
* [DevToolTips](https://devtoolstips.org/) - Developer Tips
|
||||
* [Roadmap](https://roadmap.sh/) - Developer Roadmaps / [GitHub](https://github.com/kamranahmedse/developer-roadmap)
|
||||
* [Checki0](https://checkio.org/) - Code Learning Games
|
||||
|
|
@ -990,7 +1001,6 @@
|
|||
* [MOOC.fi](https://www.mooc.fi/en/) - Programming Courses
|
||||
* [EggHead](https://egghead.io/) - Programming Courses
|
||||
* [TechSchool](https://techschool.dev/en) - Programming Courses / [Discord](https://discord.com/invite/C4abRX5skH)
|
||||
* [Josh Comeau](https://www.joshwcomeau.com/) - Programming Tutorials
|
||||
* [Scratch](https://scratch.mit.edu/) / [Javascript Converter](https://turbowarp.org/), [2](https://github.com/TurboWarp/) or [MIT App Inventor](https://appinventor.mit.edu/) - Beginner Programming Learning
|
||||
* [USACO Guide](https://usaco.guide/) - Competitive Programming Lessons
|
||||
* [Beej's Guides](https://www.beej.us/guide/) or [LearnByExample](https://learnbyexample.github.io/) - Programming Guides
|
||||
|
|
@ -1006,6 +1016,7 @@
|
|||
* [Vim University](https://github.com/wincent/vim-university) - Vim Tips
|
||||
* [VimTip](https://vim.fandom.com/wiki/Category:VimTip) - Vim Editor Tips
|
||||
* [Vim Adventures](https://vim-adventures.com/) - Vim Learning Game
|
||||
* [Vim Golf](https://www.vimgolf.com/) - Vim Challenges
|
||||
* [High Assurance Rust](https://highassurance.rs/) - Software Development Guide
|
||||
* [LearningSEO.io](https://learningseo.io/) or [SEO Cheat Sheet](https://seo-cheat-sheet.9elements.com/) - SEO Learning
|
||||
* [SQL PD](https://sqlpd.com/), [SQL Noir](https://www.sqlnoir.com/), [Lost at SQL](https://lost-at-sql.therobinlord.com/) or [SQL Easy](https://www.sql-easy.com/) - SQL Learning Games
|
||||
|
|
@ -1020,7 +1031,6 @@
|
|||
* [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench)
|
||||
* [aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes
|
||||
* [LLM Visualization](https://bbycroft.net/llm), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering), [udlbook](https://udlbook.github.io/udlbook/) / [GitHub](https://github.com/udlbook/udlbook/), [ML Visualized](https://ml-visualized.com/) / [GitHub](https://github.com/gavinkhung/machine-learning-visualized) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning
|
||||
* [Transformer Explainer](https://poloclub.github.io/transformer-explainer/) - Transformer Visuzliation
|
||||
* [Approaching (Almost) Any Machine Learning Problem](https://files.catbox.moe/b34jd4.pdf) - Machine Learning Problem-Solving Book
|
||||
* [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems
|
||||
* [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides
|
||||
|
|
@ -1038,7 +1048,6 @@
|
|||
* [Programiz](https://www.programiz.com/), [TutorialKart](https://www.tutorialkart.com/), [Hackr.io](https://hackr.io/), [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [GeeksforGeeks](https://www.geeksforgeeks.org/) or [Tpoint Tech](https://www.tpointtech.com/) / [Telegram](https://t.me/tpointtech) - General Coding Tutorials
|
||||
* [Guru99](https://www.guru99.com/) - Software / Web Development
|
||||
* [Codelabs](https://codelabs.developers.google.com/) - Project Based Tutorials
|
||||
* [The SHA-256 Project](https://github.com/oconnor663/sha256_project) - Learn to Develop SHA-256
|
||||
* [calmcode](https://calmcode.io/) - Video Tutorials
|
||||
* [zetcode](https://zetcode.com/) - Programming Notes / Ebooks
|
||||
* [Ebook Foundation](https://ebookfoundation.github.io/free-programming-books/) - Programming Ebooks
|
||||
|
|
@ -1047,21 +1056,20 @@
|
|||
|
||||
## ▷ Programming Languages
|
||||
|
||||
* ⭐ **[30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python)** - Python Programming Challenge
|
||||
* [Hitchhiker's Guide to Python](https://docs.python-guide.org/) - Python Guide / [GitHub](https://github.com/realpython/python-guide)
|
||||
* [Typing.io](https://typing.io/) or [Silver Dev's WPM](https://wpm.silver.dev/) - Programming Typing Practice / Sign-Up
|
||||
* [A Byte of Python](https://python.swaroopch.com/) - Python Guide
|
||||
* [Learn Python](https://www.learnpython.org/) - Interactive Python Guide
|
||||
* [FutureCoder](https://futurecoder.io/) - Interactive Python Guide
|
||||
* [Genepy](https://genepy.org/) - Interactive Python Guide
|
||||
* [Learn-Python](https://github.com/trekhleb/learn-python) - Python Playground / Cheatsheet
|
||||
* [CS50](https://cs50.harvard.edu/python/) - Python Course
|
||||
* [Typing.io](https://typing.io/) or [Silver Dev's WPM](https://wpm.silver.dev/) - Typing Practice for Programming / Sign-Up Required
|
||||
* [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) or [Hitchhiker's Guide to Python](https://docs.python-guide.org/) / [GitHub](https://github.com/realpython/python-guide) - Python Guides
|
||||
* [A Byte of Python](https://python.swaroopch.com/), [Hypermodern Python](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/), [Learn Python](https://www.learnpython.org/), [Learn-Python](https://github.com/trekhleb/learn-python) or [Magical Universe](https://github.com/zotroneneis/magical_universe) - Learn Python
|
||||
* [FutureCoder](https://futurecoder.io/), [CS50](https://cs50.harvard.edu/python/), [python-mastery](https://github.com/dabeaz-course/python-mastery), [Genepy](https://genepy.org/) or [A Practical Introduction to Python](https://www.brianheinold.net/python/python_book.html) - Python Courses
|
||||
* [Tea Press](https://greenteapress.com/wp) - Python Learning Book
|
||||
* [Learn C](https://www.learn-c.org/) - C Tutorials
|
||||
* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) / [GitHub](https://github.com/isocpp/CppCoreGuidelines) or [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips
|
||||
* [Learn C++](https://www.learncpp.com/) or [StudyPlan](https://www.studyplan.dev/) - C++ Lessons / Tutorials
|
||||
* [Learn C](https://www.learn-c.org/) - C Tutorial
|
||||
* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) - C++ Best Practices Guidelines / [GitHub](https://github.com/isocpp/CppCoreGuidelines)
|
||||
* [Learn C++](https://www.learncpp.com/) - C++ Lessons / Tutorials
|
||||
* [StudyPlan](https://www.studyplan.dev/) - C++ Lessons / Tutorials
|
||||
* [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips
|
||||
* [Makefile Tutorial](https://makefiletutorial.com/) - Makefile Tutorial
|
||||
* [AmigosCode](https://www.youtube.com/@amigoscode), [Java Design Patterns](https://java-design-patterns.com/) or [learncs.online](https://www.learncs.online/) - Java / Kotlin Guides
|
||||
* [AmigosCode](https://www.youtube.com/@amigoscode) - Java / Kotlin Tutorials
|
||||
* [learncs.online](https://www.learncs.online/) - Learn Java / Kotlin
|
||||
* [Java Design Patterns](https://java-design-patterns.com/) - Java Guide
|
||||
* [Learn Next.js](https://nextjs.org/learn) - Next.js Learning Resources
|
||||
* [LearnGo](https://github.com/inancgumus/learngo), [Tour Go](https://tour.go.dev/) or [play-with-go](https://play-with-go.dev/) - Learn Go Programming
|
||||
* [Rust Learning](https://github.com/ctjhoa/rust-learning) - Rust Learning Resources
|
||||
|
|
@ -1155,7 +1163,7 @@
|
|||
* ⭐ **[Open Source Society University](https://github.com/ossu/data-science)** - Data Science Roadmap / [Discord](https://discord.gg/wuytwK5s9h)
|
||||
* [Mage](https://www.mage.ai/) - Data Science Pipelines
|
||||
* [Deepnote](https://deepnote.com/) - Data Science Notebook
|
||||
* [Data Science Resources](https://rentry.co/FMHYB64#data-science-resources) - Data Science Learning Resources
|
||||
* [Data Science Resources](https://rentry.co/FMHYBase64#data-science-resources) - Data Science Learning Resources
|
||||
* [Visualization.info](https://visualization.info/) - Learn About Data Visualization
|
||||
* [365Datascience](https://365datascience.com/) - Data Science Courses
|
||||
* [Advanced R](https://adv-r.hadley.nz/) - R Guide / [Solutions](https://advanced-r-solutions.rbind.io/)
|
||||
|
|
@ -1175,7 +1183,7 @@
|
|||
|
||||
* ⭐ **[Leetcode](https://leetcode.com/)** - Coding Practice
|
||||
* ⭐ **Leetcode Tools** - [Solutions](https://github.com/kamyu104/LeetCode-Solutions), [2](https://leetcode.ca/), [3](https://walkccc.me/LeetCode/) / [Company Questions](https://github.com/MysteryVaibhav/leetcode_company_wise_questions), [2](https://docs.google.com/document/d/1icaNSRq6XcWO3EOycEP9F9P8SLerBanpY3Ni_ZzCfFA/), [3](https://seanprashad.com/leetcode-patterns/) / [Animations](https://github.com/MisterBooo/LeetCodeAnimation) / [Anki Cards](https://github.com/fspv/leetcode-anki) / [Videos](https://github.com/fishercoder1534/Leetcode) / [Resources](https://github.com/ashishps1/awesome-leetcode-resources) / [Analytics](https://leetcode-company-questions.vercel.app/)
|
||||
* [NeetCode](https://neetcode.io/) - Coding Interview Practice
|
||||
* ⭐ **[NeetCode](https://neetcode.io/)** - Coding Interview Practice
|
||||
* [algonds](https://github.com/MaciejWas/algonds) - Coding Practice
|
||||
* [Codility](https://app.codility.com/programmers/) - Coding Practice
|
||||
* [ProjectLearn](https://projectlearn.io/) - Coding Practice
|
||||
|
|
@ -1220,7 +1228,6 @@
|
|||
|
||||
* 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)**, [BlueTeam Tools](https://github.com/A-poc/BlueTeam-Tools) or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources
|
||||
* 🌐 **[CTF Sites](https://ctfsites.github.io/)**, [echoCTF.RED](https://echoctf.red/), [CTF101](https://ctf101.org/), [picoCTF](https://picoctf.org/), [CTF Beginners Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/), [CTFtime](https://ctftime.org/) or [CTFLearn](https://ctflearn.com/) - CTF Resources / Guides
|
||||
* 🌐 **[Awesome Sites to Test On](https://github.com/BMayhew/awesome-sites-to-test-on)** - Cybersecurity Practice Sites
|
||||
* ⭐ **[HackTricks](https://book.hacktricks.wiki/)** - Practical Penetration Testing & Security Auditing Tips
|
||||
* ⭐ **[PortSwigger Academy](https://portswigger.net/web-security)** - Web Security Learning
|
||||
* ⭐ **[OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)** - Application Security Guide
|
||||
|
|
@ -1239,20 +1246,20 @@
|
|||
* [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting
|
||||
* [How DNS Works](https://howdns.works/) - Learn DNS
|
||||
* [How DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC
|
||||
* [CryptoPals](https://cryptopals.com/) or [cryptohack](https://cryptohack.org/) - Cryptography Learning
|
||||
* [sha256_project](https://github.com/oconnor663/sha256_project), [CryptoPals](https://cryptopals.com/) or [cryptohack](https://cryptohack.org/) - Cryptography Learning
|
||||
* [How HTTPS Works](https://howhttps.works/) - Learn HTTPS
|
||||
* [The SHA-256 Project](https://github.com/oconnor663/sha256_project) - Learn to Develop SHA-256
|
||||
|
||||
***
|
||||
|
||||
## ▷ Game Development
|
||||
|
||||
* 🌐 **[Awesome-Gamedev](https://github.com/FronkonGames/Awesome-Gamedev)**, [Learn Gamedev](https://github.com/notpresident35/awesome-learn-gamedev), [MagicTools](https://github.com/ellisonleao/magictools), [Newgrounds Wiki: Game Dev Resources](https://www.newgrounds.com/wiki/creator-resources/game-dev-resources) or [The VG Resource](https://www.vg-resource.com/) - Learning Resources
|
||||
* ↪️ **[Game Dev Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25BA_game_dev_tools)**
|
||||
* ⭐ **[Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA)** - Game Dev Tutorials
|
||||
* ⭐ **[r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community
|
||||
* ⭐ **[/r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community
|
||||
* [20 Games Challenge](https://20_games_challenge.gitlab.io/) - Beginner Game Dev Challenges
|
||||
* [Amit’s Game Programming](http://www-cs-students.stanford.edu/~amitp/gameprog.html) - Game Programming Guide
|
||||
* [GameProgramBooks](https://rentry.co/FMHYB64#gameprogrambooks) - Game Programming Books
|
||||
* [GameProgramBooks](https://rentry.co/FMHYBase64#gameprogrambooks) - Game Programming Books
|
||||
* [PICO-8](https://mboffin.itch.io/pico8-educational-toolset) - Basic Game Dev Concepts / [Web Version](https://www.pico-8-edu.com/)
|
||||
* [From Zero To Hero](https://therealpenaz91.itch.io/2dgd-f0th) - 2D Game Dev Book
|
||||
* [Web Game Dev](https://www.webgamedev.com/) - Game Dev Guides / [Discord](https://discord.com/invite/5Z28wjTeyh)
|
||||
|
|
@ -1281,10 +1288,10 @@
|
|||
* [CaieFinder](https://caiefinder.com/) - Previous Cambridge Test Answers
|
||||
* [ITExams](https://www.itexams.com/) - IT Exam Collection
|
||||
* [Pearson's AP Universe](https://drive.google.com/drive/folders/1kG84_tEPph4bEQqu2GnYx84xUzbdFGLw) - AP Exam Guides / Community / [Discord](https://discord.com/invite/sTanvkAZbN)
|
||||
* [r/ApStudents Resources](https://rentry.co/FMHYB64#rapstudents-resources) - Former AP Exams
|
||||
* [/r/ApStudents Resources](https://rentry.co/FMHYBase64#rapstudents-resources) - Former AP Exams
|
||||
* [CrackAP](https://www.crackap.com/) - Practice AP Exams
|
||||
* [r/APStudents Course Survey](https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511) - AP Exam Comparison Spreadsheet
|
||||
* [r/CATpreparation](https://www.reddit.com/r/CATpreparation/) - CAT Test Prep / [Discord](https://discord.gg/CAvHUZY6rH)
|
||||
* [/r/APStudents Course Survey](https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511) - AP Exam Comparison Spreadsheet
|
||||
* [/r/CATpreparation](https://www.reddit.com/r/CATpreparation/) - CAT Test Prep / [Discord](https://discord.gg/CAvHUZY6rH)
|
||||
* [Revisely](https://www.revisely.com/) - GCSE Exam Help
|
||||
* [CatchaScience](https://catchascience.wordpress.com/), [IGCSEResources](https://sites.google.com/view/igcseresources/home), [r/IGCSE](https://www.reddit.com/r/igcse/) or [ZNotes](https://znotes.org/) - IGCSE Study Notes / Resources
|
||||
* [IGCSE Papers](https://igcse.net/igcse-past-papers-download/), [RevisionScience](https://revisionscience.com/) or [Physics & Maths Tutor](https://www.physicsandmathstutor.com/) - Download Past GCSE / IGCSE Papers
|
||||
|
|
@ -1310,7 +1317,7 @@
|
|||
|
||||
## ▷ JEE / NEET
|
||||
|
||||
* 🌐 **[r/JEENEETards Index](https://www.reddit.com/r/JEENEETards/wiki/index)** - Guides / Study Material
|
||||
* 🌐 **[/r/JEENEETards Index](https://www.reddit.com/r/JEENEETards/wiki/index)** - Guides / Study Material
|
||||
* ⭐ **[PirateHive](https://phantomcodex9.github.io/piratehive/)** - Guides / Study Material
|
||||
* ⭐ **[ExamSide](https://questions.examside.com/)** - PYQ Solutions
|
||||
* [JEE Hub](https://jeehub.vercel.app/) - JEE / NEET PYQs
|
||||
|
|
@ -1330,7 +1337,7 @@
|
|||
* ↪️ **[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)**
|
||||
* ⭐ **[Excalidraw](https://excalidraw.com/)** / [Sharing](https://excalihub.dev/), **[OpenBoard](https://openboard.ch/index.en.html)**, [DGM](https://dgm.sh/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [WBO](https://wbo.ophir.dev/), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards
|
||||
* ⭐ **[OpenBoard](https://openboard.ch/index.en.html)**, [DGM](https://dgm.sh/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [WBO](https://wbo.ophir.dev/), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards
|
||||
* [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals
|
||||
* [Better Canvas](https://github.com/UseBetterCanvas/bettercanvas) - Canvas Enhancement Extension
|
||||
* [Tasks for Canvas](https://github.com/jtcheng26/canvas-task-extension) - Improved Canvas To-Do List
|
||||
|
|
@ -1348,7 +1355,7 @@
|
|||
* [Wordwall](https://wordwall.net/) - Lesson Creator
|
||||
* [The Chomsky Index](https://github.com/jasons-gh/the-chomsky-index) - Noam Chomsky Content Index Tool
|
||||
* [Internet-In-A-Box](https://internet-in-a-box.org/) - Create Free Offline Learning Hotspots / [GitHub](https://github.com/iiab/iiab)
|
||||
* [SlideShareDownloader](https://www.slidesdownloader.com/), [DownloaderSlides](https://downloderslides.com/), [SlidesDownloaders](https://slidesdownloaders.com/) or [SlideShareSaver](https://slidesharesaver.com/) - Download Slideshare Slides
|
||||
* [SlideShareDownloader](https://www.slidesdownloader.com/), [SlidesDownloaders](https://slidesdownloaders.com/) or [SlideShareSaver](https://slidesharesaver.com/) - Download Slideshare Slides
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1357,9 +1364,9 @@
|
|||
* 🌐 **[Awesome Research](https://github.com/emptymalei/awesome-research)**, [Scolary](https://scolary.com/), [KausalFlow](https://tools.kausalflow.com/), [Foam](https://foambubble.github.io/), [Zotero](https://www.zotero.org/), [ResearchRabbit](https://www.researchrabbit.ai/) or [Scrible](https://www.scrible.com/) - Research Tools
|
||||
* ↪️ **[Note-Taking Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_note-taking)**
|
||||
* ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)**
|
||||
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** or [Wolfram Mobile](https://rentry.co/FMHYB64#wolfram-mobile) - Searchable Knowledge Base
|
||||
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** or [Wolfram Mobile](https://rentry.co/FMHYBase64#wolfram-mobile) - Searchable Knowledge Base
|
||||
* ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion)
|
||||
* ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872)
|
||||
* ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [2](https://dlstudocu.com/), [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872)
|
||||
* ⭐ **[Anki](https://apps.ankiweb.net/)** / [Subreddit](https://www.reddit.com/r/Anki/) / [Discord](https://discord.gg/jUvBM2sEs4) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools
|
||||
* ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki)
|
||||
* ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android, iOS
|
||||
|
|
@ -1367,7 +1374,7 @@
|
|||
* ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines
|
||||
* [SciSpace](https://scispace.com/) (No Sign-Up), [Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Chatbots
|
||||
* [Co-STORM](https://storm.genie.stanford.edu/) or [SciArena](https://sciarena.allen.ai/) - Generate Scientific Articles
|
||||
* [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [BibGuru](https://www.bibguru.com/), [Scribbr](https://www.scribbr.com/citation/generator/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Citation Generators / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle)
|
||||
* [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [Scribbr](https://www.scribbr.com/citation/generator/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Citation Generators / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle)
|
||||
* [Publish or Perish](https://harzing.com/resources/publish-or-perish) - Citation Analyzer
|
||||
* [Inciteful](https://inciteful.xyz/) - Find Connected Literature via Citations
|
||||
* [PLText](https://pltext.com/), [PlagiarismDetector](https://plagiarismdetector.net/) or [Duplichecker](https://www.duplichecker.com/) - Plagiarism Checkers
|
||||
|
|
@ -1387,8 +1394,7 @@
|
|||
* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books
|
||||
* [SearchifyX](https://github.com/daijro/SearchifyX) - Search Flashcards
|
||||
* [ForgetMeNot](https://github.com/tema6120/ForgetMeNot) - Flashcard Mobile App
|
||||
* [Brainly](https://brainly.com/) - Homework Help Bots / Communities / [Limit Bypass](https://greasyfork.org/en/scripts/430355)
|
||||
* [Free Numerade Videos](https://discord.gg/nEYfaceEcU) - Homework Help Videos
|
||||
* [Brainly](https://brainly.com/) / [Limit Bypass](https://greasyfork.org/en/scripts/430355) - Homework Help Bots / Communities
|
||||
* [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions
|
||||
* [StudyStream](https://www.studystream.live/), [Yeolpumta](https://www.yeolpumta.com/en) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups
|
||||
* [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search
|
||||
|
|
@ -1414,7 +1420,7 @@
|
|||
* [Kalker](https://kalker.xyz/) or [Numbat](https://numbat.dev/) - Scientific Calculators
|
||||
* [TICalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files
|
||||
* [arTIfiCE](https://yvantt.github.io/arTIfiCE/) - TI CE Calculator Jailbreak
|
||||
* [Cymath](https://www.cymath.com/), [PhotoMath](https://rentry.co/FMHYB64#photomath), [Mathway](https://www.mathway.com/), [MathDF](https://mathdf.com/), [Tiger Algebra](https://www.tiger-algebra.com/) or [Symbolab](https://www.symbolab.com/) - Math Problem Solvers
|
||||
* [Cymath](https://www.cymath.com/), [PhotoMath](https://rentry.co/FMHYBase64#photomath), [Mathway](https://www.mathway.com/), [MathDF](https://mathdf.com/), [Tiger Algebra](https://www.tiger-algebra.com/) or [Symbolab](https://www.symbolab.com/) - Math Problem Solvers
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1422,7 +1428,7 @@
|
|||
|
||||
* ⭐ **[OneLook](https://onelook.com/)** - Multi Dictionary / Thesaurus Search
|
||||
* ⭐ **[Merriam-Webster](https://www.merriam-webster.com/)** - Dictionary / Thesaurus
|
||||
* ⭐ **[GoldenDict](https://xiaoyifang.github.io/goldendict-ng/)** / [2](https://sourceforge.net/projects/goldendict/) - Dictionary / [Files](https://rentry.co/FMHYB64#goldendict-files)
|
||||
* ⭐ **[GoldenDict](https://xiaoyifang.github.io/goldendict-ng/)** / [2](https://sourceforge.net/projects/goldendict/) - Dictionary / [Files](https://rentry.co/FMHYBase64#goldendict-files)
|
||||
* ⭐ **[NGrams](https://books.google.com/ngrams/)** or [Netspeak](https://netspeak.org/) - Word Usage Trackers
|
||||
* ⭐ **[The Piracy Glossary](https://rentry.org/The-Piracy-Glossary)** - Piracy Dictionary
|
||||
* ⭐ **[UrbanDictionary](https://www.urbandictionary.com/)** / [Frontends](https://codeberg.org/zortazert/rural-dictionary/) or [Slangit](https://slang.net/) - Slang Word / Phrase Dictionaries
|
||||
|
|
@ -1453,10 +1459,12 @@
|
|||
|
||||
* 🌐 **[List of Encyclopedias](https://en.wikipedia.org/wiki/List_of_online_encyclopedias)** - Online Encyclopedia Index
|
||||
* ⭐ **[Wikipedia](https://www.wikipedia.org/)** - Encyclopedia / [Content List](https://en.wikipedia.org/wiki/Wikipedia:Contents/Lists)
|
||||
* ⭐ **Wikipedia Frontends** - [WikiWand](https://www.wikiwand.com/) or [ModernWiki](https://www.modernwiki.app/)
|
||||
* ⭐ **[EncycloSearch](https://encyclosearch.org/)** or [EncycloReader](https://encycloreader.org/) - Encyclopedia Search Engines
|
||||
* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledgebase
|
||||
* [Omniglot](https://www.omniglot.com/index.htm) - Writing Systems & Languages Encyclopedia
|
||||
* [Simple Wiki](https://simple.wikipedia.org/wiki/Main_Page) - Simplified Wikipedia / [Auto-Redirect](https://rentry.co/simplewikifirefox)
|
||||
* [IntegralGuide](https://integralguide.com/) - Well-Being Encyclopedia
|
||||
* [Britannica](https://www.britannica.com/)
|
||||
* [EverybodyWiki](https://en.everybodywiki.com/)
|
||||
* [Encyclopedia](https://www.encyclopedia.com/)
|
||||
|
|
@ -1474,6 +1482,7 @@
|
|||
* 🌐 **[Wiki Portals](https://rentry.co/wikiportals)** - Wiki Portals Navigation
|
||||
* [HatNote](https://top.hatnote.com/) - Top Pages
|
||||
* [Reversepedia](https://reversepedia.org/) - Page Connections
|
||||
* [Wiki Dark Mode](https://en.wikipedia.org/wiki/Wikipedia:Dark_mode) - Dark Mode
|
||||
* [wik](https://github.com/yashsinghcodes/wik) - Wiki TUI
|
||||
* [CDPedia](http://cdpedia.python.org.ar/index.en.es.html) - Offline View
|
||||
* [WikiExtractor](https://github.com/attardi/wikiextractor) - Extract Text
|
||||
|
|
@ -17,8 +17,6 @@ These are all anonymous comments taken from Reddit, Discord, X.com and our feedb
|
|||
|
||||
* *"Your sources have allowed me to give my father whatever shows or movies he asks for. Old stuff from when he was younger and all that. Stuff I wouldn't be able to access otherwise. It means a lot since he had heart surgery in Feb 2020 and cant really do much anymore, so its one of the few ways he can keep himself busy. Thank you."*
|
||||
|
||||
* *"Best Wiki ever. Wifey has stage 4 cancer. I am a working joe keeping this household afloat on warehouse wages while supporting our family. Finding this wiki has kept us close to our old way of life for free-fifty, lol! Books for the paperwhite, movies, TV, gaming, education, etc., etc. There is so much here that has enhanced our lives. And I find more in the depths every time I go exploring. Please don't ever quit updating/adding to this library of awesomeness! Anyway, I just wanted to drop an anonymous thank you for everything here. Amazing resource. Happy to have a carefully curated list instead of roaming blind into the internet wilds. You are doing some amazing works here. Basically my homepage now. Infinite Kudos!"*
|
||||
|
||||
* *"That's why I love FMHY so much. Before id spend hours and hours every day trying to hunt useful websites for myself."*
|
||||
|
||||
* *"I love this website so much. I literally have it labelled as "Everything" in my favorites."*
|
||||
|
|
|
|||
|
|
@ -33,19 +33,19 @@
|
|||
|
||||
## ▷ Download Managers
|
||||
|
||||
* **Note** - For more info on the benefits of Download Managers, see [The Piracy Glossary](https://rentry.org/the-piracy-glossary).
|
||||
* **Note** - Download managers can speed things up by using multiple connections, bypass rate limits, and they also make handling split files, and dealing with file hosts much easier.
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#jdownloader)
|
||||
* ⭐ **JDownloader Tools** - [Debloat Guide](https://rentry.co/jdownloader2) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2)
|
||||
* ⭐ **[IDM](https://rentry.co/FMHYB64#idm)** - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek)
|
||||
* ⭐ **JDownloader Tools** - [Debloat Guide](https://rentry.org/jdownloader2) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2)
|
||||
* ⭐ **[IDM](https://rentry.co/FMHYBase64#idm)** - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek)
|
||||
* [AB Download Manager](https://abdownloadmanager.com/) - Download Manager / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager)
|
||||
* [Go Speed](https://gopeed.com/) - Download Manager / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) / [GitHub](https://github.com/GopeedLab/gopeed)
|
||||
* [Brisk](https://github.com/BrisklyDev/brisk) - Download Manager / [Extension](https://github.com/BrisklyDev/brisk-browser-extension) / [Discord](https://discord.gg/hGBDWNDHG3) / [GitHub](https://github.com/BrisklyDev/brisk)
|
||||
* [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant)
|
||||
* [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager
|
||||
* aria2 Tools - [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/) / [GitHub](https://github.com/aria2/aria2)
|
||||
* [aria2](https://aria2.github.io/) / [GitHub](https://github.com/aria2/aria2) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager
|
||||
* aria2 Tools - [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/)
|
||||
* [pyLoad](https://pyload.net/) - Lightweight Download Manager / [GitHub](https://github.com/pyload/pyload)
|
||||
* [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site Media Download Tool
|
||||
* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager
|
||||
|
|
@ -64,12 +64,13 @@
|
|||
* ⭐ **[CompactGUI](https://github.com/IridiumIO/CompactGUI)** - Transparent Compression
|
||||
* [Fileforums](https://fileforums.com/) or [Encode](https://encode.su/) - Data Compression Forums
|
||||
* [TurboBench](https://github.com/powturbo/TurboBench) - Compression Benchmark
|
||||
* [WinRAR](https://www.win-rar.com/), [2](https://rarlab.com/) - File Archiver / [Licenses](https://rentry.co/FMHYBase64#winrar-licenses)
|
||||
* [Efficient Compression Tool](https://github.com/fhanau/Efficient-Compression-Tool) or [Minuimus](https://birds-are-nice.me/software/minuimus.html) - File Archivers / Optimizers
|
||||
* [ezyZip](https://www.ezyzip.com/) - Zip Files Online
|
||||
* [unzip-online](https://unzip-online.com/en) - Unzip Files Online
|
||||
* [Unrar online](https://unrar.online/) - Unrar Files Online
|
||||
* [WinRAR](https://www.win-rar.com/), [2](https://www.rarlab.com) - File Archiver / [Hide Popups](https://rentry.co/x3-Rawr) / [Update (Important)](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#winrar)
|
||||
* [UPX](https://upx.github.io/) - Executable File Compressor / [GitHub](https://github.com/upx/upx)
|
||||
* [lessmsi](https://lessmsi.activescott.com/) - .msi Content Extractor / [GitHub](https://github.com/activescott/lessmsi)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -78,26 +79,24 @@
|
|||
* ⭐ **[File Converter](https://file-converter.io/)** - Convert / Compress Files / [GitHub](https://github.com/Tichau/FileConverter)
|
||||
* ⭐ **[VERT](https://vert.sh/)** / [Discord](https://discord.gg/8XXZ7TFFrK) / [GitHub](https://github.com/VERT-sh/VERT)
|
||||
* ⭐ **[Aconvert](https://www.aconvert.com/)** - Various Converters / 40MB
|
||||
* [Docling](https://docling-project.github.io/docling/) / [GitHub](https://github.com/docling-project/docling) or [Pandoc](https://pandoc.org/) - Document / PDF File Converters
|
||||
* [Docling](https://docling-project.github.io/docling/) / [GitHub](https://github.com/docling-project/docling) or [Pandoc](https://pandoc.org/) - Document /PDF File Converters
|
||||
* [ConvertCSV](https://www.convertcsv.com/) - Online CSV Data Conversion
|
||||
* [Encoding Converter](https://encoding-converter.netlify.app/) - Online File Encoding Converter
|
||||
* [Deark](https://entropymine.com/deark/) - Decode and Convert Files / [GitHub](https://github.com/jsummers/deark)
|
||||
* [text2img](https://master.ayra.ch/text2img/) - Online NFO Files to Image Converter
|
||||
* [videoutils](https://www.videoutils.com/) - File Converter / 500MB
|
||||
* [OfflineConvert](https://www.offlineconvert.com/) - File Converter
|
||||
* [Xconvert](https://www.xconvert.com) - File Converter / 400MB
|
||||
* [ConvertFiles](https://www.convertfiles.com/) - File Converter / 250MB
|
||||
* [Convertio](https://convertio.co/) - File Converter / 100MB
|
||||
* [AnyConvert](https://anyconv.com/) - File Converter / 100MB
|
||||
* [MiConv](https://miconv.com/) - File Converter / 75MB
|
||||
|
||||
|
||||
***
|
||||
|
||||
## ▷ File Managers
|
||||
|
||||
* ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files)
|
||||
* ⭐ **[Directory Opus](https://rentry.co/FMHYB64#directory-opus)** - Windows File Manager
|
||||
* ⭐ **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager
|
||||
* [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers
|
||||
* [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager)
|
||||
* [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based File Manager
|
||||
|
|
@ -140,7 +139,7 @@
|
|||
|
||||
* ⭐ **[SyncThing](https://syncthing.net/)** - Cross-Platform File Sync / [Tray Support](https://martchus.github.io/syncthingtray/) / [GitHub](https://github.com/syncthing/syncthing)
|
||||
* ⭐ **[FreeFileSync](https://freefilesync.org/)** - Open-Source File Sync
|
||||
* [MyPhoneExplorer](https://www.fjsoft.at/) or [SyncFolder](https://apps.microsoft.com/detail/9nc73mjwhsww?rtc=1&hl=en-us&gl=US) - Phone and Desktop Sync
|
||||
* [MyPhoneExplorer](https://www.fjsoft.at/), [SyncFolder](https://apps.microsoft.com/detail/9nc73mjwhsww?rtc=1&hl=en-us&gl=US) - Phone and Desktop Sync
|
||||
* [allwaysync](https://allwaysync.com/) - File Sync Utility
|
||||
* [Resilio](https://www.resilio.com/individuals/) - P2P File Sync
|
||||
* [SmartFTP](https://www.smartftp.com/) - FTP File Sync
|
||||
|
|
@ -181,7 +180,6 @@
|
|||
|
||||
* ⭐ **[SDelete](https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete)** - File Deletion CLI
|
||||
* [Eraser](https://eraser.heidi.ie/), [File Shredder](https://fileshredder.org/), [Alternate File Shredder](https://www.alternate-tools.com/pages/c_fileshredder.php?lang=ENG), [Permadelete](https://developerstree.github.io/permadelete/) or [Delapp](https://github.com/differentrain/Delapp) - File Shredding
|
||||
* [Parted Magic](https://rentry.co/FMHYB64#parted-magic) - Disk Partitioning / Data Recovery
|
||||
* [SSuite File Shredder and Burner](https://www.ssuiteoffice.com/software/ssuitefileshredder.htm) - File Shredder with Disk Burning
|
||||
* [Low Level Format](https://www.lowlevelformat.info/), [nwipe](https://github.com/martijnvanbrummelen/nwipe) or [ShredOS](https://github.com/PartialVolume/shredos.x86_64) - Complete Hard Drive Erasers
|
||||
* [RED](https://www.jonasjohn.de/red.htm) - Remove Empty Directories
|
||||
|
|
@ -195,7 +193,7 @@
|
|||
* [MediaMonkey](https://www.mediamonkey.com/) - Media Organizer
|
||||
* [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers
|
||||
* [FileBot](https://www.filebot.net/) - Media File Renaming
|
||||
* [TVRename](https://www.tvrename.com/) or [Rename My TV Series](https://www.tweaking4all.com/home-theatre/rename-my-tv-series-v2/) - TV File Data Automation
|
||||
* [TVRename](https://www.tvrename.com/) - TV File Data Automation
|
||||
* [Shoko](https://github.com/shokoanime) - Anime File Data Automation
|
||||
* [PowerRename](https://learn.microsoft.com/en-us/windows/powertoys/powerrename), [Szyszka](https://github.com/qarmin/szyszka), [F2](https://github.com/ayoisaiah/f2), [Ant Renamer](https://www.antp.be/software/renamer) or [Flut Renamer](https://github.com/sun-jiao/flut-renamer) - Bulk Renamers
|
||||
|
||||
|
|
@ -209,7 +207,7 @@
|
|||
* [GraphPaper](https://incompetech.com/graphpaper/) - PDF Graphs
|
||||
* [Aspose](https://products.aspose.app/pdf/annotation) or [pdf-unstamper](https://github.com/hwding/pdf-unstamper) - PDF Watermark Remover
|
||||
* [PDF Fixer](https://pdffixer.com/) - Repair Damaged PDFs
|
||||
* [OpenSign](https://github.com/OpenSignLabs/OpenSign), [Signature PDF](https://pdf.24eme.fr/) / [GitHub](https://github.com/24eme/signaturepdf), [FalsiScan](https://gitlab.com/edouardklein/falsisign), [JustSignPDF](https://justsignpdf.com/) or [Adobe Sign](https://www.adobe.com/acrobat/online/sign-pdf.html) - PDF Signature Tools
|
||||
* [OpenSign](https://github.com/OpenSignLabs/OpenSign), [FalsiScan](https://gitlab.com/edouardklein/falsisign), [JustSignPDF](https://justsignpdf.com/) or [Adobe Sign](https://www.adobe.com/acrobat/online/sign-pdf.html) - PDF Signature Tools
|
||||
* [Google Drive PDF Downloader](https://github.com/zeltox/Google-Drive-PDF-Downloader) - Download Protected Google Drive PDFs
|
||||
* [PDFCoffee](https://pdfcoffee.com/) - Upload PDF, Word or PowerPoint Files
|
||||
* [PrintFriendly](https://www.printfriendly.com/) - Printer Formatting Tools
|
||||
|
|
@ -219,7 +217,7 @@
|
|||
## ▷ Online PDF Toolkits
|
||||
|
||||
* ⭐ **[Sejda](https://www.sejda.com/)**
|
||||
* ⭐ **[ILovePDF](https://www.ilovepdf.com/)**
|
||||
* [ILovePDF](https://www.ilovepdf.com/)
|
||||
* [BreezePDF](https://breezepdf.com/)
|
||||
* [DigiPDF](https://digipdf.app/?lang=en_US)
|
||||
* [PDF2Go](https://www.pdf2go.com/)
|
||||
|
|
@ -234,7 +232,7 @@
|
|||
* ⭐ **[PDF24](https://www.pdf24.org/)**
|
||||
* [PDF4QT](https://jakubmelka.github.io/) / [GitHub](https://github.com/JakubMelka/PDF4QT)
|
||||
* [PDFGear](https://www.pdfgear.com/)
|
||||
* [Foxit](https://www.foxit.com/pdf-reader/) / [Pro](https://rentry.co/FMHYB64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* [Foxit](https://www.foxit.com/pdf-reader/) / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* [xPDFReader](https://www.xpdfreader.com/)
|
||||
* [PDF Arranger](https://github.com/pdfarranger/pdfarranger)
|
||||
* [Stirling-PDF](https://www.stirlingpdf.com/) / [GitHub](https://github.com/Stirling-Tools/Stirling-PDF)
|
||||
|
|
@ -260,7 +258,6 @@
|
|||
* ⭐ **[Blip](https://blip.net/)** - Desktop / Mobile Transfer
|
||||
* [Photon](https://photondev.netlify.app/) - Desktop / Mobile Transfer / [GitHub](https://github.com/abhi16180/photon)
|
||||
* [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer
|
||||
* [Wormhole](https://wormhole.app/) - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/de6FscsK5Z) / [GitHub](https://github.com/SocketDev)
|
||||
* [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer
|
||||
* [Sefirah](https://github.com/shrimqy/Sefirah) - Desktop / Mobile Transfer
|
||||
* [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv)
|
||||
|
|
@ -282,6 +279,7 @@
|
|||
* ⭐ **[JustBeamIt](https://justbeamit.com/)**
|
||||
* ⭐ **[SpaceDrop](https://spacedrop.app/)**
|
||||
* [Surge](https://getsurge.io/) - P2P App / [GitHub](https://github.com/rule110-io/surge)
|
||||
* [Wormhole](https://wormhole.app/) / [Discord](https://discord.com/invite/de6FscsK5Z) / [GitHub](https://github.com/SocketDev)
|
||||
* [ToffeeShare](https://toffeeshare.com/) / [GitHub](https://github.com/ToffeeShare)
|
||||
* [new.space](https://new.space/)
|
||||
* [FilePizza](https://file.pizza/) / [GitHub](https://github.com/kern/filepizza)
|
||||
|
|
@ -295,26 +293,24 @@
|
|||
|
||||
***
|
||||
|
||||
* 🌐 **[PolyUpload File Host Index](https://github.com/spel987/PolyUploader?tab=readme-ov-file#-hosts)**
|
||||
* ↪️ **[Video File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_video_file_hosts)**
|
||||
* ⭐ **[Gofile](https://gofile.io/)** - 100GB Monthly / Unlimited / 10 Days After Last Download / [Manager Export](https://greasyfork.org/en/scripts/515250)
|
||||
* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days After Last Download (10% min) / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326)
|
||||
* ⭐ **[VikingFile](https://vikingfile.com/)** - Unlimited / 15 Days After Last Download / [Discord](https://discord.gg/EPEFC6KkpF)
|
||||
* ⭐ **[Buzzheavier](https://buzzheavier.com/)**, [2](https://fuckingfast.net/), [3](https://bzzhr.co/) - Unlimited / 15 Days After Last Download / [File Expiry](https://buzzheavier.com/help) / **Use [Adblock](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buzzheavier-warning)** / [Discord](https://discord.gg/ttQjgC28WP)
|
||||
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/)
|
||||
* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 20GB / 120 Days After Last Pageview / [Speedtest](https://pixeldrain.com/speedtest) / [Limit Bypass](https://pixeldrain-bypass.cybar.xyz/) / [Bypass Script](https://greasyfork.org/en/scripts/491326)
|
||||
* ⭐ **[Buzzheavier](https://buzzheavier.com/)**, [2](https://fuckingfast.net/), [3](https://bzzhr.co/) - Unlimited / 8 Days, Can Extend Forever / [File Expiry](https://buzzheavier.com/help) / **[Use Adblocker](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#buzzheavier-warning)** / [Discord](https://discord.gg/ttQjgC28WP)
|
||||
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever
|
||||
* ⭐ **[Pillowcase](https://pillows.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever
|
||||
* [FileMirage](https://filemirage.com/) - 50GB / 30 Days After Last View
|
||||
* [Send.now](https://send.now/) - 100GB / 15 Days After Last Download
|
||||
* [Send.now](https://send.now/) - 100GB / 30 Days After Last Download
|
||||
* [Transfer.it](https://transfer.it/) / Unlimited / 90 Days / Owned by Mega.nz
|
||||
* [DesiUpload](https://desiupload.co/) - 15 Days (2GB per file / 30 Days w/ Account)
|
||||
* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Sign-Up Required
|
||||
* [Ranoz](https://ranoz.gg/) - 20GB / 30 Days After Last Download
|
||||
* [1fichier.com](https://1fichier.com/) - 300GB / 15 Days (30 Days w/ Account)
|
||||
* [Filebin](https://filebin.net/) - Unlimited / 6 Days / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#filebin-warning)
|
||||
* [file.kiwi](https://file.kiwi/) - Unlimited / 90 Hours / [File Expiry](https://file.kiwi/en/price)
|
||||
* [file.kiwi](https://file.kiwi/) - Unlimited / [File Expiry Explanation](https://file.kiwi/en/price)
|
||||
* [Easyupload.io](https://easyupload.io/) - 100GB / 30 Days
|
||||
* [DoraDrop](http://doradrop.com/) - Unlimited / 10GB / Sign-Up Required
|
||||
* [FEX.NET](https://fex.net/) - 100GB / 7 Days
|
||||
* [VikingFile](https://vikingfile.com/) - 500GB / 15 Days After Last Download / [Discord](https://discord.gg/EPEFC6KkpF)
|
||||
* [DropMeFiles](https://dropmefiles.com/) - 50GB / 14 Days
|
||||
* [MixLoads](https://mixloads.to/) - 25.6GB / 2TB / 60 Days After Last Download / Sign-Up Required
|
||||
* [GigaFile](https://gigafile.nu/) - 300GB / 100 Days
|
||||
|
|
@ -329,7 +325,7 @@
|
|||
* [Tempcloud](https://temp.kotol.cloud/) - 10GB / 3 Days
|
||||
* [GrosFichiers](https://www.grosfichiers.com/) or [DataTransfer](https://www.datatransfer.com/) - 10GB / 14 Days
|
||||
* [ShareFile](https://sharefile.co/), [2](https://gofile.to/) - 5GB / Unlimited
|
||||
* [Akira Box](https://akirabox.com/), [2](https://akirabox.to/) - 20GB Free / 30 Days After Last Download / Sign-Up Required
|
||||
* [Akira Box](https://akirabox.com/) - 20GB Free / 1 Year
|
||||
* [FileTransfer.io](https://filetransfer.io/) - 6GB / 21 Days / 50 Downloads
|
||||
* [udrop](https://www.udrop.com/) - 5GB / Forever
|
||||
* [Imagenetz](https://www.imagenetz.de/?setLang=en) - 5GB / 30 Days After Last Download
|
||||
|
|
@ -344,6 +340,7 @@
|
|||
* [UserDrive](https://usersdrive.com/) - 5GB / 65 Days
|
||||
* [pCloud Transfer](https://transfer.pcloud.com/) or [Tresorit Send](https://send.tresorit.com/) - 5GB / 7 Days / Email Required
|
||||
* [Temp.sh](https://temp.sh/) - 4GB / 3 Days
|
||||
* [File Convoy](https://www.fileconvoy.com/) - 3GB / 21 Days
|
||||
* [Mega4Upload](https://mega4upload.net/) - 3GB / 183GB / 150 Days After Last Download
|
||||
* [Send](https://send.vis.ee/) - 2.5GB / 3 Days / 10 Downloads / [CLI](https://github.com/timvisee/ffsend) / [Instances](https://gitlab.com/timvisee/send-instances)
|
||||
* [JUMBOmail](https://www.jumbomail.me/) - 2GB / 7 Days / Email Required
|
||||
|
|
@ -357,8 +354,8 @@
|
|||
* [DooDrive](https://doodrive.com/) - 2GB / 30 Days / Sign-Up Required
|
||||
* [Clicknupload](https://clicknupload.click) - 10GB / 8 Days / Sign-Up Required
|
||||
* [Smash](https://fromsmash.com/) - 2GB / 7 Days / Email Required
|
||||
* [MultiUp.io](https://multiup.io/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) / [Discord](https://discord.gg/2yUEQPxTTU) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders
|
||||
* [PolyUploader](https://polyuploader.vercel.app/) / [GitHub](https://github.com/spel987/PolyUploader) or [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop Apps
|
||||
* [MultiUp.io](https://multiup.io/) / [Discord](https://discord.gg/2yUEQPxTTU) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders
|
||||
* [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop App
|
||||
* [FileQ](https://fileq.net/) or [DataNodes](https://datanodes.to/) / [Discord](https://discord.gg/mKyBMyeKvh) - Webmasters Only File Hosts
|
||||
* [Limited Upload Hosts](https://rentry.org/xc48kg) - More Hosts / 1GB or Below
|
||||
|
||||
|
|
@ -379,7 +376,7 @@
|
|||
* [mediafire](https://www.mediafire.com/) - 10GB Free / 8 Months / $5 for 1TB
|
||||
* [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 for 1TB
|
||||
* [PCloud](https://www.pcloud.com/) - 10GB Free / 1 Year / ~$4 for 1TB
|
||||
* [FEB](https://www.febbox.com/) - 1TB Free / 1 Month / ~$4 for 2TB
|
||||
* [FebBox](https://www.febbox.com/) - 1TB Free / 1 Month / ~$4 for 2TB
|
||||
* [Keybase](https://keybase.io/) - 250GB / Forever / [GitHub](https://github.com/keybase/client)
|
||||
* [Proton Drive](https://proton.me/drive) - 2GB Free (or 5GB for tasks) / 1 Year / ~$10 for 1TB
|
||||
* [JumpShare](https://jumpshare.com/) - 2GB Free / 1 Year / $8.25 for 1TB
|
||||
|
|
@ -398,7 +395,7 @@
|
|||
## ▷ Cloud Managers
|
||||
|
||||
* ⭐ **[Rclone](https://rclone.org/)** - Cloud Storage Manager
|
||||
* ⭐ **Rclone Tools** - [Guide](https://rentry.co/simple-rclone-usage) / [Colab](https://colab.research.google.com/github/szyha/RcloneLabArchive/blob/master/RcloneLab.ipynb) / [Transfer Tool](https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool) / [Telegram](https://t.me/rclonexbot)
|
||||
* ⭐ **Rclone Tools** - [Guide](https://rentry.co/simple-rclone-usage) / [Colab](https://colab.research.google.com/github/szyha/RcloneLabArchive/blob/master/RcloneLab.ipynb) / [Telegram](https://t.me/rclonexbot) / [Transfer Tool](https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool)
|
||||
* ⭐ **[gclone](https://github.com/dogbutcat/gclone)** - Cloud Storage Manager
|
||||
* ⭐ **[Air Explorer](https://airexplorer.net/en/)** - Cloud Storage Manager
|
||||
* ⭐ **[RaiDrive](https://www.raidrive.com/)** - Cloud Storage Manager
|
||||
|
|
@ -413,16 +410,16 @@
|
|||
|
||||
## ▷ Google Drive Tools
|
||||
|
||||
* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools / [Features](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#oneclick-note) / Use Throwaway Google Account
|
||||
* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools / [Features](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#oneclick-note) / Use Throwaway Account
|
||||
* [DriveUploader](https://driveuploader.com/) - Receive Files via Google Drive
|
||||
* [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver
|
||||
* [Google Drive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client
|
||||
* [goodls](https://github.com/tanaikech/goodls) - Google Drive Downloader
|
||||
* [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script
|
||||
* [ISAAC](https://rentry.co/FMHYB64#gservice-gen) - Google Service Account Generators
|
||||
* [ISAAC](https://rentry.co/FMHYBase64#gservice-gen) - Google Service Account Generators
|
||||
* [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers
|
||||
* [gdurl](https://gdurl.com/), [GDrive Link Generator](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic](https://github.com/CloudflareHackers/GDriveWebAppPublic) - GDrive Link Generators / Host Direct Links
|
||||
* [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) - Copy Google Drives / [GitHub](https://github.com/jsmsj/GdriveCloneBot)
|
||||
* [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) / [GitHub](https://github.com/jsmsj/GdriveCloneBot) - Copy Google Drives
|
||||
* [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC
|
||||
* [gd-efc](https://anadius.github.io/gd-efc/) - Copy Encrypted Google Drive
|
||||
* [DriveRename](https://driverename.iblogbox.com/) - Bulk Google Drive File Rename
|
||||
|
|
@ -433,6 +430,6 @@
|
|||
## ▷ MEGA Tools
|
||||
|
||||
* ⭐ **[Megabasterd](https://github.com/tonikelope/megabasterd)** - Download Quota Bypass / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#megabasterd-note)
|
||||
* ⭐ **[Mega Account Generators](https://rentry.co/FMHYB64#mega-gen)** - Account Gen / Unlimited Upload Size / [Fix](https://rentry.co/mega_account_generator)
|
||||
* ⭐ **[Mega Account Generators](https://rentry.co/fmhybase64#mega-gen)** - Account Gen / Unlimited Upload Size / [Fix](https://rentry.co/mega_account_generator)
|
||||
* [MEGA Desktop](https://mega.io/desktop) - Official GUI App / [GitHub](https://github.com/meganz/MEGAsync)
|
||||
* [MEGA CMD](https://mega.io/cmd) - Official CLI App / [GitHub](https://github.com/meganz/MEGAcmd)
|
||||
|
|
|
|||
|
|
@ -7,22 +7,21 @@
|
|||
# ► Gaming Tools
|
||||
|
||||
* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)**
|
||||
* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_media_covers_.2F_posters)**
|
||||
* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_media_covers_.2F_posters)**
|
||||
* ↪️ **[Game Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_game_soundtracks)**
|
||||
* ⭐ **[PCGamingWiki](https://www.pcgamingwiki.com/)** - Game Fixes & Workarounds / [Discord](https://discord.gg/KDfrTZ8)
|
||||
* ⭐ **[Library of Codexes](https://libraryofcodexes.com/)** - Game Codex Library
|
||||
* ⭐ **[HowLongToBeat](https://howlongtobeat.com/)**, [2](https://hl2b.com/) - Find Average Game Lengths / [Discord](https://discord.gg/v5F26Dk)
|
||||
* ⭐ **[r/tipofmyjoystick](https://www.reddit.com/r/tipofmyjoystick/)** - Find Games via Screenshot or Description
|
||||
* ⭐ **[/r/tipofmyjoystick](https://www.reddit.com/r/tipofmyjoystick/)** - Find Games via Screenshot or Description
|
||||
* ⭐ **[Game Pauser](https://madebyjase.com/game-pauser/)** - Pause Unpausable Cutscenes
|
||||
* ⭐ **[Valve Archive](https://valvearchive.com/)** - Rare Valve Data Archive
|
||||
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** or [Apollo](https://github.com/ClassicOldSong/Apollo) - Remote Server for Moonlight / [Mobile](https://github.com/ClassicOldSong/moonlight-android) / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)
|
||||
* [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/CGg5JxN) / [GitHub](https://github.com/moonlight-stream)
|
||||
* [Arcade Database](https://zenius-i-vanisher.com/v5.2/arcades.php) - Arcade Game Map + Database
|
||||
* [Lets Play Index](https://www.letsplayindex.com/) - Index of Lets Plays / Longplays
|
||||
* [VGHF Digital Archive](https://library.gamehistory.org/) - Historical Documents, Magazines, Transcripts, etc. / [Archive](http://archive.gamehistory.org/)
|
||||
* [NIWA](https://www.niwanetwork.org/) - Nintendo Independent Wiki Alliance / [Discord](https://discord.gg/59Mq6qB)
|
||||
* [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store
|
||||
* [The Models Resource](https://models.spriters-resource.com/) - Game Models
|
||||
* [The Models Resource](https://www.models-resource.com/) - Game Models
|
||||
* [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites / [Discord](https://discord.gg/tsr)
|
||||
* [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides
|
||||
* [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive
|
||||
|
|
@ -38,9 +37,9 @@
|
|||
* [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources
|
||||
* [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources
|
||||
* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art
|
||||
* [r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers
|
||||
* [How Denuvo Works](https://rentry.co/FMHYB64#how-denuvo-works)
|
||||
* [Game Cracking / Repacking Guides](https://rentry.co/FMHYB64#game-guides)
|
||||
* [/r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [/r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers
|
||||
* [How Denuvo Works](https://rentry.co/FMHYBase64#how-denuvo-works)
|
||||
* [Game Cracking / Repacking Guides](https://rentry.co/FMHYBase64#game-cracking-guides)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -48,13 +47,12 @@
|
|||
|
||||
* ⭐ **[Playnite](https://playnite.link/)** - Game Library / Launcher / [Extensions](https://playnite.link/addons.html) / [Subreddit](https://www.reddit.com/r/playnite/) / [Discord](https://discord.com/invite/BrtABqe) / [GitHub](https://github.com/JosefNemec/Playnite/)
|
||||
* ⭐ **[Ascendara](https://ascendara.app/)** - Game Library / Launcher / Downloader / [Discord](https://ascendara.app/discord) / [GitHub](https://github.com/Ascendara/ascendara)
|
||||
* ⭐ **[Project GLD](https://y0urd34th.github.io/Project-GLD/)** / [GitHub](https://github.com/Y0URD34TH/Project-GLD/) or **[GOG Galaxy](https://www.gog.com/galaxy)** (closed source) - Game Libraries / Launchers
|
||||
* ⭐ **[GoG Galaxy](https://www.gog.com/galaxy)** (closed source) or **[Project GLD](https://y0urd34th.github.io/Project-GLD/)** / [GitHub](https://github.com/Y0URD34TH/Project-GLD/) - Game Libraries / Launchers
|
||||
* [Fit Launcher](https://github.com/CarrotRub/Fit-Launcher/) - Unofficial Game Launcher / Torrent Client / [Discord](https://discord.gg/cXaBWdcUSF)
|
||||
* [Launchbox](https://www.launchbox-app.com/) - Retro / Console Game Library / Launcher
|
||||
* [GameHUB Launcher](https://www.deviantart.com/not-finch/art/GameHUB-launcher-2-for-Rainmeter-785369648) - Rainmeter Game Launcher
|
||||
* [Hydra](https://hydralauncher.gg/) - Game Launcher / Torrent Client / [Plugins](https://library.hydra.wiki/) / [Telegram](https://t.me/hydralauncher) / [Discord](https://discord.com/invite/hydralaunchercommunity) / [GitHub](https://github.com/hydralauncher/hydra)
|
||||
* [OpenGamepadUI](https://github.com/ShadowBlip/OpenGamepadUI) - Gamepad Native Launcher
|
||||
* [TwintailLauncher](https://twintaillauncher.app/) - Game Launcher / Mod Engine for F2P Anime Games / [GitHub](https://github.com/TwintailTeam/TwintailLauncher)
|
||||
* [JackboxUtility](https://jackboxutility.com/) - Jackbox Games Launcher / [Discord](https://discord.gg/ffKMZeb88m) / [GitHub](https://github.com/JackboxUtility/JackboxUtility)
|
||||
* [GameVault](https://gamevau.lt) - Self-Hosted Gaming Platform / [Discord](https://discord.gg/NEdNen2dSu) / [GitHub](https://github.com/Phalcode/gamevault-app)
|
||||
|
||||
|
|
@ -66,9 +64,9 @@
|
|||
* ⭐ **[SpecialK](https://www.special-k.info/)** - Game Optimization Tool / [Discord](https://discord.gg/specialk) / [GitHub](https://github.com/SpecialKO/SpecialK)
|
||||
* ⭐ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)**, [GPU Tweak III](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Warning](https://ibb.co/VSYtdTW) - GPU Overclocking / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/)
|
||||
* ⭐ **[MSI Kombustor](https://www.geeks3d.com/furmark/kombustor/)** - GPU Benchmark Test
|
||||
* ⭐ **[ProSettings](https://prosettings.net/)**, [Share Gaming Tweaks](https://www.tenforums.com/gaming/117377-share-gaming-tweaks-chec-my-comprehensive-list-will-blow-your-mind.html), [r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/), [SweetFX](https://sfx.thelazy.net/), [ENBSeries](http://enbdev.com) - Settings Optimization Guides
|
||||
* ⭐ **[ProSettings](https://prosettings.net/)**, [Share Gaming Tweaks](https://www.tenforums.com/gaming/117377-share-gaming-tweaks-chec-my-comprehensive-list-will-blow-your-mind.html), [/r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/), [SweetFX](https://sfx.thelazy.net/), [ENBSeries](http://enbdev.com) - Settings Optimization Guides
|
||||
* ⭐ **[DisplayMagician](https://displaymagician.littlebitbig.com/)** or [AutoActions](https://github.com/Codectory/AutoActions) - Per-Game Display Profiles
|
||||
* ⭐ **[Lossless Scaling](https://rentry.co/FMHYB64#lossless-scaling)**, **[Magpie](https://github.com/Blinue/Magpie)**, [OptiScaler](https://github.com/optiscaler/OptiScaler) or [DLSS2FSR](https://discord.com/invite/2JDHx6kcXB) - Game Upscaling
|
||||
* ⭐ **[Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling)**, **[Magpie](https://github.com/Blinue/Magpie)**, [OptiScaler](https://github.com/optiscaler/OptiScaler) or [DLSS2FSR](https://discord.com/invite/2JDHx6kcXB) - Game Upscaling
|
||||
* [SystemRequirementsLab](https://www.systemrequirementslab.com/cyri/) or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests
|
||||
* [RagnoTech Optimization Catalog](https://ragnos1997.com/optimization-catalog/) or [TroubleChute](https://www.youtube.com/c/TroubleChute/featured) - Gaming Optimization Guides
|
||||
* [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) or [MikeMartin](https://www.mikemartin.co/) - FPS / Latency Guides
|
||||
|
|
@ -100,7 +98,6 @@
|
|||
* [JoyToKey](https://joytokey.net/en/) - Controller Emulator
|
||||
* [Spud Controller](https://sadwhale-studios.itch.io/) - Controller / Mouse Input Displays
|
||||
* [Gamepad-Tester](https://hardwaretester.com/gamepad) or [AresLuna](https://aresluna.org/gamepad-tester/) - Controller Connectivity Testers
|
||||
* [DualSense Tester](https://ds.daidr.me/) - Web DualSense Tester / [GitHub](https://github.com/daidr/dualsense-tester)
|
||||
* [hidusbf](https://github.com/LordOfMice/hidusbf) - Decrease DS4/5 Input Lag / [Video](https://youtu.be/x0wcJM4FtXQ)
|
||||
* [HidHide](https://docs.nefarius.at/projects/HidHide/) - Input Device Firewall
|
||||
* [Whitescent Engine](https://apt.izzysoft.de/fdroid/index/apk/com.github.whitescent.engine) - Use Phone as Joy Stick / [GitHub](https://github.com/whitescent/Engine)
|
||||
|
|
@ -117,22 +114,22 @@
|
|||
***
|
||||
|
||||
* 🌐 **[Big List of Randomizers](https://randomizers.debigare.com/)** - Game Randomizer Index / [Discord](https://discord.com/invite/YREMzGQ3gd) / [GitHub](https://github.com/video-game-randomizers/rando-list)
|
||||
* ↪️ **[Game Mods](https://rentry.co/FMHYB64#game-mods)** - Mods for Individual Games
|
||||
* ↪️ **[Game Mods](https://rentry.co/FMHYBase64#game-mods)** - Mods for Individual Games
|
||||
* ⭐ **[ModDB](https://moddb.com/)** - Game Mods / [Discord](https://discord.gg/5DTa2tf)
|
||||
* ⭐ **[Nexus Mods](https://www.nexusmods.com/)** - Game Mods / [Bulk Downloader](https://greasyfork.org/en/scripts/483337) / [Redirect Skip](https://greasyfork.org/en/scripts/394039) / [Download Hidden](https://rentry.org/downloadingdeletednexusmods) / [Discord](https://discord.com/invite/nexusmods)
|
||||
* ⭐ **[GameBanana](https://gamebanana.com/)** - Game Mods / [Discord](https://discord.com/invite/h5xJv9M)
|
||||
* ⭐ **[ChronoCrash](https://www.chronocrash.com/forum/)** - Side Scrolling Modding Forum / [Games List](https://www.chronocrash.com/forum/resources/categories/openbor.2/)
|
||||
* ⭐ **[ModdingLinked](https://moddinglinked.com/)** / [Discord](https://discord.com/invite/S99Ary5eba) or [Step Modifications](https://stepmodifications.org/) - Bethesda Game Modding Guides
|
||||
* [WeMod](https://www.wemod.com/) - Mods / Trainer Manager / Single Player Only / [Unlocker](https://rentry.co/FMHYB64#wemod) / [Discord](https://discord.com/invite/wemod)
|
||||
* [WeMod](https://www.wemod.com/) - Mods / Trainer Manager / Single Player Only / [Unlocker](https://rentry.co/FMHYBase64#wemod) / [Discord](https://discord.com/invite/wemod)
|
||||
* [ModOrganizer](https://github.com/ModOrganizer2/modorganizer) - Mod Manager
|
||||
* [Otis_Inf Camera Mods](https://kemono.cr/patreon/user/37343853) or [CinematicTools Archive](https://rentry.co/FMHYB64#cinematictools-archive) - Game Camera Mods
|
||||
* [Otis_Inf Camera Mods](https://kemono.cr/patreon/user/37343853) or [CinematicTools Archive](https://rentry.co/FMHYBase64#cinematictools-archive) - Game Camera Mods
|
||||
* [Mod.io](https://www.mod.io/) - Cross-Platform Game Mods Support / [Discord](https://discord.com/invite/modio)
|
||||
* [WabbaJack](https://www.wabbajack.org/) - Automated Modlist Installer / [Fixes](https://rentry.co/FMHYB64#wabbajack) / [Discord](https://discord.com/invite/wabbajack)
|
||||
* [WabbaJack](https://www.wabbajack.org/) - Automated Modlist Installer / [Discord](https://discord.com/invite/wabbajack)
|
||||
* [ModWorkshop](https://modworkshop.net/) - Game Mods / [Discord](https://discord.com/invite/Eear4JW)
|
||||
* [GameFront](https://gamefront.com/) - Game Mods / [Discord](https://discord.com/invite/gamefront)
|
||||
* [Video Game Mods](https://videogamemods.com/) - Game Mods / [Discord](https://discord.com/invite/C2JussB8hk)
|
||||
* [SMods](https://catalogue.smods.ru/) - Game Mods
|
||||
* [MrAntiFun](https://mrantifun.net/) - Game Mods / Trainers
|
||||
* [MrAntiFun](https://mrantifun.net/) - Game Mods
|
||||
* [Silent's Blog](https://cookieplmonster.github.io/mods/index/) - Game Mods / Patches
|
||||
* [FlingTrainer](https://flingtrainer.com/) - Game Mods / Trainers / Single Player Games Only
|
||||
* [GameCopyWorld](https://www.gamecopyworld.com/), [2](https://gamecopyworld.eu/) - Game Patchers / Trainers / Single Player Games Only
|
||||
|
|
@ -189,7 +186,7 @@
|
|||
* ⭐ **[GamingSmart](https://gamingsmart.com/)**, [Sens Covnerter](https://kovaaks.com/kovaaks/sens-converter), [Sens Converter](https://sensconverter.online/) or [Mouse Sensitivity](https://www.mouse-sensitivity.com/) - Game Sensitivity Converters / Tools
|
||||
* ⭐ **[Aim400kg](https://aim400kg.com/)**, [3D Aim Trainer](https://www.3daimtrainer.com/), [Aimlabs](https://aimlabs.com/), [Aiming.Pro](https://aiming.pro/) or [AimTrainer](https://aimtrainer.io/) - Aim Training
|
||||
* ⭐ **[Speedrun](https://www.speedrun.com/)** - Speedrunning Streams, Leaderboards, Resources, etc.
|
||||
* [Steam Guides](https://steamcommunity.com/guides), [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [Retro Guides](https://rentry.co/FMHYB64#retro-game-strategy-guides), [Game8](https://game8.co/), [StrategyWiki](https://strategywiki.org/), [Samurai Gamers](https://samurai-gamers.com/), [UHS Hints](https://www.uhs-hints.com/) or [Kirklands](https://archive.org/details/kirklands-manual-labor-sony-playstation-2-usa-4k-version) - Game Guides
|
||||
* [Steam Guides](https://steamcommunity.com/guides), [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [Retro Guides](https://rentry.co/FMHYBase64#retro-game-strategy-guides), [Game8](https://game8.co/), [StrategyWiki](https://strategywiki.org/), [Samurai Gamers](https://samurai-gamers.com/), [UHS Hints](https://www.uhs-hints.com/) or [Kirklands](https://archive.org/details/kirklands-manual-labor-sony-playstation-2-usa-4k-version) - Game Guides
|
||||
* [Voltaic](https://voltaic.gg/) - Aim Benchmark & Guides
|
||||
* [Piper](https://github.com/libratbag/piper) - Gaming Mouse Config Tool
|
||||
* [LiveSplit](https://livesplit.org/) - Customizable Speedrun Timer
|
||||
|
|
@ -227,7 +224,7 @@
|
|||
* [listal](https://www.listal.com/) - Game Database
|
||||
* [FrontierNav](https://frontiernav.net/) - Game Database
|
||||
* [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search
|
||||
* [Low Spec Games](https://exefer.github.io/lowspecgames/) - Low Spec Game Database / [Text Only](https://pastebin.com/MTCXZxCN) / [GitHub](https://github.com/exefer/lowspecgames)
|
||||
* [Low Spec Games](https://exefer.github.io/lowspecgames/) - Low Spec Game Database / [Text Only](https://pastebin.com/raw/MTCXZxCN) / [GitHub](https://github.com/Exefer/lowspecgames)
|
||||
* [JRPGC](https://jrpgc.com/) - JRPG Databases / [Discord](https://discord.com/invite/jrpgc)
|
||||
* [RPGCodex](https://rpgcodex.net/forums/) - RPG Database / Forum
|
||||
* [SteamPeek](https://steampeek.hu/) or [IndieDB](https://www.indiedb.com/) - Indie Game Databases
|
||||
|
|
@ -255,10 +252,8 @@
|
|||
* 🌐 **[Awesome Engineering Games](https://github.com/arcataroger/awesome-engineering-games)** - Engineering Games
|
||||
* ⭐ **[AcclaimedVideoGames](https://www.acclaimedvideogames.com/)** or **[VideoGameCanon](https://www.videogamecanon.com/)** - Game Top 1000 List
|
||||
* ⭐ **[OpenCritic](https://opencritic.com/)** - Critic Game Reviews / Ratings
|
||||
* ⭐ **[SteamDB Ratings](https://steamdb.info/stats/gameratings/)** - Steam Ratings Chart
|
||||
* [TasteDive](https://tastedive.com/games) or [r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations
|
||||
* [Emulation Collection](https://docs.google.com/spreadsheets/d/1bYIhExnaQXYyWLnna1WJPLMvXnmSlq2tvazDL3eQ3z0) - Game Recommendation Chart / 7+ Metacritic
|
||||
* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Game Recommendation Directory
|
||||
* ⭐ **[TasteDive](https://tastedive.com/games)** or [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations
|
||||
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Game Recommendation Guides
|
||||
* [Can I Play That?](https://caniplaythat.com/) - Video Game Accessibility Reviews
|
||||
* [MoreGamesLike](https://www.moregameslike.com/) or [Games Like Finder](https://gameslikefinder.com/) - Find Similar Games
|
||||
* [MiniReview](https://minireview.io/) - Mobile Game Recommendations / Reviews / [Discord](https://discord.gg/TJq6EXfm7f)
|
||||
|
|
@ -310,9 +305,9 @@
|
|||
* ⭐ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover
|
||||
* ⭐ **[Goldberg Fork](https://github.com/Detanup01/gbe_fork)** / [Guide](https://rentry.co/goldberg_emulator) or [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam / Multiplayer Emulators
|
||||
* ⭐ **[Steam-Auto-Crack](https://github.com/SteamAutoCracks/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) - Auto Apply Goldberg + Steamless / [Guide](https://codeberg.org/fernbacher/How-To-Crack)
|
||||
* [Koalageddon](https://github.com/acidicoala/Koalageddon/) - DLC Unlocker for Origin, EA & Uplay
|
||||
* ⭐ **[Koalageddon](https://github.com/acidicoala/Koalageddon/)** - DLC Unlocker for Origin, EA & Uplay
|
||||
* [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Origin and EA
|
||||
* [Anadius](https://rentry.co/FMHYB64#anadius) - DLC Unlockers for EA and Origin
|
||||
* [Anadius](https://rentry.co/FMHYBase64#anadius) - DLC Unlockers for EA and Origin
|
||||
* [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker
|
||||
|
||||
***
|
||||
|
|
@ -374,8 +369,8 @@
|
|||
* 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games
|
||||
* 🌐 **[CoD All](https://gitlab.com/xifil/cod-all)** - CoD Multiplayer Mod Index
|
||||
* ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah)
|
||||
* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/)
|
||||
* [Ezz-BOIII](https://rentry.co/FMHYB64#boiii) - COD Black Ops 3 Multiplayer Client
|
||||
* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/) / [Tools](https://github.com/z6m/h2m-tool)
|
||||
* [Ezz-BOIII](https://rentry.co/FMHYBase64#boiii) - COD Black Ops 3 Multiplayer Client
|
||||
* [CoD4x Mod](https://cod4x.ovh/) - COD4 (2007) Multiplayer Project / Requires MP Key / [Discord](https://discord.cod4x.ovh/)
|
||||
* [Venice Unleashed](https://veniceunleashed.net/) / [Discord](https://discord.com/invite/dpJwaVZ) or [Warsaw Revamped](https://warsaw.gg/) / [Discord](https://discord.com/invite/C9Zrh4G) - Battlefield Mod Projects
|
||||
* [SM64 Coop Deluxe](https://sm64coopdx.com/) - Super Mario 64 Co-Op / [Discord](https://discord.gg/TJVKHS4)
|
||||
|
|
@ -384,7 +379,7 @@
|
|||
* [Slippi](https://slippi.gg/) - Super Smash Bros Melee Online / [Discord](https://discord.com/invite/pPfEaW5)
|
||||
* [Tilted Online](https://wiki.tiltedphoques.com/tilted-online/) - Multiplayer Skyrim & Fallout 4 / [Setup Guide](https://youtu.be/ytSftFoQQHA) / [Discord](https://discord.gg/skyrimtogether) / [GitHub](https://github.com/tiltedphoques/TiltedEvolution)
|
||||
* [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discord.com/invite/mKVdhmEDrW)
|
||||
* [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer Mod / [Subreddit](https://www.reddit.com/r/SubnauticaNitrox/) / [Discord](https://discord.gg/E8B4X9s) / [GitHub](https://github.com/SubnauticaNitrox/Nitrox)
|
||||
* [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer Mod/ [Subreddit](https://www.reddit.com/r/SubnauticaNitrox/) / [Discord](https://discord.gg/E8B4X9s) / [GitHub](https://github.com/SubnauticaNitrox/Nitrox)
|
||||
* [BeamMP](https://beammp.com/) - BeamNG Multiplayer / [GitHub](https://github.com/BeamMP/BeamMP)
|
||||
* [Fika](https://project-fika.gitbook.io/wiki) - Play Single Player Tarkov Co-Op / Requires Legit Game
|
||||
* [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer
|
||||
|
|
@ -399,8 +394,8 @@
|
|||
## ▷ Multiplayer Servers
|
||||
|
||||
* ⭐ **[TrackyServer](https://www.trackyserver.com/)** - Find Private Multiplayer Servers
|
||||
* ⭐ **[Pelican](https://pelican.dev/)** / [GitHub](https://github.com/pelican-dev/panel) or [Pterodactyl](https://github.com/pterodactyl/panel) / [Discord](https://discord.gg/pterodactyl) - Game Server Management Panel
|
||||
* [Server.pro](https://server.pro/) - Game Server Hosting
|
||||
* [Pterodactyl](https://github.com/pterodactyl/panel) / [Discord](https://discord.gg/pterodactyl) or [Pelican](https://pelican.dev/) / [GitHub](https://github.com/pelican-dev/panel) - Game Server Management Panel
|
||||
* [Impostor](https://impostor.github.io/Impostor/) - Among Us Private Server / [Discord](https://discord.com/invite/Mk3w6Tb)
|
||||
* [VRCList](https://vrclist.com/) - Find VRChat Worlds / Signup
|
||||
* [OldUnreal](https://www.oldunreal.com/) - Unreal Tournement Servers / [Discord](https://discord.gg/thURucxzs6)
|
||||
|
|
@ -418,7 +413,7 @@
|
|||
* [ET: Legacy](https://www.etlegacy.com/) - Wolfenstein Enemy Territory Servers / [Discord](https://discord.com/invite/UBAZFys)
|
||||
* [Arctic Combat](https://warfareterritory.net/) - Arctic Combat Server Revival / [Discord](https://discord.com/invite/7aw6grzSgj)
|
||||
* [Factorio.zone](https://factorio.zone/) - Free Factorio Servers
|
||||
* [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/clashofmagic) or [Atrasis](https://atrasisclash.net/) / [Discord](https://discord.gg/wmSjaTJ) - Clash of Clans Private Servers
|
||||
* [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/eSbkhDF) or [Atrasis](https://atrasisclash.net/) / [Discord](https://discord.gg/wmSjaTJ) - Clash of Clans Private Servers
|
||||
* [Rusticaland](https://rusticaland.net/) - Free Rust Servers / [Discord](https://discord.com/invite/MD9RgdYhpf)
|
||||
* [Ephinea](https://ephinea.pioneer2.net/) - Phantasy Star Online Blue Burst Server Revival
|
||||
* [PSO Servers](https://www.reddit.com/r/PSO/wiki/servers) - Phantasy Star Online 1 Server Revivals
|
||||
|
|
@ -434,21 +429,21 @@
|
|||
|
||||
* 🌐 **[Darthsternie](https://darthsternie.net/)** - Console Firmware / Exploit Archive
|
||||
* 🌐 **[Emulators on Consoles](https://emulation.gametechwiki.com/index.php/Category:Emulators_on_consoles)** - List of Emulators for Consoles
|
||||
* 🌐 **[Firmware / Bios Files](https://rentry.co/FMHYB64#console-firmware)**
|
||||
* 🌐 **[Firmware / Bios Files](https://rentry.co/FMHYBase64#console-firmware)**
|
||||
* ⭐ **[Hacks.Guide](https://hacks.guide/)** / [2](https://wiki.hacks.guide/), **[CFW Guide](https://cfw.guide/)**, [ConsoleMods.org](https://consolemods.org/) / [Discord](https://discord.gg/x5vEnkR4C8), [Digiex](https://digiex.net/forums/), [Homebrew Guides](https://rentry.co/Guides) or [Gamebrew](https://www.gamebrew.org/) - Homebrew Guides
|
||||
* ⭐ **[Nintendo Homebrew](https://discord.gg/C29hYvh)** - Nintendo Homebrew Discord
|
||||
* ⭐ **[GBATemp](https://gbatemp.net/)** - Homebrew Forum
|
||||
* [r/Homebrew](https://www.reddit.com/r/homebrew/) - Homebrew Subreddit
|
||||
* [/r/Homebrew](https://www.reddit.com/r/homebrew/) - Homebrew Subreddit
|
||||
* [Game Boy Tech Page](https://web.archive.org/web/19990209041732/http://home.hiwaay.net/%7Ejfrohwei/gameboy/home.html) - Game Boy Tools
|
||||
* [Game Boy Book Reader](https://www.mqp.com/fun/) - Game Boy Book Reader
|
||||
* [NESC-SNESC-Modifications](https://github.com/KMFDManic/NESC-SNESC-Modifications) - NES, SNES & Playstation Mods
|
||||
* [ModMyClassic](https://modmyclassic.com/) - Classic Console Mods
|
||||
* [Wololo](https://wololo.net/) - Console Modding News
|
||||
* [N64Brew](https://n64brew.dev/wiki/Main_Page) - N64 Homebrew Wiki
|
||||
* [r/XboxModding](https://www.reddit.com/r/XboxModding/) or [r/XboxRetailHomebrew](https://www.reddit.com/r/XboxRetailHomebrew/) - Xbox Homebrew Subreddits
|
||||
* [Team Resurgent](https://rentry.co/FMHYB64#team-resurgent) - Xbox Homebrew Tools
|
||||
* [r/XboxHomebrew](https://www.reddit.com/r/XboxHomebrew/) - Xbox One/Series Homebrew Subreddit
|
||||
* [r/360Hacks Guide](https://redd.it/8y9jql) - Xbox 360 Modding Guide
|
||||
* [/r/XboxModding](https://www.reddit.com/r/XboxModding/) or [/r/XboxRetailHomebrew](https://www.reddit.com/r/XboxRetailHomebrew/) - Xbox Homebrew Subreddits
|
||||
* [Team Resurgent](https://rentry.co/FMHYBase64#team-resurgent) - Xbox Homebrew Tools
|
||||
* [/r/XboxHomebrew](https://www.reddit.com/r/XboxHomebrew/) - Xbox One/Series Homebrew Subreddit
|
||||
* [/r/360Hacks Guide](https://redd.it/8y9jql) - Xbox 360 Modding Guide
|
||||
* [C-Xbox Tool](https://gbatemp.net/download/c-xbox-tool.7615/) - .XBE to ISO File Converter
|
||||
* [NKit](https://wiki.gbatemp.net/wiki/NKit) - Disc Image Processor
|
||||
* [NASOS](https://download.digiex.net/Consoles/GameCube/Apps/NASOSbeta1.rar) - Gamecube iso.dec to ISO Converter
|
||||
|
|
@ -460,11 +455,11 @@
|
|||
|
||||
## ▷ Switch Homebrew
|
||||
|
||||
* ⭐ **[r/SwitchPirates Wiki](https://www.reddit.com/r/SwitchPirates/wiki/index/)**, **[Switch Hacks Guide](https://switch.hacks.guide/)** (anti-piracy) or [Switchway](https://switchway.net/) - Homebrew Guides
|
||||
* ⭐ **[Switch Homebrew Guides](https://rentry.co/FMHYBase64#switch-homebrew-guides)**
|
||||
* ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store
|
||||
* [r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits
|
||||
* [/r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [/r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits
|
||||
* [LAN Play Status](http://lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers
|
||||
* [FlagBrew](https://github.com/FlagBrew) - Switch Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa)
|
||||
* [FlagBrew](https://flagbrew.org/) - Switch Homebrew / [Discord](https://discord.com/invite/4Rv8DTzGFa)
|
||||
* [NSP Forwarder](https://nsp-forwarder.n8.io/) - Switch NSP Forwarder
|
||||
* [Switch Army Knife](https://www.gamebrew.org/wiki/Switch_Army_Knife) - Switch File Converter
|
||||
* [SysDVR](https://github.com/exelix11/SysDVR) - Switch Game Capture
|
||||
|
|
@ -476,15 +471,15 @@
|
|||
## ▷ Wii U / Wii Homebrew
|
||||
|
||||
* ⭐ **[Wii U Hacks Guide](https://wiiu.hacks.guide/)** - Wii U Jailbreak Guide
|
||||
* ⭐ **[Wii Hacks Guide](https://wii.hacks.guide/)** - Wii Jailbreak Guide
|
||||
* ⭐ **[Wii Hacks Guide](https://wii.hacks.guide/)** - Wii Jailbreak Guides
|
||||
* ⭐ **[WiiBrew](https://wiibrew.org/)** - Wii Homebrew Wiki
|
||||
* ⭐ **[WiiUBrew](https://wiiubrew.org/wiki/Main_Page)** - Wii U Homebrew Wiki
|
||||
* ⭐ **[WiiLink](https://wiilink.ca/)** - Wii Channel Restoration / [BlueSky](https://bsky.app/profile/wiilink.ca) / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) / [GitHub](https://github.com/WiiLink24)
|
||||
* ⭐ **[Wiimmfi](https://wiimmfi.de/)** or [WiiLink WFC](https://wfc.wiilink.ca/) / [BlueSky](https://bsky.app/profile/wiilink.ca) / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) - Wii Multiplayer Servers
|
||||
* ⭐ **[WiiLink](https://wiilink.ca/)** - Wii Channel Restoration / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) / [GitHub](https://github.com/WiiLink24)
|
||||
* ⭐ **[Wiimmfi](https://wiimmfi.de/)** or [WiiLink WFC](https://wfc.wiilink.ca/) / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) - Wii Multiplayer Servers
|
||||
* ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store
|
||||
* [Pretendo](https://pretendo.network/) - Wii U Network Replacement
|
||||
* [r/WiiUHacks](https://www.reddit.com/r/WiiUHacks/) - Wii U Homebrew Subreddit
|
||||
* [r/WiiHacks](https://www.reddit.com/r/WiiHacks/) - Wii Homebrew Subreddit
|
||||
* [/r/WiiUHacks](https://www.reddit.com/r/WiiUHacks/) - Wii U Homebrew Subreddit
|
||||
* [/r/WiiHacks](https://www.reddit.com/r/WiiHacks/) - Wii Homebrew Subreddit
|
||||
* [Open Shop Channel](https://oscwii.org/) - Wii Homebrew App Library
|
||||
* [WBFStoISO](https://www.wbfstoiso.com/) - WBFS to ISO
|
||||
|
||||
|
|
@ -502,8 +497,8 @@
|
|||
* [Artic Base](https://github.com/PabloMK7/ArticBaseServer) - Play Physical 3DS Games on Citra
|
||||
* [Kekatsu-DS](https://github.com/cavv-dev/Kekatsu-DS) - Download DS / DSiware Games Directly on Devices / [CrocDB Support](https://github.com/cavv-dev/crocdb-to-kekatsu)
|
||||
* [BootNTR](https://github.com/Nanquitas/BootNTR) - Stream 3DS to PC or Mac / [Instructions](https://gbatemp.net/threads/3ds-screen-recording-without-a-capture-card-ntr-cfw-method.423445/)
|
||||
* [r/3DSPiracy](https://www.reddit.com/r/3dspiracy/) or [3DSHacks](https://reddit.com/r/3dshacks/) - 3DS Modding Subreddit
|
||||
* [FlagBrew](https://github.com/FlagBrew) - 3DS Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa)
|
||||
* [/r/3DSPiracy](https://www.reddit.com/r/3dspiracy/) or [3DSHacks](https://reddit.com/r/3dshacks/) - 3DS Modding Subreddit
|
||||
* [FlagBrew](https://flagbrew.org/) - 3DS Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa)
|
||||
* [Batch CIA 3DS Decryptor](https://gbatemp.net/threads/batch-cia-3ds-decryptor-a-simple-batch-file-to-decrypt-cia-3ds.512385/) - Decrypt 3DS Files
|
||||
* [Rverse](https://discord.gg/wCvJSCxf4G) - 3DS Miiverse Recreation Discord Server
|
||||
|
||||
|
|
@ -516,21 +511,20 @@
|
|||
* [PSX Place](https://www.psx-place.com/) or [PSX Hax](https://www.psxhax.com/) - Playstation Homebrew Forums
|
||||
* [PSDevWiki](https://www.psdevwiki.com/) - Playstation Dev / Homebrew Wiki
|
||||
* [Chiaki](https://git.sr.ht/~thestr4ng3r/chiaki) / [GitHub](https://github.com/streetpea/chiaki-ng) or [RemotePlay](https://remoteplay.dl.playstation.net/remoteplay/lang/gb/) - Playstation Remote Play Clients
|
||||
* [r/PS5Homebrew](https://www.reddit.com/r/ps5homebrew/) - PS5 Homebrew Subreddit
|
||||
* [r/PS4Homebrew](https://www.reddit.com/r/ps4homebrew/) - PS4 Homebrew Subreddit
|
||||
* [/r/PS5Homebrew](https://www.reddit.com/r/ps5homebrew/) - PS5 Homebrew Subreddit
|
||||
* [/r/PS4Homebrew](https://www.reddit.com/r/ps4homebrew/) - PS4 Homebrew Subreddit
|
||||
* [Exploit Host](https://github.com/Al-Azif/ps4-exploit-host) - PS4 Exploit Hosting
|
||||
* [DarkSoftware](https://www.darksoftware.xyz/) - PS4 / PS3 Firmware
|
||||
* [r/PS3Homebrew](https://reddit.com/r/ps3homebrew) or [r/PS3Piracy](https://www.reddit.com/r/ps3piracy/) - PS3 Homebrew / Piracy Subreddits
|
||||
* [webMAN MOD](https://aldostools.github.io/webMAN-MOD/) - Add Extended Services to PS3 Consoles / [GitHub](https://github.com/aldostools/webMAN-MOD)
|
||||
* [Brewology](http://store.brewology.com/) - PS3 Homebrew Store
|
||||
* [/r/PS3Homebrew](https://reddit.com/r/ps3homebrew) or [/r/PS3Piracy](https://www.reddit.com/r/ps3piracy/) - PS3 Homebrew / Piracy Subreddits
|
||||
* [PS3 Disc Dumper](https://github.com/13xforever/ps3-disc-dumper) - Decrypted PS3 Disc Dumper
|
||||
* [PS3 Game Updater](https://www.psx-place.com/threads/ps3-game-updater-v1-5-psn-liberator-v0-96b-rudi-rastelli-adds-ps3p-pkg-ripper-support.3766/) or [Rusty Pan](https://github.com/RainbowCookie32/rusty-psn) - Update PS3 Games
|
||||
* [PS3Themes](http://www.ps3-themes.com/) - PS3 Themes
|
||||
* [PS2 Scene](https://discord.com/invite/Bd3A7v8) - PS2 Homebrew Discord
|
||||
* [r/PS2Homebrew](https://www.reddit.com/r/ps2homebrew/) - PS2 Homebrew Subreddit
|
||||
* [PSBBN Patch](https://rentry.co/FMHYB64#psbbn-definitive) - PSBBN Definitive English Patch
|
||||
* [/r/PS2Homebrew](https://www.reddit.com/r/ps2homebrew/) - PS2 Homebrew Subreddit
|
||||
* [PSBBN Patch](https://rentry.co/FMHYBase64#psbbn-definitive-english-patch) - PSBBN Definitive English Patch
|
||||
* [PSXDev](https://www.psxdev.net/) - PS1 Development
|
||||
* [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
|
||||
* [/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://www.rinnegatamante.eu/vitadb) - PS Vita Homebrews
|
||||
* [PSPunk](https://www.pspunk.com/) - PSP Homebrew Info
|
||||
|
|
@ -542,7 +536,7 @@
|
|||
* 🌐 **[Steam Deck Mods](https://docs.google.com/document/d/1TWhN9nCorKxut5O7UbPQPDhXLb-8C-CIoesB01yfhmY/)** - Steam Deck Mods / [Discord](https://discord.com/invite/SteamDeck)
|
||||
* ⭐ **[Decky Loader](https://decky.xyz/)** - Steam Deck Plugin Loader / [Plugins](https://plugins.deckbrew.xyz/) / [GitHub](https://github.com/SteamDeckHomebrew/decky-loader)
|
||||
* [Steam Deck Guide](https://main.steamdeck.guide/), [2](https://steamdeck.guide/) - Steam Deck Guide / Resources / [GitHub](https://github.com/NKkrisz/Steam-Deck-Guide)
|
||||
* [r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Discord](https://discord.gg/frg5Mmda56)
|
||||
* [/r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Discord](https://discord.gg/frg5Mmda56)
|
||||
* [great-on-deck-search](https://github.com/cptpiepmatz/great-on-deck-search) - Verified Steam Deck Game Search
|
||||
* [Steam Deck Tools](https://steam-deck-tools.ayufan.dev) - Fan Overlay, Power Control and Steam Controller
|
||||
* [EmuDeck](https://www.emudeck.com/) - Steam Deck Emulator Setup / [Compatibility](https://docs.google.com/spreadsheets/d/1fRqvAh_wW8Ho_8i966CCSBgPJ2R_SuDFIvvKsQCv05w/) / [Discord](https://discord.com/invite/b9F7GpXtFP)
|
||||
|
|
@ -564,7 +558,7 @@
|
|||
* [MC Utils](https://mcutils.com/) - Minecraft Web Tools / [Discord](https://discord.com/invite/flyte)
|
||||
* [Minecraft Forum](https://www.minecraftforum.net/) - Minecraft Community / Support / [Discord](https://discord.com/invite/wGrQNKX)
|
||||
* [MCPEDL](https://mcpedl.com/) - Bedrock Resources
|
||||
* [DigiMinecraft](https://www.digminecraft.com/) or [Birdflop](https://www.birdflop.com/resources/) / [GitHub](https://github.com/birdflop/web) - Minecraft Guides / Tools
|
||||
* [DigiMinecraft](https://www.digminecraft.com/) or [Birdflop](https://www.birdflop.com/resources/) / [GitHub](https://github.com/birdflop/web)- Minecraft Guides / Tools
|
||||
* [ViveCraft](https://www.vivecraft.org/) - VR Minecraft / [Discord](https://discord.com/invite/2x3QCk8qa9) / [GitHub](https://github.com/Vivecraft/VivecraftMod)
|
||||
* [SkyClient](https://skyclient.co/) - Hypixel Asset Installer / [Discord](https://discord.com/invite/QUGZgxb7CM) / [GitHub](https://github.com/SkyblockClient)
|
||||
* [The Minecraft Archive Project](https://map.crummy.com/) - Minecraft Archive
|
||||
|
|
@ -585,7 +579,7 @@
|
|||
|
||||
## ▷ Hosting Tools
|
||||
|
||||
* 🌐 **[FMHL](https://www.myuui.com/)** - Free Minecraft Hosts List / [GitHub](https://github.com/Myuui/Free-Minecraft-Hosts)
|
||||
* 🌐 **[FMHL](https://fmhl.berserk.sbs/)** - Free Minecraft Hosts List / [GitHub](https://github.com/Myuui/Free-Minecraft-Hosts)
|
||||
* ⭐ **[auto-mcs](https://www.auto-mcs.com/)** - Easy Server Setup / [GitHub](https://github.com/macarooni-man/auto-mcs)
|
||||
* ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx)
|
||||
* ⭐ **[paper-optimization](https://paper-chan.moe/paper-optimization/)** or [minecraft-optimization](https://github.com/YouHaveTrouble/minecraft-optimization) - Server Optimization Guides
|
||||
|
|
@ -596,10 +590,11 @@
|
|||
* [ViaVersion](https://viaversion.com/) - Allow Connections from Older Versions / [Discord](https://discord.gg/viaversion) / [GitHub](https://github.com/viaversion)
|
||||
* [mclo.gs](https://mclo.gs/) - Minecraft Log Sharing / Analyzing / [GitHub](https://github.com/aternosorg/mclogs-integration)
|
||||
* [Minestom](https://minestom.net/) - Lightweight Minecraft Server / [Discord](https://discord.gg/pkFRvqB) / [GitHub](https://github.com/Minestom/Minestom)
|
||||
* [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds / [Discord](https://discord.com/invite/VdCAUtm) / [GitHub](https://github.com/MaxMaeder/DriveBackupV2)
|
||||
* [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds / [Discord](https://discord.com/invite/VdCAUtm) /[GitHub](https://github.com/MaxMaeder/DriveBackupV2)
|
||||
* [Pufferfish](https://github.com/pufferfish-gg/Pufferfish), [Purpur](https://purpurmc.org/) / [Discord](https://purpurmc.org/discord) / [GitHub](https://github.com/PurpurMC/) or [Paper](https://papermc.io/software/paper) / [Discord](https://discord.com/invite/papermc) / [GitHub](https://github.com/PaperMC/Paper) / [Plugins](https://hangar.papermc.io/) - Performance Enhancement Servers
|
||||
* [GeyserMC](https://geysermc.org/) - Join Minecraft Java Servers with Bedrock Client / [Discord](https://discord.com/invite/geysermc) / [GitHub](https://github.com/GeyserMC/Geyser) / [Extras](https://geyserextras.letsgoaway.dev/) / [GitHub](https://github.com/GeyserExtras/GeyserExtras/) / [Consoles](https://wiki.geysermc.org/geyser/using-geyser-with-consoles/)
|
||||
* [Minecraft Server Scanner](https://github.com/MrBruz/Minecraft-Server-Scanner) - Minecraft Server Info
|
||||
* [Minecraft Server Checker](https://moistcatawumpus.github.io/minecraft-server-checker/) - Simple Server Checker / [GitHub](https://github.com/MoistCatawumpus/minecraft-server-checker)
|
||||
* [mcsrvstat](https://mcsrvstat.us/) - Server Status Updates
|
||||
* [MC-Server-Banner-API](https://github.com/LOOHP/MC-Server-Banner-API) - Real-Time Updated Server Banners
|
||||
|
||||
|
|
@ -614,7 +609,7 @@
|
|||
* [SkLauncher](https://skmedix.pl/) - User-friendly Launcher
|
||||
* [AstralRinth](https://git.astralium.su/didirus/AstralRinth) - User-friendly Launcher
|
||||
* [UltimMC](https://github.com/UltimMC/Launcher) - Launcher for Cracked Accounts
|
||||
* [Betacraft Launcher](https://betacraft.uk/) / [2](https://betacraft.ee/) / [3](https://betacraft.ovh/) or [LegacyFix](https://github.com/betacraftuk/legacyfix) - Patch / Fix Legacy Versions
|
||||
* [Betacraft Launcher](https://betacraft.uk/) or [LegacyFix](https://github.com/betacraftuk/legacyfix) - Patch / Fix Legacy Versions
|
||||
* [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL)
|
||||
* [LabyMod](https://www.labymod.net/) - Launcher
|
||||
* [Crystal Launcher](https://crystal-launcher.net/) - Launcher
|
||||
|
|
@ -639,8 +634,8 @@
|
|||
* [Forge](https://files.minecraftforge.net/), [NeoForged](https://neoforged.net/), [Quilt](https://quiltmc.org/) or [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) - Mod Loaders
|
||||
* [PAX](https://github.com/maradotwebp/pax), [ModMenu](https://modrinth.com/mod/modmenu) (fabric) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers
|
||||
* [Forgix](https://github.com/PacifistMC/Forgix) - Merge Mod Loaders
|
||||
* [r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community
|
||||
* [Visual Bukkit](https://www.spigotmc.org/resources/visual-bukkit.76474/) - GUI Plugin Builder / [Discord](https://discord.gg/ugkvGpu) / [GitHub](https://github.com/OfficialDonut/VisualBukkit)
|
||||
* [/r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community
|
||||
* [Visual Bukkit](https://www.spigotmc.org/resources/visual-bukkit.76474/) - GUI Plugin Builder / [GitHub](https://github.com/OfficialDonut/VisualBukkit) / [Discord](https://discord.gg/ugkvGpu)
|
||||
* [CraftPresence](https://modrinth.com/mod/craftpresence) or [Phase's Discord RPC](https://modrinth.com/mod/phases-discord-rich-presence) - Discord RPC for Java Edition
|
||||
* [Controlify](https://modrinth.com/mod/controlify) - Add Controller Support to Java Edition
|
||||
* [No Telemetry](https://modrinth.com/mod/no-telemetry) - Disable Telemetry Data
|
||||
|
|
@ -677,7 +672,7 @@
|
|||
* 🌐 **[Minecraft Speedrunning](https://www.minecraftspeedrunning.com/)** - Minecraft Speedrunning Resources
|
||||
* ⭐ **[MCPropertyEncyclopedia](https://joakimthorsen.github.io/MCPropertyEncyclopedia/)** - Block Property Encyclopedia
|
||||
* ⭐ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler
|
||||
* ⭐ **[Minecraft Java Flags](https://unascribed.com/garden/jvm-args/)** - Java Edition Performance Tweaks
|
||||
* ⭐ **[Minecraft Java Flags](https://github.com/Mukul1127/Minecraft-Java-Flags)** - Java Edition Performance Tweaks
|
||||
* [Report Inspector](https://misode.github.io/report/) - Crash Report / Profiling Inspector
|
||||
* [Mineflayer](https://prismarinejs.github.io/mineflayer/) - Minecraft Bot Creator / [GitHub](https://github.com/PrismarineJS/mineflayer)
|
||||
* [Minecraft Armor Stand](https://haselkern.com/Minecraft-ArmorStand/) - Design Poses for Armorstands
|
||||
|
|
@ -686,7 +681,6 @@
|
|||
* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) - Minecraft Command Generators
|
||||
* [NBT Studio](https://github.com/tryashtar/nbt-studio/) or [webNBT](https://irath96.github.io/webNBT/) - Minecraft NBT File Editors
|
||||
* [MinecraftJSON](https://www.minecraftjson.com/) - Minecraft Tellraw Generator
|
||||
* [MC Assets](https://rentry.co/FMHYB64#mc-assets) - Extracted Minecraft Assets
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -780,7 +774,7 @@
|
|||
## ▷ Pokemon Tools
|
||||
|
||||
* 🌐 **[Awesome Pokémon](https://github.com/tobiasbueschel/awesome-pokemon)** - Pokémon Resources
|
||||
* 🌐 **[r/PTCGP Resource Guide](https://redd.it/1gf94ey)** - Pokémon TCG Pocket Resources
|
||||
* 🌐 **[/r/PTCGP Resource Guide](https://redd.it/1gf94ey)** - Pokémon TCG Pocket Resources
|
||||
* ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki
|
||||
* ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Awesome](https://pokemon-awesome.vercel.app/), [Pokémon Database](https://pokemondb.net/) or [PocketMonsters.net](https://pocketmonsters.net/) - Pokémon Databases
|
||||
* ⭐ **[PokeList](https://pokemonlist.netlify.app/)** or [PokeAPI](https://pokeapi.co/) - Pokédexes
|
||||
|
|
@ -825,7 +819,7 @@
|
|||
|
||||
## ▷ GTA Tools
|
||||
|
||||
* 🌐 **[GTAAll](https://www.gtaall.com/)**, [GTAInside](https://gtainside.de/), [GameModding](https://gamemodding.com/), [GTAGarage](https://gtagarage.com/) or [LibertyCity](https://libertycity.net/) - GTA Mods, Walkthroughs & More
|
||||
* 🌐 **[GTAAll](https://www.gtaall.com/)**, [GTAInside](https://gtainside.com/), [GameModding](https://gamemodding.com/), [GTAGarage](https://gtagarage.com/) or [LibertyCity](https://libertycity.net/) - GTA Mods, Walkthroughs & More
|
||||
* 🌐 **[GTA5-Mods](https://www.gta5-mods.com/)** - GTAV Mods
|
||||
* 🌐 **[MixMods](https://www.mixmods.com.br/)** - GTASA Mods
|
||||
* ⭐ **[FiveM](https://fivem.net/)**, [alt:V](https://altv.mp/) or [RAGE](https://rage.mp/) - Modded GTAV Servers / Requires Legit Copy
|
||||
|
|
@ -853,7 +847,7 @@
|
|||
* [Classic DOOM](https://classicdoom.com/) or [DoomWorld](https://www.doomworld.com/) - Doom Downloads
|
||||
* [Doom64 EX](https://doom64ex.wordpress.com/downloads/) - Doom 64 PC Port
|
||||
* [dhewm3](https://dhewm3.org/) - Doom 3 Source Port
|
||||
* [Doom WADs Indexes](https://rentry.co/FMHYB64#doom-wads), [DoomsHack](https://doomshack.org/) or [Doom Wad Station](https://www.doomwadstation.net/) - Doom WADs
|
||||
* [DoomsHack](https://doomshack.org/), [Doom WADs](https://rentry.co/FMHYBase64#doom-wads), [Doom Pastebin](https://pastebin.com/3DWF3Msq) or [Doom Wad Station](https://www.doomwadstation.net/) - Doom WADs
|
||||
* [DOOM FX](https://github.com/RandalLinden/DOOM-FX) - Doom SNES Source Code
|
||||
* [UltimateDoomBuilder](https://ultimatedoombuilder.github.io/) - Doom Map Builder
|
||||
|
||||
|
|
@ -871,7 +865,7 @@
|
|||
* Luigi_Fan2's Stat Charts - [MK8DX](https://docs.google.com/spreadsheets/d/1g7A-38tn9UAIbB2B3sZI-MpILsS3ZS870UTVMRRxh4Q/edit?gid=0#gid=0) / [MK8](https://docs.google.com/spreadsheets/d/1kfhyD3ZQhfRG0PEZt2Z815K7wZ20R7DOqCQnTBNko0U/edit?gid=0#gid=0) - Mario Kart stats
|
||||
* [MK8DX Builder](https://mk8dxbuilder.com/) - Kart Builder
|
||||
* [MKCentral](https://www.mariokartcentral.com/mkc/) - Mario Kart Tournaments
|
||||
* [r/MarioKart](https://www.reddit.com/r/mariokart/) or [r/MarioKartWii](https://www.reddit.com/r/MarioKartWii/) - Mario Kart Subreddits
|
||||
* [/r/MarioKart](https://www.reddit.com/r/mariokart/) or [/r/MarioKartWii](https://www.reddit.com/r/MarioKartWii/) - Mario Kart Subreddits
|
||||
* [RiiBalanced](https://drive.google.com/file/d/1AKJH3s0YpxQ09eud0EEd2YVFJ56f9VuO/view) - Rebalanced MKW Mod / [Discord](https://discord.gg/YZxyK4f3EU)
|
||||
* [Mario Kart Wii Deluxe](https://wiki.tockdom.com/wiki/Mario_Kart_Wii_Deluxe) - Custom MKW Tracks
|
||||
* [TTs Online](https://redd.it/ie6gi7) - MKW Online Time Trials Mod
|
||||
|
|
@ -897,7 +891,8 @@
|
|||
* [GD Docs](https://wyliemaster.github.io/gddocs/) - GD Programming Documentation
|
||||
* [GD History](https://history.geometrydash.eu/) - GD Archival Project / [Downloader](https://github.com/Cvolton/GDHistory-Downloader)
|
||||
* [GMD Private Server](https://github.com/Cvolton/GMDprivateServer) - Private Server Maker
|
||||
* [3Dash](https://delugedrop.itch.io/3dash) - 3D Geometry Dash Game / [Demon List](https://3dashdl.pages.dev/#/) / [Challenge List](https://3dashdemonlist.github.io/Challenge/) / [Impossible Levels](https://3dashdemonlist.github.io/ILL/)
|
||||
* [3Dash](https://delugedrop.itch.io/3dash) - 3D Geometry Dash Game
|
||||
* 3Dash Tools - [Demon List](https://3dashdl.pages.dev/#/) / [Challenge List](https://3dashdemonlist.github.io/Challenge/) / [Impossible Levels](https://3dashdemonlist.github.io/ILL/)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -937,7 +932,7 @@
|
|||
* ⭐ **[Prydwen](https://www.prydwen.gg/)** - Gacha Game Guides / [Discord](https://discord.gg/prydwen)
|
||||
* ⭐ **[Keqingmains](https://keqingmains.com/)** - Genshin Guides
|
||||
* ⭐ **[XXMI](https://github.com/SpectrumQT/XXMI-Launcher)** - Gacha Games Modding Tool / [Discord](https://discord.gg/agmg)
|
||||
* [r/GachaGaming](https://www.reddit.com/r/gachagaming/) - Gacha Games Subreddit
|
||||
* [/r/GachaGaming](https://www.reddit.com/r/gachagaming/) - Gacha Games Subreddit
|
||||
* [FGO GamePress](https://grandorder.gamepress.gg/) - FGO Wiki + Guides
|
||||
* [Chaldea](https://chaldea.center/) - FGO Planner & Battle Simulator
|
||||
* [LunarCore](https://github.com/Melledy/LunarCore) - Private Honkai: Star Rail Servers
|
||||
|
|
|
|||
|
|
@ -10,42 +10,40 @@
|
|||
|
||||
# ► Download Games
|
||||
|
||||
* 🌐 **[r/PiratedGames Mega](https://rentry.org/pgames)** / [Discord](https://discord.gg/dZWwhUy), **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)** or **[privateersclub](https://megathread.pages.dev/)** / [Discord](https://discord.gg/jz8dUnnD6Q) - Piracy Indexes
|
||||
* 🌐 **[/r/PiratedGames Mega](https://rentry.org/pgames)** / [Discord](https://discord.gg/dZWwhUy), **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)** or **[privateersclub](https://megathread.pages.dev/)** / [Discord](https://discord.gg/jz8dUnnD6Q) - Piracy Indexes
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/games)** / [Discord](https://discord.gg/vShRGx8ZBC) or **[EverythingMoe](https://everythingmoe.com/?section=game)** / [Discord](https://discord.gg/GuueaDgKdS) - Otaku Games Indexes
|
||||
* ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)**, [2](https://csrin.org/) - Download / Torrent / Signup / PW: `cs.rin.ru / csrin.org` / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum)
|
||||
* ⭐ **CS.RIN Tools** - [Search Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#csrin-search) (Important) / [Status](https://csrinstaff.writeas.com/) / [Enhancements](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external)
|
||||
* ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/SteamRip/) / [Discord](https://discord.gg/WkyjpA3Ua9)
|
||||
* ⭐ **CS.RIN Tools** - [Search Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#csrin-search) (important) / [Status](https://csrinstaff.writeas.com/) / [Enhancements](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external)
|
||||
* ⭐ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/)
|
||||
* ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/SteamRip/) / [Discord](https://discord.gg/WkyjpA3Ua9)
|
||||
* ⭐ **[AnkerGames](https://ankergames.net/)** - Download / Pre-Installs / [Subreddit](https://www.reddit.com/r/Anker_Games_/) / [Discord](https://discord.gg/nnMnGzDbwg)
|
||||
* ⭐ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / Signup / PW: `online-fix.me` / [Telegram](https://t.me/onlinefix) / [Discord](https://discord.gg/yExgFYncMD)
|
||||
* ⭐ **[GameBounty](https://gamebounty.world/)** - Download / [Discord](https://discord.gg/dmjUJ4xCEV)
|
||||
* ⭐ **[UnionCrax](https://union-crax.xyz/)** - Download / Pre-Installs / [Discord](https://discord.gg/dkVame6BQS)
|
||||
* ⭐ **[SteamUnderground](https://steamunderground.net/)** - Download / Pre-Installs / [Discord](https://discord.gg/hxdv7eJ5Yt)
|
||||
* ⭐ **[SteamUnderground](https://steamunderground.net/)** - Download / Torrent / Pre-Installs / [Discord](https://discord.gg/hxdv7eJ5Yt)
|
||||
* ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / PW: `www.ovagames.com` / [Redirect Bypass Required](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass)
|
||||
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Sign-Up Required
|
||||
* [Virgil Game Search](https://virgil.samidy.com/Game-search/) / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
|
||||
* [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx), [Rezi Search](https://rezi.one/), [Rave Search](https://idleendeavor.github.io/gamesearch/) / [2](https://ravegamesearch.pages.dev/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
|
||||
* [g4u](https://g4u.to/) - Download / PW: `404`
|
||||
* [UnionCrax](https://union-crax.xyz/) - Download / Pre-Installs / [Lightweight Site](https://fuzzy.union-crax.xyz/) / [Discord](https://discord.gg/dkVame6BQS)
|
||||
* [GLoad](https://gload.to/) - Download
|
||||
* [Gamesdrive](https://gamesdrive.net/) - Download / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk) / [Discord](https://discord.gg/wXdNEhf73x)
|
||||
* [Gamesdrive](https://gamesdrive.net/) - Download / [Discord](https://discord.gg/wXdNEhf73x) / [Telegram](https://t.me/+qkrAOiq7k7ozNzRk)
|
||||
* [SteamGG](https://steamgg.net/) - Download / Pre-Installs / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE)
|
||||
* [Fluxy Repacks](https://fluxyrepacks.xyz/games) - Download / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#fluxy-repacks) / [Discord](https://discord.gg/TBs8Te5nwn)
|
||||
* [GoMorGames](https://gomorgames.com/) - Download / [Discord](https://discord.gg/raWtANAZqF)
|
||||
* [Fluxy Repacks](https://fluxyrepacks.xyz/) - Download / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#fluxy-repacks) / [Discord](https://discord.gg/TBs8Te5nwn)
|
||||
* [appnetica](https://appnetica.com/) - Download / Torrent / Pre-Installs / [Telegram](https://t.me/appnetica_info) / [Discord](https://discord.gg/TvKnH6P)
|
||||
* [AtopGames](https://atopgames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/KSG9Tg2s7b)
|
||||
* [ElEnemigos](https://elenemigos.com/) - Download / PW: `elenemigos.com` / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos)
|
||||
* [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installs / [Discord](https://discord.gg/XqMpBdVWvK)
|
||||
* [AstralGames](https://astral-games.xyz/) - Download / Pre-Installs / [Discord](https://discord.gg/38bRNmKB4v)
|
||||
* [Rexa Games](https://rexagames.com/) - Download / Pre-Installs / [Discord](https://discord.gg/6KWStFYSTj)
|
||||
* [TriahGames](https://triahgames.com/) - Download / PW: `www.triahgames.com` / [Discord](https://discord.gg/vRxJNNcJNh)
|
||||
* [TriahGames](https://triahgames.com/) - Download / [Discord](https://discord.gg/vRxJNNcJNh) / PW: `www.triahgames.com`
|
||||
* [GetFreeGames](https://getfreegames.net/) - Download / [Discord](https://discord.gg/Pc5TtEzk7k)
|
||||
* [World of PC Games](https://worldofpcgames.com/) - Download / Pre-Installs / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Site Info](https://rentry.org/ikc3x8bt) / [Subreddit](https://www.reddit.com/r/WorldofPCGamess/)
|
||||
* [Games4U](https://games4u.org/) - Download / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Sources on DDL Pages
|
||||
* [Games4U](https://games4u.org/) - Download / Use [Adblock / Popup-Block](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Sources on DDL Pages
|
||||
* [CG Games](https://www.cg-gamespc.com/) - Download
|
||||
* [GamePCFull](https://gamepcfull.com/) - Download
|
||||
* [IRC Games](https://redd.it/x804wg) - Download Games via IRC
|
||||
* [FreeToGame](https://www.freetogame.com/games) or [Acid Play](https://acid-play.com/) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff)
|
||||
* [Anti Denuvo Sanctuary](https://rentry.co/FMHYB64#adsanctuary) - Denuvo Games / Works Offline
|
||||
* [ROM Heaven CSF](https://rentry.co/FMHYB64#csf) - Clean Steam Files
|
||||
* [Anti Denuvo Sanctuary](https://rentry.co/FMHYBase64#adsanctuary) - Denuvo Games / Works Offline
|
||||
* [ROM Heaven CSF](https://rentry.co/FMHYBase64#csf) - Download Clean Steam Files
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -58,11 +56,11 @@
|
|||
* ⭐ **[FitGirl Repacks](https://fitgirl-repacks.site/)** - Download / Torrent / ROM Repacks / [Unofficial Launcher](https://github.com/CarrotRub/Fit-Launcher/)
|
||||
* ⭐ **[KaOsKrew](https://kaoskrew.org/)** - Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs)
|
||||
* ⭐ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - Download / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X)
|
||||
* ⭐ **[Gnarly Repacks](https://rentry.co/FMHYB64#gnarly_repacks)** - Download / PW: `gnarly`
|
||||
* ⭐ **[Gnarly Repacks](https://rentry.co/FMHYBase64#gnarly_repacks)** - Download / PW: `gnarly`
|
||||
* [ScOOt3r Repacks](https://discord.gg/xe3Fys8Upy) - Download / Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs)
|
||||
* [M4CKD0GE Repacks](https://m4ckd0ge-repacks.site/) - Download / [Discord](https://discord.gg/693hNBdymb)
|
||||
* [Dyren Repacks](https://rentry.co/FMHYB64#dyren) - Download / Torrent / [Discord](https://discord.com/invite/kw36u9cxd3)
|
||||
* [DODI Repacks](https://rentry.co/FMHYB64#dodi) - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE)
|
||||
* [Dyren Repacks](https://rentry.co/FMHYBase64#dyren) - Download / Torrent / [Discord](https://discord.com/invite/kw36u9cxd3)
|
||||
* [DODI Repacks](https://rentry.co/FMHYBase64#dodi) - Torrent / [Lootlink Bypass](https://rentry.co/lootlink) / **[Site Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dodi-warning)** / [Discord](https://discord.gg/D9WU7C9FSE)
|
||||
* [Stevv Game](https://www.stevvgame.com/) - Download / [Discord](https://discord.gg/snbpB6pCK9)
|
||||
* [Xatab Repacks](https://byxatab.com/) - Torrent
|
||||
* [Elamigos](https://elamigos.site/) - Download
|
||||
|
|
@ -73,10 +71,10 @@
|
|||
## ▷ Virtual Reality
|
||||
|
||||
* ⭐ **[VRPirates](https://vrpirates.wiki/)**, [2](https://vrpirates.club/) - VR Piracy Wiki / [Telegram](https://t.me/VRPirates) / [Discord](https://discord.gg/tBKMZy7QDA)
|
||||
* ⭐ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - VR Games / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X)
|
||||
* ⭐ **[ARMGDDN Browser](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593)** - VR Games / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X)
|
||||
* [Phoenix Place](https://phoenixplace.xyz/) - VR Games / Sign-Up Required / [Discord](https://discord.gg/wfJs3eJvHa)
|
||||
* [The Gear VR Vault](https://vault.gearvr.net/) - VR Abandonware Games / Apps
|
||||
* [r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy
|
||||
* [/r/QuestPiracy](https://www.reddit.com/r/QuestPiracy/) - Oculus Quest Piracy
|
||||
* [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform / [Subreddit](https://www.reddit.com/r/sidequest)
|
||||
* [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games / [Discord](https://discord.gg/UVs9V58)
|
||||
* [UEVR](https://uevr.io/) - Convert Unreal Engine Games to VR
|
||||
|
|
@ -99,17 +97,16 @@
|
|||
* [Japanese PC Compendium](https://japanesepccompendium.blogspot.com/) - Retro Japanese PC Games
|
||||
* [OldGamesDownload](https://oldgamesdownload.com/) - Abandonware
|
||||
* [ClassicPCGames](https://archive.org/details/classicpcgames) - Abandonware
|
||||
* [Magipack](https://rentry.co/FMHYB64#magipack) - Abandonware
|
||||
* [GiochiAbandonware](https://giochiabandonware.com/) - Abandonware / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Magipack](https://rentry.co/FMHYBase64#magipack) - Abandonware
|
||||
* [Old-Games.com](https://www.old-games.com/) - Abandonware / 2 Daily Downloads
|
||||
* [Win7Games](https://win7games.com/) - Classic Windows Games
|
||||
* [The U-M Software Archives](https://websites.umich.edu/~archive/) - Retro PC / Mac Games
|
||||
* [DOS Games Archive](https://www.dosgamesarchive.com/) - DOS Games / Online
|
||||
* [DOS Games Archive](https://www.dosgamesarchive.com/) - DOS Games / Has Online
|
||||
* [DOS HAVEN](https://www.doshaven.eu/) - DOS Games
|
||||
* [Best Old Games](https://www.bestoldgames.net/) - DOS Games / Online
|
||||
* [DOSGames](https://dosgames.com/) - DOS Games / Online
|
||||
* [Best Old Games](https://www.bestoldgames.net/) - DOS Games / Has Online
|
||||
* [DOSGames](https://dosgames.com/) - DOS Games / Has Online
|
||||
* [FreeDOSGames](https://www.freedosgames.de/) - DOS Games
|
||||
* [RGB Classic Games](https://www.classicdosgames.com/) - DOS Games / Online
|
||||
* [RGB Classic Games](https://www.classicdosgames.com/) - DOS Games / Has Online
|
||||
* [Abandonware DOS](https://www.abandonwaredos.com/) - DOS Games
|
||||
* [MSX Resource Center](https://www.msx.org/) - MSX Games
|
||||
* [Generation MSX](https://www.generation-msx.nl/) - MSX Games
|
||||
|
|
@ -123,7 +120,7 @@
|
|||
## ▷ Remakes / Ports
|
||||
|
||||
* 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games
|
||||
* 🌐 **[Game Decompilations](https://decomps.samidy.com/)**, [2](https://rentry.co/Decomps) / [GitHub](https://github.com/SamidyFR/Game-Decompilations), [RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games) or [awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations) - Game Decompilations
|
||||
* 🌐 **[Game Decompilations](https://decomps.samidy.com/)**, [2](https://rentry.co/Gamedecomps) / [GitHub](https://github.com/SamidyFR/Game-Decompilations), [RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games) or [awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations) - Game Decompilations
|
||||
* 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** or [TheGamingEmporium](https://www.thegamingemporium.com/) - PC Ports, Decompilations, Remakes, Fan Games & more
|
||||
* 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes
|
||||
* 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games
|
||||
|
|
@ -136,10 +133,9 @@
|
|||
* [TF2 Classic](https://tf2classic.com/) - Team Fortress 2 Classic Mod
|
||||
* [Super Smash Flash](https://www.supersmashflash.com/) / [Discord](https://discord.com/invite/mcleodgaming) or [Smash Crusade](https://smash-crusade.itch.io/crusade) / [Forum](https://projectcrusade.forumotion.com/) / [Discord](https://discord.com/invite/9WBn6u65Fg) - Super Smash Bros. Flash Style Fan Games
|
||||
* [RisingHub](https://risinghub.net/) - Battlefield Heroes Revival Project / [Discord](https://discord.gg/GqxxgBj)
|
||||
* [Chrono Divide](https://rentry.co/FMHYB64#chrono-divide) / [Discord](https://discord.gg/uavJ34JTWY) / [GitHub](https://github.com/chronodivide) or [OpenRA](https://openra.net/) / [Discord](https://discord.com/invite/m5dVWH4aQE) / [GitHub](https://github.com/OpenRA/OpenRA) - Command & Conquer Recreations / Ports
|
||||
* [Chrono Divide](https://rentry.co/FMHYBase64#chrono-divide) / [Discord](https://discord.gg/uavJ34JTWY) / [GitHub](https://github.com/chronodivide) or [OpenRA](https://openra.net/) / [Discord](https://discord.com/invite/m5dVWH4aQE) / [GitHub](https://github.com/OpenRA/OpenRA) - Command & Conquer Recreations / Ports
|
||||
* [Beyond All Reason](https://www.beyondallreason.info/) - Open-Source Total Annihilation / Supreme Commander / [Discord](https://discord.gg/beyond-all-reason) / [GitHub](https://github.com/beyond-all-reason)
|
||||
* [DFWorkshop](https://www.dfworkshop.net/) - Daggerfall Unity Engine Port
|
||||
* [The Dark Mod](https://www.thedarkmod.com/) - Modernized Thief Recreation / [Community Missions](https://www.thedarkmod.com/missions/)
|
||||
* [OpenMW](https://openmw.org/) - Morrowind Remake / [GitHub](https://github.com/OpenMW/openmw) / [Multiplayer](https://github.com/TES3MP/TES3MP)
|
||||
* [ECWolf](https://maniacsvault.net/ecwolf/) - Wolfenstein 3D, Spear of Destiny & Super 3D Noah's Ark Port
|
||||
* [IOQuake3](https://ioquake3.org/) - Quake 3 Source Port / [Discord](https://discord.gg/YY9UvMHGYb) / [GitHub](https://github.com/ioquake/ioq3)
|
||||
|
|
@ -167,18 +163,16 @@
|
|||
* [FlightGear](https://www.flightgear.org/) - Open-Source Flight Simulator / [GitLab](https://gitlab.com/flightgear/flightgear)
|
||||
* [Falcon BMS](https://www.falcon-bms.com/) - Falcon 4.0 Modernization Project / [Forum](https://forum.falcon-bms.com/) / [Subreddit](https://www.reddit.com/r/falconbms/) / [Discord](https://discord.gg/KQNHQBz)
|
||||
* [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake
|
||||
* [The Crew Unlimited](https://thecrewunlimited.com/) - The Crew 1 Revival Project / [Discord](https://discord.gg/Ms7T5vWgP5)
|
||||
* [Forge](https://card-forge.github.io/forge/) - Magic: The Gathering Fangame / [GitHub](https://github.com/Card-Forge/forge)
|
||||
* [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame / [Discord](https://discord.gg/ygopro-percy) / [GitHub](https://github.com/ProjectIgnis)
|
||||
* [OpenNox](https://github.com/opennox/opennox) - Nox Revival Project / [Discord](https://discord.gg/HgDUeXhAyW)
|
||||
* [Sonic Runners Revival](https://sonicrunners.com/) - Sonic Runners Revival / [Discord](https://discord.gg/T5ytR6T)
|
||||
* [Pixel Gun World](https://pgun.rilisoft.info/) / [Discord](https://discord.com/invite/pHteGmZzbU) or [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revivals / PC Ports
|
||||
* [Infinity Blade PC](https://rentry.co/FMHYB64#ib-pc-port) - Infinity Blade I/II PC Ports / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC)
|
||||
* [Infinity Blade PC](https://rentry.co/FMHYBase64#ib-pc-port) - Infinity Blade I/II PC Ports / [Subreddit](https://www.reddit.com/r/infinityblade) / [Discord](https://discord.gg/GfX3pmC)
|
||||
* [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features
|
||||
* [SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball) - Space Cadet Pinball / [Android](https://github.com/fexed/Pinball-on-Android)
|
||||
* [Visual Pinball](https://github.com/vpinball/vpinball) - Pinball Table Editor / Simulator / [Tables](https://www.vpforums.org/)
|
||||
* [YARC-Official](https://github.com/YARC-Official) - Rock Band Clone / [Launcher](https://github.com/YARC-Official/YARC-Launcher/releases) / [Discord](https://discord.gg/sqpu4R552r)
|
||||
* [Clone Hero](https://clonehero.net/) - Guitar Hero Clone / [Wiki / Guides](https://wiki.clonehero.net/) / [Setlists](https://rentry.co/FMHYB64#setlists), [2](https://customsongscentral.com/), [3](https://rentry.co/FMHYB64#frif-drive) / [Wii Controller Support](https://github.com/Meowmaritus/WiitarThing) / [Custom Client](https://clonehero.scorespy.online) / [Discord](https://discord.gg/Hsn4Cgu)
|
||||
* [Clone Hero](https://clonehero.net/) - Guitar Hero Clone / [Wiki / Guides](https://wiki.clonehero.net/) / [Setlists](https://rentry.co/FMHYBase64#setlists), [2](https://customsongscentral.com/), [3](https://rentry.co/FMHYBase64#frif-drive) / [Wii Controller Support](https://github.com/Meowmaritus/WiitarThing) / [Custom Client](https://clonehero.scorespy.online) / [Discord](https://discord.gg/Hsn4Cgu)
|
||||
* [Bridge](https://github.com/Geomitron/Bridge) - Download Charts for Rhythm Games / [Discord](https://discord.gg/cqaUXGm)
|
||||
* [ITGmania](https://www.itgmania.com/) - DDR Clone / [GitHub](https://github.com/itgmania/itgmania)
|
||||
* [beatoraja](https://mocha-repository.info/) - BMS Player as Alternative to IIDX / [beatoraja English Guide](https://github.com/wcko87/beatoraja-english-guide/wiki)
|
||||
|
|
@ -211,7 +205,7 @@
|
|||
* [PyGames](https://www.pygame.org/) - Python Games / [Discord](https://discord.gg/uEKeRSqr2Y) / [GitHub](https://github.com/pygame/pygame)
|
||||
* [Flashtro](https://flashtro.com/) - Cracker Intros
|
||||
* [Redump Forum](http://forum.redump.org/) - Disc Preservation Project
|
||||
* [r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org) / [Guilded](https://guilded.gg/crackwatch) / [FAQ](https://rentry.co/cracksupport)
|
||||
* [/r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org) / [Guilded](https://guilded.gg/crackwatch) / [FAQ](https://rentry.co/cracksupport)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -233,27 +227,26 @@
|
|||
* 🌐 **[Multiplayer Emulation](https://emulation.gametechwiki.com/index.php/Netplay)** - Multiplayer Emulation Tools
|
||||
* ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)**
|
||||
* ⭐ **[Recommended Emulator Specs](https://emulation.gametechwiki.com/index.php/Computer_specs)**
|
||||
* ⭐ **[Emulator BIOS Files](https://rentry.co/FMHYB64#emulator-files)**
|
||||
* ⭐ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators / [DAT Files](https://rentry.co/FMHYB64#ra-dat)
|
||||
* ⭐ **[Emulator BIOS Files](https://rentry.co/FMHYBase64#emulator-files)**
|
||||
* ⭐ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators / [DAT Files](https://rentry.co/FMHYBase64#ra-dat)
|
||||
* ⭐ **[Dolphin Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide)** - Dolphin Setup Guide
|
||||
* ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - Wii U / BOTW Setup Guides
|
||||
* [Switch Emulation](https://rentry.co/FMHYB64#switch-emulation) - Switch Emulator Setup Guides
|
||||
* ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [/r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - Wii U / BOTW Setup Guides
|
||||
* [Switch Emulation](https://rentry.co/FMHYBase64#switch-emulation) - Switch Emulator Setup Guides
|
||||
* [Axekin Wiki](https://wiki.axekin.com/en/) - Emulation Guides / [Discord](https://discord.gg/CUpf57y5Vg)
|
||||
* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info
|
||||
* [TOSEC](https://rentry.co/FMHYB64#tosec) - The Old School Emulation Center
|
||||
* [TOSEC](https://rentry.co/FMHYBase64#tosec) - The Old School Emulation Center
|
||||
* [Emulation Collective](https://discord.com/invite/7pcAbZzpXj) - Xbox One/Series X|S UWP Emulation Discord
|
||||
* [MouseInjector](https://github.com/garungorp/MouseInjectorDolphinDuck) - Add Mouse Support to Emulators
|
||||
* [SaveFileConverter](https://savefileconverter.com/) - Convert Console Saves to Emulator Saves
|
||||
* [Motion Support Bypass](https://redd.it/gobcne) - Fix Cemu BOTW Motion Shrines / [DL](https://mega.nz/file/1Uo3BI6L#X5m-bPK27-X-IijzJH1o4MloivkUqP33zsUJE_kpOdc)
|
||||
* [ns-emu-mod-downloader](https://github.com/Exefer/ns-emu-mod-downloader) - Download Switch Emulator Mods
|
||||
* [Green Leaf](https://discord.gg/m6z3ra8ssh) - Switch Saves Discord
|
||||
* [TOTK Optimization](https://rentry.co/FMHYB64#totk-optimization) - TOTK Optimization / Fixes
|
||||
* [TOTK Optimization](https://rentry.co/FMHYBase64#totk-optimization) - TOTK Optimization / Fixes
|
||||
* [UniversalDynamicInput](https://github.com/Venomalia/UniversalDynamicInput) - Custom Dolphin Button Pack
|
||||
* [Prime Hack](https://github.com/Kekun/primehack) or [Prime Hunter Hack](https://github.com/IBreakGames/PrimeHunterHack) - Add Mouse Support to Metroid Games
|
||||
* [RPCS3 Setup Guide](https://docs.google.com/document/d/1gdjNab-CtVS97jH2diPPP5tCrpBeof9-qPIRRB9-BrU/edit) - RPCS3 Emulator Setup Guide
|
||||
* [PCSX-Redux](https://pcsx-redux.consoledev.net) - PSCX Development Emulator
|
||||
* [Modernized PCSX2 Settings](https://mega.nz/folder/WdNAlY5Z#K6PmrQFyDm2k7BEV8KoAmg) - Premade PCSX2 Settings
|
||||
* [Skate 3 RPCS3 Online](https://discord.gg/DFWCaTGyBT) - RPCS3 Skate 3 Multiplayer
|
||||
* [PictoChat Online](https://pict.chat/) - Browser DS PictoChat
|
||||
* [webnofrendo](https://zardam.github.io/webnofrendo/) - NES Numworks Emulator
|
||||
|
||||
|
|
@ -268,7 +261,7 @@
|
|||
* [RomPatcher](https://www.marcrobledo.com/RomPatcher.js/) / [GitHub](https://github.com/marcrobledo/RomPatcher.js/), [Rom Patcher JS](https://www.romhacking.net/patch/), [Hack64 Patcher](https://hack64.net/tools/patcher.php) or [FFF6Hacking Patcher](https://www.ff6hacking.com/patcher/) - Online ROM Patchers
|
||||
* [Dats.site](https://dats.site/home.php) or [No Intro](https://no-intro.org/) - ROM .dat Files
|
||||
* [Dat-O-Matic](https://datomatic.no-intro.org/index.php) - ROM Datasets
|
||||
* [r/ROMs](https://www.reddit.com/r/ROMs/) - ROM Discussion Sub / [Wiki](https://www.reddit.com/r/Roms/wiki/) / [Matrix](https://matrix.to/#/#romz:matrix.org)
|
||||
* [/r/ROMs](https://www.reddit.com/r/ROMs/) - ROM Discussion Sub / [Matrix](https://matrix.to/#/#romz:matrix.org)
|
||||
* [Kuribo64](https://kuribo64.net/) - ROM Modding Community
|
||||
|
||||
***
|
||||
|
|
@ -276,25 +269,25 @@
|
|||
## ▷ ROM Sites
|
||||
|
||||
* 🌐 **[ROM Sites Wiki](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites)** - List of ROM Download Sites
|
||||
* 🌐 **[r/ROMs Mega](https://r-roms.github.io/)** - ROMs / [Pastebins](https://rentry.co/FMHYB64#romcenter)
|
||||
* ⭐ **[Myrient](https://rentry.co/FMHYB64#myrient)** - ROMs / [Telegram](https://t.me/s/myrient) / [Discord](https://discord.gg/4kVP9AuQ24)
|
||||
* ⭐ **[/r/ROMs Mega](https://r-roms.github.io/)** - ROMs / [Pastebins](https://rentry.co/FMHYBase64#romcenter)
|
||||
* ⭐ **[Myrient](https://rentry.co/FMHYBase64#myrient)** - ROMs / [Telegram](https://t.me/s/myrient) / [Discord](https://discord.gg/4kVP9AuQ24)
|
||||
* ⭐ **[CrocDB](https://crocdb.net/)** - ROMs / [Discord](https://discord.gg/3NyMZKxhUA)
|
||||
* ⭐ **[AlvRo](https://rentry.co/FMHYB64#alvro)** - ROMs / PW: `ByAlvRo`
|
||||
* ⭐ **[Vimms Lair](https://vimm.net/)** - ROMs / [Restore Downloads](https://greasyfork.org/en/scripts/495800) / [Discord](https://discord.com/invite/XReX2ZGNcV)
|
||||
* ⭐ **[No-Intro](https://rentry.co/FMHYB64#no-intro)** - ROMs / [Discord](https://discord.gg/dvk6W6vZmp)
|
||||
* ⭐ **[AlvRo](https://rentry.co/FMHYBase64#alvro)** - ROMs / PW: `ByAlvRo`
|
||||
* ⭐ **[No-Intro](https://rentry.co/FMHYBase64#no-intro)** - ROMs / [Discord](https://discord.gg/dvk6W6vZmp)
|
||||
* ⭐ **[ROM Heaven](https://romheaven.com/)** - ROMs
|
||||
* ⭐ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg)
|
||||
* ⭐ **[RuTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||
* ⭐ **[RetroGameTalk](https://retrogametalk.com/)** / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations / Hacks
|
||||
* [ROM-Collections](https://rentry.co/FMHYB64#rom-collections) - ROMs
|
||||
* ⭐ **[RetroGameTalk](https://retrogametalk.com/)** / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) / [GitHub](https://github.com/Bonmarioinc/BonmarioRomHacks/) - ROM Fan Translations / Hacks
|
||||
* [Vimms Lair](https://vimm.net/) - ROMs / [Restore Downloads](https://greasyfork.org/en/scripts/495800) / [Discord](https://discord.com/invite/XReX2ZGNcV)
|
||||
* [ROM-Collections](https://rentry.co/FMHYBase64#rom-collections) - ROMs
|
||||
* [WowROMs](https://wowroms.com/en) - ROMs
|
||||
* [Retro Game Champion](https://www.retrogamechampion.com/) - Retro Game ROMs, Magazines, Music & more / [Discord](https://discord.gg/zueusZt)
|
||||
* [Zophar's Domain](https://www.zophar.net/) - ROM Mods
|
||||
* [TheRomDepot](https://theromdepot.com/) - ROMs / Signup
|
||||
* [BlueRoms](https://www.blueroms.ws/) - ROMs / Torrents
|
||||
* [EpicROMs](https://epicroms.net/roms/) - ROMs / [Subreddit](https://www.reddit.com/r/EpicRoms/)
|
||||
* [Arquivista ROMs](https://rentry.co/FMHYB64#arquivista) - ROMs
|
||||
* [FinalBurn Neo](https://rentry.co/FMHYB64#finalburn-neo) - ROMs / Zip
|
||||
* [Arquivista ROMs](https://rentry.co/FMHYBase64#arquivista) - ROMs
|
||||
* [FinalBurn Neo](https://rentry.co/FMHYBase64#finalburn-neo) - ROMs / Zip
|
||||
* [Romsie](https://roms2000.com/) - ROMs
|
||||
* [Retro Vault](https://www.retrospot.net/vault/) - ROMs
|
||||
* [Retrostic](https://www.retrostic.com/) - ROMs
|
||||
|
|
@ -320,11 +313,11 @@
|
|||
* [Rom Magnet Links](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites#BitTorrent) - ROMs / Torrent
|
||||
* [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac) / [CSE 2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Multi-Site ROM Search
|
||||
* [Wad Archive](https://archive.org/details/wadarchive) - 83k WAD Files
|
||||
* [Cah4e3](https://cah4e3.shedevr.org.ru/) - Unlicensed ROMs / Bootlegs / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [Cah4e3](https://cah4e3.shedevr.org.ru/) - Unlicensed ROMs / Bootlegs
|
||||
* [xbarchive](https://github.com/codemasterv/xbarchive) - ROMs / Xbox Consoles
|
||||
* [AtariMania](https://www.atarimania.com/) - ROMs / Atari Consoles
|
||||
* [/1CC/](https://1cc.kr.eu.org/1cc/index.html) / [Discord](https://discord.com/invite/e7xffWFf9p), [ROMs For MAME](https://www.romsformame.com/), [PleasureDome](https://pleasuredome.github.io/pleasuredome/mame/), [MAME World](https://mameworld.info/) or [Arcade Database](http://adb.arcadeitalia.net/default.php?lang=en) - Arcade MAME ROMs
|
||||
* [PICOwesome](https://rentry.co/FMHYB64#picowesome) - PICO-8 ROMs
|
||||
* [PICOwesome](https://rentry.co/FMHYBase64#picowesome) - PICO-8 ROMs
|
||||
* [POP Unofficial Website](https://popuw.com/) - Prince of Persia ROMs / Mods
|
||||
* [FFHacktics](https://ffhacktics.com/smf/) - Final Fantasy Tactics Mods / [Discord](https://discord.gg/xpXa8VEV2k)
|
||||
* [SAGE](https://sagexpo.org/) / [Discord](https://discord.sonicfangameshq.com/) or [Sonic Retro](https://forums.sonicretro.org/) / [Discord](https://discord.com/invite/CPy4cjE) / [GitHub](https://github.com/sonicretro/) - Sonic Fan Games + Mods
|
||||
|
|
@ -340,33 +333,31 @@
|
|||
* [taodung](https://taodung.com/) - ROMs / 3DS / Switch
|
||||
* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Gameboy
|
||||
* [64DD.org](https://64dd.org/) - ROMs / 64DD
|
||||
* [NXBrew](https://nxbrew.net/) - ROMs / Switch
|
||||
* [NswRom](https://nswrom.com/) - ROMs / Switch
|
||||
* [SwitchGamesMall](https://switchgamesmall.icu/) - ROMs / Switch / DDL / Torrents / [Discord](https://discord.gg/rgttByzYRY)
|
||||
* [notUltraNX](https://not.ultranx.ru/en) - ROMs / Switch / Sign-Up Required
|
||||
* [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd)
|
||||
* [ROMSLAB](https://romslab.com/) - ROMs / Switch
|
||||
* [NXBrew](https://nxbrew.net/) - ROMs / Switch
|
||||
* [SwitchROM](https://switchroms.io/) - ROMs / Switch
|
||||
* [GNS](https://rentry.co/FMHYB64#gns) - ROMs / Switch
|
||||
* [SwitchROM.io](https://switchrom.io/) - ROMs / Switch
|
||||
* [NSWDB](https://www.nswdb.com) - Switch Release Tracker
|
||||
* [3DSDB](https://3dsdb.com/) - 3DS Release Tracker
|
||||
* [SM64ROMHacks](https://rentry.co/FMHYB64#sm64romhacks) - Super Mario 64 Mods / [Discord](https://discord.com/invite/BYrpMBG)
|
||||
* [SM64ROMHacks](https://rentry.co/FMHYBase64#sm64romhacks) - Super Mario 64 Mods / [Discord](https://discord.com/invite/BYrpMBG)
|
||||
* [MFGG](https://mfgg.net/) - Super Mario Fan Games / Mods / [Discord](https://discord.gg/jchgfw5)
|
||||
* [Newer Team](https://newerteam.com/) or [NSMBHD](https://nsmbhd.net/) / [Discord](https://discord.gg/x7gr3M9) - Super Mario Bros. DS / Wii Mods
|
||||
* [SMW Hacks](https://rentry.co/FMHYB64#smw-hacks) or [SMWCentral](https://smwcentral.net/) - Super Mario World ROM Mods
|
||||
* [SMW Hacks](https://rentry.co/FMHYBase64#smw-hacks) or [SMWCentral](https://smwcentral.net/) - Super Mario World ROM Mods
|
||||
* [wide-snes](https://github.com/VitorVilela7/wide-snes) - Widescreen Super Mario World
|
||||
* [Wario Land Vault](https://wario-land.github.io/HackVault/index.html) - Wario Land ROM Mods
|
||||
* [Pokemerald](https://pokemerald.com/) - Pokémon ROM Mods
|
||||
* [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask
|
||||
* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYB64#smbx-preservation) / [Discord](https://discord.com/invite/aCZqadJ)
|
||||
* [Super Mario Bros Remastered](https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public) - Super Mario Bros. Remake / [Discord](https://discord.com/invite/A68uRsnja3)
|
||||
* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYBase64#smbx-preservation) / [Discord](https://discord.com/invite/aCZqadJ)
|
||||
* [SMB Arena](https://www.smbarena.com/) - Super Mario Bros. 1 Mods
|
||||
* [Super Mario and the Rainbow Stars](https://superstarshi.github.io/smatrs/) - Super Mario Mod / [Discord](https://discord.gg/GBXUa7NF2J)
|
||||
* [Super Mario War](http://smwstuff.net/) - Multiplayer Deathmatch Style Super Mario. Bros.
|
||||
* [Level Share Square](https://levelsharesquare.com/) - Custom Maps for Mario Fangames
|
||||
* [Mario Party Legacy](https://mariopartylegacy.com/forum/) - Mario Party Mods
|
||||
* [Super Mario Bros Crossover](https://archive.org/details/SuperMarioCrossoverOffline) - Play SMB with Alternative Characters
|
||||
* [MetroidConstruction](https://metroidconstruction.com/) - Metroid ROM Modding Community / [Discord](https://discord.gg/xDwaaqa)
|
||||
* [NS2DB](https://ns2db.com/) - Switch 2 / Switch / 3DS ROM Release Tracker / [Discord](https://discord.com/invite/8CpjeXH4)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -507,7 +498,7 @@
|
|||
* [Word Golf](https://www.word.golf/) - Word Relation Game
|
||||
* [JKLM.FUN](https://jklm.fun/) - Multiplayer Word Games
|
||||
* [eWordChallenge](https://www.ewordchallenge.net/) - Boggle Online
|
||||
* [Squaredle](https://squaredle.app/) - Daily Word Puzzle
|
||||
* [Squaredle](https://squaredle.app/), [2](https://squaredle.online/) - Daily Word Puzzle
|
||||
* [Linxicon](https://linxicon.com/) - Word Connection Game
|
||||
* [Wordle VS](https://wordlevs.com/) - Multiplayer Wordle
|
||||
* [Infinite Wordle](https://gregcameron.com/infinite-wordle/) or [Wordle Unlimited](https://wordleunlimited.org/) - Wordle without Daily Limits
|
||||
|
|
@ -530,10 +521,8 @@
|
|||
* ↪️ **[Tabletop Tools & Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_tabletop_tools)**
|
||||
* ⭐ **[Roll20](https://roll20.net/)** / [Discord](http://discord.gg/roll20) or [Rolisteam](https://rolisteam.org/) / [Discord](https://discord.gg/MrMrQwX) - Online Virtual Tabletop Platforms
|
||||
* [FlyOrDie](https://www.flyordie.com/) - Multiplayer Tabletop Games
|
||||
* [VirtualTabletop](https://virtualtabletop.io/) - Multiplayer Tabletop Games / [GitHub](https://github.com/ArnoldSmith86/virtualtabletop)
|
||||
* [PlayOK](https://www.playok.com/) - Multiplayer Tabletop Games
|
||||
* [Screentop](https://screentop.gg/) - Online Tabletop Games / [Discord](https://discord.gg/wva8ebh)
|
||||
* [FreeBoardGames](https://www.freeboardgames.org/) - Online Board Games / [Discord](https://discord.gg/AaE6n3n) / [GitHub](https://github.com/freeboardgames/FreeBoardGames.org)
|
||||
* [FunNode](https://www.funnode.com/) - Online Board Games
|
||||
* [Board Game Online](https://www.boardgame-online.com/) - Online Board Games
|
||||
* [Board Game Arena](https://en.boardgamearena.com/) - Online Board Games / Sign-Up Required
|
||||
|
|
@ -597,16 +586,15 @@
|
|||
# ► Browser Games
|
||||
|
||||
* ⭐ **[Allchemy](https://allchemy.io/)**, [Little Alchemy](https://littlealchemy.com/), [Little Alchemy 2](https://littlealchemy2.com/) or [Infinite Craft](https://neal.fun/infinite-craft/) / [Wiki](https://expitau.com/InfiniteCraftWiki/) / [Search](https://infinibrowser.wiki/) - Infinite Item Crafting Games
|
||||
* ⭐ **[The World's Biggest Pac-Man](https://worldsbiggestpacman.com/)** - Infinite Custom Pac-Man
|
||||
* ⭐ **[The World's Biggest Pac-Man](https://worldsbiggestpacman.com/)** - Infinite Custom Pac-Mac
|
||||
* ⭐ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php)
|
||||
* ⭐ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** / [GitHub](https://github.com/Vanilagy/MarbleBlast) or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) / [GitHub](https://github.com/RandomityGuy/MBHaxe) - Browser Marble Blast
|
||||
* ⭐ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game
|
||||
* [Tetris](https://tetris.com/), [LazyTetris](https://lazytetris.com/) or [Tetr.js](http://farter.cn/tetr.js/) - Tetris
|
||||
* [SMBGames](https://smbgames.be/) - Browser Super Mario
|
||||
* [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World
|
||||
* [Level Share Square](https://levelsharesquare.com/) - Custom Mario Fangame Maps
|
||||
* [Jelly Mario](https://jellymar.io/) - Jelly Super Mario
|
||||
* [Snubby](https://rentry.co/FMHYB64#sr-game) - Browser Slime Rancher
|
||||
* [Snubby](https://rentry.co/FMHYBase64#sr-game) - Browser Slime Rancher
|
||||
* [CelesteClassic](https://maddymakesgamesinc.itch.io/celesteclassic) - Full Classic Celeste
|
||||
* [Mega Man Games](https://www.megamangames.net/) - Browser Mega Man
|
||||
* [Play Snake](https://playsnake.org/), [Snake-Game](https://www.onemotion.com/snake-game/) or [Google Snake Mods](https://googlesnakemods.com/) / [Discord](https://discord.gg/NA6vHg62An) - Snake Style Games
|
||||
|
|
@ -649,7 +637,7 @@
|
|||
|
||||
## ▷ Multi-Game Sites
|
||||
|
||||
* ⭐ **[Flashpoint](https://flashpointarchive.org/)** / [Play Online](https://ooooooooo.ooo/) / [Discord](https://discord.gg/Z4gGtJvvn8), [Flash by Night](http://www.flashbynight.com/) or [Flash Library](https://rentry.co/FMHYB64#software-library-flash) - Flash Game Archives / [Flash Emulator](https://ruffle.rs/) / [Clean Builds](https://github.com/darktohka/clean-flash-builds/) / [Mobile](https://github.com/ruffle-rs/ruffle-android)
|
||||
* ⭐ **[Flashpoint](https://flashpointarchive.org/)** / [Play Online](https://ooooooooo.ooo/) / [Discord](https://discord.gg/Z4gGtJvvn8), [Flash by Night](http://www.flashbynight.com/) or [Flash Library](https://rentry.co/FMHYBase64#software-library-flash) - Flash Game Archives / [Flash Emulator](https://ruffle.rs/) / [Clean Builds](https://github.com/darktohka/clean-flash-builds/) / [Mobile](https://github.com/ruffle-rs/ruffle-android)
|
||||
* ⭐ **[itch.io web games](https://itch.io/games/free/platform-web)** - Browser Games / [Discord](https://discord.gg/qDaYeXPsRK)
|
||||
* ⭐ **[Newgrounds](https://www.newgrounds.com/games)** - Browser Games
|
||||
* ⭐ **[Armor Games](https://armorgames.com/)** - Browser Games
|
||||
|
|
@ -659,7 +647,7 @@
|
|||
* [Addicting Games](https://www.addictinggames.com/) - Browser Games
|
||||
* [Kongregate](https://www.kongregate.com/) - Browser Games
|
||||
* [Y8](https://www.y8.com/) - Browser Games
|
||||
* [VAPOR](https://vapor.my/) - Browser Games + Ports / [Discord](https://discord.com/invite/BHwm9rrK55)
|
||||
* [Vapor](https://vapor.my/) - Browser Games / [Discord](https://discord.com/invite/ASJxkzaE3G)
|
||||
* [Poki](https://poki.com/) - Browser Games
|
||||
* [Crazy Games](https://www.crazygames.com/) - Browser Games
|
||||
* [GamezHero](https://www.gamezhero.com/) - Browser Games
|
||||
|
|
@ -678,23 +666,24 @@
|
|||
* [Snokido](https://www.snokido.com/) - Browser Games
|
||||
* [Game-Game](https://game-game.com/) - Browser Games
|
||||
* [ArcadeSpot](https://arcadespot.com/) - Browser Games
|
||||
* [Gaming Wonderland](https://www.gamingwonderland.com/) - Browser Games
|
||||
* [Alfy](https://www.alfy.com/) - Browser Games
|
||||
* [Andkon](https://andkon.com/arcade/) - Browser Games
|
||||
* [FreeGames](https://freegames.org/) - Browser Games
|
||||
* [Friv](https://www.friv.com/) - Browser Games
|
||||
* [Emupedia](https://emupedia.net/beta/) - Browser Games
|
||||
* [Cool Math Games](https://www.coolmathgames.com/) - Browser Games
|
||||
* [r/WebGames](https://reddit.com/r/WebGames) - Browser Games Subreddit
|
||||
* [/r/WebGames](https://reddit.com/r/WebGames) - Browser Games Subreddit
|
||||
* [Spatial](https://www.spatial.io/) - 3D Browser Games
|
||||
* [Curated PICO-8](https://nerdyteachers.com/PICO-8/Games/) - PICO-8 Browser Games
|
||||
* [Rosebud AI](https://www.rosebud.ai/) or [Wild West](https://www.wildwest.gg/) - AI Made Browser Games
|
||||
* [Noel Friedrich](https://www.noel-friedrich.de/terminal/) - Browser Terminal Games
|
||||
* [ABA Games](https://www.asahi-net.or.jp/~cs8k-cyu/browser.html) - Single Button Games
|
||||
* [Unblock KISD](https://sites.google.com/view/unblockkisd/), [gn-math](https://gn-math.github.io/), [frogie's arcade](https://frogiesarca.de/), [Tyrone's Unblocked](https://sites.google.com/site/tyronesgamesez/) or [UBG365](https://ubg365.github.io/) - Browser Games / Unblocked at Schools
|
||||
* [Unblock KISD](https://sites.google.com/view/unblockkisd/), [frogie's arcade](https://frogiesarca.de/), [Tyrone's Unblocked](https://sites.google.com/site/tyronesgamesez/) or [UBG365](https://ubg365.github.io/) - Browser Games / Unblocked at Schools
|
||||
* [FlashMuseum](https://flashmuseum.org/), [Flash Arch](https://flasharch.com/en) or [AlbinoBlackSheep](https://www.albinoblacksheep.com/games/) - Flash Games
|
||||
* [Arcade Prehacks](https://www.arcadeprehacks.com/) or [KongHack](https://konghack.com/) - Flash Game Mods
|
||||
* [Js13kGames](https://js13kgames.com/entries), [HTML5 Games](https://html5games.com/) or [TheBestarcade](https://html5.thebestarcadescript.com/) - HTML5 Games
|
||||
* [iogames.space](https://iogames.space/), [itch.io](https://graebor.itch.io/), [IOGames](https://iogames.party/), [Kindanice](https://kindanice.itch.io/), [Jezzamon](https://jezzamon.itch.io/), [Modd.io](https://www.modd.io/) or [Kevin Games](https://kevin.games/) - .io Games
|
||||
* [iogames.space](https://iogames.space/), [itch.io](https://graebor.itch.io/), [Kindanice](https://kindanice.itch.io/), [Jezzamon](https://jezzamon.itch.io/), [Modd.io](https://www.modd.io/) or [Kevin Games](https://kevin.games/) - .io Games
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -850,7 +839,7 @@
|
|||
|
||||
## ▷ Incremental / Idle
|
||||
|
||||
* 🌐 **[r/Incremental_Games](https://www.reddit.com/r/incremental_games/wiki/list_of_incremental_games)**, [Galaxy Click](https://galaxy.click/), [Incremental Game Plaza](https://plaza.dsolver.ca/), [IncrementalDB](https://www.incrementaldb.com/) or [Almost Idle](https://almostidle.com/) - Incremental Games Indexes
|
||||
* 🌐 **[/r/Incremental_Games](https://www.reddit.com/r/incremental_games/wiki/list_of_incremental_games)**, [Galaxy Click](https://galaxy.click/), [Incremental Game Plaza](https://plaza.dsolver.ca/), [IncrementalDB](https://www.incrementaldb.com/) or [Almost Idle](https://almostidle.com/) - Incremental Games Indexes
|
||||
* ⭐ **[Cookie Clicker](https://orteil.dashnet.org/cookieclicker/) / [2](https://orteil.dashnet.org/experiments/cookie/)** - Incremental Cookie Game
|
||||
* ⭐ **Cookie Clicker Tools** - [Multiple Tools](https://github.com/CookieMonsterTeam/CookieMonster) / [Calculator](https://coderpatsy.bitbucket.io/cookies/cookies.html) / [Discord](https://discord.com/invite/cookie)
|
||||
* [The Thorp of Woodstock](https://cheerfulghost.github.io/civ-clicker/index.html) - Build a Civilization
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
* ↪️ **[Art Education](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_art_.2F_editing)**
|
||||
* [Croppola](https://croppola.com/), [AutoCropper](https://www.autocropper.io/), [Bulk Image Crop](https://bulkimagecrop.com/) or [Avatar Cropper](https://avatarcropper.com/) - Cropping Tools
|
||||
* [imgsli](https://imgsli.com/) - Before & After Slider Generator
|
||||
* [Scribus](https://www.scribus.net/) or [Quarkdown](https://quarkdown.com/) / [GitHub](https://github.com/iamgio/quarkdown) - Page Layout & Typesetting Programs
|
||||
* [Scribus](https://www.scribus.net/) - Page Layout & Typesetting Program
|
||||
* [Images.weserv.nl](https://images.weserv.nl/) - Image Editing Server
|
||||
* [GradientArt](https://gra.dient.art/) or [TailBlend](https://tailblend.vercel.app/) - Gradient Editor
|
||||
* [Canvas](https://www.nvidia.com/en-us/studio/canvas/) - Turn Simple Art into Photorealistic Landscapes
|
||||
|
|
@ -23,7 +23,6 @@
|
|||
## ▷ Editing Software
|
||||
|
||||
* ↪️ **[Adobe Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)**
|
||||
* ↪️ **[Android Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_image_tools)**
|
||||
* ⭐ **[GIMP](https://www.gimp.org/)** / Windows, Mac, Linux / [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Discord](https://discord.gg/kHBNw2B) / [Subreddit](https://www.reddit.com/r/GIMP/) / [GitLab](https://gitlab.gnome.org/GNOME/gimp)
|
||||
* ⭐ **[Pinta Project](https://www.pinta-project.com/)** / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta)
|
||||
* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / Windows, Mac, Linux, iOS / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) / [GitHub](https://github.com/imagemagick/imagemagick)
|
||||
|
|
@ -42,12 +41,12 @@
|
|||
## ▷ Online Editors
|
||||
|
||||
* ⭐ **[Pixlr](https://pixlr.com/)** - Simple Editor / [Hide Premium](https://greasyfork.org/en/scripts/425737) / [Unlimited Saves](https://greasyfork.org/en/scripts/460881), [2](https://greasyfork.org/en/scripts/490940)
|
||||
* ⭐ **[Polarr](https://photoeditor.polarr.co/)** - Multi-Tool
|
||||
* ⭐ **[Lunapic](https://lunapic.com/)** - Multi-Tool
|
||||
* ⭐ **[Photopea](https://www.photopea.com/)** - Photoshop Alt
|
||||
* [BitMappery](https://www.igorski.nl/application/bitmappery/) - Photoshop Alt
|
||||
* [iPiccy](https://ipiccy.com/) - Photoshop Alt
|
||||
* [Stet](https://stet.io/) - Photoshop Alt
|
||||
* [Polarr](https://photoeditor.polarr.co/) - Multi-Tool
|
||||
* [Resize Pixel](https://www.resizepixel.com/) - Multi-Tool
|
||||
* [Tom's Editor](https://tomseditor.com/editor/) - Multi-Tool
|
||||
* [photo.codes/](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes
|
||||
|
|
@ -60,6 +59,7 @@
|
|||
* [Picverse](https://www.picverse.com/online-photo-editor) - Simple Editor
|
||||
* [webp2jpg](https://renzhezhilu.github.io/webp2jpg-online/) - Simple Editor
|
||||
* [edit.photo](https://edit.photo/) - Simple Editor
|
||||
* [Image Resizer](https://photo.valueweb.gr/) - Simple Editor
|
||||
* [RedKetchup](https://redketchup.io/) - Multi-Tool
|
||||
* [fffuel](https://fffuel.co/) - Multi-Tool
|
||||
* [Mara](https://mara.photos/) - Multi-Tool
|
||||
|
|
@ -72,8 +72,6 @@
|
|||
* ⭐ **[BRIA RMBG](https://briaai-bria-rmbg-2-0.hf.space/)** - Background Remover
|
||||
* ⭐ **[BG Bye](https://bgbye.fyrean.com/)**, [2](https://fyrean.itch.io/bgbye-background-remover) - Background Remover / [GitHub](https://github.com/MangoLion/bgbye)
|
||||
* [Pixelcut](https://www.pixelcut.ai/) - Background Remover
|
||||
* [Ripolas Background Remover](https://ripolas.org/background-remover/) - Background Remover
|
||||
* [BGNix](https://www.bgnix.com/) - Background Remover / [GitHub](https://github.com/thinkingjimmy/bg-remove)
|
||||
* [Adobe Express Background Remover](https://www.adobe.com/express/feature/image/remove-background) - Background Remover
|
||||
* [remove.bg](https://www.remove.bg/) - Background Remover / [GIMP Plugin](https://github.com/manu12121999/RemoveBG-GIMP)
|
||||
* [ORMBG](https://huggingface.co/spaces/schirrmacher/ormbg) - Human Optimised Background Remover
|
||||
|
|
@ -95,7 +93,7 @@
|
|||
* [Bigjpg](https://bigjpg.com/) - Image Upscaling / Online
|
||||
* [Ilaria_Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling / Online
|
||||
* [Final2x](https://github.com/Tohrusky/Final2x) - Image Upscaling / Self-Hosted
|
||||
* [Lossless Scaling](https://rentry.co/FMHYB64#lossless-scaling) - Image Upscaling
|
||||
* [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) - Image Upscaling
|
||||
* [imgupscaler](https://imgupscaler.com/) - Image Upscaling / Online
|
||||
* [QualityScaler](https://github.com/Djdefrag/QualityScaler) - Image Upscaling / Video Upscaling / Denoising / Self-Hosted
|
||||
* [resdet](https://github.com/0x09/resdet) - Detect Source Resolution of Upscaled Images / Self-Hosted
|
||||
|
|
@ -109,7 +107,6 @@
|
|||
* [Palettum](https://palettum.com/) - Add Custom Color Palettes to Images & GIFs / [GitHub](https://github.com/arrowpc/palettum)
|
||||
* [InColor](https://www.myheritage.com/incolor) - B&W Image Colorization / Sign-Up Required
|
||||
* [PhotoJoiner](https://www.photojoiner.com/) - Collage Maker
|
||||
* [shabzefilters](https://shabzefilters.netlify.app/) - ASCII, Dot, Braille, Block, Line, etc
|
||||
* [AIDraw](https://ai-draw.tokyo/en/) or [FiniteCurve](https://www.finitecurve.com/) - Turn Photos into Line Art
|
||||
* [Tiler](https://github.com/nuno-faria/tiler) - Mosaic Image Generator
|
||||
* [Fotosketcher](https://fotosketcher.com/) - Turn Photos into Artwork / Windows
|
||||
|
|
@ -141,9 +138,10 @@
|
|||
* 🌐 **[Digital Art Brushes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_brushes)** - Download Brushes
|
||||
* ⭐ **[Krita](https://krita.org/en/)** - Painting App / Windows, Mac, Linux / [AI Generation](https://github.com/Acly/krita-ai-diffusion/) / [GitHub](https://github.com/KDE/krita)
|
||||
* ⭐ **[miniPaint](https://viliusle.github.io/miniPaint/)** - Browser Painting / Web
|
||||
* ⭐ **[Excalidraw](https://excalidraw.com/)** - Drawing / Sketching / Web / [Sharing](https://excalihub.dev/)
|
||||
* ⭐ **[AutoDraw](https://www.autodraw.com/)** - AI Drawing Tools / Web
|
||||
* [SmoothDraw](https://qrli.github.io/smoothdraw/) - Painting App / Windows
|
||||
* [Inkscape](https://inkscape.org/) - Drawing / Sketching / Windows, Mac, Linux / [GitLab](https://gitlab.com/inkscape/inkscape)
|
||||
* [inkscape](https://inkscape.org/) - Drawing / Sketching / Windows, Mac, Linux / [GitLab](https://gitlab.com/inkscape/inkscape)
|
||||
* [FireAlpaca](https://firealpaca.com/) - Painting App / Windows, Mac
|
||||
* [PixiEditor](https://pixieditor.net/) - Vector Editor / Painting App / Windows, Mac, Linux / [Discord](https://discord.com/invite/qSRMYmq) / [GitHub](https://github.com/PixiEditor/PixiEditor)
|
||||
* [SumoPaint](https://sumopaint.com/) - Browser Painting / Web
|
||||
|
|
@ -152,6 +150,7 @@
|
|||
* [Provector](https://start.provector.app/) - Vector Editor / Web / [GitHub](https://github.com/diaoliu/provector)
|
||||
* [Graphite](https://graphite.rs/) - Vector Editor / Web / [GitHub](https://github.com/GraphiteEditor/Graphite)
|
||||
* [Vectorpea](https://www.vectorpea.com/) - Vector Editor / Web
|
||||
* [VectorInk](https://vectorink.io/) - Vector Editor / iOS, Web
|
||||
* [HeavyPaint](https://www.heavypaint.com/) - Water Color Painting / Android, iOS, Web
|
||||
* [Mixbox Painter](https://scrtwpns.com/mixbox/painter/) - Realistic Paint Mixing / Web
|
||||
* [Vervette](https://www.taron.de/Vervette/sandbox/) - Realistic Fluid Painting / Web
|
||||
|
|
@ -179,25 +178,21 @@
|
|||
|
||||
* 🌐 **[Awesome Pixel Art](https://github.com/Siilwyn/awesome-pixel-art)** - Pixel Art Resource Index
|
||||
* ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)**
|
||||
* ⭐ **[Aseprite](https://github.com/aseprite/aseprite)** - Pixel Art Editor / [Guide](https://youtu.be/Z4Enx-Nb43E)
|
||||
* ⭐ **[LibreSprite](https://libresprite.github.io/)** - Pixel Art Editor
|
||||
* ⭐ **[Piskel](https://www.piskelapp.com/)** - Pixel Art Editor / Web
|
||||
* [rx](https://rx.cloudhead.io/) - Pixel Art Editor / Mac, Linux / [Discord](https://discord.com/invite/xHggPjfsS9) / [GitHub](https://github.com/cloudhead/rx)
|
||||
* ⭐ **[rx](https://rx.cloudhead.io/)** - Pixel Art Editor / Mac, Linux / [Discord](https://discord.com/invite/xHggPjfsS9) / [GitHub](https://github.com/cloudhead/rx)
|
||||
* [PixiEditor](https://pixieditor.net/) - Pixel Art Editor / Windows, Mac, Linux / [Discord](https://discord.com/invite/qSRMYmq) / [GitHub](https://github.com/PixiEditor/PixiEditor)
|
||||
* [CSprite](https://csprite.github.io/) - Pixel Art Editor / Windows, Mac, Linux / [GitHub](https://github.com/csprite/csprite)
|
||||
* [PyDPainter](https://pydpainter.org/) - Bitmap Graphics Editor / Windows, Mac, Linux / [GitHub](https://github.com/mriale/PyDPainter)
|
||||
* [Paint Of Persia](https://dunin.itch.io/ptop) - Rotoscoping Pixel Art Tool / Windows, Mac
|
||||
* [Piskel](https://www.piskelapp.com/) - Pixel Art Editor / Web
|
||||
* [Pixelated](https://pixelated.vercel.app/) - Pixel Art Editor / Web
|
||||
* [PixilArt](https://www.pixilart.com/draw) - Pixel Art Editor / Web
|
||||
* [GraphicsGale](https://graphicsgale.com/us/) - Pixel Art Editor
|
||||
* [JPixel](https://emad.itch.io/jpixel) - Pixel Art Editor
|
||||
* [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Editor
|
||||
* [pixels.land](https://pixel.land/), [EveryoneDraw](https://everyonedraw.com/), [pxls.space](https://pxls.space/) or [World of Pixels](https://ourworldofpixels.com/) - Infinite Online Pixel Art / Web
|
||||
* [Pixelator](https://ronenness.itch.io/pixelator) - Image to Pixel Art Converter / Windows
|
||||
* [PixelartVillage](https://pixelartvillage.com/), [Pixel It](https://giventofly.github.io/pixelit/) or [Pixelart Converter](https://app.monopro.org/pixel/?lang=en) - Image to Pixel Art Converter / Web
|
||||
* [Pixelorama](https://orama-interactive.itch.io/pixelorama) - 2D Sprite Editor / Windows, Mac, Linux, Web / [Discord](https://discord.com/invite/GTMtr8s) / [GitHub](https://github.com/Orama-Interactive/Pixelorama)
|
||||
* [pixeldudesmaker](https://0x72.itch.io/pixeldudesmaker) or [Creature Mixer](https://kenney.itch.io/creature-mixer) - Sprite Generator / Web
|
||||
* [Nasu](https://hundredrabbits.itch.io/nasu) - Spritesheet Editor / Windows, Mac, Linux, Android
|
||||
* [GIF to Frames](https://giftoframes.com/) - GIF to Spritesheet
|
||||
* [Pixel Reconstructor](https://i-win.neocities.org/pixel/), [Pixel Art Upscaler](https://imaginarycatlab.com/free-pixel-art-upscaler.html) or [Pixel Art Scaler](https://lospec.com/pixel-art-scaler/) - Pixel Art Upscalers
|
||||
* [Pixel Art Scaler](https://lospec.com/pixel-art-scaler/) - Scale Pixel Art without Quality Loss / Web
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -224,6 +219,7 @@
|
|||
* [Memegine](https://memegine.com/) - Meme Search Engine
|
||||
* [MemeAtlas](https://www.memeatlas.com/) - Meme Templates
|
||||
* [GreenScreenMemes](https://greenscreenmemes.com/) - Green Screen Memes
|
||||
* [TweetGen](https://www.tweetgen.com/) - Fake Tweet Generator
|
||||
* [iFake](https://ifaketextmessage.com/) - Fake Text Conversation Creator
|
||||
* [Wojak Studio](https://wojak-studio.com/) - Wojak Meme Creator
|
||||
* [Pokémon Battle Creator](http://www.pokemonbattlecreator.com/) - Pokémon Battle Scene Meme Generator
|
||||
|
|
@ -258,7 +254,7 @@
|
|||
## ▷ Design Apps
|
||||
|
||||
* ⭐ **[Figma](https://www.figma.com/)** - Design Collab App / Web
|
||||
* [Canva](https://www.canva.com/) - Design App / Windows, Mac, Web
|
||||
* ⭐ **[Canva](https://www.canva.com/)** - Design App / Windows, Mac, Web / [Giveaways](https://rentry.co/FMHYBase64#canva)
|
||||
* [lunacy](https://icons8.com/lunacy) - Design App / Windows, Mac, Linux
|
||||
* [VistaCreate](https://create.vista.com/) - Design App / Web
|
||||
* [blush](https://blush.design/) - Illustration Design / Web
|
||||
|
|
@ -303,10 +299,10 @@
|
|||
* [MatLib](https://matlib.gpuopen.com/main/materials/all) - Textures
|
||||
* [TextureNinja](https://texture.ninja/) - Textures
|
||||
* [cgbookcase](https://www.cgbookcase.com/) - Textures
|
||||
* [Texture Collection](https://rentry.co/FMHYB64#texture-collection) - Textures
|
||||
* [Texture Collection](https://rentry.co/FMHYBase64#texture-collection) - Textures
|
||||
* [Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/) - Patterns
|
||||
* [Background Tiles](https://background-tiles.com/) - Patterns
|
||||
* [Pattern Collection](https://rentry.co/FMHYB64#pattern-collection) - Patterns
|
||||
* [Pattern Collection](https://rentry.co/FMHYBase64#pattern-collection) - Patterns
|
||||
* [ArmorLab](https://armorlab.org/), [Pixela](https://pixela.ai/), [Texture Library](https://www.texture-library.com/) or [TextureLab](https://www.texturelab.io/) - Texture Generators
|
||||
* [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [Discord](https://discord.com/invite/975NdQPsSc) / [GitHub](https://github.com/njbrown/texturelab)
|
||||
* [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator
|
||||
|
|
@ -325,8 +321,7 @@
|
|||
* [psdkeys](https://psdkeys.com/)
|
||||
* [AvaxGFX](https://avxgfx.com/)
|
||||
* [Freeject](https://www.freeject.net/)
|
||||
* [Salvaged](https://salvaged.nu/)
|
||||
* [Cg_peers Archive](https://t.me/Cgpeers_archive)
|
||||
* [Cg_peers](https://t.me/Cg_peers)
|
||||
* [PNGTree](https://pngtree.com/)
|
||||
* [TianUI](https://www.titanui.com/)
|
||||
* [Designer Candies](https://designercandies.net/category/freebies/)
|
||||
|
|
@ -334,7 +329,7 @@
|
|||
* [PSDLY](https://www.psdly.to/)
|
||||
* [Unblast](https://unblast.com/)
|
||||
* [CGArchives](https://cgarchives.com/)
|
||||
* [CGPerec](https://t.me/cgperec)
|
||||
* [CGPlugin](https://t.me/s/cgplugin)
|
||||
* [SearchGFX](https://searchgfx.com/)
|
||||
* [Quasual](https://m.vk.com/quasual)
|
||||
* [designersgan9](https://m.vk.com/designersgan9)
|
||||
|
|
@ -365,6 +360,7 @@
|
|||
# ► Download Images
|
||||
|
||||
* 🌐 **[2ndBrain](https://rentry.co/2ndBrain)** or [designer](https://start.me/p/jj0JAp/designer) - Image Download Site Indexes
|
||||
* ↪️ **[Random Images](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_random_image_sites)**
|
||||
* ↪️ **[PNG Images / Clipart](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_png_images_.2F_clipart)**
|
||||
* ⭐ **[gallery-dl](https://github.com/mikf/gallery-dl)**, [RipMe](https://github.com/RipMeApp/ripme), [WFDownloader](https://www.wfdownloader.xyz/), [ImgDownloader](https://imgdownloader.com/), [SCrawler](https://github.com/AAndyProgram/SCrawler) / [Discord](https://discord.gg/uFNUXvFFmg) or [Image Extractor](https://extract.pics/) - Image Download Tools
|
||||
* [same.energy](https://same.energy/) - Visual Search Engine
|
||||
|
|
@ -374,10 +370,11 @@
|
|||
* [shot.cafe](https://shot.cafe/), [FanCaps](https://fancaps.net/) or [Film Grab](https://film-grab.com/) - Media Screenshots
|
||||
* [Footyrenders](https://www.footyrenders.com/) - Football Related Images
|
||||
* [PSDGraphics](https://www.psdgraphics.com/) - PSD Files
|
||||
* [Artvee](https://artvee.com/) - Public Domain Artwork
|
||||
* [Placeit](https://placeit.net/) - Image Templates
|
||||
* [Worldvectorlogo](https://worldvectorlogo.com/), [Logos & Badges Bundle](https://rentry.co/FMHYB64#logos-badges-bundle), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs
|
||||
* [Worldvectorlogo](https://worldvectorlogo.com/), [Logos & Badges Bundle](https://rentry.co/FMHYBase64#logos-badges-bundle), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs
|
||||
* [MariaLetta](https://github.com/MariaLetta/mega-doodles-pack) - Free Doodles
|
||||
* [Watercolor Collection](https://rentry.co/FMHYB64#watercolor-collection) - Download Watercolor Pictures
|
||||
* [Watercolor Collection](https://rentry.co/FMHYBase64#watercolor-collection) - Download Watercolor Pictures
|
||||
* [googleimagerestored](https://git.sr.ht/~fanfare/googleimagesrestored) - Old Google Image Search
|
||||
* [Block Posters](https://www.blockposters.com/), [PosterRazor](https://posterazor.sourceforge.io/) or [Rasterbator](https://rasterbator.net/) - Create Printable Posters
|
||||
|
||||
|
|
@ -415,12 +412,9 @@
|
|||
* ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)** or **[Downloader.la](https://downloader.la/)** - Paid Stock Photo Downloaders
|
||||
* ⭐ **[EveryPixel](https://www.everypixel.com/)**, [O-DAN](https://o-dan.net/en/) or [LibreStock](https://librestock.com/) - Stock Photo Search Engines
|
||||
* [Unsplash](https://unsplash.com/) - Stock Photos / Royalty-Free
|
||||
* [Pixabay](https://pixabay.com/) - Stock Photos
|
||||
* [Adobe Stock](https://stock.adobe.com/free) - Stock Photos / Royalty-Free
|
||||
* [Pixnio](https://pixnio.com/) - Stock Photos / Royalty-Free
|
||||
* [Pikwizard](https://pikwizard.com/) - Stock Photos / Royalty-Free
|
||||
* [Pexels](https://www.pexels.com/) - Stock Photos / Royalty-Free
|
||||
* [Pixelmob](https://app.pixelmob.co/) - Stock Photos / Royalty-Free
|
||||
* [diverseui](https://diverseui.com/) - Human Face Photos / Royalty-Free
|
||||
* [themeisle](https://mystock.themeisle.com/) - Stock Photos / CC0
|
||||
* [PxHere](https://pxhere.com/) - Stock Photos / CC0
|
||||
|
|
@ -430,6 +424,7 @@
|
|||
* [Burst](https://www.shopify.com/stock-photos) - Stock Photos
|
||||
* [Hippopx](https://www.hippopx.com/) - Stock Photos
|
||||
* [BarnImages](https://barnimages.com/) - Stock Photos
|
||||
* [Pixabay](https://pixabay.com/) - Stock Photos
|
||||
* [Lummi](https://www.lummi.ai/) - AI Generated Stock Photos
|
||||
* [Smithsonian Open Access](https://www.si.edu/OpenAccess) - Smithsonian High-Quality Photos
|
||||
* [desirefx](https://desirefx.me/category/stock_images/) - Stock Photo Overlays
|
||||
|
|
@ -453,7 +448,7 @@
|
|||
|
||||
## ▷ Art / Illustrations
|
||||
|
||||
* ⭐ **[Kemono](https://kemono.cr/posts?tag=)** - Patreon Content / Some NSFW / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* ⭐ **[Kemono](https://kemono.cr/posts?tag=)** - Patreon Content / Some NSFW / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Patreon Buttons](https://greasyfork.org/en/scripts/483259)
|
||||
* ⭐ **[DeviantArt](https://www.deviantart.com/)** - User-Made Art / Fanart / [Frontend Instances](https://git.macaw.me/skunky/SkunkyArt/src/branch/master/INSTANCES.md)
|
||||
* ⭐ **[ArtStation](https://www.artstation.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/findix/ArtStationDownloader)
|
||||
* ⭐ **[Pixiv](https://www.pixiv.net/)** - Japanese Fanart
|
||||
|
|
@ -485,7 +480,7 @@
|
|||
|
||||
## ▷ Media Covers / Posters
|
||||
|
||||
* ⭐ **[Ben Dodson](https://bendodson.com/projects/itunes-artwork-finder/)**, [2](https://bendodson.com/projects/apple-tv-movies-artwork-finder/) - Movies / TV / Music / Comic / Book / Anime / Manga / Games
|
||||
* ⭐ **[Ben Dodson](https://bendodson.com/projects/itunes-artwork-finder/)**, [2](https://bendodson.com/projects/apple-tv-movies-artwork-finder/) - Movies / TV / Music
|
||||
* [BigBoxCollection](https://bigboxcollection.com/) - 3D Game Boxes
|
||||
* [The Poster DB](https://theposterdb.com/) / [Subreddit](https://www.reddit.com/r/ThePosterDB) / [Discord](https://discord.com/invite/NARZqQX), [DVD Covers](https://www.dvd-covers.org/) or [MediUX](https://mediux.pro/) - Movies / TV
|
||||
* [Movie Posters Gallery](https://www.moviepostersgallery.com/), [Film On Paper](https://www.filmonpaper.com/posters/), [The Poster Collector](https://postercollector.co.uk/) or [IMP Awards](http://www.impawards.com/) - Movies
|
||||
|
|
@ -517,7 +512,6 @@
|
|||
* [Clara.io](https://clara.io/library), [PolyHaven](https://polyhaven.com/), [CadNav](https://www.cadnav.com/), [Open3dModel](https://open3dmodel.com/) or [Archibase](https://archibase.co/) - Misc 3D Models
|
||||
* [Sketchfab](https://sketchfab.com/), [3DArchive](https://t.me/ArchiveStl), [cgtrader](https://www.cgtrader.com/free-3d-models) or [3dsky](https://3dsky.org/) - Misc 3D Models / Sign-Up Required
|
||||
* [Cults](https://cults3d.com/), [Thangs](https://thangs.com/), [MakerWorld](https://makerworld.com/) or [Pinshape](https://pinshape.com/) - Printable 3D Models / Sign-Up Required
|
||||
* [STLFinder](https://www.stlfinder.com/) - Multi-Site Search
|
||||
* [3D Warehouse](https://3dwarehouse.sketchup.com/) - 3D Models Compatible with SketchUp / Sign-Up Required
|
||||
* [Pack 3D Models](https://p3dm.ru/) - Vehicle / Character 3D Models
|
||||
* [Figurosity](https://figurosity.com/) - Human 3D Models
|
||||
|
|
@ -564,7 +558,6 @@
|
|||
## ▷ 3D Modeling Tools
|
||||
|
||||
* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations
|
||||
* [Polymaker](https://wiki.polymaker.com/) - 3D Printing Guide / Community / [Discord](https://discord.com/invite/polymaker)
|
||||
* [Embossify](https://www.embossify.com/) or [Tripo3D](https://www.tripo3d.ai/app/home) - Image to 3D Model Converters
|
||||
* [3D Transformer](https://www.3dtransformer.com/) - Rotate 3D Images
|
||||
* [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter
|
||||
|
|
@ -606,7 +599,7 @@
|
|||
* [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries
|
||||
* [Universal Sig Rotator](https://sig.grumpybumpers.com/) - Rotates Image for Forum Signatures / Site Banners
|
||||
* [Binternet](https://github.com/Ahwxorg/Binternet) or [Pinvibe](https://www.pinvibe.com/) - Pinterest Frontend
|
||||
* [r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) or [Cambridge In Colour](https://www.cambridgeincolour.com/) - Photography / Camera Guides
|
||||
* [/r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) or [Cambridge In Colour](https://www.cambridgeincolour.com/) - Photography / Camera Guides
|
||||
* [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator
|
||||
* [PixelPeeper](https://pixelpeeper.com/) - Extract Lightroom Edits / Settings
|
||||
* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC)
|
||||
|
|
@ -659,6 +652,7 @@
|
|||
|
||||
* ↪️ **[File Converter](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_converters)** - Multi-Format Converters
|
||||
* ⭐ **[minipic](https://minipic.app/)**
|
||||
* [OfflineConvert](https://www.offlineconvert.com/)
|
||||
* [Knvrt](https://www.knvrt.one/)
|
||||
* [Convertmyimage](https://convert-my-image.com/)
|
||||
* [ImageConvert](https://imageconvert.org/)
|
||||
|
|
@ -697,7 +691,6 @@
|
|||
* [Project Naptha](https://projectnaptha.com/) - Automatic OCR while Browsing Images
|
||||
* [i2ocr](https://www.i2ocr.com/) - Online OCR
|
||||
* [OCR.SPACE](https://ocr.space/) - Online OCR
|
||||
* [OCRTool](https://ocrtool.net/) - Online OCR
|
||||
* [2OCR](https://2ocr.com/) - Online OCR
|
||||
* [Ocrify](https://ocrify.com/) - Online OCR
|
||||
* [OnlineOCR](https://onlineocr.org/) - Online OCR
|
||||
|
|
@ -725,6 +718,7 @@
|
|||
* [ImagefanReloaded](https://github.com/mihnea-radulescu/imagefanreloaded)
|
||||
* [Image Eye](https://www.fmjsoft.com/imageeye.html)
|
||||
* [Quick Picture Viewer](https://moduleart.github.io/quick-picture-viewer/)
|
||||
* [Fragment](https://www.fragmentapp.info/)
|
||||
* [HoneyView](https://en.bandisoft.com/honeyview/)
|
||||
* [picturama](https://picturama.github.io/)
|
||||
* [narrative](https://narrative.so/)
|
||||
|
|
@ -738,7 +732,6 @@
|
|||
## ▷ Offline Galleries
|
||||
|
||||
* 🌐 **[FOSS Photo Libraries](https://meichthys.github.io/foss_photo_libraries/)**
|
||||
* ↪️ **[Android Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_image_galleries)**
|
||||
* [Immich](https://immich.app/) / [Storage Server](https://pixelunion.eu/) / [GitHub](https://github.com/immich-app/immich)
|
||||
* [Damselfly](https://github.com/Webreaper/Damselfly)
|
||||
* [HomeGallery](https://home-gallery.org/)
|
||||
|
|
@ -763,7 +756,7 @@
|
|||
## ▷ Online Galleries
|
||||
|
||||
* ⭐ **[Postimages](https://postimages.org/)** - 32MB / Forever
|
||||
* [Imgur](https://imgur.com/) - 20MB Image / 200MB Animated / Forever / [Upload Limits](https://help.imgur.com/hc/en-us/articles/26511665959579-What-files-can-I-upload-Is-there-a-size-limit) / [Direct Link Grabber](https://imgur.plen.io/)
|
||||
* [Imgur](https://imgur.com/) - 20MB Image / 200MB Animated / Forever / [Upload Limits](https://help.imgur.com/hc/en-us/articles/26511665959579-What-files-can-I-upload-Is-there-a-size-limit)
|
||||
* [Rimgo](https://rimgo.codeberg.page/), [2](https://codeberg.org/rimgo/instances) - Imgur Frontend
|
||||
* [tixte](https://tixte.com/) - 15GB Storage Total / Forever / Sign-Up Required
|
||||
* [lookimg](https://lookimg.com/) - 20MB / Forever / Sign-Up Required
|
||||
|
|
@ -784,7 +777,7 @@
|
|||
|
||||
* ⭐ **[PixVid](https://pixvid.org/)** - 32MB / Forever
|
||||
* ⭐ **[ImgBB](https://imgbb.com/)** - 32MB / Forever
|
||||
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/) / [ShareX Config](https://files.catbox.moe/w4ztcf.sxcu)
|
||||
* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [ShareX Config](https://files.catbox.moe/w4ztcf.sxcu)
|
||||
* [pixelfed](https://pixelfed.org/) - Decentralized Image Sharing Social Network / Sign-Up Required / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_pixelfed_tools) / [Android](https://gitlab.shinice.net/pixeldroid/PixelDroid) / [GitHub](https://github.com/pixelfed/pixelfed)
|
||||
* [sxcu.net](https://sxcu.net/) - Free ShareX Uploader Service / 95MB / N/A
|
||||
* [FreeImage.Host](https://freeimage.host/) - 64MB (128MB with Account) / Forever
|
||||
|
|
@ -808,7 +801,7 @@
|
|||
|
||||
## ▷ Screenshot Tools
|
||||
|
||||
* ⭐ **[ShareX](https://getsharex.com/)** - Screenshot & Screen Recorder Tool / [Image Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_image_hosts) / [File Manager](https://xbackbone.app/) / [Discord](https://discord.com/invite/ShareX) / [GitHub](https://github.com/ShareX/ShareX)
|
||||
* ⭐ **[ShareX](https://getsharex.com/)** - Screenshot & Screen Recorder Tool / [Image Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_image_hosts) / [File Manager](https://xbackbone.app/) / [Discord](https://discord.com/invite/ShareX) / [GitHub](https://github.com/ShareX/ShareX)
|
||||
* ⭐ **[Flameshot](https://flameshot.org/)** / [GitHub](https://github.com/flameshot-org/flameshot)
|
||||
* ⭐ **[Zipline](https://zipline.diced.sh/)** / [GitHub](https://github.com/diced/zipline) or [yaass](https://github.com/tycrek/yaass) - Self-Hosted ShareX Server
|
||||
* [Greenshot](https://getgreenshot.org/) / [GitHub](https://github.com/greenshot/greenshot)
|
||||
|
|
@ -880,4 +873,4 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ [Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_camera)
|
||||
## ▷ [Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_camera_tools)
|
||||
|
|
@ -7,8 +7,8 @@ hero:
|
|||
name: freemediaheckyeah
|
||||
tagline: The largest collection of free stuff on the internet!
|
||||
announcement:
|
||||
title: Fight Chat Control 🔒
|
||||
link: /posts/FCC
|
||||
title: Aug 2025 Updates ✨
|
||||
link: /posts/aug-2025
|
||||
image:
|
||||
src: /test.png
|
||||
alt: FMHY Icon
|
||||
|
|
@ -28,7 +28,7 @@ hero:
|
|||
|
||||
features:
|
||||
- title: Adblocking / Privacy
|
||||
link: /privacy
|
||||
link: /adblockvpnguide
|
||||
details: Learn how to block ads, trackers and other nasty things.
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#D05A6E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-ellipsis"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="M8 12h.01"/><path d="M12 12h.01"/><path d="M16 12h.01"/><title>Ad-block / Privacy</title></svg>
|
||||
|
|
@ -40,7 +40,7 @@ features:
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#91989F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot"><path d="M12 8V4H8"/><rect width="16" height="12" x="4" y="8" rx="2"/><path d="M2 14h2"/><path d="M20 14h2"/><path d="M15 13v2"/><path d="M9 13v2"/><title>Artificial Intelligence</title></svg>
|
||||
|
||||
- title: Streaming
|
||||
link: /video
|
||||
link: /videopiracyguide
|
||||
details: Stream, download, torrent and binge all your favourite movies and shows!
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0
|
||||
|
|
@ -59,7 +59,7 @@ features:
|
|||
lucide-drum"><path d="m2 2 8 8"/><path d="m22 2-8 8"/><ellipse cx="12"
|
||||
cy="9" rx="10" ry="5"/><path d="M7 13.4v7.9"/><path d="M12 14v8"/><path
|
||||
d="M17 13.4v7.9"/><path d="M2 9v8a10 5 0 0 0 20 0V9"/><title>Listening</title></svg>
|
||||
link: /audio
|
||||
link: /audiopiracyguide
|
||||
details: Stream, download and torrent songs, podcasts and more!
|
||||
|
||||
- title: Gaming
|
||||
|
|
@ -72,7 +72,7 @@ features:
|
|||
y2="20"/><line x1="19" x2="21" y1="21" y2="19"/><polyline points="14.5 6.5
|
||||
18 3 21 3 21 6 17.5 9.5"/><line x1="5" x2="9" y1="14" y2="18"/><line
|
||||
x1="7" x2="4" y1="17" y2="20"/><line x1="3" x2="5" y1="19" y2="21"/><title>Gaming</title></svg>
|
||||
link: /gaming
|
||||
link: /gamingpiracyguide
|
||||
details:
|
||||
Download and play all your favourite games or emulate some old but gold
|
||||
ones!
|
||||
|
|
@ -85,7 +85,7 @@ features:
|
|||
lucide-book-marked"><path d="M10 2v8l3-3 3 3V2"/><path d="M4 19.5v-15A2.5
|
||||
2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1
|
||||
0-5H20"/><title>Reading</title></svg>
|
||||
link: /reading
|
||||
link: /readingpiracyguide
|
||||
details:
|
||||
Whether you're a bookworm, otaku or comic book fan, you'll be able to find
|
||||
your favourite pieces of literature here!
|
||||
|
|
@ -93,7 +93,7 @@ features:
|
|||
- title: Downloading
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#BEC23F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-down"><path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"/><path d="M12 10v6"/><path d="m15 13-3 3-3-3"/><title>Downloading</title></svg>
|
||||
link: /downloading
|
||||
link: /downloadpiracyguide
|
||||
details:
|
||||
Download all your favourite software, movies, shows, music, games and
|
||||
more!
|
||||
|
|
@ -101,7 +101,7 @@ features:
|
|||
- title: Torrenting
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#8A6BBE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-waypoints"><circle cx="12" cy="4.5" r="2.5"/><path d="m10.2 6.3-3.9 3.9"/><circle cx="4.5" cy="12" r="2.5"/><path d="M7 12h10"/><circle cx="19.5" cy="12" r="2.5"/><path d="m13.8 17.7 3.9-3.9"/><circle cx="12" cy="19.5" r="2.5"/><title>Torrenting</title></svg>
|
||||
link: /torrenting
|
||||
link: /torrentpiracyguide
|
||||
details: Download your favourite media using the BitTorrent protocol.
|
||||
|
||||
- title: Educational
|
||||
|
|
@ -112,7 +112,7 @@ features:
|
|||
lucide-book-copy"><path d="M2 16V4a2 2 0 0 1 2-2h11"/><path d="M22 18H11a2
|
||||
2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2
|
||||
2v12"/><path d="M5 14H4a2 2 0 1 0 0 4h1"/><title>Educational</title></svg>
|
||||
link: /educational
|
||||
link: /edupiracyguide
|
||||
details: Educational content for all ages.
|
||||
|
||||
- title: Android / iOS
|
||||
|
|
@ -122,16 +122,16 @@ features:
|
|||
stroke-linecap="round" stroke-linejoin="round" class="lucide
|
||||
lucide-smartphone"><rect width="14" height="20" x="5" y="2" rx="2"
|
||||
ry="2"/><path d="M12 18h.01"/><title>Android / iOS</title></svg>
|
||||
link: /mobile
|
||||
link: /android-iosguide
|
||||
details: All forms of content for Android and iOS.
|
||||
|
||||
- title: Linux / macOS
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#f17c67" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-terminal"><path d="m7 11 2-2-2-2"/><path d="M11 13h4"/><rect width="18" height="18" x="3" y="3" rx="2" ry="2"/><title>Linux / macOS</title></svg>
|
||||
link: /linux-macos
|
||||
link: /linuxguide
|
||||
details: The $HOME of Linux and macOS.
|
||||
|
||||
- title: Non-English
|
||||
- title: Non English
|
||||
icon: |
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0
|
||||
0 24 24" fill="none" stroke="#FB9966" stroke-width="2"
|
||||
|
|
@ -139,7 +139,7 @@ features:
|
|||
lucide-earth"><path d="M21.54 15H17a2 2 0 0 0-2 2v4.54"/><path d="M7
|
||||
3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2
|
||||
2-2h3.17"/><path d="M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0
|
||||
0-2-2H2.05"/><circle cx="12" cy="12" r="10"/><title>Non-English</title></svg>
|
||||
0-2-2H2.05"/><circle cx="12" cy="12" r="10"/><title>Non English</title></svg>
|
||||
link: /non-english
|
||||
details: Content in languages other than English.
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ features:
|
|||
0 1 2 2Z"/><path d="M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7"/><path
|
||||
d="M 7 17h.01"/><path d="m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6
|
||||
7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8"/><title>Miscellaneous</title></svg>
|
||||
link: /misc
|
||||
link: /miscguide
|
||||
details: Content too niche to be included elsewhere.
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -63,14 +63,16 @@
|
|||
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
|
||||
* [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tools
|
||||
* [Bypass paywalls for scientific documents](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls
|
||||
* [Unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls
|
||||
* [unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls
|
||||
* [Open Access Button](https://openaccessbutton.org/) - Bypass Research Article Paywalls
|
||||
|
||||
***
|
||||
|
||||
## ▷ Link in Bio
|
||||
|
||||
* ⭐ **[Bio Link](https://bio.link/)** - Unlimited / Custom URLs
|
||||
* ⭐ **[Linktree](https://linktr.ee/)** - Unlimited / Custom URLs
|
||||
* ⭐ **[Linkstack](https://linkstack.org)** / [GitHub](https://github.com/LinkStackOrg/LinkStack) or **[LittleLink](https://littlelink.io/)** - Unlimited / Custom URLs / Self-Hosted
|
||||
* ⭐ **[Linkstack](https://linkstack.org)** / [GitHub](https://github.com/LinkStackOrg/LinkStack) or **[LittleLink](https://littlelink.io/)** - Unlimited / Self-Hosted / Custom URLs
|
||||
* ⭐ **[Carrd](https://carrd.co/)** - Unlimited / Custom URLs / Multiple Designs
|
||||
* [BioSites](https://biosites.com/) - Unlimited / Custom URLs
|
||||
* [Linkr](https://linkr.com/) - Unlimited / Custom URLs
|
||||
|
|
@ -93,7 +95,7 @@
|
|||
* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**
|
||||
* ↪️ **[IRC Clients / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)**
|
||||
* ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#teamspeak-warning) - Voice Chat
|
||||
* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [Convene](https://letsconvene.im/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / No Sign-Up Required Chats
|
||||
* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [Convene](https://letsconvene.im/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Stinto](https://stinto.chat/en), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / No Sign-Up Required Chats
|
||||
* ⭐ **[Gajim](https://gajim.org/)**, [CoyIM](https://coy.im/), [Profanity](https://profanity-im.github.io/) / [GitHub](https://github.com/profanity-im/profanity) or [xabber](https://www.xabber.com/) - XMPP Clients
|
||||
* [Pidgin](https://www.pidgin.im/) / [GitHub](https://keep.imfreedom.org/pidgin/pidgin/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chat Services
|
||||
* [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps
|
||||
|
|
@ -145,8 +147,8 @@
|
|||
|
||||
## ▷ RSS Readers
|
||||
|
||||
* 🌐 **[RSS Feed Reader Index](https://openrss.org/rss-feed-readers)**
|
||||
* ↪️ **[Android RSS Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_internet)**
|
||||
* 🌐 **[RSS Feed Reader Index](https://openrss.org/rss-feed-readers)**
|
||||
* ⭐ **[Feedly](https://feedly.com/)** - RSS Reader / Multi-Platform / [Notifier](https://olsh.me/Feedly-Notifier/)
|
||||
* ⭐ **[RSS Guard](https://github.com/martinrotter/rssguard)** - RSS Reader / Multi-Platform / [Scraper](https://github.com/Owyn/CSS2RSS) / [Discord](https://discord.com/invite/7xbVMPPNqH)
|
||||
* ⭐ **[Inoreader](https://www.inoreader.com/)** - RSS Reader / Multi-Platform
|
||||
|
|
@ -184,7 +186,7 @@
|
|||
|
||||
* ↪️ **[Reddit Search Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_reddit_search)**
|
||||
* [SimilarSiteSearch](https://www.similarsitesearch.com/), [SimilarWeb](https://similarweb.com/), [SitesLikes](https://www.siteslike.com/), [TopSimilarSites](https://topsimilarsites.com/), [SimilarSites](https://similarsites.com/), [OpenDirectory](https://odir.us/) or [SiteLike.org](https://www.sitelike.org/) - Similar Site Searches
|
||||
* [sitedorks](https://github.com/Zarcolio/sitedorks), [Dorks-collections-list](https://github.com/cipher387/Dorks-collections-list/), [OSINT Dorks](https://github.com/BushidoUK/OSINT-SearchOperators), [Google Dork List](https://www.boxpiper.com/posts/google-dork-list), [Dork Genius](https://dorkgenius.com/) or [DorkSearch](https://www.dorksearch.com/) - Search Engine Dorking Tools
|
||||
* [qDorks](https://qdorks.com/composer), [sitedorks](https://github.com/Zarcolio/sitedorks), [Dorks-collections-list](https://github.com/cipher387/Dorks-collections-list/), [OSINT Dorks](https://github.com/BushidoUK/OSINT-SearchOperators), [Google Dork List](https://www.boxpiper.com/posts/google-dork-list), [Dork Genius](https://dorkgenius.com/) or [DorkSearch](https://www.dorksearch.com/) - Search Engine Dorking Tools
|
||||
* [UserSearch](https://usersearch.org/), [Sherlock](https://sherlockproject.xyz/), [Maigret](https://github.com/soxoj/maigret), [Nexfil](https://github.com/thewhiteh4t/nexfil), [Lullar](https://lullar-com-3.appspot.com/), [Blackbird](https://github.com/p1ngul1n0/blackbird) or [WhatsMyName](https://whatsmyname.app/) - Username Search
|
||||
* [Soovle](https://www.seo.com/soovle/), [Keyword.io](https://www.keyword.io/), [SearchEngineReports](https://searchenginereports.net/), [ContentIdeas](https://contentideas.io/) or [Keyword Tool](https://keywordtool.io/) - Popular Keyword Search
|
||||
* [DuckDuckBang](https://mosermichael.github.io/duckduckbang/html/main.html) - DuckDuckGo !bang Meta Search / [GitHub](https://github.com/MoserMichael/duckduckbang)
|
||||
|
|
@ -198,6 +200,7 @@
|
|||
* [Wiby](https://wiby.org/), [2](https://wiby.me/) - Search Engine for Lightweight Web Pages
|
||||
* [Search My Site](https://searchmysite.net/) - Personal Site Search / Open Source
|
||||
* [Intelligence X](https://intelx.io/tools) or [Aware-Online](https://www.aware-online.com/en/osint-tools/) - Multiple Search Tools
|
||||
* [LumenDatabase](https://lumendatabase.org/) - Search DMCA Takedown Requests
|
||||
* [Refseek](https://www.refseek.com/) - Academic Search Engine
|
||||
* [Sources.com](https://www.sources.com/) - Journalism Source Search
|
||||
* [GrayHatWarfare](https://buckets.grayhatwarfare.com/) or [OpenBuckets](https://openbuckets.io/) - Amazon S3 Buckets Search
|
||||
|
|
@ -227,9 +230,9 @@
|
|||
* 🌐 **[Fagan Finder](https://www.faganfinder.com/)**, [Search Engine Index](https://en.wikipedia.org/wiki/List_of_search_engines), [DirectSearch.Net](http://www.directsearch.net/), [Search Engine Colossus](https://www.searchenginecolossus.com/), [Advanced Search Tools](https://start.me/p/nRADzL/advanced-search-tools) or [Search-Engine](https://start.me/p/wM7y15/search-engine) - Search Engine Indexes
|
||||
* ↪️ **[AI Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_specialized_chatbots)**
|
||||
* ↪️ **[Privacy Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_search_engines)**
|
||||
* ↪️ **[Image Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_image_search_engines)**
|
||||
* ↪️ **[Image Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_image_search_engines)**
|
||||
* ⭐ **[Yandex](https://yandex.com/)**
|
||||
* [Search All](https://www.searchall.net/), [WebSitesSearch](https://web-sites-search.web.app/), [CombinedSearch](https://combinedsearch.io/), [gnod Search](https://www.gnod.com/search/) or [AIO Search](https://www.aiosearch.com/) - Multi-Site Search
|
||||
* ⭐ **[pSearch](https://serjsx.github.io/wpSearch/)**, [Search All](https://www.searchall.net/), [WebSitesSearch](https://web-sites-search.web.app/), [CombinedSearch](https://combinedsearch.io/), [gnod Search](https://www.gnod.com/search/) or [AIO Search](https://www.aiosearch.com/) - Multi-Site Search
|
||||
* [100 Search Engines](https://www.100searchengines.com/) - Search with 100 Search Engines
|
||||
* [Jumps](https://jumps.io/) or [Yubnub](https://yubnub.org/) - Site Quick Search
|
||||
* [Trovu.net](https://trovu.net/) - Command Search / [GitHub](https://github.com/trovu/trovu)
|
||||
|
|
@ -265,7 +268,7 @@
|
|||
* [TV Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:hrhinud6efg) - Search TV Streaming Sites
|
||||
* [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)
|
||||
* [Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z), [2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Search Download Sites
|
||||
* [Virgil Software Search](https://virgil.samidy.com/software-search/) / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Search Software Sites
|
||||
* [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) or [Rave Search](https://ravesoftwaresearch.pages.dev/) - Search Software Sites
|
||||
* [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj), [2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Search General Torrent Sites
|
||||
* [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8), [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu), [3](https://cse.google.com/cse?cx=e9657e69c76480cb8), [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [5](https://ravebooksearch.com/), [6](https://recherche-ebook.fr/en/) - Search Reading Sites
|
||||
* [Audiobooks CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd) - Search Audiobook Sites
|
||||
|
|
@ -282,8 +285,8 @@
|
|||
* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz) - Search Anime Torrent Sites
|
||||
* [Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io), [2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w), [3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Search Audio Download Sites
|
||||
* [Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55) - Search Audio Torrent Sites
|
||||
* [Virgil Game Search](https://virgil.samidy.com/Game-search/) / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
|
||||
* [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) - Search Game Torrent Sites
|
||||
* [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Rezi Search](https://rezi.one/) or [/r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines
|
||||
* [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [Rave Search](https://ravegamesearch.pages.dev/) - Search Game Torrent Sites
|
||||
* [PastebinSearch](https://cipher387.github.io/pastebinsearchengines/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins
|
||||
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts
|
||||
* [Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b) - Search Linux Software Sites
|
||||
|
|
@ -429,6 +432,8 @@
|
|||
* [Spike](https://www.spikenow.com/)
|
||||
* [Canary](https://canarymail.io/)
|
||||
* [Twobird](https://www.twobird.com/)
|
||||
* [Kanmail](https://kanmail.io/)
|
||||
* [Wino](https://www.winomail.app/)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -447,12 +452,11 @@
|
|||
* ⭐ **[temp-mail.org](https://temp-mail.org/)** - Forever / 2 Hours / N/A / [Telegram Bot](https://t.me/TempMail_org_bot)
|
||||
* ⭐ **[temp-mail.io](https://temp-mail.io/)** - 1 Day / 1 Day / 12 Domains
|
||||
* ⭐ **[burner.kiwi](https://burner.kiwi/)** - 1 Day / 1 Day / 3 Domains
|
||||
* [TotallyLegit](https://totallylegit.edu.pl/), [Tempumail](https://tempumail.com/edu-mail-generator), [etempmail](https://eTempMail.com/) or [SecureTempMail](https://tempmail.edu.kg/en/) - Temp .edu Addresses
|
||||
* [TotallyLegit](https://totallylegit.edu.pl/) / [Tempumail](https://tempumail.com/edu-mail-generator) / [etempmail](https://eTempMail.com/) or [SecureTempMail](https://tempmail.edu.kg/en/) - Temp .edu Addresses
|
||||
* [TempMailHub](https://tempmailhub.org/) - Gmail / 15 Mins / 1 Domain / Public Shared Addresses
|
||||
* [Guerrilla Mail](https://www.guerrillamail.com/) - Forever / 1 Hour / 11 Domains / [SharkLasers](https://www.sharklasers.com/)
|
||||
* [Bloody Vikings!](https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/) - Temp Email Extension
|
||||
* [Tmail.io](https://tmail.io/) - Gmail / Forever / 1 Day / 4 Domains
|
||||
* [AltAddress](https://altaddress.org/) - Forever / 3 Days / 14 Domains
|
||||
* [22.Do](https://22.do/) - Gmail / 1 Day / 1 Day / 3 Domains
|
||||
* [Vortex Email](https://vortex.skyfall.dev/) - Forever / 9 Domains / [GitHub](https://github.com/SkyfallWasTaken/vortex.email)
|
||||
* [MailTicking](https://www.mailticking.com/) - Gmail / 2 Domains
|
||||
|
|
@ -462,6 +466,7 @@
|
|||
* [Temporary-Mail](https://temporary-mail.net/) - Forever / 11 Domains
|
||||
* [48hr.email](https://48hr.email/) - Forever / 2 Days / 7 Domains
|
||||
* [NiceMail](https://nicemail.cc/) - Forever / 1 Day / 3 Domains
|
||||
* [Snapmail.cc](https://www.snapmail.cc/) - Forever / 2 Days / 3 Domains
|
||||
* [Mailnesia](https://mailnesia.com/) - Forever / 2 Days / 1 Domain
|
||||
* [Spambox](https://spambox.xyz/) or [Trashinbox](https://trashinbox.net/) - Forever / 1 Day / 4 Domains
|
||||
* [Maildrop](https://maildrop.cc/), [Trashmail](https://trashmail.ws/) - Forever / 1 Day / 1 Domain
|
||||
|
|
@ -471,12 +476,13 @@
|
|||
* [10minutesemail](https://10minutesemail.net/) - 10 Minutes / 1 Domain
|
||||
* [DisposableMail](https://www.disposablemail.com/) or [FakeMail](https://www.fakemail.net/) - 14 Days / 14 Days / 1 Domain
|
||||
* [FEX+](https://fex.plus/) - 7 Days / 7 Days / 5 Domains
|
||||
* [AdGuard Temp Mail](https://adguard.com/adguard-temp-mail/overview.html) - 7 Days / 1 Day / 1 Domain
|
||||
* [Adguard Temp Mail](https://adguard.com/adguard-temp-mail/overview.html) - 7 Days / 1 Day / 1 Domain
|
||||
* [Tempmailo](https://tempmailo.com/) - 2 Days / 2 Days / N/A
|
||||
* [Vmail.DEV](https://vmail.dev/) - 1 Day / 1 Day / 2 Domains
|
||||
* [TempMail.love](https://tempmail.love/) - 1 Day / 1 Day / 1 Domain
|
||||
* [tempmail.altmails](https://tempmail.altmails.com/) - 1 Day / 1 Day / 1 Domain
|
||||
* [Mail.cx](https://mail.cx/) - 1 Day / 12 Hours / 5 Domains
|
||||
* [BottleMail](https://bottlemail.org/) - 14 Days / 1 Domain
|
||||
* [TemporaryMail.com](https://temporarymail.com/) - 6 Hours / 6 Hours / 7 Domains
|
||||
* [Moakt](https://www.moakt.com/) - 1 Hour / 1 Hour / 13 Domains
|
||||
* [MintEmail.com](https://www.mintemail.com/) or [tempail.com](https://tempail.com/) - 1 Hour / 1 Hour / 1 Domain
|
||||
|
|
@ -484,7 +490,7 @@
|
|||
* [MinuteInbox](https://minuteinbox.com/), [TempMailGenerator](https://tempmailgenerator.org/), [10minemail.com](https://10minemail.com/), [10minutemail.com](https://10minutemail.com/) or [Linshi Email](https://www.linshi-email.com/en) - 10 Minute Lifespan Emails
|
||||
* [mail-temp.com](https://mail-temp.com/) or [emailfake.com](https://emailfake.com/) - 50+ Domains
|
||||
* [AnonymMail.net](https://anonymmail.net/) or [Mail.td](https://mail.td/) - 5 Domains
|
||||
* [EmailOnDeck](https://www.emailondeck.com/), [EmailTemp](https://emailtemp.org/), [Haribu](https://haribu.net/) or [tempmaili.com](https://tempmaili.com/) - 1 Domain
|
||||
* [EmailOnDeck](https://www.emailondeck.com/), [EmailTemp](https://emailtemp.org/), [Haribu](https://haribu.net/), [Maildax](https://maildax.com/) or [tempmaili.com](https://tempmaili.com/) - 1 Domain
|
||||
* [TMail](https://tmail.link/) - Lightweight Email
|
||||
* [More Sites](https://rentry.org/i3ozxg6f) - More Temp Mail Sites
|
||||
|
||||
|
|
@ -500,8 +506,7 @@
|
|||
* [erine.email](https://erine.email/) - Email Aliasing
|
||||
* [33mail](https://33mail.com/) - Email Aliasing
|
||||
* [TrashMail](https://trashmail.com/) - Email Aliasing
|
||||
* [AdGuard Mail](https://adguard-mail.com/) - Email Aliasing
|
||||
* [yey.email](https://yey.email/) - Email Aliasing
|
||||
* [Adguard Mail](https://adguard-mail.com/) - Email Aliasing
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -565,7 +570,7 @@
|
|||
## ▷ Firefox Tools
|
||||
|
||||
* ↪️ **[Firefox Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_firefox_extensions)**
|
||||
* ⭐ **[Firefox](https://www.firefox.com/)** / [Nightly](https://www.firefox.com/channel/desktop/#nightly) / [Beta](https://www.firefox.com/channel/desktop/#beta) / [GitHub](https://github.com/mozilla-firefox/firefox)
|
||||
* ⭐ **[Firefox](https://www.mozilla.org/en-US/firefox/new/)** / [Nightly](https://www.mozilla.org/en-US/firefox/nightly/) / [Beta](https://www.mozilla.org/en-US/firefox/beta/) / [GitHub](https://github.com/mozilla-firefox/firefox)
|
||||
* ⭐ **[Firefox Trains](https://whattrainisitnow.com/)** - Official Release Tracker
|
||||
* [Firefox Keyboard Shortcuts](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly)
|
||||
* [Sine](https://github.com/CosmoCreeper/Sine) - Firefox Mod / Theme Manager
|
||||
|
|
@ -574,7 +579,7 @@
|
|||
* [Bookmark Search Plus 2](https://github.com/aaFn/Bookmark-search-plus-2) - Search Firefox Bookmarks
|
||||
* [Default Bookmark Folder](https://github.com/teddy-gustiaux/default-bookmark-folder) - Change Default Firefox Bookmark Folder
|
||||
* [FirefoxCSS Store](https://firefoxcss-store.github.io/) - Firefox Themes List
|
||||
* [r/FirefoxCSS](https://reddit.com/r/FirefoxCSS) or [Firefox CSS Hacks](https://github.com/MrOtherGuy/firefox-csshacks) - Firefox CSS Resources
|
||||
* [/r/FirefoxCSS](https://reddit.com/r/FirefoxCSS) or [Firefox CSS Hacks](https://github.com/MrOtherGuy/firefox-csshacks) - Firefox CSS Resources
|
||||
* [Want My RSS](https://github.com/Reeywhaar/want-my-rss) - Restores Firefox RSS Features
|
||||
* [Doqment](https://github.com/shivaprsd/doqment) - Firefox PDF Reader Dark Mode
|
||||
|
||||
|
|
@ -587,7 +592,7 @@
|
|||
* ↪️ **[Translation Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**
|
||||
* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_download_managers)**
|
||||
* ↪️ **[Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
|
||||
* ↪️ **[Image Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_download_extensions)**
|
||||
* ↪️ **[Image Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_download_extensions)**
|
||||
* ↪️ **[Productivity / Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)**
|
||||
* ↪️ **[Bookmark Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_bookmark_managers)**
|
||||
* ↪️ **[Tab Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_tab_managers)**
|
||||
|
|
@ -599,6 +604,7 @@
|
|||
* ⭐ **[ScrollAnywhere](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#scrollanywhere-addons)** - Improves Scrolling Functionality
|
||||
* ⭐ **[Auto Tab Discard](https://add0n.com/tab-discard.html)** or [Tab Wrangler](https://github.com/tabwrangler/tabwrangler) - Discard Inactive Tabs
|
||||
* ⭐ **[Clipboard2File](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#clipboard2file-addons)** - Upload Images from Clipboard
|
||||
* ⭐ **[Redirector](https://einaregilsson.com/redirector/)** - Page Redirector
|
||||
* [CRX Viewer](https://robwu.nl/crxviewer/) - View Extension Source Code
|
||||
* [Omni](https://github.com/alyssaxuu/omni) - Browser Quick Launcher
|
||||
* [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Multi-Site Extension Search
|
||||
|
|
@ -696,7 +702,7 @@
|
|||
|
||||
## ▷ Chrome Extensions
|
||||
|
||||
* 🌐 **[Chrome Web Store](https://chromewebstore.google.com/)**, [Chrome-Extension](https://github.com/harshita214/Chrome-Extension) or [Crx4Chrome](https://www.crx4chrome.com/) - Chrome Addon Stores
|
||||
* 🌐 **[Chrome Web Store](https://chromewebstore.google.com/category/extensionsen)**, [Chrome-Extension](https://github.com/harshita214/Chrome-Extension) or [Crx4Chrome](https://www.crx4chrome.com/) - Chrome Addon Stores
|
||||
* ⭐ **[Extensity](https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg)** or [Extension Manager](https://chromewebstore.google.com/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco) - Extension Managers
|
||||
* ⭐ **[chromium-web-store](https://github.com/NeverDecaf/chromium-web-store)** - Add Extensions to Ungoogled Chromium
|
||||
* ⭐ **[Foxified](https://foxified.org/)** - Use Firefox Extensions in Chrome
|
||||
|
|
@ -717,7 +723,7 @@
|
|||
* [Page Pad](https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn) - Web Page Note-Taking
|
||||
* [Text to Image](https://chromewebstore.google.com/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda) - Text to Image
|
||||
* [Bookmark Dupes](https://chromewebstore.google.com/detail/bookmark-dupes/ombpkjoelcapenbepmgifadkgpokfgfd) - Remove Dupe Bookmarks
|
||||
* [Tabler](https://tabler.one/), [Supatabs](https://supatabs.com/), [Prune](https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh) / [GitHub](https://github.com/tbrockman/prune) or [Tab Modifier](https://github.com/furybee/chrome-tab-modifier) - Tab Managers
|
||||
* [Supatabs](https://supatabs.com/), [Prune](https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh) / [GitHub](https://github.com/tbrockman/prune) or [Tab Modifier](https://github.com/furybee/chrome-tab-modifier) - Tab Managers
|
||||
* [Lazy Tabs](https://github.com/jman/lazy_tab) - Auto Discard Inactive Tabs
|
||||
* [Rearrange Tabs](https://chromewebstore.google.com/detail/rearrange-tabs/ccnnhhnmpoffieppjjkhdakcoejcpbga) - Rearrange Tabs
|
||||
* [Popup Tab Switcher](https://github.com/dvdvdmt/popup-tab-switcher) - Improved Tab Switching
|
||||
|
|
@ -824,7 +830,7 @@
|
|||
# ► Open Source Intelligence
|
||||
|
||||
* 🌐 **[Awesome OSINT](https://github.com/jivoi/awesome-osint)** - Awesome OSINT
|
||||
* ↪️ **[Photo Forensics](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_photo_forensics)**
|
||||
* ↪️ **[Photo Forensics](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_photo_forensics)**
|
||||
* ↪️ **[Domain / DNS Info](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_domain_.2F_dns)**
|
||||
* ↪️ **[Search Engine OSINT](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_search_tools)**
|
||||
* ⭐ **[IntelTechniques](https://inteltechniques.com/index.html)** or [OSINT Techniques](https://www.osinttechniques.com/) - OSINT Resources
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# ► Linux Guides
|
||||
|
||||
* ⭐ **[ArchWiki](https://wiki.archlinux.org/)** - Linux Guides / [Manuals](https://man.archlinux.org/) / [TUI](https://codeberg.org/theooo/mantra.py)
|
||||
* ⭐ **[ArchWiki](https://wiki.archlinux.org/)** - Linux Guide / [Manuals](https://man.archlinux.org/) / [TUI](https://codeberg.org/theooo/mantra.py)
|
||||
* [Gentoo Wiki](https://wiki.gentoo.org/wiki/Main_Page) - Gentoo Wikis / Guides
|
||||
* [Debian Wiki](https://wiki.debian.org/) - Debian Wiki / Guides
|
||||
* [LinuxJourney](https://linuxjourney.com/) - Interactive Linux Guides
|
||||
|
|
@ -57,10 +57,10 @@
|
|||
***
|
||||
|
||||
* 🌐 **[DistroWatch](https://distrowatch.com/dwres.php?resource=popularity)** - Distro Index / [Advanced Search](https://distrowatch.com/search.php#advanced)
|
||||
* ⭐ **[DistroChooser](https://distrochooser.de/)** - Distro Selection Guide / [Discord](https://discord.com/invite/aDkCutfqak) / [GitHub](https://github.com/distrochooser/distrochooser)
|
||||
* ⭐ **[DistroChooser](https://distrochooser.de/)** - Distro Selection Guide
|
||||
* [distro.moe](https://distro.moe/) - Find Random Distros
|
||||
* [Linux Live Kit](https://www.linux-live.org/) - Live Distro Creator
|
||||
* [ArchiveOS](https://archiveos.org/) - Linux Distro Archive
|
||||
* [ArchiveOS](https://archiveos.org/)
|
||||
* [OS.click](https://os.click/en)
|
||||
* [LinuxTracker](https://linuxtracker.org/)
|
||||
* [OpenSourceFeed](https://www.opensourcefeed.org/)
|
||||
|
|
@ -71,15 +71,15 @@
|
|||
|
||||
# ► Linux Apps
|
||||
|
||||
* 🌐 **[GNOME Shell Extensions](https://extensions.gnome.org/)**
|
||||
* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index
|
||||
* 🌐 **[GNOME Shell Extensions](https://extensions.gnome.org/)**
|
||||
* ⭐ **[Bottles](https://usebottles.com/)** - Manage Wine containers / [Discord](https://discord.com/invite/wF4JAdYrTR) / [GitHub](https://github.com/bottlesdevs)
|
||||
* ⭐ **[WineHQ](https://appdb.winehq.org/)** - Wine Compatibility Database
|
||||
* ⭐ **[Q4Wine](https://sourceforge.net/projects/q4wine/)** - Wine GUI
|
||||
* ⭐ **[AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)** or [GearLever](https://github.com/mijorus/gearlever) - Integrate AppImages to App Launchers
|
||||
* ⭐ **[winetricks](https://github.com/Winetricks/winetricks)** - Wine Fixes
|
||||
* ⭐ **[rofi](https://davatorium.github.io/rofi/)** / [Emoji Selector](https://github.com/Mange/rofi-emoji), [Fuzzel](https://codeberg.org/dnkl/fuzzel), [Ulauncher](https://ulauncher.io/) or [wofi](https://hg.sr.ht/~scoopta/wofi) - App Launchers / Keystroke Launchers
|
||||
* ⭐ **[FreeRDP](https://www.freerdp.com/)** / [GitHub](https://github.com/FreeRDP/FreeRDP) or [Apache Guacamole](https://guacamole.apache.org/) - Remote Desktop Clients
|
||||
* ⭐ **[rofi](https://davatorium.github.io/rofi/)** / [Emoji Selector](https://github.com/Mange/rofi-emoji), [Fuzzel](https://codeberg.org/dnkl/fuzzel), [Ulauncher](https://ulauncher.io/) or [wofi](https://hg.sr.ht/~scoopta/wofi) - App Launchers
|
||||
* ⭐ **[FreeRDP](https://www.freerdp.com/)** / [GitHub](https://github.com/FreeRDP/FreeRDP) or [Apache Guacamole](https://guacamole.apache.org/)- Remote Desktop Clients
|
||||
* ⭐ **[shell_gpt](https://github.com/TheR1D/shell_gpt)** or [shellgpt](https://github.com/jiacai2050/my-works/tree/main/shellgpt) - AI Terminal Chatbot / GPT
|
||||
* [Darling](https://www.darlinghq.org/) - Run macOS Apps on Linux / [Discord](https://discord.com/invite/XRD3mQA) / [GitHub](https://github.com/darlinghq/darling)
|
||||
* [innoextract](https://constexpr.org/innoextract/) - Windows Installer Unpacker / [GitHub](https://github.com/dscharrer/innoextract)
|
||||
|
|
@ -91,6 +91,7 @@
|
|||
* [taskbook](https://github.com/klaudiosinani/taskbook) or [nb](https://xwmx.github.io/nb) / [GitHub](https://github.com/xwmx/nb) - Note Apps
|
||||
* [Notepadqq](https://github.com/notepadqq/notepadqq), [Featherpad](https://github.com/tsujan/FeatherPad) or [gedit](https://gedit-text-editor.org/) - Text Editors
|
||||
* [Kate Editor](https://kate-editor.org/) - Source Code Editor
|
||||
* [Geany](https://www.geany.org/) - IDE
|
||||
* [TextPieces](https://gitlab.com/liferooter/textpieces) - Quick Text Transformations
|
||||
* [Durdraw](https://durdraw.org/) - ASCII Editor
|
||||
* [ly](https://github.com/fairyglade/ly) - Display Manager with Console UI
|
||||
|
|
@ -156,7 +157,7 @@
|
|||
* [Input Leap](https://github.com/input-leap/input-leap) - Multi-Computer Control
|
||||
* [auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq) - CPU Speed & Power Optimization Automation
|
||||
* [Fan Control](https://github.com/wiiznokes/fan-control) - Fan Controller
|
||||
* [WinApps](https://github.com/winapps-org/winapps) - Run Windows Apps on Linux
|
||||
* [winapps](https://github.com/Fmstrat/winapps) - Run Windows Apps on Linux
|
||||
* [Teleport](https://teleportsite.pages.dev/) - Windows App Compatibility Analyzer
|
||||
* [NetBoot](https://netboot.xyz/) - iPXE Network Boot
|
||||
* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/)
|
||||
|
|
@ -188,7 +189,6 @@
|
|||
* ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** / [GitHub](https://github.com/KDE/kdenlive) or [Flowblade](https://jliljebl.github.io/flowblade/) / [GitHub](https://github.com/jliljebl/flowblade) - Video Editors
|
||||
* [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)
|
||||
* [MPV Shim](https://github.com/iwalton3/plex-mpv-shim) - Cast Plex to MPV
|
||||
* [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/) - Lightweight Screen Recorder w/ Shadowplay
|
||||
* [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation
|
||||
* [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor
|
||||
* [REAL Video Enhancer](https://github.com/TNTwise/REAL-Video-Enhancer) - Video Upscaling
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
|
||||
* 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources
|
||||
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [spotify-adblock](https://github.com/abba23/spotify-adblock) - Spotify Adblockers
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers
|
||||
* [puddletag](https://docs.puddletag.net/) - Metadata Organizer / [GitHub](https://github.com/puddletag/puddletag)
|
||||
* [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux
|
||||
|
|
@ -225,8 +225,7 @@
|
|||
* [MusicPod](https://github.com/ubuntu-flutter-community/musicpod) - Podcast / Radio Player
|
||||
* [Shortwave](https://flathub.org/apps/de.haeckerfelix.Shortwave) or [QMPlay2](https://github.com/zaps166/QMPlay2) - Radio Players
|
||||
* [HeadsetControl](https://github.com/Sapd/HeadsetControl) - Headset Settings Manager
|
||||
* [Pipewire Multimedia API](https://pipewire.org/) - Improved Video / Audio Handling
|
||||
* [EasyEffects](https://github.com/wwmm/easyeffects) - Pipewire Audio Effects
|
||||
* [Pipewire Multimedia API](https://pipewire.org/) - Improved Video / Audio Handling / [Plugins](https://github.com/wwmm/easyeffects)
|
||||
* [Werman](https://github.com/werman/noise-suppression-for-voice) or [NoiseTorch](https://github.com/noisetorch/NoiseTorch) - Noise Suppression Software
|
||||
* [Qtractor](https://qtractor.org/) - Audio Editor
|
||||
* [Calf Studio Gear](https://calf-studio-gear.org/) - Audio Production Plugins
|
||||
|
|
@ -257,6 +256,7 @@
|
|||
* [todo](https://github.com/sioodmy/todo/) or [Planify](https://github.com/alainm23/planify) - To-Do Apps
|
||||
* [Timestrap](https://timestrap.bythewood.me/) or [Mindfulness at the Computer](https://fswb.codeberg.page/mindfulness-at-the-computer/) - Productivity Managers
|
||||
* [Client Evolution](https://help.gnome.org/users/evolution/stable/) or [dLine](https://github.com/jazz-it/dline) - Calendars
|
||||
* [Meteo](https://gitlab.com/bitseater/meteo) - Weather App
|
||||
* [SafeEyes](https://slgobinath.github.io/SafeEyes/) - Break Reminders
|
||||
* [dijo](https://github.com/oppiliappan/dijo) - Activity Tracker
|
||||
|
||||
|
|
@ -273,9 +273,9 @@
|
|||
* ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=4.0)** - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games
|
||||
* ⭐ **[johncena141](https://1337x.to/user/johncena141/)** - Linux Games / [Search](https://games.melroy.org/) / [Support](https://gitlab.com/jc141x/portal)
|
||||
* [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) - Game Libraries / Launchers
|
||||
* [GameHub](https://tkashkin.github.io/projects/gamehub/), [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) - Game Libraries / Launchers
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
|
||||
* [Native Linux Games](https://rentry.co/FMHYB64#native-linux-games) - Linux Games
|
||||
* [Native Linux Games](https://rentry.co/FMHYBase64#native-linux-games) - Linux Games
|
||||
* [winesapOS](https://github.com/winesapOS/winesapOS) - Play Games on Storage Devices
|
||||
* [Gamebuntu](https://discourse.ubuntu.com/t/gamebuntu/25544/) - Setup Gaming Environment on Ubuntu / [GitLab](https://gitlab.com/rswat09/gamebuntu)
|
||||
* [wine-wayland](https://github.com/varmd/wine-wayland) - Play DX9/DX11 / Vulkan Games
|
||||
|
|
@ -295,7 +295,7 @@
|
|||
* [Online-Fix Linux](https://github.com/ZzEdovec/onlinefix-linux) - Launch Games w/ Online-Fix Patches
|
||||
* [Sober](https://sober.vinegarhq.org/) - Roblox Linux Port / [Vinegar (Studio Only)](https://vinegarhq.org/)
|
||||
* [Limo](https://github.com/limo-app/limo) - Nexus Mods Manager for Linux
|
||||
* [ssprea-nvidia-control](https://github.com/ssprea/ssprea-nvidia-control), [NVBurner](https://github.com/iloveichigo/NVBurner) or [CoreCtrl](https://gitlab.com/corectrl/corectrl) - GPU Overclocking Tools
|
||||
* [NVBurner](https://github.com/iloveichigo/NVBurner) or [CoreCtrl](https://gitlab.com/corectrl/corectrl) - Overclocking Tool
|
||||
* [dxvk](https://github.com/doitsujin/dxvk) - D3D9, D3D10 and D3D11 for Linux / Wine
|
||||
* [lsfg-vk](https://github.com/PancakeTAS/lsfg-vk) - Lossless Scaling for Linux
|
||||
* [VKBasAlt](https://github.com/DadSchoorse/vkBasalt) - Game Post Processing Layer
|
||||
|
|
@ -363,7 +363,6 @@
|
|||
* [apt-fast](https://github.com/ilikenwf/apt-fast) - APT Download Accelerator
|
||||
* [Nala](https://gitlab.com/volian/nala) - APT Frontend
|
||||
* [aMule](https://www.amule.org/) - eMule-like P2P Client
|
||||
* [OpenWRT](https://openwrt.org/) - Linux Router Firmware
|
||||
* [Linux Router](https://github.com/garywill/linux-router) - Set Linux as Router
|
||||
* [Netcat](https://rentry.co/Netcat) - Networking Tool
|
||||
* [Bandwhich](https://github.com/imsnif/bandwhich) - Terminal Bandwidth Utilization Tool
|
||||
|
|
@ -376,7 +375,7 @@
|
|||
* [Adium](https://adium.im/), [Polari](https://apps.gnome.org/Polari/) / [GitLab](https://gitlab.gnome.org/GNOME/polari), [Irssi](https://github.com/irssi/irssi) or [Weechat](https://weechat.org/) - IRC Clients
|
||||
* [Dino](https://dino.im/) - XMPP Client
|
||||
* [gurk-rs](https://github.com/boxdot/gurk-rs) - Signal Client
|
||||
* [ZapZap](https://rtosta.com/zapzap/) - WhatsApp Client / [GitHub](https://github.com/rafatosta/zapzap)
|
||||
* [ZapZap](https://rtosta.com/zapzap-web/) - WhatsApp Client / [GitHub](https://github.com/rafatosta/zapzap)
|
||||
* [YouTube-Viewer](https://github.com/trizen/youtube-viewer), [Pipe Viewer](https://github.com/trizen/pipe-viewer) or [Pipeline](https://gitlab.com/schmiddi-on-mobile/pipeline) - YouTube Clients
|
||||
* [GrayJay](https://grayjay.app/desktop/) - Combines YouTube, Twitch, Rumble, etc.
|
||||
* [BetterDiscordctl](https://github.com/bb010g/betterdiscordctl) - Modded Discord Client / [Guide](https://gist.github.com/ObserverOfTime/d7e60eb9aa7fe837545c8cb77cf31172)
|
||||
|
|
@ -387,17 +386,17 @@
|
|||
|
||||
## ▷ Server / Selfhosting
|
||||
|
||||
* 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8), [iHostIt](https://ihostit.app/) or [Awesome Selfhosted UI](https://awesomeselfhosted.netlify.app/) - Self-Hosted Software Index / [GitHub](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
* 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8) or [Awesome Selfhosted UI](https://awesomeselfhosted.netlify.app/) - Self-Hosted Software Index / [GitHub](https://github.com/awesome-selfhosted/awesome-selfhosted)
|
||||
* 🌐 **[Selfh.st](https://selfh.st/apps/)** - Self-Hosted Software Index
|
||||
* 🌐 **[Self-Hosting-Guide](https://github.com/mikeroyal/Self-Hosting-Guide)** - Self-Hosted Software Index
|
||||
* ⭐ **[Homepage](https://gethomepage.dev/)** / [GitHub](https://github.com/gethomepage/homepage), **[Dashy](https://dashy.to/)** / [GitHub](https://github.com/Lissy93/dashy), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer), [Lab Dash](https://github.com/AnthonyGress/lab-dash), [mafl](https://mafl.hywax.space/), [Glance](https://github.com/glanceapp/glance), [Homarr](https://homarr.dev/) / [GitHub](https://github.com/homarr-labs/homarr) or [Organizr](https://github.com/causefx/Organizr) - Home Server Startpages
|
||||
* [Homepage](https://gethomepage.dev/) / [GitHub](https://github.com/gethomepage/homepage), [CasaOS](https://casaos.io/) / [GitHub](https://github.com/IceWhaleTech/CasaOS), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer), [Dashy](https://dashy.to/) / [GitHub](https://github.com/Lissy93/dashy), [Glance](https://github.com/glanceapp/glance), [Homarr](https://homarr.dev/) / [GitHub](https://github.com/homarr-labs/homarr), [Homepage](https://gethomepage.dev/) or [Organizr](https://github.com/causefx/Organizr) - Home Server Startpages
|
||||
* [Self Managed Life](https://wiki.futo.org/) - FOSS / Self-Hosting Guide / [Video](https://youtu.be/Et5PPMYuOc8), [2](https://youtu.be/3fW9TV1WQi8)
|
||||
* [Server World](https://www.server-world.info/en/) - Network Server Guides
|
||||
* [HowtoForge](https://www.howtoforge.com/) / [GitHub](https://github.com/lollipopkit/flutter_server_box) or [Comfy.Guide](https://comfy.guide/) - Linux Server Software Guides
|
||||
* [Flutter Server Box](https://cdn.lpkt.cn/serverbox/), [Webmin](https://webmin.com/) / [GitHub](https://github.com/webmin/webmin), [Cockpit Project](https://cockpit-project.org/), [CasaOS](https://casaos.io/) / [GitHub](https://github.com/IceWhaleTech/CasaOS) or [1Panel](https://1panel.pro/) / [GitHub](https://github.com/1Panel-dev/1Panel) - Linux Server Managers / Status
|
||||
* [Flutter Server Box](https://cdn.lpkt.cn/serverbox/), [Webmin](https://webmin.com/) / [GitHub](https://github.com/webmin/webmin), [Cockpit Project](https://cockpit-project.org/) or [1Panel](https://1panel.pro/) / [GitHub](https://github.com/1Panel-dev/1Panel) - Linux Server Managers / Status
|
||||
* [Proxmox](https://www.proxmox.com/en/) - Self-Hosted Server Tools
|
||||
* [EasyPanel](https://easypanel.io/) - Server Control Panel
|
||||
* [Free Cloud Linux Server](https://rentry.co/FMHYB64#free-cloud-linux-server) - Free Cloud Server Guide
|
||||
* [Free Cloud Linux Server](https://rentry.co/FMHYBase64#free-cloud-linux-server) - Free Cloud Server Guide
|
||||
* [yet another bench script](https://github.com/masonr/yet-another-bench-script) - Server Performance Script
|
||||
* [ansible-hms-docker](https://github.com/ahembree/ansible-hms-docker) or [DockSTARTer](https://github.com/GhostWriters/DockSTARTer) - Automated Docker Media Server Setups
|
||||
* [Docket-Jacket](https://github.com/linuxserver/docker-jackett) - Docker Jacket Container
|
||||
|
|
@ -420,11 +419,11 @@
|
|||
* [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch), [gocatcli](https://github.com/deadc0de6/gocatcli/), [xplr](https://xplr.dev/) / [Discord](https://discord.com/invite/JmasSPCcz3) / [GitHub](https://github.com/sayanarijit/xplr), [logo-ls](https://github.com/Yash-Handa/logo-ls), [ugrep](https://ugrep.com) / [GitHub](https://github.com/Genivia/ugrep) or [Achoz](https://github.com/kcubeterm/achoz) - File Explorers
|
||||
* [The Filesystem Hierarchy Standard](https://i.imgur.com/0vfM4dm.png) - Linux Filesystem Chart
|
||||
* [Dolphin](https://userbase.kde.org/Dolphin) / [Source Code](https://invent.kde.org/system/dolphin) or [SpaceFM](https://ignorantguru.github.io/spacefm/) - File Managers
|
||||
* [pigz](https://zlib.net/pigz/) / [GitHub](https://github.com/madler/pigz), [p7zip](https://p7zip.sourceforge.net/) or [GNU Gzip](https://www.gnu.org/software/gzip/) - File Archivers / Unzippers
|
||||
* [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop
|
||||
* [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days
|
||||
* [Zoxide](https://github.com/ajeetdsouza/zoxide) - Improved CD Command
|
||||
* [lnav](https://lnav.org/) - Log File Viewer / Analyzer / [Discord](https://discord.gg/erBPnKwz7R) / [GitHub](https://github.com/tstack/lnav)
|
||||
* [p7zip](https://p7zip.sourceforge.net/), [GNU Gzip](https://www.gnu.org/software/gzip/) or [pigz](https://zlib.net/pigz/) - File Archivers / Unzippers
|
||||
* [Pika Backup](https://gitlab.gnome.org/World/pika-backup/) or [RecoverPy](https://github.com/PabloLec/RecoverPy) - File Backup / Reocovery Tools
|
||||
* [Boxxy](https://github.com/queer/boxxy) - Contain Files / Directories
|
||||
* [Junction](https://github.com/sonnyp/Junction) - Change File Associations
|
||||
|
|
@ -439,7 +438,7 @@
|
|||
|
||||
## ▷ Android on Linux
|
||||
|
||||
* ⭐ **[Waydroid](https://waydro.id/)** - Containerized Android on Linux / [Scripts](https://github.com/casualsnek/waydroid_script) / [GitHub](https://github.com/waydroid)
|
||||
* ⭐ **[WayDroid](https://waydro.id/)** - Containerized Android on Linux / [Scripts](https://github.com/casualsnek/waydroid_script) / [GitHub](https://github.com/waydroid)
|
||||
* [Redroid](https://github.com/remote-android/redroid-doc) or [Docker-Android](https://github.com/budtmo/docker-android) - Containerized Android on Linux
|
||||
* [Genymotion](https://www.genymotion.com/) - Android Emulator
|
||||
* [Android Studio](https://developer.android.com/studio) - IDE with Built-in Android Emulator
|
||||
|
|
@ -457,7 +456,7 @@
|
|||
* ⭐ **zsh Tools** - [Plugins](https://github.com/unixorn/awesome-zsh-plugins) / [Customization](https://ohmyz.sh/) / [Theme](https://github.com/romkatv/powerlevel10k) / [Auto Setup](https://github.com/gustavohellwig/gh-zsh) / [Rich Framework](https://github.com/sorin-ionescu/prezto)
|
||||
* ⭐ **[Alacritty](https://alacritty.org)**, **[Kitty](https://sw.kovidgoyal.net/kitty/overview/)**, **[Wezterm](https://wezterm.org)** / [GitHub](https://github.com/wezterm/wezterm), [tabby](https://tabby.sh/), [foot](https://codeberg.org/dnkl/foot), [Simple Terminal](https://st.suckless.org/), [Wave](https://www.waveterm.dev/), [Ghostty](https://ghostty.org/), [yakuake](https://apps.kde.org/yakuake/) or [emacs-eat](https://codeberg.org/akib/emacs-eat) - Linux Terminal Emulators
|
||||
* ⭐ **[LinuxCommand](https://www.linuxcommand.org/tlcl.php)**, [Command Line Guide](https://github.com/jlevy/the-art-of-command-line) or [ManKier](https://www.mankier.com/) - Command-Line Lessons
|
||||
* [Starship](https://starship.rs/) or [Liquidprompt](https://github.com/liquidprompt/liquidprompt) - Bash / Zsh Prompt
|
||||
* [Liquidprompt](https://github.com/liquidprompt/liquidprompt) - Bash / Zsh Prompt
|
||||
* [utils](https://github.com/Loupeznik/utils) or [UsefulLinuxShellScripts](https://github.com/jackrabbit335/UsefulLinuxShellScripts) - Linux Shell Tool Scripts
|
||||
* [Gum](https://github.com/charmbracelet/gum) - Shell Script Creator
|
||||
* [ShellCheck](https://www.shellcheck.net/) - Shell Script Bug Check
|
||||
|
|
@ -480,20 +479,18 @@
|
|||
|
||||
## ▷ Raspberry Pi
|
||||
|
||||
* 🌐 **[Awesome Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi)** - Raspberry Pi Tools / Resources
|
||||
* [Pinn](https://github.com/procount/pinn) - Raspberry Pi OS Installer
|
||||
* [PiVPN](https://pivpn.io/) - Raspberry Pi VPN / [GitHub](https://github.com/pivpn/pivpn)
|
||||
* [raspberrypiwireguard](https://github.com/adrianmihalko/raspberrypiwireguard) - Install WireGuard on Raspberry Pi
|
||||
* [Raspberry Pi Connect](https://www.raspberrypi.com/software/connect/) - Raspberry Pi Remote Access
|
||||
* [CaribouLite](https://github.com/cariboulabs/cariboulite) - Raspberry Pi Tx/Rx 6GHz SDR
|
||||
* [Piper](https://github.com/OHF-Voice/piper1-gpl) - Raspberry Pi Text-To-Speech
|
||||
* [Pinout](https://pinout.xyz/) - Raspberry Pi GPIO Pins Guide
|
||||
|
||||
***
|
||||
|
||||
# ► Ricing / Customization
|
||||
|
||||
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)**, **[Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** or [Pling](https://www.pling.com/s/All-Linux/browse/) - Linux Ricing Resources
|
||||
* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)** or **[Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** - Linux Ricing Resources
|
||||
* ⭐ **[Elkowar's Wacky Widgets](https://elkowar.github.io/eww)** or **[Aylur's GTK Shell](https://github.com/Aylur/ags)** - Widgeting Systems
|
||||
* ⭐ **[unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn)
|
||||
|
||||
|
|
@ -517,11 +514,11 @@
|
|||
* 🌐 **[Window Manager Index](https://wiki.archlinux.org/title/Window_manager)** - List of Window Managers
|
||||
* 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors
|
||||
* 🌐 **[We Are Wayland Now](https://wearewaylandnow.com/)** - Wayland Ecosystem Components / [GitHub](https://github.com/gianklug/wearewaylandnow)
|
||||
* ⭐ **[i3wm](https://i3wm.org)** - Manual Tiling Window Manager / [Reference Card](https://i3wm.org/docs/refcard.html)
|
||||
* ⭐ **[awesomewm](https://awesomewm.org)** / [GitHub](https://github.com/awesomeWM/awesome), **[xmonad](https://xmonad.org)**, [Qtile](https://qtile.org/) or [dwm](https://dwm.suckless.org) - Dynamic Tiling Window Managers
|
||||
* ⭐ **[Hyprland](https://hyprland.org/)** / [Resources](https://github.com/hyprland-community/awesome-hyprland) / [Arch Wiki](https://wiki.archlinux.org/title/Hyprland) / [Simple Config](https://github.com/mylinuxforwork/dotfiles), [2](https://end-4.github.io/dots-hyprland-wiki/en/) or **[niri](https://github.com/YaLTeR/niri)** - Dynamic Tiling Wayland Compositors
|
||||
* ⭐ **[Sway](https://github.com/swaywm/sway)** / [Arch Wiki](https://wiki.archlinux.org/title/Sway) or [SwayFx](https://github.com/WillPower3309/swayfx) - i3-compatible Wayland Compositors
|
||||
* [BSPWM](https://github.com/baskerville/bspwm) or [herbstluftwm](https://herbstluftwm.org) - Hybrid Tiling Window Managers
|
||||
* ⭐ **[i3wm](https://i3wm.org)**, [BSPWM](https://github.com/baskerville/bspwm) or [herbstluftwm](https://herbstluftwm.org) - Tiling Window Managers
|
||||
* ⭐ **[awesomewm](https://awesomewm.org)** / [GitHub](https://github.com/awesomeWM/awesome), **[xmonad](https://xmonad.org)**, [Qtile](https://qtile.org/) or [dwm](https://dwm.suckless.org) - Dynamic Window Managers
|
||||
* ⭐ **[Hyprland](https://hyprland.org/)** - Wayland Compositor [Resources](https://github.com/hyprland-community/awesome-hyprland) / [Arch Wiki](https://wiki.archlinux.org/title/Hyprland) / [Simple Config](https://github.com/mylinuxforwork/dotfiles), [2](https://end-4.github.io/dots-hyprland-wiki/en/)
|
||||
* ⭐ **[niri](https://github.com/YaLTeR/niri)** - Wayland Compositor
|
||||
* ⭐ **[Sway](https://github.com/swaywm/sway)** or [SwayFx](https://github.com/WillPower3309/swayfx) - i3-compatible Wayland Compositor / [Arch Wiki](https://wiki.archlinux.org/title/Sway)
|
||||
* [river](https://github.com/riverwm/river/) - Wayland Compositor
|
||||
* [LabWC](https://github.com/labwc/labwc) - Wayland Compositor
|
||||
* [wayfire](https://github.com/WayfireWM/wayfire/) - Wayland Compositor
|
||||
|
|
@ -574,7 +571,7 @@
|
|||
* [PlayCover](https://github.com/PlayCover/PlayCover) - Run iOS Apps on Apple Silicon Macs
|
||||
* [rEFind](https://www.rodsbooks.com/refind/) - Boot Manager
|
||||
* [Kexts](https://www.tonymacx86.com/resources/categories/kexts.11/) - UEFI Kexts
|
||||
* [Adobe Creative Cloud](https://rentry.co/FMHYB64#mac-adobe-cc), [Adobe Downloader](https://github.com/X1a0He/Adobe-Downloader/blob/main/readme-en.md) or [Adobe Packager](https://github.com/Drovosek01/adobe-packager) - Adobe Product Downloader
|
||||
* [Adobe Creative Cloud](https://rentry.co/FMHYBase64#mac-adobe-cc), [Adobe Downloader](https://github.com/X1a0He/Adobe-Downloader/blob/main/readme-en.md) or [Adobe Packager](https://github.com/Drovosek01/adobe-packager) - Adobe Product Downloader
|
||||
* [ss64 macOS](https://ss64.com/mac/) - macOS Bash Commands
|
||||
* [Left on Read](https://leftonread.me/) - iMessage Client
|
||||
* [MacBing](https://goodsnooze.gumroad.com/l/macbing), [LlamaChat](https://www.llamachat.app/) or [Mollama](https://apps.apple.com/app/mollama/id6736948278) - AI Chatbots
|
||||
|
|
@ -585,13 +582,13 @@
|
|||
* [Agenda](https://agenda.com/) - Mac Notes Organizer / [Forum](https://agenda.community/)
|
||||
* [Taskpaper](https://www.taskpaper.com/) - To-Do Apps
|
||||
* [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager
|
||||
* [Microsoft Office](https://rentry.co/FMHYB64#macos-office) - Microsoft Office for macOS
|
||||
* [Microsoft Office](https://rentry.co/FMHYBase64#macos-office) - Microsoft Office for macOS
|
||||
* [Hammerspoon](https://www.hammerspoon.org/) or [Bunch](https://bunchapp.co/) - Desktop Automation
|
||||
* [MacScripter](https://www.macscripter.net/) - Automation Forum
|
||||
* [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor
|
||||
* [Later](https://getlater.app/) - Restore App Sessions / [GitHub](https://github.com/alyssaxuu/later)
|
||||
* [Tart](https://tart.run/) - Virtual Machine Manager / [GitHub](https://github.com/cirruslabs/tart)
|
||||
* [VMware](https://www.majorgeeks.com/files/details/vmware_workstation_for_windows.html) - Virtual Machine
|
||||
* [Tart](https://tart.run/) - Virtual Machine Manager / [GitHub](https://github.com/cirruslabs/tart)
|
||||
* [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/) or [AuroraEditor](https://auroraeditor.com/) - Code Editors
|
||||
* [GrayJay](https://grayjay.app/desktop/) - Combines YouTube, Twitch, Rumble, etc.
|
||||
* [SD Buddy](https://github.com/breadthe/sd-buddy), [CHARL-E](https://www.charl-e.com/) or [Swift Core ML Diffusers](https://github.com/huggingface/swift-coreml-diffusers) - Stable Diffusion Apps
|
||||
|
|
@ -651,12 +648,11 @@
|
|||
## ▷ Mac Audio
|
||||
|
||||
* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [Mac_Spotify_Adblock](https://github.com/Devanshu-17/Mac_Spotify_Adblock) - Spotify Adblockers
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Addons](https://github.com/rxri/spicetify-extensions), [2](https://github.com/3raxton/spicetify-custom-apps-and-extensions) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#spicetify-note) / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli)
|
||||
* [foobar2000](https://www.foobar2000.org/mac) or [VOX Mac Music Player](https://vox.rocks/mac-music-player) - Audio Players
|
||||
* [Silicio](https://apps.apple.com/us/app/silicio-mini-player/id933627574) - Audio Mini Player
|
||||
* [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player
|
||||
* [SoundSeer](https://github.com/jonathangarelick/SoundSeer) - Spotify in Menu Bar
|
||||
* [TheBoringNotch](https://theboring.name/) - Turn Notch into Audio Controller / Calendar / [Discord](https://discord.gg/GvYcYpAKTu) / [GitHub](https://github.com/TheBoredTeam/boring.notch/)
|
||||
* [Nuage](https://github.com/lbrndnr/nuage-macos) - Soundcloud Client
|
||||
* [Garageband](https://apps.apple.com/us/app/garageband/id682658836?mt=12) - Audio Editor
|
||||
* [EQMac](https://eqmac.app/) - Audio Equalizer
|
||||
|
|
@ -688,14 +684,13 @@
|
|||
* ⭐ **[Goldberg](https://github.com/inflation/goldberg_emulator)** - Steam Multiplayer Client Emulator
|
||||
* [SCNLOG](https://scnlog.me/games/mac/) - Mac Games
|
||||
* [RuTracker](https://rutracker.org/forum/viewforum.php?f=960) - Mac Games
|
||||
* [AppsTorrent](https://appstorrent.ru/games/) - Mac Games
|
||||
* [MacintoshRepository](https://www.macintoshrepository.org/games/) - Oldschool Mac Games
|
||||
* [Mac Source Ports](https://www.macsourceports.com/) - Run Old Mac Games
|
||||
* [Heroic Games Launcher](https://heroicgameslauncher.com/) - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)
|
||||
* [Mythic](https://getmythic.app/) / [Discord](https://discord.gg/58NZ7fFqPy) - Epic Games Launcher
|
||||
* [Prism43](https://github.com/DomHeadroom/Prism43) - Prism Launcher / Unlocker
|
||||
* [NASOS](https://archive.org/download/nNASOS1.8/nNASOS1.8.zip) - Gamecube iso.dec to ISO Converter
|
||||
* [r/MacGaming](https://www.reddit.com/r/macgaming/) - Mac Gaming Community / [Discord](https://discord.gg/MgJsb5m)
|
||||
* [/r/MacGaming](https://www.reddit.com/r/macgaming/) - Mac Gaming Community
|
||||
* [cemu.emiyl](https://cemu.emiyl.com/) - CEMU Compatibility List
|
||||
|
||||
***
|
||||
|
|
@ -715,6 +710,7 @@
|
|||
* [macOS Privacy Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) - Mac Privacy & Security Guides
|
||||
* [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles
|
||||
* [LuLu](https://objective-see.org/products/lulu.html) - Mac Firewall
|
||||
* [Streisand](https://streisand.pages.dev/) - Mac Proxy Client
|
||||
* [RansomWhere?](https://objective-see.org/products/ransomwhere.html) - Ransomware Blocker
|
||||
* [OverSight](https://objective-see.org/products/oversight.html) - Webcam / Mic Monitor
|
||||
* [SuspiciousPackage](https://www.mothersruin.com/software/SuspiciousPackage/get.html) - Analyze PKG Files
|
||||
|
|
@ -747,7 +743,7 @@
|
|||
## ▷ System Tools
|
||||
|
||||
* 🌐 **[AppleDB](https://appledb.dev/)** - Apple Device / Software Info Database
|
||||
* ⭐ **[Alfred](https://www.alfredapp.com/)** / [Workflows / Themes](https://www.packal.org/) , [Raycast](https://www.raycast.com/), [Albert](https://albertlauncher.github.io/), [Quicksilver](https://qsapp.com/), [KeyboardCowboy](https://github.com/zenangst/KeyboardCowboy) or [SOL](https://sol.ospfranco.com/) - Keystroke Launchers / Spotlight Replacements
|
||||
* ⭐ **[Alfred](https://www.alfredapp.com/)** / [Workflows / Themes](https://www.packal.org/), [Albert](https://albertlauncher.github.io/), [Quicksilver](https://qsapp.com/) or [SOL](https://sol.ospfranco.com/) - Keystroke Launchers
|
||||
* ⭐ **[CustomShortcuts](https://www.houdah.com/customShortcuts/)**, [Karabiner-Elements](https://karabiner-elements.pqrs.org/) or [ShortcutKeeper](https://shortcutkeeper.com/) - Custom Keyboard Shortcuts
|
||||
* ⭐ **[alt-tab-macos](https://alt-tab-macos.netlify.app/)** - Alt-Tab for Mac
|
||||
* [Advanced macOS Commands](https://saurabhs.org/advanced-macos-commands) - Advanced Command-Line Tools
|
||||
|
|
@ -6,18 +6,18 @@
|
|||
|
||||
# ► Indexes
|
||||
|
||||
* 🌐 **[Awesome List Index](https://github.com/sindresorhus/awesome), [GitHub Topics](https://github.com/topics/awesome)** / [2](https://github.com/topics/awesome-list) - All Awesome Lists
|
||||
* 🌐 **[Lists](https://github.com/jnv/lists)** - List of Lists Index
|
||||
* 🌐 **[Awesome List Index](https://github.com/sindresorhus/awesome), [2](https://github.com/topics/awesome)**, [Awesome.facts](https://awesome.facts.dev/) or [awesome-list](https://github.com/topics/awesome-list) - All Awesome Lists
|
||||
* 🌐 **[lists](https://github.com/jnv/lists)** - List Index
|
||||
* ↪️ **[AI Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_indexes)**
|
||||
* ⭐ **[FMHY Search](https://www.reddit.com/r/FREEMEDIAHECKYEAH/comments/105xraz/howto_search_fmhy/)** - Search the Wiki
|
||||
* ⭐ **[Awesome Search](https://awesomelists.top/)** - Awesome List Search
|
||||
* ⭐ **[Couleur Tweak Tips](https://ctt.cx/)** - Comprehensive Hub of Resources and Tools / [Discord](https://discord.gg/CTT)
|
||||
* ⭐ **[r/InternetIsBeautiful](https://reddit.com/r/InternetIsBeautiful)** - Helpful / Fun Sites
|
||||
* ⭐ **[/r/InternetIsBeautiful](https://reddit.com/r/InternetIsBeautiful)** - Helpful / Fun Sites
|
||||
* [Track Awesome List](https://www.trackawesomelist.com/) - Daily Awesome List Updates
|
||||
* [ForumDirectory](https://www.forumdirectory.com/) - Forum Directory
|
||||
* [ooh.directory](https://ooh.directory/) - Blog Directory
|
||||
* [Dan's Guides](https://dan.valeena.dev/#my-guides) - List of Guides by Dan
|
||||
* [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/sites/int), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings
|
||||
* [/danfmhy/](https://dan.valeena.dev/#my-guides), [2](https://rentry.co/danfmhy/) - List of Guides by Dan
|
||||
* [StatsCrop](https://www.statscrop.com/websites/top-sites/), [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/sites/int), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings
|
||||
* [findPWA](https://findpwa.com/), [Store.app](https://store.app/), [SaaS Discovery](https://saasdiscovery.com/) or [Electron](https://www.electronjs.org/apps) - Web App Indexes
|
||||
* [SmartLinks](https://smartlinks.org/index.html) - Website Directory
|
||||
* [OneMillionScreenshots](https://onemillionscreenshots.com/) - Website Snapshot Map
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
## ▷ Site / Tool Indexes
|
||||
|
||||
* ⭐ **[Ripped](https://ripped.guide/)** - Piracy Index / [Discord](https://discord.ripped.guide/)
|
||||
* ⭐ **[r/PiratedGames Megathread](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy)
|
||||
* ⭐ **[/r/PiratedGames Megathread](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy)
|
||||
* ⭐ **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)**, [2](https://csrin.org/) - Game Piracy Index
|
||||
* ⭐ **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Index / [Discord](https://discord.gg/jz8dUnnD6Q)
|
||||
* ⭐ **[Wotaku](https://wotaku.wiki/)** - Otaku Index / [Discord](https://discord.gg/vShRGx8ZBC)
|
||||
|
|
@ -61,34 +61,34 @@
|
|||
* ⭐ **[OneHack](https://onehack.us/)** - Giveaway Community / [Telegram](https://t.me/Official_OneHack)
|
||||
* [AppAgg](https://appagg.com/) - Multi-Platform / Apps / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)
|
||||
* [FreeCycle](https://www.freecycle.org/), [TrashNothing](https://trashnothing.com/) or [Freegle](https://www.ilovefreegle.org/) - Free Stuff Exchange / Gifting Communities
|
||||
* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Free / Cheap Apps / Games / [Reddit Bot](https://github.com/a-ton/gpd-bot)
|
||||
* [/r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Free / Cheap Apps / Games / [Reddit Bot](https://github.com/a-ton/gpd-bot)
|
||||
* [App Sales](https://www.app-sales.net/nowfree/) - Free / Cheap Apps / Games
|
||||
* [Play-Deals](https://github.com/psuzn/Play-Deals) - Free / Cheap Apps / Games
|
||||
* [r/AppHookup](https://www.reddit.com/r/AppHookup/) - Free / Cheap Software & Apps / Games
|
||||
* [/r/AppHookup](https://www.reddit.com/r/AppHookup/) - Free / Cheap Software & Apps / Games
|
||||
* [AppRaven](https://appraven.net/activity/pricedrops?ratingCount=0&price=FREE) - Apple Platform Apps / Games / [Subreddit](https://www.reddit.com/r/AppRaven/) / [Telegram](https://t.me/AppRavenOfficial) / [Discord](https://discord.com/invite/q8nPsNAypC)
|
||||
* [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012) - Books
|
||||
* [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals
|
||||
* [FreeReadFeed](https://www.freereadfeed.com/) or [eReaderIQ](https://www.ereaderiq.com/freebies) - Free Kindle Releases
|
||||
* [r/FREE](https://reddit.com/r/FREE/)
|
||||
* [r/freebies](https://www.reddit.com/r/freebies/)
|
||||
* [r/eFreebies](https://reddit.com/r/eFreebies)
|
||||
* [r/udemyfreebies](https://reddit.com/r/udemyfreebies)
|
||||
* [r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS)
|
||||
* [/r/FREE](https://reddit.com/r/FREE/)
|
||||
* [/r/freebies](https://www.reddit.com/r/freebies/)
|
||||
* [/r/eFreebies](https://reddit.com/r/eFreebies)
|
||||
* [/r/udemyfreebies](https://reddit.com/r/udemyfreebies)
|
||||
* [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Free Games
|
||||
|
||||
* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/giveaways/)** - Games / [Discord](https://discord.com/invite/C3K4bBh)
|
||||
* ⭐ **[Free Packages](https://steamdb.info/freepackages/)** - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)
|
||||
* [Free Games Claimer](https://github.com/vogler/free-games-claimer) - Auto-Claim Free Epic, Amazon, and GOG Games
|
||||
* [epicgames-freegames-node](https://github.com/claabs/epicgames-freegames-node) - Auto-Claim Free Epic Games
|
||||
* [SteamGifts](https://www.steamgifts.com/), [Free250](https://steam250.com/price/free), [r/FreeGamesOnSteam](https://reddit.com/r/FreeGamesOnSteam) or [SteamDB](https://steamdb.info/upcoming/free/) - Steam Games
|
||||
* [SteamGifts](https://www.steamgifts.com/), [Free250](https://steam250.com/price/free), [/r/FreeGamesOnSteam](https://reddit.com/r/FreeGamesOnSteam) or [SteamDB](https://steamdb.info/upcoming/free/) - Steam Games
|
||||
* [Key Hub](https://key-hub.eu/) - Steam Key Giveaways / [Discord](https://discord.gg/RbWahNY)
|
||||
* [IndieGala](https://freebies.indiegala.com/) - Games
|
||||
* [FreeGameCodes](https://freegames.codes/) - Games / [Discord](https://discord.gg/ZmUbRcp)
|
||||
* [r/freegames](https://www.reddit.com/r/freegames/) - Games
|
||||
* [/r/freegames](https://www.reddit.com/r/freegames/) - Games
|
||||
* [FreeToKeep](https://freetokeep.gg/) - Games / [Discord](https://discord.gg/t3Yh5Pfw6Y)
|
||||
* [r/RandomActsOfGaming](https://www.reddit.com/r/RandomActsOfGaming/) - Games
|
||||
* [/r/RandomActsOfGaming](https://www.reddit.com/r/RandomActsOfGaming/) - Games
|
||||
* [TemporarilyFreeGames](https://t.me/temporarilyfreegames) - Games
|
||||
* [Free Games Tracker](https://pyoneerc1.itch.io/free-games-tracker) - Games
|
||||
* [GamerPower](https://www.gamerpower.com/) - Games
|
||||
|
|
@ -97,14 +97,12 @@
|
|||
* [EpicFreeGamesList](https://josephmate.github.io/EpicFreeGamesList/) - Epic Free Games List
|
||||
* [Steam Mods](https://store.steampowered.com/search/?maxprice=free&category1=997) - Steam Mods
|
||||
* [Freetchio](https://shaigrorb.github.io/freetchio/) - itch.io Games
|
||||
* [VRDB](https://vrdb.app/games?min_price=0&max_price=0) or [QuestStoreDB](https://queststoredb.com/free_apps/) - VR Games
|
||||
* [NobsGames](https://nobsgames.stavros.io/android/?name=&genre=&rating__gt=&price=free) - Game APKs
|
||||
* [MiniReview](https://minireview.io/browse?sort=last-added-reviews&monetization=free&monetization-android=free&monetization-ios=free) - Mobile Game Recommendations / [Discord](https://discord.gg/TJq6EXfm7f) - Game APKs
|
||||
* [FreeSteamOffers_Bot](https://t.me/FreeSteamOffers_Bot/) - Telegram
|
||||
* [Games Radar](https://play.google.com/store/apps/details?id=com.arioch.efgr) - Games / Android App
|
||||
* [r/FreeGameFindings](https://reddit.com/r/FreeGameFindings) / [Socials](https://freegamefindings.ca/)
|
||||
* [r/Freegamestuff](https://reddit.com/r/Freegamestuff)
|
||||
* [Free Packages](https://steamdb.info/freepackages/) - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)
|
||||
* [/r/FreeGameFindings](https://reddit.com/r/FreeGameFindings) / [Socials](https://freegamefindings.ca/)
|
||||
* [/r/Freegamestuff](https://reddit.com/r/Freegamestuff)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -113,9 +111,9 @@
|
|||
* ⭐ **[FindHelp](https://www.findhelp.org/)** - Find Free or Reduced-Cost Resources / US Only
|
||||
* [Single Mother Guide](https://singlemotherguide.com/) - Single Mother Government Benefits Guide / US Only
|
||||
* [Be My Eyes](https://www.bemyeyes.com/) - Assist the Visually Impaired
|
||||
* [r/Assistance](https://www.reddit.com/r/Assistance/) or [r/borrow](https://www.reddit.com/r/borrow/) - Assistance / Donation Subreddits
|
||||
* [r/Homeless](https://www.reddit.com/r/homeless/) - Homeless Assistance Subreddit
|
||||
* [r/Random_Acts_Of_Pizza](https://www.reddit.com/r/Random_Acts_Of_Pizza/) - Pizza Donation Subreddit
|
||||
* [/r/Assistance](https://www.reddit.com/r/Assistance/) or [/r/borrow](https://www.reddit.com/r/borrow/) - Assistance / Donation Subreddits
|
||||
* [/r/Homeless](https://www.reddit.com/r/homeless/) - Homeless Assistance Subreddit
|
||||
* [/r/Random_Acts_Of_Pizza](https://www.reddit.com/r/Random_Acts_Of_Pizza/) - Pizza Donation Subreddit
|
||||
* [TinyKitten](https://tinykittens.com/) - Kitten Rescue / Donation
|
||||
* [CharityNavigator](https://www.charitynavigator.org/), [Arab.org](https://arab.org/), [CharityWatch](https://www.charitywatch.org/), [ProPublica](https://projects.propublica.org/nonprofits/) or [GiveWell](https://www.givewell.org) - Charity Ratings / Resources
|
||||
* [Free Rice](https://freerice.com/) - Earn Rice for the World Food Programme / Trivia
|
||||
|
|
@ -136,8 +134,8 @@
|
|||
* [FoodExpirationDates](https://github.com/lorenzovngl/FoodExpirationDates) or [Fridgey](https://f-droid.org/packages/lying.fengfeng.foodrecords/) - Food Expiration Trackers
|
||||
* [Cook Well](https://www.cookwell.com/) - Cooking Lessons / Science
|
||||
* [Parsnip](https://www.parsnip.ai/) - Cooking Lessons / Skill Tracking App
|
||||
* [r/Cooking](https://reddit.com/r/Cooking) - Cooking Discussion / Tips
|
||||
* [r/AskCulinary](https://reddit.com/r/AskCulinary) - Get Cooking Advice
|
||||
* [/r/Cooking](https://reddit.com/r/Cooking) - Cooking Discussion / Tips
|
||||
* [/r/AskCulinary](https://reddit.com/r/AskCulinary) - Get Cooking Advice
|
||||
* [Cheese.com](https://cheese.com/) - Cheese Resources
|
||||
* [Crispy Creations](https://rentry.co/crispycreations) - Potato Chip Info / Guides
|
||||
* [FermenThings](https://wiki.fermenthings.be/) - Fermentation Wiki
|
||||
|
|
@ -153,25 +151,26 @@
|
|||
* ⭐ **[Tandoor Recipes](https://docs.tandoor.dev/)**, [Mealie](https://mealie.io/) / [Discord](https://discord.com/invite/QuStdQGSGK), [Cooked](https://cooked.wiki/) or [ManageMeals](https://managemeals.com/) - Recipe Managers
|
||||
* ⭐ **[Noods.io](https://noods.io/)**, [Gobsmacked](https://gobsmacked.io/), [Just the Recipe](https://www.justtherecipe.com/), [WheresTheDish](https://www.wheresthedish.com/), [Forkestrate](https://app.forkestrate.com/), [Copy Me That](https://www.copymethat.com/), [drizzlelemons](https://www.drizzlelemons.com/) or [PlainOldRecipe](https://www.plainoldrecipe.com/) - Extract Recipes from Sites / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/recipe-filter/) / [Chrome](https://chromewebstore.google.com/detail/ahlcdjbkdaegmljnnncfnhiioiadakae)
|
||||
* ⭐ **[SuperCook](https://www.supercook.com/)** - Recipe Search
|
||||
* [MyFridgeFood](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
|
||||
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
|
||||
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
|
||||
* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes
|
||||
* [Fit Men Cook](https://fitmencook.com/) or [PunchFork](https://www.punchfork.com/) - Recipes
|
||||
* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search
|
||||
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
|
||||
* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
|
||||
* [PublicDomainRecipes](https://publicdomainrecipes.com/) - Recipe Search / [GitHub](https://github.com/ronaldl29/public-domain-recipes)
|
||||
* [based.cooking](https://based.cooking/) or [PublicDomainRecipes](https://publicdomainrecipes.com/) / [GitHub](https://github.com/ronaldl29/public-domain-recipes) - Recipe Search
|
||||
* [Recipe Search](https://recipe-search.typesense.org/) - Recipe Search
|
||||
* [Hari Recipes](https://hari.recipes/) - Recipe Search
|
||||
* [RecipeRadar](https://www.reciperadar.com/) - Recipe Search
|
||||
* [KitchenAid](https://www.kitchenaid.com/recipes.html) - Recipe Search
|
||||
* [Recipe Site List](https://pastebin.com/f1wAjWEB) - List of Recipe Sites
|
||||
* [Recipeeper](https://www.recipeeper.com/) - Dietary-Based Recipes
|
||||
* [TasteAtlas](https://www.tasteatlas.com/) - Recipe Map
|
||||
* [AmazingRibs](https://amazingribs.com/) - Rib Recipes
|
||||
* [The Bread Code Manifesto](https://github.com/hendricius/the-sourdough-framework) - Bread Baking Recipes
|
||||
* [Historical Recipes](https://l-lists.com/en/lists/55cbww.html) - Historical Recipes
|
||||
* [r/GifRecipes](https://reddit.com/r/GifRecipes) - Recipes in GIF Format
|
||||
* [r/recipes](https://reddit.com/r/recipes) - Share Recipes
|
||||
* [/r/GifRecipes](https://reddit.com/r/GifRecipes) - Recipes in GIF Format
|
||||
* [/r/recipes](https://reddit.com/r/recipes) - Share Recipes
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -183,9 +182,9 @@
|
|||
* [Notbadcoffee](https://notbadcoffee.com/flavor-wheel-en/) - Interactive Coffee Flavor Wheel
|
||||
* [Nahbucks!](https://nahbucks.com/) - Find Local Non-Starbucks Coffee Shops (US)
|
||||
* [Aeromatic](https://aeromatic.app/) - AeroPress Recipe App
|
||||
* [/tea/](https://rentry.co/teageneral) - Tea Brewing Masterlist / Guide
|
||||
* [/tea/](https://rentry.co/teageneral) - Tea Brewing Masterlist / Guides
|
||||
* [Drinkable](https://github.com/MOIMOB/drinkable) - Create Cocktails from Home Ingredients
|
||||
* [Make Me a Cocktail](https://makemeacocktail.com/mybar/) - Cocktail Builders
|
||||
* [Drinknation](https://www.drinknation.com/bar) or [Make Me a Cocktail](https://makemeacocktail.com/mybar/) - Cocktail Builders
|
||||
* [Modern Meadmaking](https://meadmaking.wiki/) - Homebrewing Wiki
|
||||
|
||||
***
|
||||
|
|
@ -214,9 +213,9 @@
|
|||
* 🌐 **[Agriculture / Gardening Subreddits](https://rentry.co/TouchGrasss)**
|
||||
* 🌐 **[Cannabis Growing Subreddits](https://www.reddit.com/r/trees/wiki/entreddits_social#wiki_growing)** or [Marijuana Subs](https://www.reddit.com/r/trees/wiki/entreddits_social) - Marijuana Subreddits
|
||||
* ⭐ **[EarthEasy](https://learn.eartheasy.com/)**, [How To Garden](https://www.bhg.com/gardening/how-to-garden/), [HappySprout](https://www.happysprout.com), [Growing Guide](https://blog.planter.garden/), [GrowStuff](https://www.growstuff.org/) or [GrowVeg](https://www.growveg.com/) - Gardening Guides
|
||||
* ⭐ **[r/Gardening](https://reddit.com/r/gardening)** - Gardening Community
|
||||
* ⭐ **[r/Whatsthisplant](https://www.reddit.com/r/whatsthisplant/)** - Plant Identification Community
|
||||
* [PictureThis](https://www.picturethisai.com/) / [Premium](https://rentry.co/FMHYB64#picture-this) or [Pl@ntNet](https://identify.plantnet.org/) - Plant Identification Tools / [Android](https://play.google.com/store/apps/details?id=cn.danatech.xingseus) / [iOS](https://apps.apple.com/us/app/picturethis-plant-identifier/id1252497129)
|
||||
* ⭐ **[/r/Gardening](https://reddit.com/r/gardening)** - Gardening Community
|
||||
* ⭐ **[/r/Whatsthisplant](https://www.reddit.com/r/whatsthisplant/)** - Plant Identification Community
|
||||
* [PictureThis](https://www.picturethisai.com/) / [Premium](https://rentry.co/FMHYBase64#picture-this) or [Pl@ntNet](https://identify.plantnet.org/) - Plant Identification Tools / [Android](https://play.google.com/store/apps/details?id=cn.danatech.xingseus) / [iOS](https://apps.apple.com/us/app/picturethis-plant-identifier/id1252497129)
|
||||
* [WildFlowerSearch](https://wildflowersearch.org/) - Flower Identifier
|
||||
* [Permapeople](https://permapeople.org/) - Garden Plant Info
|
||||
* [How Many Plants](https://howmanyplants.com/) - House Plant Information
|
||||
|
|
@ -224,13 +223,13 @@
|
|||
* [WorldOfSucculents](https://worldofsucculents.com/) - Succulent Database
|
||||
* [MyGarden](https://gitlab.com/m9712/mygarden) - Garden Management App
|
||||
* [Gardenia](https://www.gardenia.net/) or [Garden Design](https://www.gardendesign.com/) - Garden Design Resources
|
||||
* [r/UrbanGardening](https://www.reddit.com/r/UrbanGardening/) - Urban Gardening Community
|
||||
* [r/Farming](https://reddit.com/r/farming/) - Farming Community
|
||||
* [/r/UrbanGardening](https://www.reddit.com/r/UrbanGardening/) - Urban Gardening Community
|
||||
* [/r/Farming](https://reddit.com/r/farming/) - Farming Community
|
||||
* [Composting](https://learn.eartheasy.com/guides/composting/) - Composting Guides
|
||||
* [Modern Farmer](https://modernfarmer.com/) - Agricultural News
|
||||
* [Chip Drop](https://getchipdrop.com/) - Free Mulch
|
||||
* [World Hardiness Zones](https://upload.wikimedia.org/wikipedia/commons/a/a7/World_Hardiness_Zones.png) or [Plantmaps](https://www.plantmaps.com/) - Global Map of Hardiness Zones
|
||||
* [r/Microgrowery](https://reddit.com/r/microgrowery/) or [GrassCity](https://forum.grasscity.com/) - Cannabis Growing Communities
|
||||
* [/r/Microgrowery](https://reddit.com/r/microgrowery/) or [GrassCity](https://forum.grasscity.com/) - Cannabis Growing Communities
|
||||
* [SeedFinder](https://seedfinder.eu/en) - 35500+ Strain Database
|
||||
|
||||
***
|
||||
|
|
@ -250,7 +249,6 @@
|
|||
* [GasPrices](https://gasprices.aaa.com/) - Gas Price Tracker
|
||||
* [Fuel.io](https://fuel.io/) - Vehicle Fuel Tracking
|
||||
* [EV-Map](https://ev-map.app/) - Electronic Vehicle Charging Map
|
||||
* [Alibi](https://github.com/Myzel394/Alibi) or [DroidDashcam](https://play.google.com/store/apps/details?id=com.helge.droiddashcam) - Mobile Dashcams
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -263,7 +261,6 @@
|
|||
* [Bike Sharing](https://bikesharingworldmap.com/) - Bike Rental Map
|
||||
* [SkyDB](https://www.skydb.net/) - Skyscraper Locations / Info
|
||||
* [Seat61](https://www.seat61.com/) - Train Travel Guide
|
||||
* [Trustroots](https://www.trustroots.org/) - Traveler Hospitality Community
|
||||
* [SitInShade](https://sitinshade.com/) - Avoid the Sun While Traveling
|
||||
* [eSIMDB](https://esimdb.com/) - Compare eSIM Prices
|
||||
|
||||
|
|
@ -297,7 +294,7 @@
|
|||
* [TextToMap](https://www.textomap.com/) - Text-Based Map Search
|
||||
* [Copernix](https://copernix.io/) or [Local Map](https://www.matthewsiu.com/local-map) - Explore a Map with Wikipedia
|
||||
* [Flickr Map](https://www.flickr.com/map/) - Flickr Map
|
||||
* [r/MapPorn](https://reddit.com/r/MapPorn) - Reddit Map Community
|
||||
* [/r/MapPorn](https://reddit.com/r/MapPorn) - Reddit Map Community
|
||||
* [NearbyWiki](https://en.nearbywiki.org/) - Explore Interesting Places Near You
|
||||
* [Urbex](https://urbexology.com/) - Abandoned Places Map
|
||||
* [Arcade Database](https://zenius-i-vanisher.com/v5.2/arcades.php) - Arcade Game Map + Database
|
||||
|
|
@ -320,13 +317,11 @@
|
|||
|
||||
## ▷ Navigation / Transport
|
||||
|
||||
* ⭐ **[Google Maps](https://www.google.com/maps/)**, [Apple Maps](https://beta.maps.apple.com/), [Bing Maps](https://www.bing.com/maps) or [Mapy](https://en.mapy.cz/) - Online / Offline Maps
|
||||
* ⭐ **[CoMaps](https://www.comaps.app/)** / [Source Code](https://codeberg.org/comaps/comaps) or [Organic Maps](https://organicmaps.app/) / [Subreddit](https://www.reddit.com/r/organicmaps/) / [Telegram](https://t.me/OrganicMaps) / [GitHub](https://github.com/organicmaps/organicmaps) - Offline Maps
|
||||
* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Open Community Maps
|
||||
* ⭐ **OpenStreetMap Tools** - [Resources](https://github.com/osmlab/awesome-openstreetmap) / [Advanced Search](https://nominatim.openstreetmap.org/ui/search.html) / [Advanced Editor](https://level0.osmz.ru/) / [AI Editor](https://rapideditor.org/) / [Overpass API GUI](https://overpass-turbo.eu/)
|
||||
* ⭐ **[Google Maps](https://www.google.com/maps/)**, [Bing Maps](https://www.bing.com/maps), [Mapy](https://en.mapy.cz/), [Waze](https://www.waze.com/) / [Editor](https://www.waze.com/en-US/editor) or [Apple Maps](https://beta.maps.apple.com/) - Online / Offline Maps
|
||||
* ⭐ **[Comaps](https://www.comaps.app/)** / [Source Code](https://codeberg.org/comaps/comaps) or [Organic Maps](https://organicmaps.app/) / [Subreddit](https://www.reddit.com/r/organicmaps/) / [Telegram](https://t.me/OrganicMaps) / [GitHub](https://github.com/organicmaps/organicmaps) - Offline Maps
|
||||
* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Open Community Maps / [Advanced Search](https://nominatim.openstreetmap.org/ui/search.html) / [Advanced Editor](https://level0.osmz.ru/) / [AI Editor](https://rapideditor.org/) / [Overpass API GUI](https://overpass-turbo.eu/) / [Resources](https://github.com/osmlab/awesome-openstreetmap)
|
||||
* [OsmAnd](https://osmand.net/) or [Magic Earth](https://www.magicearth.com/) - Mobile Only Maps
|
||||
* [Waze](https://www.waze.com/) - Driving / Navigation Focused Map / [Editor](https://www.waze.com/en-US/editor)
|
||||
* [GMaps WV](https://f-droid.org/packages/us.spotco.maps/) - Restricted Google Maps WebView Wrapper / [GitHub](https://github.com/woheller69/maps)
|
||||
* [GMaps WV](https://f-droid.org/packages/us.spotco.maps/) / [GitHub](https://github.com/woheller69/maps) - Restricted Google Maps WebView Wrapper
|
||||
* [CubeTrek](https://cubetrek.com/) - GPS Track Manager
|
||||
* [Wikiroutes](https://wikiroutes.info/) or [CityMapper](https://citymapper.com/) - Public Transport Maps
|
||||
* [AnyTrip](https://anytrip.com.au/) - Australia & New Zealand Public Transport Maps
|
||||
|
|
@ -354,11 +349,10 @@
|
|||
|
||||
## ▷ Climate / Weather
|
||||
|
||||
* ⭐ **[Windy](https://www.windy.com/)**, **[Ventusky](https://www.ventusky.com/)**, [WXCharts](https://wxcharts.com/), [Earth Observatory](https://earthobservatory.nasa.gov/global-maps), [Zoom Earth](https://zoom.earth/), [Weatherwise](https://web.weatherwise.app/), [Earth Now](https://climate.nasa.gov/earth-now/), [Earth](https://earth.nullschool.net/) or [satellite-map.gosur](https://satellite-map.gosur.com/) - General Weather / Climate Maps
|
||||
* ⭐ **[Windy](https://www.windy.com/)**, **[Ventusky](https://www.ventusky.com/)**, [Earth Observatory](https://earthobservatory.nasa.gov/global-maps), [Zoom Earth](https://zoom.earth/), [Weatherwise](https://web.weatherwise.app/), [Earth Now](https://climate.nasa.gov/earth-now/), [Earth](https://earth.nullschool.net/) or [satellite-map.gosur](https://satellite-map.gosur.com/) - General Weather / Climate Maps
|
||||
* [CyclonicWx](https://cyclonicwx.com/) - Tropical Weather Tracking Tools / Plotting
|
||||
* [Netweather](https://www.netweather.tv/charts-and-data/global-jetstream) - Global Jetstream Forcast Map
|
||||
* [Cyclocane](https://www.cyclocane.com/) - Cyclone and Hurricane Tracker Map
|
||||
* [Supercell Wx](https://supercellwx.net/) - Visualize / Archive NEXRAD Data + Weather Alerts / [GitHub](https://github.com/dpaulat/supercell-wx)
|
||||
* [tornado.live](https://tornado.live/) - Real-Time US Severe Weather Alerts Map
|
||||
* [Tropical Tidbits](https://www.tropicaltidbits.com/) - Hurricane Forecast Models
|
||||
* [FloodMap](https://www.floodmap.net/) - Sea Level / Flood Map
|
||||
|
|
@ -394,7 +388,7 @@
|
|||
* [World Population Density](https://luminocity3d.org/WorldPopDen/) - Population Density Map
|
||||
* [FIRMS](https://firms.modaps.eosdis.nasa.gov/map/) - Fire / Thermal Anomalies Map
|
||||
* [Native Land](https://native-land.ca/) - Indigenous Territory Map
|
||||
* [kepler.gl](https://kepler.gl/) - Geospatial Analysis Tool / [GitHub](https://github.com/keplergl/kepler.gl)
|
||||
* [kepler.gl](https://kepler.gl/) / [GitHub](https://github.com/keplergl/kepler.gl) - Geospatial Analysis Tool
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -418,11 +412,11 @@
|
|||
## ▷ Historic Maps
|
||||
|
||||
* 🌐 **[Map History](https://www.maphistory.info/)** or [David Rumsey Map Collection](https://www.davidrumsey.com/) - Historical Map Indexes
|
||||
* ⭐ **[Running Reality](https://www.runningreality.org/)**, [World History Maps](https://www.worldhistory.org/mapselect/), [Chronas](https://www.chronas.org/) or [OldMapsOnline](https://www.oldmapsonline.org/) - Interactive Historical Maps
|
||||
* ⭐ **[Running Reality](https://www.runningreality.org/)**, [Chronas](https://www.chronas.org/) or [OldMapsOnline](https://www.oldmapsonline.org/) - Interactive Historical Maps
|
||||
* [Harvard WorldMap](https://worldmap.maps.arcgis.com/home/index.html) - ArcGIS Map Archive
|
||||
* [Cronobook](https://cronobook.com/) - Historic Street View
|
||||
* [EuraAtlas](https://euratlas.com/) - Historical Atlas of Europe
|
||||
* [r/oldmaps](https://www.reddit.com/r/oldmaps/) or [r/papertowns](https://www.reddit.com/r/papertowns/) - Historical Maps Community
|
||||
* [/r/oldmaps](https://www.reddit.com/r/oldmaps/) or [/r/papertowns](https://www.reddit.com/r/papertowns/) - Historical Maps Community
|
||||
* [Historical City Maps](https://redd.it/61fdp6) - Collection of Historical City Maps
|
||||
* [Library of Congress](https://www.loc.gov/collections/?fa=partof:geography+and+map+division) - LOC Historic Maps Archive
|
||||
* [Historic Borders](https://historicborders.app/) - Borders History Map
|
||||
|
|
@ -432,9 +426,7 @@
|
|||
* [Imperium](https://imperium.ahlfeldt.se/) - Digital Atlas of the Roman Empire
|
||||
* [Ancient Earth](https://dinosaurpictures.org/ancient-earth) - Globe of Ancient Earth
|
||||
* [1940s NYC](https://1940s.nyc/) - Explore 1940's New York
|
||||
* [Project’44](https://www.project44.ca/) - World War II Historical Map / [Discord](https://discord.gg/bzWEuc6JJv)
|
||||
* [HK Battle 1941](https://digital.lib.hkbu.edu.hk/1941hkbattle/en/index.php) - The Battle of Hong Kong 1941 Interactive Map
|
||||
* [Medieval Murder Maps](https://medievalmurdermap.co.uk/) - Interactive Medieval Murder / Death Maps
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -473,7 +465,7 @@
|
|||
* 🌐 **[AllYouCanRead](https://www.allyoucanread.com/)** - Worldwide News Sites Index
|
||||
* ↪️ **[Newspaper Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_newspapers)**
|
||||
* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
|
||||
* ⭐ **[TorrentFreak](https://torrentfreak.com/)** - Piracy News / [Telegram](https://t.me/torrentfreaks)
|
||||
* ⭐ **[TorrentFreak](https://torrentfreak.com/)** / [Telegram](https://t.me/torrentfreaks) - Piracy News
|
||||
* ⭐ **[Current Events Wiki](https://en.wikipedia.org/wiki/Portal:Current_events)** - Breaking News
|
||||
* ⭐ **[Good News Network](https://www.goodnewsnetwork.org/)** or [Happy Daze](https://happydaze.io/) - Uplifting News
|
||||
* [News as Facts](https://newsasfacts.com/) - Wiki-Based News
|
||||
|
|
@ -484,7 +476,7 @@
|
|||
* [Anime Corner](https://animecorner.me/) - Anime / Manga News
|
||||
* [ArtDaily](https://artdaily.com) - Art News
|
||||
* [Codrops](https://tympanus.net/codrops/) - Design News
|
||||
* [The Athletic](https://www.nytimes.com/athletic/) - Sports News / [Bypass Paywall](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_paywall_bypass) / [Mobile](https://rentry.co/FMHYB64#the-athletic)
|
||||
* [The Athletic](https://www.nytimes.com/athletic/) - Sports News / [Bypass Paywall](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_paywall_bypass) / [Mobile](https://rentry.co/FMHYBase64#the-athletic)
|
||||
* [EventMap](https://rsoe-edis.org/eventMap) - Emergency and Disaster Maps
|
||||
* [Interactive News Map](https://usa.liveuamap.com/) - Geolocated News Alerts / Headlines U.S.
|
||||
* [MedicineNet](https://www.medicinenet.com/), [MedPageToday](https://www.medpagetoday.com/), [EverydayHealth](https://www.everydayhealth.com/), [Medscape](https://www.medscape.com/), [healthline](https://www.healthline.com/) or [WebMD](https://www.webmd.com/) - Health News
|
||||
|
|
@ -496,8 +488,8 @@
|
|||
* [Web3 Is Going Great](https://www.web3isgoinggreat.com/) - Web3 Disaster News
|
||||
* [Citizen](https://citizen.com/explore) - Real Time Local News (US Only)
|
||||
* [POTUS Tracker](https://potustracker.us/), [GovData](https://www.govactionlist.com/) or [WikiPolitica](https://wikipolitica.org/) - Government Executive Orders, Location & more
|
||||
* [PlaneCrashInfo](https://www.planecrashinfo.com/), [FlightSaftey](https://asn.flightsafety.org/) or [AVHerald](https://avherald.com/) - Aviation Incidents / News
|
||||
* [Read Something Wonderful](https://readsomethingwonderful.com/), [Read Something Great](https://www.readsomethinggreat.com/) or [BoredReading](https://boredreading.com/) - Random Articles / Blog Posts
|
||||
* [PlaneCrashInfo](https://www.planecrashinfo.com/) or [AVHerald](https://avherald.com/) - Aviation Incidents / News
|
||||
* [Read Something Interesting](https://readsomethinginteresting.com/), [Read Something Wonderful](https://readsomethingwonderful.com/), [Read Something Great](https://www.readsomethinggreat.com/) or [BoredReading](https://boredreading.com/) - Random Articles / Blog Posts
|
||||
* [Media Bias Fact Check](https://drmikecrowe.github.io/mbfcext/) or [HonestyMeter](https://www.honestymeter.com/) - Media Bias Checkers
|
||||
* [PressMob](https://pressmob.ai/) - Journalist Search
|
||||
* [Scribe](https://sr.ht/~edwardloveall/Scribe/) or [LibMedium](https://libmedium.batsense.net/) - Medium Frontends
|
||||
|
|
@ -509,8 +501,7 @@
|
|||
* ⭐ **[Spike News](https://readspike.com/)**, [2](https://spike.news/)
|
||||
* [QotNews](https://news.t0.vc/) - Hacker News / Reddit / Lobsters / Tildes
|
||||
* [Mozberg](https://mozberg.com/) - News Search
|
||||
* [Kite](https://kite.kagi.com/) - Aggregator / Summaries / [GitHub](https://github.com/kagisearch/kite-public)
|
||||
* [NewsMinimalist](https://www.newsminimalist.com/) - Aggregator / Summaries
|
||||
* [NewsMinimalist](https://www.newsminimalist.com/) - AI News Aggregator
|
||||
* [AlDaily](https://www.aldaily.com/) - Art / Philosophy / Literature News
|
||||
* [Ground.news](https://ground.news/) - Sign-Up Required
|
||||
* [Upstract](https://upstract.com/)
|
||||
|
|
@ -528,16 +519,16 @@
|
|||
|
||||
* ↪️ **[Dev / Cybersecurity News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_dev_news)**
|
||||
* ⭐ **[GamersNexus](https://gamersnexus.net/)** - PC Gaming News
|
||||
* ⭐ **[Hacker News](https://news.ycombinator.com/)** - Tech News / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)
|
||||
* ⭐ **[Hacker News](https://news.ycombinator.com/)** - Tech / Hacking News / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)
|
||||
* [AlternativeTo Aggregator](https://alternativeto.net/news/all/) - Tech News Aggregator
|
||||
* [TechURLs](https://techurls.com/) - Tech News
|
||||
* [Techmeme](https://www.techmeme.com/) - Tech News
|
||||
* [The Brutalist Report](https://brutalist.report/) - Tech News
|
||||
* [ThisWeekInVideoGames](https://thisweekinvideogames.com/news/) - Gaming News
|
||||
* [TuxURLs](https://tuxurls.com/) or [LWN](https://lwn.net/Archives/) - Linux News
|
||||
* [TuxURLs](https://tuxurls.com/) - Linux News
|
||||
* [Liliputing](https://liliputing.com/) - Hardware / Linux Mobile News
|
||||
* [Geeks3D](https://www.geeks3d.com/), [Toms Hardware](https://www.tomshardware.com/) or [Overclock3D](https://overclock3d.net/) - Hardware News / Reviews
|
||||
* [EmergentMind](https://www.emergentmind.com/), [TestingCatalog](https://www.testingcatalog.com/), [Singularity Hub](https://singularityhub.com/) or [Dupple](https://www.dupple.com/techpresso) - AI News
|
||||
* [EmergentMind](https://www.emergentmind.com/), [TestingCatalog](https://www.testingcatalog.com/), [Singularity Hub](https://singularityhub.com/) or [Dupple](https://www.dupple.com/techpresso-archives) - AI News
|
||||
* [GamesRecap](https://gamesrecap.io/) - Game Annoucements / Trailers
|
||||
* [Internet Society](https://pulse.internetsociety.org/blog) - Internet Infrastructure News
|
||||
* [RestorePrivacy](https://cyberinsider.com/news/) or [Privacy International](https://www.privacyinternational.org/) - Privacy / Security News
|
||||
|
|
@ -552,16 +543,17 @@
|
|||
* [Related Submissions](https://hnrelevant.imadij.com/) - Similar Posts Sidebar Extension / [GitHub](https://github.com/imdj/HNRelevant)
|
||||
* [The Hacker Herald](https://hackerherald.com/) or [hckrnws](https://www.hckrnws.com/) - HN Frontends
|
||||
* [Alexandria Library](https://alexandria-library.julienc.me/search/) - HN Search Frontend
|
||||
* [HNRankings](https://hnrankings.info/) or [Lindy Hacker News](https://hn.lindylearn.io/) - Best of / Top Posts Aggregator
|
||||
* [Lindy Hacker News](https://hn.lindylearn.io/) - Best of / Top Posts Aggregator
|
||||
* [Hacker News RSS](https://hnrss.github.io/) - HN RSS Feeds
|
||||
|
||||
***
|
||||
|
||||
## ▷ Science News
|
||||
|
||||
* ⭐ **[phys](https://phys.org/)** - Physics News / Articles
|
||||
* [SciURLs](https://sciurls.com/)
|
||||
* [NewScientist](https://www.newscientist.com/)
|
||||
* [Nature](https://www.nature.com/)
|
||||
* [Science](https://www.science.org/)
|
||||
* [PopSci](https://www.popsci.com/)
|
||||
* [ScienceDaily](https://www.sciencedaily.com/)
|
||||
* [EurekAlert](https://www.eurekalert.org/)
|
||||
|
|
@ -604,12 +596,12 @@
|
|||
* [openScale](https://f-droid.org/packages/com.health.openscale/) or [trale](https://github.com/QuantumPhysique/trale) - Weight & Body Metrics Trackers
|
||||
* [SailRabbit](https://www.sailrabbit.com/bmr/) - BMR / TDEE Calculator
|
||||
* [Bodyweight Fitness Progressions](https://docs.google.com/spreadsheets/d/1a8tlZ-zbF695HA3Lmm20OIYeYYxo1lmUOczUXKLoL4s/)
|
||||
* [r/LoseIt](https://www.reddit.com/r/loseit/) - Weight Loss Subreddit
|
||||
* [/r/LoseIt](https://www.reddit.com/r/loseit/) - Weight Loss Subreddit
|
||||
* [MOVE! Coach](https://mobile.va.gov/app/move-coach) - Weight Loss Program
|
||||
* [Weight Loss Side Effects](https://weight-loss-side-effects.netlify.app/) - Weight Loss Side Effect Mitigation
|
||||
* [r/GainIt](https://www.reddit.com/r/gainit/) - Healthy Weight Gain Subreddit
|
||||
* [r/Flexibility](https://www.reddit.com/r/flexibility/) - Flexibility Subreddit
|
||||
* [HealthDirect](https://www.healthdirect.gov.au/), [epocrates](https://www.epocrates.com/), [medlineplus](https://medlineplus.gov/), [merckmanuals](https://www.merckmanuals.com/), [mayoclinic](https://www.mayoclinic.org/), [rxlist](https://www.rxlist.com/), [nejm](https://www.nejm.org/), [ncbi](https://www.ncbi.nlm.nih.gov/pmc/), [hhs](https://www.hhs.gov/), [nih](https://www.nih.gov/), [cdc](https://www.cdc.gov/) - Government Health Resources
|
||||
* [/r/GainIt](https://www.reddit.com/r/gainit/) - Healthy Weight Gain Subreddit
|
||||
* [/r/Flexibility](https://www.reddit.com/r/flexibility/) - Flexibility Subreddit
|
||||
* [epocrates](https://www.epocrates.com/), [medlineplus](https://medlineplus.gov/), [merckmanuals](https://www.merckmanuals.com/), [mayoclinic](https://www.mayoclinic.org/), [rxlist](https://www.rxlist.com/), [nejm](https://www.nejm.org/), [ncbi](https://www.ncbi.nlm.nih.gov/pmc/), [hhs](https://www.hhs.gov/), [nih](https://www.nih.gov/), [cdc](https://www.cdc.gov/) - Government Health Resources
|
||||
* [oshaction](https://www.oshaction.org/resources/) - Occupational Health and Safety Resources
|
||||
* [CancerFactFinder](https://cancerfactfinder.org/) - Cancer Fact Search
|
||||
|
||||
|
|
@ -620,7 +612,7 @@
|
|||
* 🌐 **[Evidence-Based Training Wiki](https://www.reddit.com/r/EvidenceBasedTraining/wiki/index/)** - Evidence-Based Training Resources
|
||||
* 🌐 **[ExRx.net](https://exrx.net/)** - Exercise Resources
|
||||
* ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans
|
||||
* ⭐ **[r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Bodyweight Fitness Routines / [Android](https://play.google.com/store/apps/details?id=com.eightxthree.app) / [iOS](https://apps.apple.com/app/8x3/id1561393713) / [Discord](https://discord.gg/bwf)
|
||||
* ⭐ **[/r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Bodyweight Fitness Routines / [Android](https://play.google.com/store/apps/details?id=com.eightxthree.app) / [iOS](https://apps.apple.com/app/8x3/id1561393713) / [Discord](https://discord.gg/bwf)
|
||||
* ⭐ **[/u/KNightNox Diagram](https://imgur.com/bodyweight-training-skill-tree-with-over-200-exercises-high-res-gEfyf0q)** - Zoomable Exercise Diagram
|
||||
* ⭐ **[Boostcamp](https://www.boostcamp.app/)**, [Hevy](https://www.hevyapp.com/), [Tracked](https://www.tracked.gg/), [Kenko](https://github.com/Iamlooker/Kenko), [FitNotes](https://www.fitnotesapp.com/) or [FitHero](https://fithero.app/) - Workout Trackers
|
||||
* [Fitness Blender](https://www.fitnessblender.com/videos?exclusive%5B%5D=0) - Workout Videos
|
||||
|
|
@ -650,7 +642,7 @@
|
|||
## ▷ Nutritional Health
|
||||
|
||||
* ⭐ **[Nutritionix](https://www.nutritionix.com/)** - Nutrition Tracker App
|
||||
* ⭐ **[r/Nutrition](https://www.reddit.com/r/nutrition/)** - Nutrition Subreddit
|
||||
* ⭐ **[/r/Nutrition](https://www.reddit.com/r/nutrition/)** - Nutrition Subreddit
|
||||
* ⭐ **[Caffeine Calculator](https://www.caffeineinformer.com/death-by-caffeine)** - Caffeine Intake Calculator
|
||||
* ⭐ **[Urine Color Chart](https://www.southtees.nhs.uk/wp-content/uploads/2022/08/Urine-colour-chart.pdf)** - Levels of Dehydration
|
||||
* ⭐ **[OpenFoodFacts](https://world.openfoodfacts.org/)** - Food Database & Health Information / [Scanner](https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner)
|
||||
|
|
@ -688,7 +680,7 @@
|
|||
|
||||
## ▷ Detoxing / Sobriety
|
||||
|
||||
* ⭐ **[r/NoSurf](https://www.reddit.com/r/nosurf/wiki/index)** - Digital Detox Community / [Discord](https://discord.com/invite/QFhXt2F)
|
||||
* ⭐ **[/r/NoSurf](https://www.reddit.com/r/nosurf/wiki/index)** - Digital Detox Community / [Discord](https://discord.com/invite/QFhXt2F)
|
||||
* [Farhan](https://github.com/tahaak67/Farhan), [LockMeOut](https://play.google.com/store/apps/details?id=vikesh.dass.lockmeout), [DetoxDroid](https://github.com/flxapps/DetoxDroid) or [StopScroll](https://play.google.com/store/apps/details?id=com.noscroll.antiscroll) - Control Phone Addiction
|
||||
* [The Freedom Model](https://www.thefreedommodel.org/ebooks/) - Addiction-Help Model / [Books](https://www.youtube.com/playlist?list=PLd6KCmnSpHuE29G2f9JXHMcZKbvzSdInw) / [Lessons](https://www.youtube.com/playlist?list=PLd6KCmnSpHuFBFw-ei2eTYJPrSoLuwBFL)
|
||||
* [BreakFree](https://breakfree-2c089.web.app/) - Break Smoking Habits
|
||||
|
|
@ -722,7 +714,7 @@
|
|||
* ⭐ **[Reverse Interview](https://github.com/viraptor/reverse-interview)** or [job-interview-questions](https://github.com/lkostrowski/job-interview-questions-to-ask-companies) - Questions to Ask Potential Employers
|
||||
* ⭐ **[Kimai](https://www.kimai.org/)** or [Clockify](https://clockify.me/) - Work Hour Trackers
|
||||
* [80,000 Hours](https://80000hours.org/), [O*NET](https://www.onetonline.org/), [Career Dreamer](https://grow.google/career-dreamer/) or [MyNextMove](https://www.mynextmove.org/) - Explore Career Options
|
||||
* [r/careerguidance](https://www.reddit.com/r/careerguidance/) - Career Guidance Subreddit
|
||||
* [/r/careerguidance](https://www.reddit.com/r/careerguidance/) - Career Guidance Subreddit
|
||||
* [UseThis](https://usesthis.com/) - Career Interviews
|
||||
* [Science Career General](https://sciencecareergeneral.neocities.org/) - PhD / STEM Career Study Guides
|
||||
* [JustLanded](https://www.justlanded.com/) - Working & Living Abroad Guides
|
||||
|
|
@ -730,6 +722,7 @@
|
|||
* [EconJobRumors](https://www.econjobrumors.com/) - Economic Job Market Forum
|
||||
* [SocJobRumors](https://www.socjobrumors.com/) - Sociology Job Market Forum
|
||||
* [Side Hustle Stack](https://sidehustlestack.co/) - Find Platform-Based Side Work
|
||||
* [The Dots](https://the-dots.com/events/search) - Online Workshops / Courses / Meetups
|
||||
* [MedusaJS](https://medusajs.com/) - Open Source Commerce Store
|
||||
* [Contact Card](https://contact-card.vercel.app/) - Contact Card Generator
|
||||
* [MS Word Cover Page Templates](https://www.mswordcoverpages.com/) - Cover Page Templates
|
||||
|
|
@ -738,7 +731,7 @@
|
|||
* [Creator Monetization Platforms](https://docs.google.com/spreadsheets/d/1ii59-tKBwsol4jGwVehXy-oaJfVLKUciwXtB2tuKqQg/edit#gid=0) - Monetization Platforms Comparisons
|
||||
* [Gerev](https://github.com/GerevAI/gerev) - Search within Workplace Apps
|
||||
* [Gale Presents: Udemy](https://www.gale.com/elearning/udemy) - Business Courses / Library Card Required
|
||||
* [Marketing Mega](https://rentry.co/FMHYB64#marketing-courses), [Pimp My Money](https://pimpmymoney.net/) (Torrent) or [HubSpot Academy](https://academy.hubspot.com/) - Digital Marketing Courses
|
||||
* [Marketing Mega](https://rentry.co/FMHYBase64#marketing-courses), [Pimp My Money](https://pimpmymoney.net/) (Torrent) or [HubSpot Academy](https://academy.hubspot.com/) - Digital Marketing Courses
|
||||
* [Statista](https://statista.com/) - Market Statistic Search
|
||||
* [Systeme](https://systeme.io/) or [SendPulse](https://sendpulse.com/) - Marketing Tools
|
||||
* [Marmof](https://marmof.com/) - Creator / Marketing AI
|
||||
|
|
@ -793,7 +786,7 @@
|
|||
* 🌐 **[remote-jobs](https://remoteintech.company/)** - Remote Friendly Company Index / [GitHub](https://github.com/remoteintech/remote-jobs)
|
||||
* ⭐ **[Real Work From Anywhere](https://www.realworkfromanywhere.com/)** - Global "Work-From-Anywhere" Job Board
|
||||
* [Overemployed](https://overemployed.com/) - Discuss Working 2+ Remote Jobs / [Subreddit](https://www.reddit.com/r/overemployed) / [Discord](https://discord.com/invite/a8VGhbZyek)
|
||||
* [r/RemoteJobs](https://www.reddit.com/r/RemoteJobs/) - Remote Jobs Subreddit / Check "Job Posts" Flag
|
||||
* [/r/RemoteJobs](https://www.reddit.com/r/RemoteJobs/) - Remote Jobs Subreddit / Check "Job Posts" Flag
|
||||
* [MTurk](https://www.mturk.com/) - Online Task Work
|
||||
* [NoCommute](https://www.nocommutejob.com/) - Remote Job Notifications
|
||||
* [WeNomad](https://wenomad.so/) or [Nomad List](https://nomads.com/) - Remote Work Ratings
|
||||
|
|
@ -824,21 +817,23 @@
|
|||
* 🌐 **[TheRemoteFreelancer](https://github.com/engineerapart/TheRemoteFreelancer)** - Remote Tech Jobs Index
|
||||
* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_developer_learning)**
|
||||
* ↪️ **[Learn Computer Science](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_computer_science)**
|
||||
* ⭐ **[Tech Interview Handbook](https://www.techinterviewhandbook.org/software-engineering-interview-guide/)** or [Frontend Interview Handbook](https://www.frontendinterviewhandbook.com/) - Interview Handbooks / [GitHub](https://github.com/yangshun/)
|
||||
* [MoAiJobs](https://www.moaijobs.com/) - Find Jobs in AI Companies
|
||||
* [FOSS Jobs](https://www.fossjobs.net/) - FOSS Project Jobs
|
||||
* [key : values](https://www.keyvalues.com/) - Find Companies that Match Your Values
|
||||
* [Authentic Jobs](https://authenticjobs.com/) - Find Developer / Designer Jobs
|
||||
* [Dribbble](https://dribbble.com/) - Designer Jobs
|
||||
* [r/DesignJobs](https://www.reddit.com/r/DesignJobs/) - Designer Jobs Subreddit
|
||||
* [/r/DesignJobs](https://www.reddit.com/r/DesignJobs/) - Designer Jobs Subreddit
|
||||
* [Golang Jobs](https://golangjob.xyz/) - Find Golang Jobs
|
||||
* [Best PM Jobs](https://www.bestpmjobs.com/) - Tech Firm Night Jobs
|
||||
* [JS Remotely](https://jsremotely.com/) - Find Remote JavaScript Jobs
|
||||
* [js chimp](https://jschimp.com/) - Reverse Job Board / JavaScript
|
||||
* [larajobs](https://larajobs.com/) - Find Laravel Jobs
|
||||
* [Python Job Board](https://www.python.org/jobs/) - Find Python Jobs
|
||||
* [RailsDevs](https://railsdevs.com/) - Reverse Job Board / Rails
|
||||
* [Levels.fyi](https://www.levels.fyi/) - Tech Career Salaries
|
||||
* [LeetFree](https://doocs.github.io/leetcode/#/README_EN) - Leaked Google / Facebook / Amazon Interview Questions / [GitHub](https://github.com/doocs/leetcode/blob/main/README_EN.md)
|
||||
* [Interviews.school](https://interviews.school/) or [InterviewThis](https://github.com/Twipped/InterviewThis) - Interview Preparation Guides
|
||||
* [Tech Interview Handbook](https://www.techinterviewhandbook.org/) or [Frontend Interview Handbook](https://www.frontendinterviewhandbook.com/) - Interview Handbooks / [GitHub](https://github.com/yangshun/)
|
||||
* [Interview Warmup](https://grow.google/certificates/interview-warmup/) - Interview Practice
|
||||
* [Cyberseek](https://www.cyberseek.org/index.html) - Cybersecurity US Job Market Info
|
||||
* [NIST](https://www.nist.gov/nice/apprenticeship-finder) - Find NICE Cybersecurity Apprenticeship Programs
|
||||
|
|
@ -874,7 +869,7 @@
|
|||
* [Zulip](https://zulip.com/) - Team Chat / [GitHub](https://github.com/zulip/zulip/)
|
||||
* [Freedcamp](https://freedcamp.com/) - Project / Task Organization
|
||||
* [Asana](https://asana.com/) - Project / Task Organization
|
||||
* [Linear](https://linear.app/) - Project / Task Organization
|
||||
* [Focalboard](https://www.focalboard.com/) - Project Manager / [GitHub](https://github.com/mattermost-community/focalboard)
|
||||
* [Factsplat](https://factsplat.com/) - Project Manager
|
||||
* [Mural](https://www.mural.co/) - Project Manager
|
||||
* [Taskcafe](https://github.com/JordanKnott/taskcafe) - Task Manager
|
||||
|
|
@ -886,7 +881,7 @@
|
|||
|
||||
## ▷ Finance / Savings
|
||||
|
||||
* 🌐 **[r/PersonalFinance Wiki](https://www.reddit.com/r/personalfinance/wiki/index)** or [UK Personal Finance](https://ukpersonal.finance/) - Financial Advice / Resources
|
||||
* 🌐 **[/r/PersonalFinance Wiki](https://www.reddit.com/r/personalfinance/wiki/index)** or [UK Personal Finance](https://ukpersonal.finance/) - Financial Advice / Resources
|
||||
* ⭐ **[TradingView](https://www.tradingview.com/)**, [ticker](https://github.com/achannarasappa/ticker), [finviz](https://finviz.com/) or [Markets.sh](https://markets.sh/) - Stock Market Trackers
|
||||
* ⭐ **[StockTicker](https://github.com/premnirmal/StockTicker)** or [Candle](https://gitlab.com/cosmosapps/candle) - Mobile Stock Market Trackers
|
||||
* ⭐ **[Ghostfolio](https://ghostfol.io/en/start)** / [Import](https://github.com/dickwolff/Export-To-Ghostfolio), [Paisa](https://paisa.fyi/) / [GitHub](https://github.com/ananthakumaran/paisa), [HomeBank](https://www.gethomebank.org/en/index.php), [Bagels](https://github.com/EnhancedJax/Bagels), [Firefly III](https://firefly-iii.org/), [Money Manager EX](https://moneymanagerex.org/) or [Actual](https://github.com/actualbudget/actual) - Finance / Expense Managers
|
||||
|
|
@ -897,15 +892,14 @@
|
|||
* [Denaro](https://github.com/NickvisionApps/Denaro) - Linux Finance Managers
|
||||
* [Ledger](https://ledger-cli.org/) or [hledger](https://hledger.org/index.html) - Accounting Systems
|
||||
* [PortfolioVisualizer](https://www.portfoliovisualizer.com/) - Visualize Portfolio
|
||||
* [r/povertyfinance wiki](https://www.reddit.com/r/povertyfinance/wiki/index/) - Financial Tips / Resources
|
||||
* [r/BeerMoney](https://www.reddit.com/r/beermoney/) - Online Money Making Community / [Wiki](https://www.rxddit.com/r/beermoney/wiki/index)
|
||||
* [/r/povertyfinance wiki](https://www.reddit.com/r/povertyfinance/wiki/index/) - Financial Tips / Resources
|
||||
* [/r/BeerMoney](https://www.reddit.com/r/beermoney/) - Online Money Making Community / [Wiki](https://www.rxddit.com/r/beermoney/wiki/index)
|
||||
* [Compound Interest Calculator](https://www.investor.gov/financial-tools-calculators/calculators/compound-interest-calculator) - Determine Compound Interest Money Growth
|
||||
* [GamestonkTerminal](https://github.com/OpenBB-finance/OpenBBTerminal), [OpenBB Terminal](https://openbb.co/) or [KoyFin](https://www.koyfin.com/) - Investment Research Tools
|
||||
* [Portfolio Performance](https://www.portfolio-performance.info/en/) - Portfolio Investment Tracker / [GitHub](https://github.com/portfolio-performance/portfolio)
|
||||
* [Financials Extension](https://github.com/cmallwitz/Financials-Extension) - Stock Market Data for LibreOffice Calc
|
||||
* [YieldFinder](https://yieldfinder.app/) - Rates for Savings Accounts, Market Funds, and Treasuries
|
||||
* [Quiver Quantitative](https://www.quiverquant.com/) - Stock Trading Research
|
||||
* [Technical Library](https://t.me/+Tz4VCcFAMVJGzd8z) - Educational Trading Ebooks
|
||||
* [TradingView Webhook Bot](https://github.com/fabston/TradingView-Webhook-Bot) / [Index](https://github.com/pAulseperformance/awesome-pinescript) - Send TradingView Alerts to Various Apps
|
||||
* [tickrs](https://github.com/tarkah/tickrs) - Ticker Data in Terminal
|
||||
* [BestETF](https://www.bestetf.net/) or [ETFDB](https://etfdb.com/) - ETF Databases
|
||||
|
|
@ -928,7 +922,7 @@
|
|||
* [BitcoinTalk](https://bitcointalk.org/) - Bitcoin Forum
|
||||
* [BTCPay](https://btcpayserver.org/) - FOSS Bitcoin Payment Processor
|
||||
* [BitcoinWhosWho](https://www.bitcoinwhoswho.com/) - Bitcoin Address Scanner
|
||||
* [BlockChain](https://www.blockchain.com/explorer), [CoinWatch](https://github.com/shorthouse/CoinWatch), [Hivexplorer](https://hivexplorer.com/), [BlockChair](https://blockchair.com/), [L2BEAT](https://l2beat.com/), [HiveblockExplorer](https://hiveblockexplorer.com/), [CoinGlass](https://www.coinglass.com/) or [LiveCoinWatch](https://www.livecoinwatch.com/) - Live Crypto Prices / Blockchain Explorers
|
||||
* [BlockChain](https://www.blockchain.com/explorer), [CoinWatch](https://github.com/shorthouse/CoinWatch), [Hivexplorer](https://hivexplorer.com/), [BlockChair](https://blockchair.com/), [L2BEAT](https://l2beat.com/), [HiveblockExplorer](https://hiveblockexplorer.com/), [CoinGlass](https://www.coinglass.com/) or [LiveCoinWatch](https://www.livecoinwatch.com/) - Live Cryptocurrency Prices
|
||||
* [Dora](https://www.ondora.xyz/) - Cross-Chain Search Engine
|
||||
* [DefiLlama](https://defillama.com/) - TVL Aggregator
|
||||
* [WalletExplorer](https://www.walletexplorer.com/) - Bitcoin Block Explorers
|
||||
|
|
@ -942,25 +936,22 @@
|
|||
|
||||
# ► Shopping
|
||||
|
||||
* 🌐 **[Monerica](https://monerica.com/status/verified)** - Monero-Friendly Online Shop Index
|
||||
* ⭐ **[ThisIsWhyImBroke](https://www.thisiswhyimbroke.com/)** - Find Interesting Things to Buy
|
||||
* ⭐ **[Consumer Action Taskforce](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights
|
||||
* ⭐ **[Dark Patterns Tip Line](https://darkpatternstipline.org/)** - Deceptive Services to Avoid
|
||||
* [Dark Patterns Detective](https://games.productartistry.com/games/dark-patterns) - Learn to Avoid Deceptive Services
|
||||
* [RedditFavorites](https://redditfavorites.com/) - Reddit Recommended Products
|
||||
* [Consumer Action Taskforce](https://consumerrights.wiki/) - Documents Practices That Impact Consumer Rights
|
||||
* [Kit.co](https://kit.co/), [Looria](https://www.looria.com/) or [ProductHunt](https://producthunt.com/) - Product / Service Reviews
|
||||
* [Pepper](https://www.pepperdeals.com/) or [SlickDeals](https://slickdeals.net/) - Shopping Deal Communities
|
||||
* [Hagglezon](https://www.hagglezon.com/) - Price Comparisons for Amazon Stores Across Europe
|
||||
* [Remove Amazon Sponsored](https://greasyfork.org/en/scripts/536756) - Remove Amazon Sponsored Listings
|
||||
* [Slant](https://www.slant.co/) - "What are the best..." Product Rankings
|
||||
* [NoBids](https://nobids.net/) or [WatchCount](https://www.watchcount.com/) - eBay Advanced Search
|
||||
* [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - eBay Typo Search
|
||||
* [PicClick](https://picclick.com/) - eBay Quick Search
|
||||
* [PicClick](https://picclick.com/) - Ebay Quick Search
|
||||
* [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - Ebay Typo Search
|
||||
* [a view from my seat](https://aviewfrommyseat.co.uk/) - See Event Views Before Buying Tickets
|
||||
* [Desenmascara](https://desenmascara.me/) - Spot Counterfeit Sites
|
||||
* [r/MaleFashionAdvice Spreadsheet](https://docs.google.com/spreadsheets/d/1mhOIpjUUibBf3QueJs8iRJy5gBKCILq82ekJkiC5uqQ/) - Male Clothing Brand / Price Spreadsheet
|
||||
* [r/FashionReps](https://www.reddit.com/r/FashionReps/) - Replica Clothing Community
|
||||
* [OutdoorGearLab](https://www.outdoorgearlab.com/) - Outdoor Gear Comparisons / Reviews
|
||||
* [/r/MaleFashionAdvice Spreadsheet](https://docs.google.com/spreadsheets/d/1mhOIpjUUibBf3QueJs8iRJy5gBKCILq82ekJkiC5uqQ/) - Male Clothing Brand / Price Spreadsheet
|
||||
* [/r/FashionReps](https://www.reddit.com/r/FashionReps/) - Replica Clothing Community
|
||||
* [Run Repeat](https://runrepeat.com/) - Shoe Shopping Guide / Reviews
|
||||
* [GoEuropean](https://www.goeuropean.org/) - European Products / Services
|
||||
* [WornOnTV](https://wornontv.net/) or [ShopYourTV](https://shopyourtv.com/) - Find Outfits from TV Shows
|
||||
|
|
@ -972,34 +963,33 @@
|
|||
## ▷ Electronics
|
||||
|
||||
* ⭐ **[PCPartPicker](https://pcpartpicker.com/)**, [BuildCores](http://www.buildcores.com/) / [Subreddit](https://reddit.com/r/buildcores) / [Discord](https://discord.gg/gxHtZx3Uxe), [Newegg PC Builder](https://www.newegg.com/tools/custom-pc-builder) or [CGDirector](https://www.cgdirector.com/pc-builder/) - PC Building Sites
|
||||
* ⭐ **[r/PCMasterrace Builds](https://pcmasterrace.org/builds)** / [2](https://www.reddit.com/r/pcmasterrace/wiki/builds/), [r/BuildaPC Wiki](https://www.reddit.com/r/buildapc/wiki/index) or [PC Tiers](https://pctiers.com/) - PC Building Guides / **[Video](https://youtu.be/s1fxZ-VWs2U)**
|
||||
* ⭐ **[/r/PCMasterrace Builds](https://pcmasterrace.org/builds)** / [2](https://www.reddit.com/r/pcmasterrace/wiki/builds/), [/r/BuildaPC Wiki](https://www.reddit.com/r/buildapc/wiki/index) or [PC Tiers](https://pctiers.com/) - PC Building Guides / **[Video](https://youtu.be/s1fxZ-VWs2U)**
|
||||
* ⭐ **[NanoReview](https://nanoreview.net/)**, **[TechPowerup](https://www.techpowerup.com/)**, [Octoparts](https://octopart.com/), [Technical City](https://technical.city/) or [Techspecs](https://techspecs.io/) - Hardware Comparisons
|
||||
* ⭐ **[rtings](https://www.rtings.com/)** - Hardware Reviews / Clear Cookies Reset Limit
|
||||
* ⭐ **[Open Benchmarking](https://openbenchmarking.org/)** - Hardware Benchmarks
|
||||
* ⭐ **[GSMArena](https://www.gsmarena.com/)**, [Prepaid Compare](https://prepaidcompare.net/), [PhoneDB](https://phonedb.net/), [GSMChoice](https://www.gsmchoice.com/en/) or [Kimovil](https://www.kimovil.com/en/) - Compare Phones / Prices
|
||||
* ⭐ **[CPUBenchmark](https://www.cpubenchmark.net/)**, [Toms GPU Hierarchy](https://www.tomshardware.com/reviews/gpu-hierarchy) or [NoteBenchcheck](https://www.notebookcheck.net/Benchmarks-Tech.123.0.html) - GPU / CPU Benchmarks
|
||||
* ⭐ **[r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)**, [KeebFinder](https://keeb-finder.com/) or [Alexotos](https://www.alexotos.com/keyboard-vendor-list/) / [Discord](https://discord.com/invite/xMQArAaGRB) - Mechanical Keyboard Recommendations
|
||||
* ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)**, [KeebFinder](https://keeb-finder.com/) or [Alexotos](https://www.alexotos.com/keyboard-vendor-list/) / [Discord](https://discord.com/invite/xMQArAaGRB) - Mechanical Keyboard Recommendations
|
||||
* ⭐ **[Mousepad Mastersheet](https://docs.google.com/spreadsheets/d/1RAnmZxDNduaGV8kB-GCvZ0MO6d9-0j9jmrU2f8dp0Ww/)** - Mousepad Comparison Chart
|
||||
* [ProductChart](https://www.productchart.com/) - Electronic Comparisons
|
||||
* [Privacy Not Included](https://foundation.mozilla.org/privacynotincluded/) - Product Privacy Ratings
|
||||
* [r/buildapc](https://reddit.com/r/buildapc) - PC Building Community / [Discord](https://discord.com/invite/buildapc)
|
||||
* [r/BuildAPCForMe](https://reddit.com/r/BuildAPCForMe) - PC Building Community
|
||||
* [/r/buildapc](https://reddit.com/r/buildapc) - PC Building Community / [Discord](https://discord.com/invite/buildapc)
|
||||
* [/r/BuildAPCForMe](https://reddit.com/r/BuildAPCForMe) - PC Building Community
|
||||
* [NewMaxx's SSD Site](https://borecraft.com/) / [Doc](https://docs.google.com/spreadsheets/d/1B27_j9NDPU3cNlj2HKcrfpJKHkOf-Oi1DbuuQva2gT4/), [SSD Tester](https://ssd-tester.com/) or [JohnnyLucky](https://www.johnnylucky.org/data-storage/ssd-database.html) - SSD Buying Comparisons
|
||||
* [Disk Prices](https://diskprices.com/) - Disk Price Tracker
|
||||
* [Jarrod's Tech](https://jarrods.tech/resources/) or [SuggestALaptop](https://discord.gg/pes68JM) / [Guide](https://docs.google.com/document/d/1_Oh9M4zrBB1hx3B0Yw32-evH4bqTmwNM5DJ12lWvA0w/) (discord) - Laptop Suggestions
|
||||
* [Jarrod's Tech](https://jarrods.tech/resources/) or [SuggestALaptop](https://discord.gg/pes68JM) (discord) - Laptop Suggestions
|
||||
* [Laptop Wiki](https://laptopwiki.eu/) - Laptop Info Database
|
||||
* [EveryMac](https://everymac.com/) - Mac Info Database
|
||||
* [Mouse Ratings](https://www.rtings.com/mouse/reviews/best), [EloShapes](https://www.eloshapes.com/), [Sensor.fyi](https://sensor.fyi/info/), [RocketJumpNinja](https://www.rocketjumpninja.com/) or [r/MouseReview](https://www.reddit.com/r/MouseReview/) / [Discord](https://discord.gg/mousereview) - Mouse Buying Guides
|
||||
* [Mouse Ratings](https://www.rtings.com/mouse/reviews/best), [EloShapes](https://www.eloshapes.com/), [Sensor.fyi](https://sensor.fyi/info/), [RocketJumpNinja](https://www.rocketjumpninja.com/) or [/r/MouseReview](https://www.reddit.com/r/MouseReview/) / [Discord](https://discord.gg/mousereview) - Mouse Buying Guides
|
||||
* [PSU Tier List](https://docs.google.com/spreadsheets/d/1akCHL7Vhzk_EhrpIGkz8zTEvYfLDcaSpZRB6Xt6JWkc/) - PSU Buying Guide
|
||||
* [DisplaySpecifications](https://www.displayspecifications.com/), [PC Monitors](https://pcmonitors.info/), [TFTCentral](https://tftcentral.co.uk/), [Monitor Hunter](https://docs.google.com/document/d/1illeNLsUfZ4KuJ9cIWKwTDUEXUVpplhUYHAiom-FaDo/), [Monitor Spreadsheet](https://docs.google.com/spreadsheets/d/1wBV0U3a1XuP1yFLvs_Ald3FE1y45bVxtS2zBXixsGLs/edit) or [DisplayNinja](https://www.displayninja.com/) - Monitor Buying Guides
|
||||
* [DisplaySpecifications](https://www.displayspecifications.com/), [PC Monitors](https://pcmonitors.info/), [TFTCentral](https://tftcentral.co.uk/), [Monitor Hunter](https://docs.google.com/document/d/1illeNLsUfZ4KuJ9cIWKwTDUEXUVpplhUYHAiom-FaDo/), [Monitor Spreadsheet](https://pastebin.com/tkmakRNW) or [DisplayNinja](https://www.displayninja.com/) - Monitor Buying Guides
|
||||
* [sven dpi](https://www.sven.de/dpi/) - Screen / Monitor Size Comparisons
|
||||
* [AudioScienceReview](https://www.audiosciencereview.com/forum/index.php) - Audio Equipment Discussion
|
||||
* [Scarbir](https://www.scarbir.com/), [r/Headphones Guide](https://sites.google.com/view/quipa/assistants), [Squiglink](https://squig.link/), [DIY-Audio-Heaven](https://diyaudioheaven.wordpress.com/), [Crinacle Graphs](https://graph.hangout.audio/) or [Crinacle](https://list.hangout.audio/iem) - Headset / Headphone / Earphone Comparisons
|
||||
* [Scarbir](https://www.scarbir.com/), [/r/Headphones Guide](https://sites.google.com/view/quipa/assistants), [Squiglink](https://squig.link/), [DIY-Audio-Heaven](https://diyaudioheaven.wordpress.com/), [Crinacle Graphs](https://graph.hangout.audio/) or [Crinacle](https://list.hangout.audio/iem) - Headset / Headphone / Earphone Comparisons
|
||||
* [Consoomer_Guide](https://rentry.org/consoomer_guide) - Earphone Shopping Guide
|
||||
* [Crinacle's Ultimate IEM List](https://list.hangout.audio/iem/) or [IEMGazette](https://4ciemg.github.io/IEMGazette/) - In-Ear Monitor Comparisons / Reviews
|
||||
* [SpeakerRanking](https://www.speakerranking.com/) - Speaker Comparisons / Reviews
|
||||
* [Erin's Audio Corner](https://www.erinsaudiocorner.com/) or [Equipboard](https://equipboard.com/) - Audio Equipment Comparisons
|
||||
* [Audio Test Kitchen](https://www.audiotestkitchen.com/) - Compare Microphone Sounds
|
||||
* [Don’t kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality
|
||||
* [PhoneSized](https://phonesized.com/) or [HotSpot3D](https://www.hotspot3d.com/) - Phone Size Comparisons
|
||||
* [Gamepadla](https://gamepadla.com/) - Gamepad / Controller Latency Tests
|
||||
|
|
@ -1016,24 +1006,22 @@
|
|||
## ▷ Games
|
||||
|
||||
* ↪️ **[Steam Store Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_store_tools)**
|
||||
* ⭐ **[GG.deals](https://gg.deals/)** - Multi-Store / Mutli-Platform / [Discord](https://discord.com/invite/NhsTFvdHXG)
|
||||
* ⭐ **[GG.deals](https://gg.deals/deals/)** - Multi-Store / Mutli-Platform / [Discord](https://discord.com/invite/NhsTFvdHXG)
|
||||
* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/)** - Multi-Store / [Discord](https://discord.com/invite/C3K4bBh)
|
||||
* ⭐ **[SteamDB](https://steamdb.info/sales/)** - Steam Sales / [Extension](https://steamdb.info/extension/) / [Discord](https://discord.com/invite/steamdb)
|
||||
* [EGData](https://egdata.app/) - Epic Store Sales / [Discord](https://github.com/nachoaldamav/egdata)
|
||||
* [SteamBase](https://steambase.io/sales) - Steam Sales / [Discord](https://discord.gg/C7fxdbCf6A)
|
||||
* [r/SteamDeals](https://www.reddit.com/r/steamdeals/) - Steam Sales
|
||||
* [/r/SteamDeals](https://www.reddit.com/r/steamdeals/) - Steam Sales
|
||||
* [SteamSpy](https://steamspy.com/deal/) - Steam Sales
|
||||
* [CheapShark](https://www.cheapshark.com/) - Multi-Store / [Discord](https://discord.com/invite/cheapshark)
|
||||
* [PSPrices](https://psprices.com/) - Multi-Store / Mutli-Platform / [Discord](https://discord.com/invite/hN57zh8Ey2)
|
||||
* [AppAgg](https://appagg.com/) - Multi-Store / Multi-Platform / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)
|
||||
* [CheapCharts](https://games.cheapcharts.com/) - Switch, Xbox and Playstation Price Tracker
|
||||
* [r/GameDeals](https://www.reddit.com/r/gamedeals) - Game Deal Subreddit
|
||||
* [/r/GameDeals](https://www.reddit.com/r/gamedeals)
|
||||
* [PriceCharting](https://www.pricecharting.com/) - Game, Comic & Trading Card Price Tracker
|
||||
* [VRDB](https://vrdb.app/) or [QuestStoreDB](https://queststoredb.com/) - VR Game / App Price Tracker
|
||||
* [DekuDeals](https://www.dekudeals.com/) / [Discord](https://discord.gg/WEuq5CTcBa), [NTDeals](https://ntdeals.net/) - Switch Price Trackers
|
||||
* [PS Deals](https://psdeals.net/) - Playstation Price Tracker
|
||||
* [XB Deals](https://xbdeals.net/) - Xbox Price Tracker
|
||||
* [r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Mac App Price Tracking
|
||||
* [/r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Mac App Price Tracking
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1041,11 +1029,11 @@
|
|||
|
||||
* [AppRaven](https://appraven.net/activity/pricedrops?ratingCount=0&price=FREE) - Apple Platform Apps / Games / [Subreddit](https://www.reddit.com/r/AppRaven/) / [Telegram](https://t.me/AppRavenOfficial) / [Discord](https://discord.com/invite/q8nPsNAypC)
|
||||
* [App Sales](https://www.app-sales.net/nowfree/) - Android Apps
|
||||
* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Android Apps
|
||||
* [/r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Android Apps
|
||||
* [Play-Deals](https://github.com/psuzn/Play-Deals) - Android Apps
|
||||
* [App Finder](https://play.google.com/store/apps/details?id=scadica.aq) - Android Deal App
|
||||
* [r/AppHookup](https://www.reddit.com/r/AppHookup/) - Multi-Store / Multi Platform
|
||||
* [r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Apple Apps
|
||||
* [/r/AppHookup](https://www.reddit.com/r/AppHookup/) - Multi-Store / Multi Platform
|
||||
* [/r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Apple Apps
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1067,7 +1055,7 @@
|
|||
* ⭐ **[Dupe](https://dupe.com/)** or [wtf.deals](https://wtf.deals/) - Furniture Duplicate Deals Search
|
||||
* ⭐ **[Keepa](https://keepa.com/)**, [PriceHistory](https://pricehistoryapp.com/) or [CamelCamelCamel](https://camelcamelcamel.com/) / [Charts](https://greasyfork.org/en/scripts/416590) - Amazon Price Trackers / [App](https://play.google.com/store/apps/details?id=com.offertadelgiorno.offertadelgiorno)
|
||||
* [Vetted](https://vetted.ai/), [Real Price Tracker](https://www.realpricetracker.com/) or [FlipsHope](https://flipshope.com/) - Price Tracking Extensions
|
||||
* [r/WhatsThisWorth](https://www.reddit.com/r/whatsthisworth/) - Online Appraisals
|
||||
* [/r/WhatsThisWorth](https://www.reddit.com/r/whatsthisworth/) - Online Appraisals
|
||||
* [Music Software Deals](https://musicsoftwaredeals.com/) - Track Music Software Prices
|
||||
* [Valuta EX](https://valuta.exchange/) or [Currency World](https://currency.world/) - Currency Converters
|
||||
|
||||
|
|
@ -1087,10 +1075,9 @@
|
|||
* [Dashboard](https://zzanehip.github.io/Dashboard/) - Mac-Style Dashboard Widget
|
||||
* [RANDOM](https://www.random.org/), [The One Generator](https://theonegenerator.com/) or [getrandomgenerator](https://getrandomgenerator.com/) - Random Generators
|
||||
* [The Measure Of Things](https://www.themeasureofthings.com) - Comparative / Relative Quantity Measurements
|
||||
* [Compare Sizes](https://comparesizes.com/) or [SizeR.jp](https://sizer.jp/) - Compare Sizes of Anything
|
||||
* [Compare Sizes](https://comparesizes.com/) - Size Comparison Tool
|
||||
* [Paper Sizes](https://papersizes.io/) - Common Paper Sizes
|
||||
* [wttr](https://wttr.in/) - Simple / Minimal Weather / [GitHub](https://github.com/chubin/wttr.in)
|
||||
* [WeatherStar 4000+](https://weatherstar.netbymatt.com/) / [2](https://weatherstar.dev/) or [WeatherScan](https://weatherscan.net/) - Retro Style Weather / [80's](https://weatherstar3000.netbymatt.com/) / [GitHub](https://github.com/MistWeatherMedia/)
|
||||
* [wttr](https://wttr.in/) - Simple Weather Site / [GitHub](https://github.com/chubin/wttr.in)
|
||||
* [A Bra That Fits](https://www.abrathatfits.org/calculator.php) or [BraMetric](https://brametric.com/) - Bra Size Calculators
|
||||
* [Wheel Decide](https://wheeldecide.com/), [PickerWheel](https://pickerwheel.com/), [SWG](https://spinthewheelgenerator.com/), [HeySpinner](https://heyspinner.com/) or [Wheel of Names](https://wheelofnames.com/) - Wheel Randomizers
|
||||
* [SurveyHeart](https://surveyheart.com/) or [Pepperform](https://pepperform.net/) - Survey Creators
|
||||
|
|
@ -1154,10 +1141,10 @@
|
|||
* ↪️ **[To-Do Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_to_do_lists)**
|
||||
* ⭐ **[Super Productivity](https://super-productivity.com/)** - Time Tracker / Productivity App / To-Do List
|
||||
* ⭐ **[Habitica](https://habitica.com/)** - Achievement Style Productivity App
|
||||
* [r/GetMotivated](https://www.reddit.com/r/GetMotivated/) - Motivational Community
|
||||
* [/r/GetMotivated](https://www.reddit.com/r/GetMotivated/) - Motivational Community
|
||||
* [Freeter](https://freeter.io) - Work Organizer / [GitHub](https://github.com/FreeterApp/Freeter)
|
||||
* [VisualizeHabit](https://visualizehabit.com/) - Habit Tracking
|
||||
* [Cold Turkey](https://getcoldturkey.com/) - Site Blocker / Productivity App / [Premium (use python)](https://rentry.co/FMHYB64#cold-turkey)
|
||||
* [Cold Turkey](https://getcoldturkey.com/) - Site Blocker / Productivity App / [Premium (use python)](https://rentry.co/FMHYBase64#cold-turkey-premium)
|
||||
* [ActivityWatch](https://activitywatch.net/) - Device / App Time Tracker / [Extensions](https://github.com/ActivityWatch/aw-watcher-web)
|
||||
* [ProcrastiTracker](https://strlen.com/procrastitracker/) - Device / App Time Tracker
|
||||
* [Focumon](https://www.focumon.com/) - Pokémon Style Productivity App
|
||||
|
|
@ -1169,7 +1156,7 @@
|
|||
* [Stretchly](https://hovancik.net/stretchly) - Break Reminders
|
||||
* [skāl.es](https://www.skal.es/) - Work Life Balance Tracking
|
||||
* [BreakMessage](https://breakmessage.com/) - Online Break Reminders
|
||||
* [Plucky](https://pluckyfilter.com/), [Block Site](https://webextension.org/listing/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://ublacklist.github.io/docs) or [Forest](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#forest-extensions) - 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) or [Forest](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#forest-extensions) - Site Blocking Extensions
|
||||
* [UnDistracted](https://www.undistracted.app/) or [Focus-ToDo](https://chromewebstore.google.com/detail/ngceodoilcgpmkijopinlkmohnfifjfb) - Chrome Productivity Managers
|
||||
* [Comicsflow](https://comicsflow.com/) - Comic / Manga Project Manager
|
||||
|
||||
|
|
@ -1179,7 +1166,7 @@
|
|||
|
||||
* ⭐ **[Cal.com](https://cal.com/)** / [GitHub](https://github.com/calcom/cal.com)
|
||||
* [Event Rally](https://rallly.co/) / [GitHub](https://github.com/lukevella/Rallly), [Cally](https://cally.com/), [LettuceMeet](https://lettucemeet.com), [Mobilizon](https://joinmobilizon.org/) or [Gancio](https://gancio.org/) - Event Date Organizing
|
||||
* [Luma](https://lu.ma/), [Heylo](https://www.heylo.com/), [Eventbrite](https://www.eventbrite.com/) or [Meetup](https://www.meetup.com/) - Search or Post Local Events
|
||||
* [Luma](https://lu.ma/), [Heylo](https://www.heylo.com/) or [Meetup](https://www.meetup.com/) - Search or Post Local Events
|
||||
* [Samay](https://samay.app/) - Meeting Time Polls
|
||||
* [GanttProject](https://www.ganttproject.biz/) - Project Scheduling App
|
||||
* [Pick Time](https://pick-time.io/) - Easily Schedule Times with Friends
|
||||
|
|
@ -1199,12 +1186,12 @@
|
|||
|
||||
## ▷ Chat / Forums
|
||||
|
||||
* 🌐 **[r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/wiki/listofsubreddits/)** - List of Subreddits
|
||||
* 🌐 **[/r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/wiki/listofsubreddits/)** - List of Subreddits
|
||||
* 🌐 **[Piracy Subs](https://www.reddit.com/r/Piracy/wiki/megathread/related_subreddits)** - Piracy Subreddits
|
||||
* ↪️ **[Multireddit Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)**
|
||||
* ↪️ **[AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_chatbots)**
|
||||
* ⭐ **[Knockout](https://knockout.chat/)** / [Discord](https://discord.gg/wjWpapC), [comfy box](https://comfybox.floofey.dog/), [SheepishPatio](https://sheepishpatio.net/) or [Macintosh Cafe](https://forum.agoraroad.com/) - General Forums
|
||||
* ⭐ **[SufficientVelocity](https://forums.sufficientvelocity.com/)**, [Myth Weavers](https://www.myth-weavers.com/), [AltHistory](https://althistory.com/), [RolePlayer](https://www.roleplayer.me/) or [SpaceBattles](https://forums.spacebattles.com/) - Fanfiction / Roleplaying Communities
|
||||
* ⭐ **[SufficientVelocity](https://forums.sufficientvelocity.com/)**, [Myth Weavers](https://www.myth-weavers.com/), [RolePlayer](https://www.roleplayer.me/) or [SpaceBattles](https://forums.spacebattles.com/) - Fanfiction / Roleplaying Communities
|
||||
* [Frantic Fanfic](https://franticfanfic.com/) - Fanfiction Chat Game
|
||||
* [Pithee](https://pithee.com/) - Rank Shitposting / Login Required
|
||||
* [Posting.Cool](https://posting.cool/) - Random Topic Forum
|
||||
|
|
@ -1233,11 +1220,12 @@
|
|||
|
||||
## ▷ Image / Video
|
||||
|
||||
* ↪️ **[Image Creation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_image_creation)**
|
||||
* ↪️ **[Image Creation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25BA_image_creation)**
|
||||
* ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)**
|
||||
* ↪️ **[Art / Illustations](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_art_.2F_illustrations)**
|
||||
* ↪️ **[GIF Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_gif_tools)**
|
||||
* ↪️ **[Meme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_meme_tools)**
|
||||
* ↪️ **[Art / Illustations](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_art_.2F_illustrations)**
|
||||
* ↪️ **[GIF Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_gif_tools)**
|
||||
* ↪️ **[Meme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools/#wiki_.25B7_meme_tools)**
|
||||
* ↪️ **[Random Webcams](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_live_webcams)**
|
||||
* ↪️ **[4chan Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_4chan_archives)**
|
||||
* ⭐ **[SakugaBooru](https://www.sakugabooru.com/)** - Anime Animation Booru / [Enhancements](https://chromewebstore.google.com/detail/sakuga-extended/khmnmdaghmhkcbooicndamlhkcmpklmc)
|
||||
* [loc.alize](https://loc.alize.us/) - Explore Earth via Images
|
||||
|
|
@ -1262,17 +1250,17 @@
|
|||
* [Pulp-O-Mizer](https://thrilling-tales.webomator.com/derange-o-lab/pulp-o-mizer/pulp-o-mizer.html) - Vintage Magazine Cover Generator
|
||||
* [Chris Shier](https://www.csh.bz/) - Canvas Animations / GIFs
|
||||
* [THE 88×31 ARCHIVE](https://hellnet.work/8831/), [Babamos 88x31](https://cyber.dabamos.de/88x31/index.html), [88x31 Buttons](https://anlucas.neocities.org/88x31Buttons) or [Web Badges World](https://web.badges.world/) - Oldschool 88x31 Web Badges
|
||||
* [r/Place Atlas](https://place-atlas.stefanocoding.me/) - r/Place Info
|
||||
* [/r/Place Atlas](https://place-atlas.stefanocoding.me/) - /r/Place Info
|
||||
* [LameBook](https://www.lamebook.com/) - Funny Facebook Statuses
|
||||
* [TinyFox](https://tinyfox.dev/image-list/) - Random Animal Images
|
||||
* [Kittenwar!](https://www.kittenwar.com/) - Rate Kittens
|
||||
* [Cataas](https://cataas.com/cat), [CatPics](https://catpics.lol/) or [Random Cat](https://s4il.is-a.dev/randomcat/) - Random Cat Images
|
||||
* [procatinator](https://procatinator.com/) - Cat GIFs & Music
|
||||
* [Open Puppies](https://openpuppies.com/) - Random Dog GIFs
|
||||
* [Magic Sketchpad](https://magic-sketchpad.glitch.me/)
|
||||
* [Webchemy](https://webchemy.org/) - Drawing / Sketching
|
||||
* [World Draw](https://world-draw.appspot.com/draw) - Draw World Together
|
||||
* [World Draw](https://world-draw.appspot.com/draw)
|
||||
* [Eschersket](https://eschersket.ch/) - Symmetry Drawing Tool
|
||||
* [Wplace](https://wplace.live/) - Infinite Pixel Art World Map Canvas
|
||||
* [Crayon Town](https://crayon.town/) - Infinite Online Drawing Canvas
|
||||
* [Triviart](https://triviart.live/) - Infinite Painting Canvas with Trivia
|
||||
* [bomomo](https://bomomo.com/) - Multi-Brush Painting
|
||||
|
|
@ -1290,7 +1278,6 @@
|
|||
* [Random Art](https://www.random-art.org/) - Random Art Generator
|
||||
* [Paper Quilling Art](https://pissang.github.io/paper-quilling-art/) - Paper Quilling Art Generator
|
||||
* [Periodicity](https://williamhoza.com/periodicity/) - Harmonic Motion Patterns
|
||||
* [Synaptic Spiral](https://synapticspiral.nz/) - Fractal Visualizer / Creator
|
||||
* [Inspirograph](https://inspiral-web.nathanfriend.com/) or [SpirographN](http://seedcode.com/SpirographN/sgn.html) - Spirograph Tool
|
||||
* [Silk](http://weavesilk.com/) - Create Geometric Silk Art
|
||||
* [MandalaGaba](https://www.mandalagaba.com/) / [Pro Version](https://pro.mandalagaba.com/), [Mandala App](https://mandala-app.com/) or [DigitalDoily](https://codymoose.github.io/web-applications/DigitalDoily/index.html) - Zen Geometry Tools
|
||||
|
|
@ -1322,8 +1309,8 @@
|
|||
|
||||
* 🌐 **[David.li](https://david.li/)** - Physics Games
|
||||
* ↪️ **[Browser Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_browser_games)**
|
||||
* ⭐ **[The Life Engine](https://thelifeengine.net/)** - Artificial Life Simulation / [Video](https://youtu.be/iSAKEnRfles) / [Discord](https://discord.gg/ZsrAAByEnr)
|
||||
* ⭐ **[Sandboxels](https://sandboxels.r74n.com/)**, [Powder Game 2](https://dan-ball.jp/en/javagame/dust2/), [Powder Toy](https://powdertoy.co.uk/), [sandspiel.club](https://sandspiel.club/) - Falling Sand Physics Sandbox
|
||||
* ⭐ **[The Life Engine](https://thelifeengine.net/)** - Artificial Life Simulation / [Discord](https://discord.gg/ZsrAAByEnr) / [Video](https://youtu.be/iSAKEnRfles)
|
||||
* ⭐ **[Sandboxels](https://sandboxels.r74n.com/), [Powder Game 2](https://dan-ball.jp/en/javagame/dust2/), [Powder Toy](https://powdertoy.co.uk/), [sandspiel.club](https://sandspiel.club/)** - Falling Sand Physics Sandbox
|
||||
* ⭐ **[Genetic Cars 2](https://rednuht.org/genetic_cars_2/)** or [geneticars](https://geneticars.vercel.app/) - Random 2D Car Generator
|
||||
* ⭐ **[Human Benchmark](https://humanbenchmark.com/)** - Brain Games & Cognitive Tests
|
||||
* ⭐ **[Got Rhythm?](https://www.concerthotels.com/got-rhythm)** - Rhythm / Tempo Test
|
||||
|
|
@ -1385,9 +1372,7 @@
|
|||
* [Odyssey](https://experience.odyssey.world/) - Interactive 3D AI Generated Video
|
||||
* [Koalas to the Max](https://www.koalastothemax.com/) - Make Smaller & Smaller Dots
|
||||
* [Popcat](https://popcat.click/) - Worldwide Popcat Clicking Competition
|
||||
* [EveryoneDraw](https://everyonedraw.com/), [pixels.land](https://pixel.land/) or [World of Pixels](https://ourworldofpixels.com/) - Infinite Online Pixel Art
|
||||
* [Spherical Trochoids](https://claytonmain.github.io/spherical-trochoids/) - Experiment with Spherical Trochoids
|
||||
* [DrawAFish](https://drawafish.com/) - Global Fish Drawing Tank
|
||||
* [DrawAurora](https://www.drawaurora.com/) - Draw Auroras
|
||||
* [Neonflames](https://29a.ch/sandbox/2011/neonflames/) - Draw Nebulas
|
||||
* [Leapy Grid](https://codepen.io/Godje/full/mOzpEY/) - Play with Rainbow Grid
|
||||
|
|
@ -1423,12 +1408,12 @@
|
|||
|
||||
* 🌐 **[Awesome Lego](https://github.com/ad-si/awesome-lego)** - Lego Resources
|
||||
* ↪️ **[Online Virtual Tours](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_virtual_tours)**
|
||||
* ⭐ **[Iceberg Charts](https://icebergcharts.com/)** - Explore Obscure Topics / [r/IcebergCharts](https://www.reddit.com/r/IcebergCharts/)
|
||||
* ⭐ **[Iceberg Charts](https://icebergcharts.com/)** - Explore Obscure Topics / [/r/IcebergCharts](https://www.reddit.com/r/IcebergCharts/)
|
||||
* ⭐ **[InfiniteConversation](https://infiniteconversation.com/)** or [InfiniteConvo](https://infiniteconvo.ai/) - Never-Ending AI Conversations
|
||||
* ⭐ **[TVTropes](https://tvtropes.org/)** - Tropes & Media Encyclopedia
|
||||
* ⭐ **[Ranker](https://www.ranker.com/)**, [Listography](https://listography.com/), [hero](https://hero.page/), [TheTopsTens](https://www.thetoptens.com/), [CopyPasteList](https://copypastelist.co/) or [ListVerse](https://listverse.com/) - Create / Explore Lists
|
||||
* ⭐ **[Topsters](https://topsters.org/)** or [TierMaker](https://tiermaker.com/) - Create / Explore Tier Lists
|
||||
* ⭐ **[The Lost Media Wiki](https://lostmediawiki.com/)** / [Forum](https://forums.lostmediawiki.com/) / [Subreddit](https://www.reddit.com/r/lostmedia/) / [Discord](https://discord.gg/NFsM8YbBYH)
|
||||
* ⭐ **[The Lost Media Wiki](https://lostmediawiki.com/)** / [Forum](https://forums.lostmediawiki.com/) / [Discord](https://discord.gg/NFsM8YbBYH)
|
||||
* ⭐ **[Goody2](https://www.goody2.ai/chat)** - World's Most Ethical AI
|
||||
* [The Pudding](https://pudding.cool/) - Explains Ideas w/ Visual Essays
|
||||
* [Google Earth](https://www.google.com/earth/about/versions) - Explore Earth
|
||||
|
|
@ -1503,38 +1488,6 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Live Webcams
|
||||
|
||||
* ⭐ **[WebcamTaxi](https://www.webcamtaxi.com/en/)**
|
||||
* ⭐ **[Explore](https://explore.org/)**, [Mangolinkcam](https://www.mangolinkcam.com/), [Africam](https://africam.com/our-locations/) or [AnimalsLife](https://animalslife.net/category/shelters/) - Animal Cams
|
||||
* [WorldCams](https://worldcams.tv/)
|
||||
* [EarthCam](https://www.earthcam.com/)
|
||||
* [WebcamExplore](https://www.webcamexplore.com/)
|
||||
* [BalticLiveCam](https://balticlivecam.com/)
|
||||
* [Camscape](https://www.camscape.com/)
|
||||
* [Worldviewstream](https://worldviewstream.com/)
|
||||
* [CamStreamer](https://camstreamer.com/live)
|
||||
* [SkylineWebcams](https://www.skylinewebcams.com/en.html)
|
||||
* [webcamhopper](https://www.webcamhopper.com/)
|
||||
* [WorldCam](https://worldcam.eu/)
|
||||
* [mangolinkworld](https://www.mangolinkworld.com/)
|
||||
* [WebcamGalore](https://www.webcamgalore.com/)
|
||||
* [Windy Webcams](https://www.windy.com/-Webcams/webcams)
|
||||
* [livecamcroatia](https://www.livecamcroatia.com/en)
|
||||
* [WXYZWebcams](https://wxyzwebcams.com/)
|
||||
* [San Diego Zoo](https://zoo.sandiegozoo.org/live-cams), [Zqoo.org](https://www.zoo.org/webcams) or [NationalZoo](https://nationalzoo.si.edu/webcams) - Zoo Webcams
|
||||
* [Monterey Bay Aquarium](https://www.montereybayaquarium.org/animals/live-cams) or [AquariumOfPacific](https://www.aquariumofpacific.org/exhibits/webcams) - Aquarium Webcams
|
||||
* [BirdCAMs](https://birdcams.live/) - Bird Nests
|
||||
* [meow.camera](https://meow.camera/) - Chinese Cat Cams / [Android](https://play.google.com/store/apps/details?id=com.hello.purr) / [iOS](https://apps.apple.com/app/id6475722361) / [Discord](https://discord.com/invite/QmHWpZF9cP)
|
||||
* [The Fish Doorbell](https://visdeurbel.nl/en/) - Help Fish Migrate
|
||||
* [Insecam](http://www.insecam.org/en/) or [WorldEye](https://worldeye.cam) - Unprotected Webcams
|
||||
* [r/controllablewebcams](https://reddit.com/r/controllablewebcams) / [Discord](https://discord.gg/wdjtevG)
|
||||
* [snoweye](https://www.snoweye.com/) - Ski Resorts
|
||||
* [Airport Webcams](https://airportwebcams.net/) / [X](https://twitter.com/AirportWebcams)
|
||||
* [FogCam](https://www.fogcam.org/) - The World's Oldest Webcam
|
||||
|
||||
***
|
||||
|
||||
## ▷ Random
|
||||
|
||||
* 🌐 **[Funny / Useless](https://rentry.org/aksry2vc)** - Funny / Useless Websites
|
||||
|
|
@ -1574,7 +1527,6 @@
|
|||
* [The Scientific Place](https://scientific.place/) - Toys / Games
|
||||
* [artistaiden](https://artistaiden.com/) - Toys / Games
|
||||
* [ToyBox](https://toybox.toms.toys/) - Toys / Games
|
||||
* [IARadio](https://iaradio.eu/) - AI Generated Radio Stations
|
||||
* [The Red Button](https://clicktheredbutton.com/) - Random Video / Song Generator
|
||||
* [Visit A Random Website](https://visitarandomwebsite.com/) - Find Random Sites
|
||||
* [LinkRoll](https://satyrs.eu/linkroll) - Find Random Sites
|
||||
|
|
@ -1588,7 +1540,6 @@
|
|||
* [The Forest](https://theforest.link/) - Find Random Sites
|
||||
* [PortalPioneer](https://www.portalpioneer.com/) - Find Random Sites
|
||||
* [TheSillyWeb](https://thesillyweb.com/) - Find Random Sites
|
||||
* [PageOrb](https://www.pageorb.com/) - Random Trippy Sites
|
||||
* [WhatsMYIP](http://random.whatsmyip.org/) - Find Random Sites
|
||||
* [Random-Website](https://random-website.com/) - Find Random Sites
|
||||
* [Wilderness Land](https://wilderness.land/) - Find Random Sites
|
||||
|
|
@ -1627,6 +1578,7 @@
|
|||
* [The Death Generator](https://deathgenerator.com/) - Video Game Text Generator
|
||||
* [IASIP App](https://iasip.app/) - It's Always Sunny Title Generator
|
||||
* [UpJoke](https://upjoke.com/) - Jokes for Any Topic
|
||||
* [DadJokeCLI](https://github.com/Anupya/dadjoke-cli) - Get Dad Jokes in Command Line
|
||||
* [CSS Puns](https://saijogeorge.com/css-puns/) - CSS Puns
|
||||
* [Peter Answers](https://www.peteranswers.com/) - Create Fake Questions & Answers / [Tutorial](https://peteranswers.info/peter-answers-hack)
|
||||
* [The Santa Tracker](https://www.thesantatracker.com/) - Track Santa during Christmas
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
## ▷ Downloading / تحميل
|
||||
|
||||
* [Bahy Films](https://eg.bahyfilms.com/), [2](https://egy.bahy-films.info/) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [Bahy Films](https://eg.bahyfilms.com/), [2](https://egy.bahy-films.info/) - Movies / TV / Anime / Sub / Dub / 1080p / [Status](https://ma.bahy-films.com/)
|
||||
* [Stardiima](https://e.stardiima.top/) - Movies / TV / [Telegram](https://t.me/+Phq8ETiiBAIwNzJk)
|
||||
* [My Cima](https://my-cima.video/) - Movies / TV
|
||||
* [ArabicFonts](https://arabicfonts.net/) or [ARFonts](https://www.arfonts.net/) - Fonts
|
||||
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
* ⭐ **[Cimaleek](https://m.cimaleek.to/)** - Movies / TV
|
||||
* ⭐ **[FaselHD](https://www.faselhds.xyz/)**, [2](https://web33.faselhd1watch.one/) - Movies / TV / Anime / Sub / 1080p / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [ma3ak](https://ma3ak.top/) - Movies / TV
|
||||
* [ArabLionz](https://arlionztv.ink/) - Movies / TV / Sub / 1080p
|
||||
* [egydead](https://egydead.space/) - Movies / TV / Anime / Sub / 1080p
|
||||
* [FajerShow](https://fajer.show) - Movies / TV / Cartoons / Sub / 720p
|
||||
|
|
@ -43,7 +42,7 @@
|
|||
* [shahid4u](https://shahid4u.mom/) - Movies / TV / Anime
|
||||
* [TopCinema](https://web6.topcinema.cam/) - Movies / TV / Anime
|
||||
* [My Cima](https://my-cima.video/) - Movies / TV
|
||||
* [mycima](https://mycinma.com/) - Movies / TV
|
||||
* [mycima](https://mycima-wecima.com/), [2](https://mycinma.video/) - Movies / TV
|
||||
* [Laroza TV](https://tv.laroza.now/) - TV
|
||||
* [kirmalk](https://ba.kirmalk.com/) - TV
|
||||
* [witanime](https://witanime.cyou/) - Anime / Sub / 1080p
|
||||
|
|
@ -107,10 +106,8 @@
|
|||
|
||||
## ▷ Downloading / ডাউনলোডিং
|
||||
|
||||
* [MLSBD](https://mlsbd.co/) - Movies / TV
|
||||
* [MLSBD](https://mlsbd.shop/) - Movies / TV
|
||||
* [ftpbd](http://ftpbd.net/) - Movies / TV / Anime
|
||||
* [MovieDokan](https://moviedokan.my/) - Movies / TV
|
||||
* [JBMovieBD](https://jbmoviebd.shop/) - Movies / TV
|
||||
* [Bangla Song](https://www.music.com.bd/) - Bangla Song / Music / Radio / MP3
|
||||
* [Bhoot FM](https://bhoot-fm.com/) - Bhoot FM Archive / Paranormal Radio Show
|
||||
|
||||
|
|
@ -130,12 +127,12 @@
|
|||
|
||||
## ▷ Torrenting / Торентиране
|
||||
|
||||
* [Zamunda](https://zamunda.net/) - Video / Audio / Books / Sign-Up Required
|
||||
* [ArenaBG](https://arenabg.com/en/) - Movies / TV / Sign-Up Required
|
||||
* [Zamunda](https://zamunda.net/) - Registration Required / Video / Audio / Books
|
||||
* [ArenaBG](https://arenabg.com/en/) - Registration Required / Movies / TV
|
||||
|
||||
## ▷ Streaming / Стрийминг
|
||||
|
||||
* [NovaPlay](https://play.nova.bg/) - Live TV / TV / Sub / Dub / 1080p
|
||||
* [NovaPlay](https://play.nova.bg/) - TV / Live / Sub / Dub / 1080p
|
||||
* [Filmi24](https://filmi24.com/) - Movies / Sub / Dub / 720p
|
||||
* [FilmiPlay](https://filmiplay.com/) - Movies / Sub / Dub / 720p
|
||||
* [Filmifen](https://filmifen.com/) - Movies / Sub / Dub
|
||||
|
|
@ -179,20 +176,11 @@
|
|||
* [V2EX](https://v2ex.com/) or [ZongScan](https://www.zongscan.com/) - Programming Forum
|
||||
* [BookStack](https://www.bookstack.cn/) - Developer / Programming Guides
|
||||
* [Gitee](https://gitee.com/) - GitHub Alternative
|
||||
* [hkslbrowser](http://www.cslds.org/hkslbrowser/index.jsp) - Chinese Sign Language Dictionary
|
||||
|
||||
## ▷ Great Firewall
|
||||
## ▷ GFW Bypass
|
||||
|
||||
* **Note** - Keep in mind some VPNs claiming to bypass GFW are made by Chinese agencies as a way to get user info. We recommend avoiding any generic ones, and sticking to ones listed in the [VPN section](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn).
|
||||
|
||||
***
|
||||
|
||||
* ↪️ **[Anti-Censorship Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_anti-censorship)**
|
||||
* ⭐ **[Censorship Bypass Guide](https://censordex.fr.to/)** - Censorship Bypass Guide
|
||||
* [gfwlist](https://github.com/gfwlist/gfwlist) - Blocked Sites List
|
||||
* [r/dumbclub](https://www.reddit.com/r/dumbclub/) - GFW Discussion
|
||||
* [XX-Net](https://xx-net.com/) - GFW VPN / Paid / [GitHub]((https://github.com/XX-net/XX-Net))
|
||||
* [New Pac](https://github.com/Alvin9999/new-pac) - Bypass GFW Proxies
|
||||
* [gfwlist](https://github.com/gfwlist/gfwlist), [XX-Net](https://github.com/XX-net/XX-Net), [ClashVerge](https://www.clashverge.dev/) / [GitHub](https://github.com/clash-verge-rev/clash-verge-rev), [/r/dumbclub](https://www.reddit.com/r/dumbclub/) or [New Pac](https://github.com/Alvin9999/new-pac) - Bypass Chinese Firewall
|
||||
* [gfw.report](https://gfw.report/) - GFW Information
|
||||
* [GHProxy](https://ghproxy.link/) - GitHub Proxy (not blocked by GFW)
|
||||
* [Accesser](https://github.com/URenko/Accesser/) - SNI RST Solver
|
||||
|
|
@ -208,6 +196,7 @@
|
|||
* [SuperLosslessMusic](https://t.me/SuperLosslessMusic) - Audio / FLAC
|
||||
* [flac_file](https://t.me/flac_file) - Audio / FLAC
|
||||
* [VmoMusic](https://t.me/VmoMusic) - Audio / FLAC
|
||||
* [ZAYU_music](https://t.me/ZAYU_music) - Audio / FLAC
|
||||
* [iyd.wang](https://www.iyd.wang/) - Books / Fiction / Non-Fiction
|
||||
* [feiku6](https://www.feiku6.com/) - Books / Reading / Listening
|
||||
* [Salty Leo](https://book.tstrs.me/search) - Books / Fiction / Non-Fiction / Downloading
|
||||
|
|
@ -362,7 +351,6 @@
|
|||
* [War-Forum](https://war-forum.net/) - Video / Audio / Books / Magazines / Comics / NSFW
|
||||
* [WarezCenter](https://warcenter.cz/) - Video / Audio / Books / NSFW
|
||||
* [WebShare](https://webshare.cz/) - Video / Audio / Books
|
||||
* [Cumi.to](https://cumi.to/) - Movies / TV
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
|
|
@ -373,13 +361,11 @@
|
|||
* [Bombuj](https://bombuj.si/) - Movies / TV
|
||||
* [Sledujteto](https://www.sledujteto.cz/) - Movies / TV / Anime / 1080p
|
||||
* [videoserialy](https://videoserialy.to/) - Movies / TV / Anime / 1080p
|
||||
* [Mrkaj](https://mrkaj.si/) - Movies / TV / Anime / 1080p / Region Locked
|
||||
* [Dupe](https://dupe.cz/) - Movies / TV / Anime / Concerts / 1080p / Region Locked
|
||||
* [svetserialu](https://svetserialu.io/) - Movies / TV / Anime / 1080p
|
||||
* [sledujfilmy](https://ww.sledujfilmy.io/) or [serialy](https://serialy.sx/) - Movies / TV / Anime / 1080p
|
||||
* [najserialy](https://www.najserialy.io/) - Movies / TV / Anime / 1080p
|
||||
* [Ceskatelevize](https://www.ceskatelevize.cz/ivysilani/) - Movies / TV
|
||||
* [StarStreams](https://starstreams.pro/) - Live Football / Hockey
|
||||
* [StarSites](https://goal.starsites.fun/) - Live Football / Hockey
|
||||
* [CSFD](https://www.csfd.cz/) - Czech Film Database
|
||||
|
||||
## ▷ Reading / Čtení
|
||||
|
|
@ -440,11 +426,11 @@
|
|||
* [Perspective Monde](https://perspective.usherbrooke.ca/) - Datasets / Statistics
|
||||
* [Prix Carburants](https://www.prix-carburants.gouv.fr/) - Gas Prices
|
||||
* [Donnons](https://donnons.org/) - Item Donation
|
||||
* [Rochester LSF](https://projects.lib.rochester.edu/lsf-asl-app/dictionary/), [Signsuisse](https://www.sgb-fss.ch/signsuisse/) or [LSQ](https://lsq-fr.ca/) - French Sign Langauge Dictionaries
|
||||
* [Rochester LSF](https://projects.lib.rochester.edu/lsf-asl-app/dictionary/) - French Sign Langauge Dictionary
|
||||
|
||||
## ▷ Downloading / Téléchargement
|
||||
|
||||
* [WawaCity](https://www.wawacity.diy/) - Movies / TV / Check [Telegram](https://t.me/Wawacity_officiel) if Domain Changes
|
||||
* [WawaCity](https://www.wawacity.lifestyle/) - Movies / TV / Check [Telegram](https://t.me/Wawacity_officiel) if Domain Changes
|
||||
* [MuaDib](https://muaddib-sci-fi.blogspot.com/) - Sci-Fi Movies
|
||||
* [PiratePunk](https://www.pirate-punk.net/) - Punk Music / Radio / Concerts Dates / Forum
|
||||
* [Emurom](https://www.emurom.net/) - Retro ROMs
|
||||
|
|
@ -463,18 +449,20 @@
|
|||
## ▷ Streaming
|
||||
|
||||
* ⭐ **[RgShows](https://www.rgshows.me/)** - Movies / TV / Anime / 4K / [API](https://embed.rgshows.me/) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.gg/bosskingdom-comeback-1090560322760347649)
|
||||
* ⭐ **[Movix](https://www.movix.site/)** - Movies / TV / Anime / [Status](https://movix.website/)
|
||||
* [Darkiworld](https://darkiworld11.com/) - Movies / TV / Anime / [Status](https://t.me/tirexo_officiel)
|
||||
* ⭐ **[Movix](https://www.movix.site/)** - Movies / TV / Anime
|
||||
* [Deksov](https://deksov.com/) - Movies / TV / Anime
|
||||
* [Darkiworld](https://darkiworld2025.com/) - Movies / TV / Anime
|
||||
* [cinepulse](https://cinepulse.to/) - Movies / TV / Anime
|
||||
* [xalaflix](https://xalaflix.gg/) - Movies / TV / Anime / Dub / [Status](https://xalaflix.fun/), [2](https://xalaflix.fr/r%C3%A9pertoire.html) / [Discord](https://discord.gg/7myEXg2tQF)
|
||||
* [frembed](https://frembed.lat/) - Movies / TV / Anime / Dub / [Status](https://t.me/+gBSyUOO_3D1mZDZk)
|
||||
* [coflix](https://coflix.cc/) - Movies / TV / Anime / [Status](https://t.me/+3i7POlIHqqVmMWMx)
|
||||
* [xalaflix](https://xalaflix.io/) - Movies / TV / Anime / Dub / [Discord](https://discord.gg/7myEXg2tQF)
|
||||
* [frembed](https://frembed.top/) - Movies / TV / Anime / Dub
|
||||
* [coflix](https://coflix.mov/) - Movies / TV / Anime
|
||||
* [Sadisflix](https://sadisflix.ing/) - Movies / TV / Anime / Dub / 1080p / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Telegram](https://t.me/sadisflix)
|
||||
* [Kordoz](https://www.kordoz.com/) - Movies / TV / Anime
|
||||
* [filmoflix](https://www.filmoflix.is/) - Movies / TV / Anime
|
||||
* [dpstream](https://dpstream.fyi/) - Movies / TV / Anime
|
||||
* [yakriv](https://yakriv.com/), [Kordoz](https://www.kordoz.com/) or [Deksov](https://deksov.com/) - Movies / TV / Anime
|
||||
* [yakriv](https://yakriv.com/) - Movies / TV / Anime
|
||||
* [Paradise lost.666](https://mfp666.blogspot.com/) - Classic French Movies / TV / Music
|
||||
* [Film à Revoir](https://filmarevoirnad.blogspot.com/) - Classic French Movies
|
||||
* [Ciné-Bis-Art](https://humungus-cinebisart.blogspot.com/) - Movies / Sign-Up Required
|
||||
* [Movie to Review](https://filmarevoirnad.blogspot.com/) - Classic French Movies
|
||||
* [Ciné-Bis-Art](https://humungus-cinebisart.blogspot.com/) - Movies
|
||||
* [TF1](https://www.tf1.fr/) - Movies / TV / Anime / Live TV / French VPN Required for Some Content
|
||||
* [french-streaming](https://www.french-streaming.tv) - Movies / TV / Anime
|
||||
* [cinestream](https://cinestream.info/) - Movies / TV / Anime
|
||||
|
|
@ -484,23 +472,25 @@
|
|||
* [TV5Unis](https://www.tv5unis.ca/) - Multiple Broadcasters / Movies / TV / Docs / No Sign-Up Required
|
||||
* [TFO](https://www.tfo.org/) - Ontario French Public Broadcaster / Movies / TV / Docs / Anime / No Sign-Up Required
|
||||
* [FRAnime](https://franime.fr/) - Anime / Sub / 1080p
|
||||
* [toonanime](https://www.toonanime.biz/) - Anime / Sub / Dub
|
||||
* [toonanime](https://fr.toonanime.biz/) - Anime / Sub / Dub
|
||||
* [VoirAnime](https://v6.voiranime.com/) - Anime / Sub / 1080p
|
||||
* [vostfree](https://vostfree.ws/) - Anime / Sub / 1080p
|
||||
* [anime-kami](https://anime-kami.com/) - Anime
|
||||
* [animesultra](https://animesultra.org/) - Anime / Sub / Dub
|
||||
* [animesultra](https://v6.animesultra.net/) - Anime / Sub / Dub
|
||||
* [French Anime](https://french-anime.com/) - Anime / Sub / 1080p
|
||||
* [Streaming-integrale](https://streaming-integrale.com/) - Anime Sub / Dub / 1080p
|
||||
* [vostanime](https://ww7.vostanime.fr/) - Anime / Sub / 1080p
|
||||
* [animeko](https://w2.animeko.ws/) - Anime / Sub / 1080p
|
||||
* [vostanime](https://vostanime.fr/) - Anime / Sub / 1080p
|
||||
* [animeko](https://animeko.co/) - Anime / Sub / 1080p
|
||||
* [anime-sama](https://anime-sama.fr/) - Anime / Sub / 1080p
|
||||
* [molotov.tv](https://www.molotov.tv/) - Live TV
|
||||
* [tvradiozap](https://tvradiozap.eu/) - Live TV
|
||||
* [oohquelbut](https://quelbut.me/) - Live Sports
|
||||
* [JokerTV](https://jokertv.ru/) - Live Football
|
||||
* [LeFoot](https://lefoot.ru/) - Live Sports
|
||||
* [oohquelbut](https://oohquelbut.ru/) - Live Sports
|
||||
* [remontadatv](https://remontadatv.ru/) - Live Football
|
||||
* [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App
|
||||
* [Lesics](https://youtube.com/@LesicsFR) - Sabins Civil Engineering
|
||||
* [Grafikart](https://grafikart.fr/) - Programming Courses
|
||||
* [fluxradios](https://fluxradios.blogspot.com/) - Radio Stations
|
||||
* [programmes-radio](https://www.programmes-radio.com/fr/) - Radio Schedule / Streaming
|
||||
* [programmes-radio](https://www.programmes-radio.com/en/) - Radio Schedule / Streaming
|
||||
|
||||
## ▷ Reading / Lecture
|
||||
|
||||
|
|
@ -522,6 +512,7 @@
|
|||
|
||||
# ► 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)
|
||||
* [RR.Topliste](https://toplist.raidrush.ws/) - Piracy Site List
|
||||
* [xrel](https://www.xrel.to/) - Scene Release / P2P Tracker
|
||||
|
|
@ -529,7 +520,6 @@
|
|||
* [animexx](https://www.animexx.de/) - German Anime Community
|
||||
* [WiiDatabase](https://wiidatabase.de/) - Nintendo Homebrew
|
||||
* [F-Online](https://app.f-online.at/) - Austrian Driving License Learning App
|
||||
* [Signsuisse](https://www.sgb-fss.ch/signsuisse/) or [SignDict](https://signdict.org) - German Sign Language Dictionaries
|
||||
|
||||
## ▷ Downloading / Herunterladen
|
||||
|
||||
|
|
@ -556,7 +546,6 @@
|
|||
* ⭐ **[Kinoger](https://kinoger.com/)** - Movies / TV / 1080p
|
||||
* ⭐ **[S.TO](https://s.to/)**, [2](https://serienstream.to/) - TV / Anime / Dub / 720p
|
||||
* ⭐ **[FilmPalast](https://filmpalast.to)** - Movies / TV / Dub / 720p
|
||||
* [MegaFilme](https://megafilme.vip/) - Movies / TV
|
||||
* [Cineby](https://www.cineby.app/) - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial)
|
||||
* [Kinoking](https://kinoking.cc/) - Movies / TV / Anime / Dub / 1080p
|
||||
* [Kinos](https://www.kinos.to/) - Movies / TV / Dub / 720p
|
||||
|
|
@ -580,7 +569,6 @@
|
|||
* [2ix2](https://www.2ix2.com/) - Live TV
|
||||
* [livestream](https://www.livestream.ad/) - Live TV
|
||||
* [dtvd](https://dtvd.net/) - Live TV
|
||||
* [Zapp](https://github.com/mediathekview/zapp) - Live TV / Android
|
||||
* [Studyflix](https://studyflix.de/) - Courses
|
||||
* [mediathekviewweb](https://mediathekviewweb.de/) - IPTV
|
||||
* [hoerspielprojekt](https://www.hoerspielprojekt.de/) - Radio
|
||||
|
|
@ -598,6 +586,14 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Georgian / ქართული ენა
|
||||
|
||||
## ▷ Downloading
|
||||
|
||||
* [Warez.Ge](https://warez.ge/) - Video / Audio
|
||||
|
||||
***
|
||||
|
||||
# ► Greek / Ελληνικά
|
||||
|
||||
## ▷ Streaming
|
||||
|
|
@ -617,7 +613,7 @@
|
|||
* [GreekTV](https://greektv.app/) - IPTV
|
||||
* [NetNix](https://netnix.tv/) - Live TV
|
||||
* [stokourbeti](https://stokourbeti.online/) - Live Sports
|
||||
* [GreekSport](https://greeksport.beer/) - Live Sports
|
||||
* [GreekSport](https://greeksport.netlify.app/) - Live Sports
|
||||
* [SportOnTV](https://sportontv.xyz/) - Live Sports / [Discord](https://discord.gg/YhQPSSMps2)
|
||||
* [Foothubhd](https://foothubhd.online/) - Live Football / [Discord](https://discord.com/invite/KGgsRmKZPC)
|
||||
* [Live24](https://live24.gr/) or [e-Radio](https://www.e-radio.gr/) - Radio
|
||||
|
|
@ -634,7 +630,7 @@
|
|||
* [AB-Maps](https://www.abmaps.com/) - Map Tool
|
||||
* [WizdomSubs](https://wizdom.xyz/) or [Ktuvit](https://www.ktuvit.me/) - Subtitles
|
||||
* [TranslationsMovieHEB](https://t.me/translationsmoviesheb) - Request Subtitle Translations
|
||||
* [RedAlert](https://redalert.me/index_en.html), [Tzevaadom](https://www.tzevaadom.co.il/) or [RocketAlert](https://rocketalert.live/) - Rocket Alerts
|
||||
* [RedAlert](https://redalert.me/index_en.html) or [RocketAlert](https://rocketalert.live/) - Rocket Alerts
|
||||
|
||||
## ▷ Streaming / הזרמה
|
||||
|
||||
|
|
@ -649,32 +645,22 @@
|
|||
* [AnimeBlood](https://animebloodsub.net/) - Anime / Download / Sub
|
||||
* [ultsub](https://ultsub.co.il/) - Anime / Sub / [Telegram](https://t.me/UltSub) / [Discord](https://discord.gg/4Bc8b2W)
|
||||
|
||||
## Reading
|
||||
|
||||
* [mangashelf](https://mangashelf.co.il/) - Manga
|
||||
|
||||
***
|
||||
|
||||
# ► Hungarian / Magyar
|
||||
|
||||
* [TorrentEmpire](https://torrent-empire.me/) - Torrent Discussion
|
||||
* [Turistautak](https://turistautak.hu/) - Hungarian Maps
|
||||
|
||||
## ▷ Streaming / Streamelés
|
||||
## ▷ Streaming
|
||||
|
||||
* ⭐ **[moviedrive](https://moviedrive.hu/)** - Movies / TV / Sub / Dub / 1080p / [Discord](https://discord.com/invite/blackfire)
|
||||
* [moviedrive](https://moviedrive.hu/) - Movies / TV / Sub / Dub / 1080p / [Discord](https://discord.com/invite/blackfire)
|
||||
* [hdmozi](https://hdmozi.hu/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [OnlineFilmekIngyen](https://www.onlinefilmekingyen1.com/) - Movies / Sub / Dub / 1080p
|
||||
* [filmezz](https://filmezz.club/) - Movies / TV / Dub / 720p
|
||||
* [filmezek](https://filmezek.com/) - Movies
|
||||
* [mozicsillag](https://mozicsillag1.me/) - Movies / TV / Sub / Dub / 720p
|
||||
* [animedrive](https://animedrive.hu/) - Anime / [Discord](https://discord.com/invite/blackfire)
|
||||
* [Myonlinerádió](https://myonlineradio.hu/) - Radio Stations
|
||||
|
||||
## ▷ Torrenting / Torrentezés
|
||||
|
||||
* [iTorrent](https://itorrent.ws/) - Movies / TV / Sub / Dub / 1080p / 720p / No-signup
|
||||
* [HunTorrent](https://huntorrent.org/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [TorrentEmpire](https://torrent-empire.me/) - Torrent Discussion
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -684,22 +670,21 @@
|
|||
* [Bhashini](https://bhashini.gov.in/) - Live Translation App / Text and Speech
|
||||
* [PCPriceTracker](https://pcpricetracker.in/) - PC Component Price Tracking
|
||||
* [Jagraan Josh](https://www.jagranjosh.com/) - Indian Education / Exam News
|
||||
* [IndianSignLanguage](https://indiansignlanguage.org/) - Indian Technical Sign Language Dictionary
|
||||
|
||||
## ▷ Downloading
|
||||
|
||||
* ⭐ **[VegaMovies](https://vegamovies.gmbh/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 1080p / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[VegaMovies](http://vegamovies.bot/)** - Movies / TV / Anime / 1080p / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[UHDMovies](https://modlist.in/?type=uhdmovies)** - Movies / 4K
|
||||
* ⭐ **[MkvCinemas](https://mkvcinemas.moi/)** - Movies / TV / Anime / Sub / Dub / 1080p / 4K
|
||||
* ⭐ **[HDHub4u](https://hdhublist.com/?re=hdhub)** - Movies / TV / 1080p / [Telegram](https://hdhub4u.frl/join-our-group/)
|
||||
* ⭐ **[MoviesMod](https://moviesmod.cafe/)** - Movies / TV / Sub / Dub / 1080p / [Bypass](https://greasyfork.org/en/scripts/474747)
|
||||
* ⭐ **[MoviesMod](https://modlist.in/?type=hollywood)** - Movies / TV / Sub / Dub / 1080p / [Bypass](https://greasyfork.org/en/scripts/474747)
|
||||
* ⭐ **[SD Toons](https://sdtoons.in/category/cartoon/)** - Movies / TV / Anime / 1080p / Some NSFW
|
||||
* ⭐ **[ToonWorld4All](https://toonworld4all.me/)** - Anime / Cartoon / Geoblocked
|
||||
* ⭐ **[AToZ Cartoonist](https://atozcartoonist.me/)** - Cartoons / Anime / Sub / Dub / 1080p / [Discord](https://discord.com/invite/ZUW8yzDutd)
|
||||
* ⭐ **[AToZ Cartoonist](https://atozcartoonist.me/)** - Cartoons / Anime / Sub / Dub / 1080p / [Link Bypasser](https://greasyfork.org/en/scripts/484907) / [Discord](https://discord.com/invite/ZUW8yzDutd)
|
||||
* ⭐ **[ToonsHub](https://www.toonshub.xyz/)** - Anime / Dub / 1080p / [Telegram](https://t.me/s/toonshubupdates) / [Discord](https://dsc.gg/toonshub)
|
||||
* ⭐ **[Free Lossless Desi Music](https://hindi-lossless.blogspot.com/)** - Music / FLAC
|
||||
* ⭐ **[Tamil Blasters](https://www.1tamilblasters.yachts/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilMV](https://www.1tamilmv.vc/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilBlasters](https://www.tamilblasters.coupons/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilMV](https://www.1tamilmv.blue/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [9xFlix](https://www.9xflix.me/) - Movies / TV / Anime
|
||||
* [Bollyflix](https://bollyflix.army/) - Movies / TV / Anime
|
||||
* [Mallumv](https://mallumv.guru/) - Movies / Sub / Dub / 1080p / [Telegram](https://t.me/MalluMvoff)
|
||||
|
|
@ -709,12 +694,9 @@
|
|||
* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [PrivateMovieZ](https://privatemoviez.art/) - Movies / TV / 1080p
|
||||
* [Cinevood](https://cinevood.net/) - Movies / TV / 1080p
|
||||
* [9kmovies](https://9kmovies.solar/m/) - Movies / TV / 1080p
|
||||
* [emwbd](https://www.emwbd.com/) - Movies / TV / 1080p
|
||||
* [FiberMovies](https://fibermovies.beer/) - Movies / TV / 1080p
|
||||
* [Cinemalux](https://cinemalux.store/) - Movies / TV / 1080p
|
||||
* [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV
|
||||
* [OlaMovies](https://olamovies.top/) - Movies / TV / Sub / Dub / 1080p / 4K / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Chromium Required
|
||||
* [OlaMovies](https://olamovies.top/) - Movies / TV / Sub / Dub / 1080p / 4K / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Chrome Required
|
||||
* [Fojik](https://fojik.site/) - Movies
|
||||
* [MoviesFD](https://moviesfd.vip/) - Movies / Sub / Dub / 1080p
|
||||
* [Paidnaija](https://paidnaija.net/) - Movies / Sub / 720p / [Telegram](https://t.me/joinchat/E9cst-5oQDA5MzRk)
|
||||
|
|
@ -727,15 +709,16 @@
|
|||
* [PikaHD](https://pikahd.com/) - Anime / Dub / 1080p
|
||||
* [Anilot.in](https://www.animeraja.in/) - Anime / 1080p / [Telegram](https://t.me/Anilot_Anime)
|
||||
* [Toonhub4u](https://toonhub4u.me/) - Anime / Cartoon / Dub / 1080p / [Telegram](https://telegram.me/joinchat/oHRgJ6SMZ6c3OTI1)
|
||||
* [TamilToon](https://tamiltoon.net/) - Tamil / Telugu / Hindi / English / Cartoons
|
||||
* [New Hindi Animes](https://t.me/New_Hindi_Animes) - Anime Telegram Chat
|
||||
* [Indian Flac Songs](https://t.me/indianflacsongs) - Music / FLAC
|
||||
* [Malayalam Film Songs](https://t.me/cc_NewMalayalamMp3) - Audio
|
||||
* [Hindi Courses](https://rentry.co/FMHYB64#hindi-courses)
|
||||
* [Hindi Courses](https://rentry.co/FMHYBase64#hindi-courses)
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
* ⭐ **[Tamil Blasters](https://www.1tamilblasters.yachts/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilMV](https://www.1tamilmv.vc/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilBlasters](https://www.tamilblasters.coupons/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[TamilMV](https://www.1tamilmv.blue/)** - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
|
||||
## ▷ Streaming
|
||||
|
||||
|
|
@ -743,14 +726,15 @@
|
|||
* ⭐ **[HydraHD](https://hydrahd.sh/)** - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/)
|
||||
* ⭐ **[RgShows](https://www.rgshows.me/)** - Movies / TV / Anime / 4K / [API](https://embed.rgshows.me/) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.gg/bosskingdom-comeback-1090560322760347649)
|
||||
* ⭐ **[ToonStream](https://toonstream.love/)** - Cartoons / Anime / 1080p / [Telegram](https://telegram.me/toonstream)
|
||||
* ⭐ **[Anime World India](https://watchanimeworld.in/)**, [2](https://animesalt.cc/) - Anime
|
||||
* ⭐ **[AniSAGA](https://anisaga.org/)** - Anime / Dub / 1080p
|
||||
* ⭐ **[Anime World India](https://watchanimeworld.in/)** - Anime
|
||||
* ⭐ **[MultiMovies](https://multimovies.guru)** - Movies / TV / .guru Always Redirects to Main
|
||||
* [Tamil Blasters](https://www.1tamilblasters.yachts/) - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [TamilMV](https://www.1tamilmv.vc/) - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* ⭐ **[Anime World India](https://anime-world.app/)** - Anime
|
||||
* [Streamblasters](https://www.streamblasters.city/) - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [TamilMV](https://www.1tamilmv.blue/) - Movies / TV / Sub / Dub / 1080p / 4K / Anime / Indian Languages
|
||||
* [Einthusan](https://einthusan.tv/) - Movies / 1080p
|
||||
* [TamilCrow](https://www.1tamilcrow.net/) - Tamil Movies / TV / Dub / 720p / 1080p
|
||||
* [TamilGun](https://tamilgun.group/) - Tamil Movies / TV / Dub / 720p / 1080p
|
||||
* [tamilbulb](https://tamilbulb.world/) - Tamil Movie / TV
|
||||
* [TamilDhool](https://www.tamildhool.net/) - Tamil TV Shows / TV Serials / 720p / 1080p
|
||||
* [tamilpirates](https://tamilpirates.icu/) - Tamil & Indian languages Movies / TV / Dub / 720p / 1080p
|
||||
* [TamilToon](https://tamiltoon.net/) - Tamil / Telugu / Hindi / English / Cartoons / Anime
|
||||
|
|
@ -768,6 +752,7 @@
|
|||
* [IndianCine](https://indiancine.ma/) - Indian Short / Classic Movies
|
||||
* [mxplayer](https://www.mxplayer.in) - Movies
|
||||
* [DistroTV](https://distro.tv/) - Live TV
|
||||
* [RoarZone](http://tv.roarzone.info/) - Live TV / Sports
|
||||
* [Indian IPTV App](https://github.com/kananinirav/Indian-IPTV-App) - IPTV Android App
|
||||
* [kukufm.com](https://kukufm.com/) - Podcasts / Radio / Audiobooks
|
||||
* [OnlineFMRadio](https://www.onlinefmradio.in/) - Radio
|
||||
|
|
@ -781,7 +766,7 @@
|
|||
* [SuccessCDs](https://www.successcds.net/) - CBSE Study Guides
|
||||
* [Digital Library of India](https://dli.sanskritdictionary.com) - Books
|
||||
* [NDLI](https://ndl.iitkgp.ac.in/) - Educational Resources / Documents
|
||||
* [Sanskrit Documents](https://sanskritdocuments.org), [sanskritsahitya](https://sanskritsahitya.org/) or [gitasupersite](https://www.gitasupersite.iitk.ac.in/) - Esoteric Texts
|
||||
* [Sanskrit Documents](https://sanskritdocuments.org) or [gitasupersite](https://www.gitasupersite.iitk.ac.in/) - Esoteric Texts
|
||||
* [Hindwi](https://hindwi.org/) - Hindi Poems
|
||||
|
||||
***
|
||||
|
|
@ -807,8 +792,6 @@
|
|||
* ⭐ **[OtakuDesu](https://otakudesu.cloud/)** - Anime / Sub / 720p
|
||||
* ⭐ **[sontolfilm](https://sontolmovie.xyz/)** - Movies / TV / Anime
|
||||
* [ngefilm21](https://www.ngefilm21.pw/) - Movies / TV / Anime
|
||||
* [baladfilm](https://tv4.baladfilm.asia/) - Movies / TV
|
||||
* [klikxxi](https://klikxxi.art/), [2](https://www.klikxxi.com/) - Movies / TV
|
||||
* [MyNimeku](https://www.mynimeku.com/) - Anime / Sub / 1080p
|
||||
* [anoBoy](https://ww1.anoboy.app/) - Anime / Sub / 1080p
|
||||
* [Anoboye](https://anoboye.com/) - Anime / Sub
|
||||
|
|
@ -832,11 +815,10 @@
|
|||
# ► Italian / Italiano
|
||||
|
||||
* 🌐 **[The Italian Corsairs](https://rentry.co/the-italian-corsairs)** - Piracy Sites List
|
||||
* [Signsuisse](https://www.sgb-fss.ch/signsuisse/) - Italian Sign Language Dictionary
|
||||
|
||||
## ▷ Downloading / Scaricare
|
||||
|
||||
* [OverDay](https://overday.org/) - Courses / Books / [Mirrors](https://justpaste.it/OVERPOSTING) / [2](https://filecrypt.co/Container/B25EED8329.html) / [Telegram](https://t.me/Overposting1)
|
||||
* [OverDay](https://overday.org/) - Courses / Books / [Telegram](https://t.me/Overposting1) / [Mirrors](https://justpaste.it/OVERPOSTING) / [2](https://filecrypt.co/Container/B25EED8329.html)
|
||||
* [HD4Me](https://hd4me.net/) - Movies / TV / Sub / 720p
|
||||
* [XDCC Mule](https://www.xdccmule.org/) - IRC Download Search
|
||||
|
||||
|
|
@ -848,19 +830,17 @@
|
|||
|
||||
## ▷ Streaming
|
||||
|
||||
* [StreamingCommunity](https://streamingcommunityz.video/) - Movies / TV / 1080p / [Status](https://telegra.ph/Link-Aggiornato-StreamingCommunity-09-29)
|
||||
* [Altadefinizione](https://altadefinizionegratis.love/) - Movies / Dub / 1080p / [Status](https://telegra.ph/Link-Aggiornato-Altadefinizione-08-07) / [Telegram](https://t.me/+x_9jyFBbYBpkYTRi)
|
||||
* [CB01](https://cb01net.fun/), [2](https://cb01.uno) - Movies / TV / Dub / 1080p / [Status](https://cineblog01.red/) / [Telegram](https://t.me/s/cb01_nuovo_indirizzo_ufficiale)
|
||||
* [CasaCinema](https://casacinema.lat/) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [Mediaset Infinity](https://mediasetinfinity.mediaset.it/) - Live TV / Movies / TV / Documentaries / Radio / Dub / Italian VPN Required / Sign-Up Unlocks Extra Features
|
||||
* [RaiPlay](https://www.raiplay.it/) - Live TV / Movies / TV / Dub / Italian VPN Required / Sign-Up Unlocks Channel History
|
||||
* [StreamingCommunity](https://streamingcommunityz.app/) - Movies / TV / [Status](https://telegra.ph/Link-Aggiornato-StreamingCommunity-09-29)
|
||||
* [Altadefinizione](https://altadefinizione.free/) - Movies / Sub / Dub / 1080p / 4K
|
||||
* [CasaCinema](https://casacinema.world/) - Movies / TV / Anime / Sub / Dub / 1080p / 4K
|
||||
* [Mediaset Infinity](https://mediasetinfinity.mediaset.it/) - Live TV / Movies / TV / Documentaries / Radio / Dub / Italian VPN Required / Signup Unlocks Extra Features
|
||||
* [RaiPlay](https://www.raiplay.it/) - Live TV / Movies / TV / Dub / Italian VPN Required / Signup Unlocks Channel History
|
||||
* [CB01](https://cb01net.buzz/) - Movies / TV
|
||||
* [AnimeUnity](https://www.animeunity.so/) - Anime / Sub / Dub / 1080p / [Telegram](https://t.me/animeunitytv)
|
||||
* [AnimeWorld](https://www.animeworld.ac/) - Anime / Sub / Dub / 1080p / [Mirrors](https://www.animeworlditalia.com/) / [Telegram](https://t.me/AnimeWorldITA2)
|
||||
* [AnimeSaturn](https://www.animesaturn.cx/) - Anime / Sub / Dub / 1080p / [Mirrors](https://www.animesaturn.me/) / [Telegram](https://t.me/AnimeSaturnRedirect)
|
||||
* [AnimeUnity](https://www.animeunity.so/) - Anime / Sub / Dub / 1080p / [Telegram](https://t.me/animeunitytv)
|
||||
* [AniDream](https://anidream.cc/) - Anime / Cartoons / Sub / Dub / 1080p / [Telegram](https://t.me/anidreamindex)
|
||||
* [Toonitalia](https://toonitalia.xyz/) - TV / Anime / Sub / Dub
|
||||
* [Arcoiris TV](https://www.arcoiris.tv/) - Italian TV / 720p
|
||||
* [hattrick](https://hattrick.ws/) - Live Football
|
||||
* [Kodi On Demand](https://guruhitech.com/kodi-on-demand-kod-kodi-add-on-tutte-le-info/) - Streaming Kodi Addon
|
||||
* [Ovovideo](http://ovovideo.com/) - Video Encyclopedia
|
||||
* [Raiplay Sound](https://www.raiplaysound.it/) - Podcasts / Radio
|
||||
|
|
@ -887,8 +867,6 @@
|
|||
* [fuseji](http://fuseji.net/) - Hidden Character Search
|
||||
* [goo](https://www.goo.ne.jp/) or [Yahoo Japan](https://search.yahoo.co.jp/) - Search
|
||||
* [megalodon](https://megalodon.jp/) or [gyo.tc](https://gyo.tc/) - JP Web Archive Tool
|
||||
* [Pixiv Guides](https://www.pixiv.net/howto) / [Ideas](https://www.pixiv.net/idea/) - Drawing Guides / Inspiration
|
||||
* [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/) / [X](https://x.com/mangamaterials2), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [Pixiv](https://www.pixiv.net/en/users/16776564)
|
||||
|
||||
## ▷ Downloading / ダウンロード
|
||||
|
||||
|
|
@ -898,7 +876,7 @@
|
|||
* [Sukidesuost](https://sukidesuost.info/) - Music / MP3 / FLAC
|
||||
* [JPop Singles](https://www.jpopsingles.eu/) - Music / MP3 / FLAC
|
||||
* [Doujin Cafe (Discord)](https://discord.gg/doujincafe) - Music / MP3 / FLAC
|
||||
* [Doujin Music](https://rentry.co/FMHYB64#doujin-music) - Music / MP3
|
||||
* [Doujin Music](https://rentry.co/FMHYBase64#doujin-music) - Music / MP3
|
||||
* [DoujinStyle](https://doujinstyle.com/) - Music / MP3 / FLAC
|
||||
* [J-pop Music Download](https://jpop.xyz/) - Music / MP3 / FLAC
|
||||
* [Perfect Dark](https://perfectdark.benri-tool.net/) - P2P App
|
||||
|
|
@ -910,11 +888,13 @@
|
|||
## ▷ Streaming / ストリーミング
|
||||
|
||||
* [sudatchi](https://sudatchi.com/) - Anime
|
||||
* [NicoVideo](https://www.nicovideo.jp/) - Japanese YouTube Alternative / [Desktop](https://github.com/tor4kichi/Hohoema)
|
||||
* [NicoVideo](https://www.nicovideo.jp/) - Japanese YouTube Alternative
|
||||
* [JP-Films](https://jp-films.com/) - Classic Japanese Movies / TV / 1080p
|
||||
* [Japanese Animated Film Classics](https://animation.filmarchives.jp/index.html) - Japanese Animation Archive
|
||||
* [Abema](https://abema.tv/) - Live TV
|
||||
* [utako](https://web.utako.moe/) - Live TV
|
||||
* [AQ Stream](https://aqstream.com/) - Live TV / [Discord](https://discord.com/invite/dVhgAgwxHE)
|
||||
* [Lesics](https://youtube.com/@LesicsJPN) - Sabins Civil Engineering
|
||||
* [National Film Archive of Japan](https://meiji.filmarchives.jp/) - Japanese Movie Archive
|
||||
* [SimulRadio](https://simulradio.info/) - Radio
|
||||
* [Kagakueizo](https://www.kagakueizo.org/) - Science Documentaries
|
||||
|
|
@ -934,7 +914,6 @@
|
|||
* [Mangaz](https://www.mangaz.com/) - Manga
|
||||
* [shinmoemanga](https://shinmoemanga.neocities.org/) - Manga
|
||||
* [Comic Walker](https://comic-walker.com/) - Manga
|
||||
* [mangajikan](https://mangajikan.net/) - Manga
|
||||
* [Rawkuma](https://rawkuma.com/) - Manga
|
||||
* [KL](https://klz9.com/idx) - Manga
|
||||
* [A-zmanga](https://www.a-zmanga.net/) - Manga
|
||||
|
|
@ -987,6 +966,7 @@
|
|||
* [AQ Stream](https://aqstream.com/) - Live TV / [Discord](https://discord.com/invite/dVhgAgwxHE)
|
||||
* [Chzzk](https://chzzk.naver.com/) - Live Streams
|
||||
* [eHistory](https://www.ehistory.go.kr/) - Video Archive / Cultural Films
|
||||
* [Lesics](https://youtube.com/@Sabinz) - Sabins Civil Engineering
|
||||
|
||||
## ▷ Reading
|
||||
|
||||
|
|
@ -1002,11 +982,24 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Norwegian / Norsk
|
||||
|
||||
## ▷ Streaming
|
||||
|
||||
* [NRK TV](https://tv.nrk.no/) - Norwegian Movies / TV / Documentaries / Sub / 1080p
|
||||
|
||||
## ▷ Reading
|
||||
|
||||
* [Nasjonalbiblioteket](https://www.nb.no/en/digitizing-at-the-national-library/) - Books / Journals / Magazines / Maps / Music Sheets
|
||||
|
||||
***
|
||||
|
||||
# ► 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
|
||||
* 🌐 **[Free VPN Telegram Channels](https://bin.disroot.org/?85b66e37980b245e#DRbHouuNMfXGRdqPs68y6nGLULhHdvdXzuPdDmBxsyi2)** - Free VPNs Index
|
||||
* [PersianBlocker](https://github.com/MasterKia/PersianBlocker) - Persian Adblock Filters + Guides
|
||||
* [Wudooh](https://wudooh.app/) - Make Persian Text Clearer
|
||||
* [cscot](https://cscot.pages.dev/2023/07/10/v2ray-geoip-iran/) - V2Ray GeoIP Guide
|
||||
* [IranFirewall](https://viewdns.info/iranfirewall/) - Iranian Firewall Block Test
|
||||
|
|
@ -1017,7 +1010,7 @@
|
|||
|
||||
* 🌐 **[Persian Telegram Courses](https://rentry.co/sn66v)** - Persian Courses Index
|
||||
* [git_ir](https://t.me/git_ir) - Programming Courses
|
||||
* [soft98](https://soft98.ir/) - Courses / Software / Games / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note) / PW: `soft98.ir`
|
||||
* [soft98](https://soft98.ir/) - Courses / Software / Games / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#soft98-note)
|
||||
* [Old Persian Games](https://oldpersiangames.org/) - Iranian Games
|
||||
* [Download.ir](https://download.ir/) - Video / Software / ROMs / Books
|
||||
* [DigiMovie](https://digimoviez.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
|
|
@ -1089,7 +1082,7 @@
|
|||
* [Zaluknij](https://zaluknij.cc/) - Movies / TV
|
||||
* [Filser](https://filser.cc/) - Movies / TV / Cartoons / Dub / 720p
|
||||
* [Bajeczki24](https://bajeczki24.pl/) - Movies / TV
|
||||
* [Ekino-TV](https://ekino-tv.pl/), [3](https://ekino.sx/), [4](https://ekino.ws/) - Movies / TV / Sub / 720p
|
||||
* [Ekino-TV](https://ekino-tv.net), [2](https://ekino-tv.pl/), [3]](https://ekino.sx/), [4](https://ekino.ws/) - Movies / TV / Sub / 720p
|
||||
* [iiTV](https://iitv.info/) - TV / Cartoons / Dub / 720p
|
||||
* [KreskówkaSubs](https://kreskowkasubs.blogspot.com/) - Cartoons / Sub / Dub
|
||||
* [Filman](https://filman.cc/) - Movies / TV
|
||||
|
|
@ -1118,7 +1111,7 @@
|
|||
|
||||
# ► Portuguese / Português
|
||||
|
||||
* **Note** - Brazil is known for blocking many sites, try using a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) if you can't access one.
|
||||
* **Note** - Brazil is known for having lots of site blocking, try using a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) if you cannot access one.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1148,7 +1141,6 @@
|
|||
|
||||
## ▷ Torrenting
|
||||
|
||||
* 🌐 **[Pirataria Trackers](https://pirataria.link/trackers#🔰-➜-trackers-brasileiros)** - Private Tracker Index
|
||||
* [Rei dos Torrents](https://reidostorrents.com) - Video / Audio / Books
|
||||
* [Download Cult](http://downloadcult.org) - Classic Movies
|
||||
* [Dark Animes](https://darkmahou.org) - Anime
|
||||
|
|
@ -1191,9 +1183,9 @@
|
|||
* [Núcleo do Conhecimento](https://www.nucleodoconhecimento.com.br) - Courses
|
||||
* [Escola Virtual Gov](https://www.escolavirtual.gov.br/catalogo) - Courses
|
||||
* [Veduca](https://veduca.org) - Courses
|
||||
* [Eaulas](https://eaulas.usp.br/portal/home) - Learning Videos
|
||||
* [Moodle](https://moodle.ifrs.edu.br/course/index.php?categoryid=38) - MOOC Courses
|
||||
* [Marcos Aba](https://www.youtube.com/@MarcosAba/videos) - Math Courses
|
||||
* [Lesics](https://youtube.com/@LesicsPOR) - Sabins Civil Engineering
|
||||
* [DIO](https://www.dio.me) - Development Courses
|
||||
* [Palco MP3](https://www.palcomp3.com.br) - Music / MP3
|
||||
* [Harpa Cristã](https://harpacrista.org), [2](https://play.google.com/store/apps/details?id=br.com.masterapps.harpacristagratis) - Christian Music / MP3
|
||||
|
|
@ -1272,7 +1264,7 @@
|
|||
|
||||
* [xCinema.ro](https://www.xcinema.ro/) - Movies / TV / Sub / 720p
|
||||
* [FilmePeAlese](https://www.filmepealese.com/) - Movies / TV / Sub / 720p
|
||||
* [lib2life](https://rentry.co/FMHYB64#lib2life) - Historical Books
|
||||
* [lib2life](https://rentry.co/FMHYBase64#lib2life) - Historical Books
|
||||
|
||||
## ▷ Streaming
|
||||
|
||||
|
|
@ -1286,7 +1278,7 @@
|
|||
* [Meoo.ro](https://meoo.ro/) - Movies
|
||||
* [vezihd](https://vezihd.ro/) - Movies
|
||||
* [VeziSeriale](https://veziseriale.org) - Movies / TV / Anime / Sub / 720p
|
||||
* [ClickSud](https://clicksud.co/) - Movies / TV / Sub / 720p
|
||||
* [ClickSub](https://clicksud.biz) - Movies / TV / Sub / 720p
|
||||
* [VoxFilmeOnline](https://voxfilmeonline.biz/) - Movies / TV / Sub / 720p
|
||||
* [luminsangelsseriale](https://luminsangelsseriale.com/) - Movies / TV
|
||||
* [FilmeHD](https://filmehd.se/) - Movies
|
||||
|
|
@ -1298,10 +1290,13 @@
|
|||
|
||||
# ► Russian / Русский
|
||||
|
||||
* ⭐ **[РосКомСвобода](https://t.me/roskomsvoboda_discuss)** / [roskomsvoboda](https://t.me/roskomsvoboda) / [rks_org_Bot](https://t.me/rks_org_bot), [ru_tech_talk](https://t.me/ru_tech_talk) or [protocol_vpn](https://t.me/protocol_vpn) - Censorship Discussion Telegrams
|
||||
* ⭐ **[РосКомСвобода](https://t.me/roskomsvoboda_discuss)** / [roskomsvoboda](https://t.me/roskomsvoboda) / [rks_org_Bot](https://t.me/rks_org_bot) or [protocol_vpn](https://t.me/protocol_vpn) - Censorship Discussion Telegrams
|
||||
* [Ru.Board](https://forum.ru-board.com/) - Piracy Discussion Forum
|
||||
* [Hi!Load VPN](https://t.me/hlvpnbot) - Free Shadowsocks TG / 30GB per month / No Torrenting / [Support](https://t.me/highloadvpn)
|
||||
* [ClashVerge](https://www.clashverge.dev/) - Clash Client / Proxy / [GitHub](https://github.com/clash-verge-rev/clash-verge-rev)
|
||||
* [rublacklist](https://reestr.rublacklist.net/en/) - Blocked Sites List
|
||||
* [DXP](https://dxp.ru/) - Subtitles Tracker
|
||||
* [Proxy-Checker](https://proxy-checker.net/) - Proxy Checker
|
||||
* [RKN Dump Check](https://t.me/u2ckbot) - Censorship Check
|
||||
* [Mail.ru](https://mail.ru/) or [r0.ru](https://r0.ru/) - Search Engines
|
||||
* [Kribrum](https://kribrum.io/search) - Social Media Search Engine
|
||||
|
|
@ -1317,15 +1312,14 @@
|
|||
* [Ovd-info](https://t.me/ovdinfolive) - Protestor Prosecution News / [Telegram](https://t.me/ovdinfo)
|
||||
* [government_rus](https://t.me/government_rus) - Official Government Telegram
|
||||
* [zakupki_time](https://t.me/zakupki_time) - Government Procurement Watch
|
||||
* [NoWar.help](https://www.nowar.help/) - War Resources / Help
|
||||
* [Што за шрифт?](https://t.me/+lZD1qlHA3sFhMzQy) - Fonts
|
||||
* [World Art](http://www.world-art.ru/) - Movies / Anime / Game Reviews and Art Display
|
||||
* [Cute Chan](https://kpop.re/) - K-Pop Imageboard
|
||||
|
||||
## ▷ Downloading / Скачивание
|
||||
|
||||
* ⭐ **[4PDA](https://4pda.to/forum/)** / Android, iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda)
|
||||
* [Androeed](https://androeed.store/), [2](https://androeed.ru/) / Android
|
||||
* ⭐ **[4PDA](https://4pda.to/forum/)** / Android, iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#captcha-4pda), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html)
|
||||
* [Androeed](https://androeed.store/), [2](https://androeed.ru/) - Android
|
||||
* [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books
|
||||
* [2BakSa](http://2baksa.ws/) - Video / Audio / Books
|
||||
* [Allmults](https://allmults.org/) - Cartoons / Sub / Dub / 1080p
|
||||
|
|
@ -1365,7 +1359,7 @@
|
|||
|
||||
## ▷ Streaming / Стриминг
|
||||
|
||||
* ⭐ **[HDrezka](https://rezka.ag/)**, [2](https://hdrezka.ag/) - Movies / TV / Anime / Sub / Dub / 4K / 1080p
|
||||
* ⭐ **[rezka](https://rezka.ag/)**, [2](https://hdrezka.ag/) - Movies / TV / Anime / Sub / Dub / 4K / 1080p
|
||||
* ⭐ **[myfootball](https://myfootball.top/)** - Live Football
|
||||
* [HD VideoBox](https://strannikmodz.me/apps/media/135-hdvideobox-222.html) - Movies / TV / Anime / Aggregator / [AMOLED](https://strannikmodz.me/other_modz/sirenes_team/127-hd-videobox-st-221.html)
|
||||
* [KinoBase](https://kinobase.org/) - Movies / TV / Sub / Dub / 1080p
|
||||
|
|
@ -1398,6 +1392,7 @@
|
|||
* [CCCP Film](https://cccp-film.ru/) - Soviet Movies / TV
|
||||
* [Soviet Movies Online](https://sovietmoviesonline.com/) - Soviet Movies / Sub
|
||||
* [VseDoramy](https://vsedoramy.net/) - Asian Drama / Dub / 720p
|
||||
* [MovieCorn](https://moviecorn.one/) - Torrent Streaming
|
||||
* [Dokonlin](https://www.dokonlin.online/) - Documentaries / Dub / 1080p
|
||||
* [mult-fan](https://mult-fan.tv/) - Cartoons
|
||||
* [animatsiya](https://animatsiya.net/) - Russian Animation Archive
|
||||
|
|
@ -1447,7 +1442,7 @@
|
|||
* [Fantasy Worlds](https://fantasy-worlds.org/) - Books / Audiobooks
|
||||
* [booktracker](https://booktracker.org/) - Books / Audiobooks / Comics / Magazines / NSFW
|
||||
* [AniLabX](https://anilabx.xyz/) - Manga / Comics / Light Novels
|
||||
* [Russian Game Mags](https://rentry.co/FMHYB64#russian-game-mags) - Gaming Magazines
|
||||
* [Russian Game Mags](https://rentry.co/FMHYBase64#russian-game-mags) - Gaming Magazines
|
||||
* [Gameland](https://gameland.ru/archive/) - Country of Games Magazine Archive
|
||||
* [mangalib.me](https://mangalib.me/) - Manga
|
||||
* [Com-X Life](https://comx.life/mm) - Manga
|
||||
|
|
@ -1460,7 +1455,7 @@
|
|||
* [Arzamas](https://arzamas.academy/) - Cultural History
|
||||
* [geokniga](https://www.geokniga.org/) - Geology Documents
|
||||
* [Playing Soviet](https://commons.princeton.edu/soviet/) - Children's Books
|
||||
* [Baza Knig](https://baza-knig.ink/), [Flibusta_Anglysky](https://t.me/flibusta_anglysky), [Аkniga](https://akniga.org/), [Bibl](https://biblus.in/) - Audiobooks
|
||||
* [Baza Knig](https://baza-knig.ink/), [Flibusta_Anglysky](https://t.me/flibusta_anglysky), [Аkniga](https://akniga.org/), [Bibl](https://m.biblus.in/) or [Bibl.us](https://bibl.us/) - Audiobooks
|
||||
* [Science Lab](https://fantlab.ru/) - Sci-Fi Book Discussion
|
||||
|
||||
***
|
||||
|
|
@ -1469,6 +1464,7 @@
|
|||
|
||||
## ▷ Streaming
|
||||
|
||||
* [Kukaj](https://vvv.kukaj.fi/) - Movies / TV
|
||||
* [jOj Archive](https://www.joj.sk/archiv) - Movies / TV
|
||||
* [Markiza](https://www.markiza.sk/) - Movies / TV
|
||||
* [rtvs](https://www.rtvs.sk/televizia/archiv) - TV
|
||||
|
|
@ -1546,7 +1542,7 @@
|
|||
|
||||
## ▷ Torrenting / Torrentear
|
||||
|
||||
* ⭐ **[MejorTorrent](https://www36.mejortorrent.eu/)** - Movies / TV / Documentaries / Castilian
|
||||
* ⭐ **[MejorTorrent](https://www15.mejortorrent.rip/)** - Movies / TV / Documentaries / Castilian
|
||||
* ⭐ **[Grantorrent.wtf](https://grantorrent.wtf/)** - Movies / TV / Documentaries / Castilian
|
||||
* [DonTorrent](https://donproxies.com/) - Movies / TV / Documentaries / Castilian / [.onion](https://dontorufwmbqhnoe2wvko5ynis6axf7bqod6wkmdvxmjyek64tantlqd.onion/) / [Telegram](https://t.me/s/DonTorrent)
|
||||
* [EliteTorrent](https://www.elitetorrent.wf/) - Movies / TV
|
||||
|
|
@ -1562,36 +1558,33 @@
|
|||
* [Hacktorrent](https://hacktorrent.men/) - Movies / TV / Anime / Latino
|
||||
* [Unionfansub](https://foro.unionfansub.com/index.php) - Anime
|
||||
* [Akiba-kei](http://akiba-team.org/) - Anime
|
||||
* [epublibre](https://www.epublibre.org/) - Books
|
||||
|
||||
## ▷ Streaming / Streamear
|
||||
|
||||
* ⭐ **[Cineby](https://www.cineby.app/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial)
|
||||
* ⭐ **[Playdede](https://privacidad.me/@playdede)**, [2](https://entrarplaydede.com/) - Movies / TV / Anime / 1080p / Sign-Up Required / [Telegram](https://t.me/playdedelink)
|
||||
* ⭐ **[HDFull](https://dominioshdfull.com/)** - Movies / TV / Anime / 1080p / Sign-Up Required / Castilian / Latino / [Discord](https://discord.gg/BRKCXEe)
|
||||
* ⭐ **[HDFull](https://dominioshdfull.com/)** - Movies / TV / Anime / 1080p / Sign-Up Required / [Discord](https://discord.gg/BRKCXEe) / Castilian / Latino
|
||||
* ⭐ **[LaQuay TDT Channels](https://www.tdtchannels.com/)** - Live TV / Live Radio / IPTV / Castilian / [GitHub](https://github.com/LaQuay/TDTChannels)
|
||||
* [yaske](https://yaske.ru/) - Movies / TV / [Telegram](https://t.me/wwwyaskeru)
|
||||
* [Zonaleros](https://www.zona-leros.com/peliculas-hd-online-lat) - Movies / TV / 1080p / Latino
|
||||
* [Solo Latino](https://sololatino.net/) - Movies / TV / Anime / 1080p / Latino
|
||||
* [PelisxD](https://www.pelisxd.com/) - Movies / TV / Latino
|
||||
* [ModoCine](https://modocine.com/) - Movies / TV
|
||||
* [Tubepelis](https://www.tubepelis.com/) - Movies / TV
|
||||
* [poseidonhd2](https://www.poseidonhd2.co/) - Movies / TV
|
||||
* [PelisPlus](https://ww3.pelisplus.to/) - Movies / TV
|
||||
* [peligratis](https://peligratis.fun/) - Movies / TV
|
||||
* [La Movie](https://la.movie/) - Movies / TV
|
||||
* [hackstore2](https://hackstore2.com/) - Movies / TV
|
||||
* [cineplus](https://www.cineplus.lat) - Movies / TV
|
||||
* [RaroVHS](https://www.rarovhs.com/) - Rare Spanish Content
|
||||
* [PelisPedia](https://pelispedia.mov/) - Movies / TV / Latino
|
||||
* [rtvcplay](https://rtvcplay.co/) - Free Public Colombian TV
|
||||
* [rtvcplay](https://rtvcplay.co/) - Free Public Columbian TV
|
||||
* [futbollibrehd](https://futbollibrehd.cl/) - Live Sports
|
||||
* [la12hd](https://la12hd.com/) - Live Sports
|
||||
* [Zanex](https://zanex.lat/) - Live Sports
|
||||
* [streamtp2](https://streamtp2.com/) - Live Sports
|
||||
* [AceStream Links](https://rentry.co/FMHYB64#acestream) - Live Sports Acestream IDs
|
||||
* [AceStream Links](https://rentry.co/FMHYBase64#acestream) - Live Sports Acestream IDs
|
||||
* [Cinecalidad.gg](https://vwv.cinecalidad.gg/) - Movies / TV / Animation / Latino
|
||||
* [Cinecalidad.tel](https://w1.cinecalidad.tel/) - Movies / Latino
|
||||
* [Cuevana2](https://www.cuevana2espanol.net/) - Movies / TV / Latino
|
||||
* [Cuevana3.biz](https://cuevana.biz/) - Movies / TV / Latino
|
||||
* [Locopelis](https://www.locopelis.com/), [2](https://www.repelis.net/) - Movies / NSFW / Latino
|
||||
* [detodopeliculas](https://detodopeliculas.nu/) - Movies / TV
|
||||
* [verpeliculasonline](https://verpeliculasonline.org/), [2](https://ver-peliculas-online.org/) - Movies / TV
|
||||
* [oscar220374](https://oscar220374.com/) - Movies / TV / Castilian
|
||||
|
|
@ -1624,7 +1617,6 @@
|
|||
* [JKAnime](https://jkanime.net/) - Anime / Sub
|
||||
* [monoschinos](https://ww1.monoschinos3.com/) - Anime / Sub
|
||||
* [TioAnime](https://tioanime.com/) - Anime / Sub
|
||||
* [animeav1](https://animeav1.com/) - Anime
|
||||
* [HenaoJara](https://henaojara.com/) - Anime / Sub
|
||||
* [AnimeFLV.net](https://www3.animeflv.net/) - Anime / Sub
|
||||
* [mundodonghua](https://www.mundodonghua.com/) - Anime / Sub
|
||||
|
|
@ -1634,13 +1626,12 @@
|
|||
* [AnimeID](https://www.animeid.tv/) - Anime / Sub
|
||||
* [animeyt](https://animeyt.es/) - Anime / Sub
|
||||
* [LACartoons](https://www.lacartoons.com/) - Cartoons
|
||||
* [LatinLucha](https://latinluchas.com/) - WWE / MMA Replays / Latino
|
||||
* [LatinLucha](https://latinlucha.es/) - WWE / MMA Replays / Latino
|
||||
* [EventosHQ](https://www.eventoshq.me/) - WWE / MMA Replays / Latino
|
||||
* [Tangos78rpm](https://www.tangos78rpm.com/) - Classic Records
|
||||
|
||||
## ▷ Reading / Leer
|
||||
|
||||
* ⭐ **[EpubLibre](https://www.epublibre.org/)** - Books / Torrents / VPN may be Required
|
||||
* ⭐ **[Spanish Reading CSE](https://cse.google.com/cse?cx=85e4a562f2abf40f6)** / [SMAGX](https://smagx.com/) - Multi-Site Book Search
|
||||
* [eBiblioteca](https://ebiblioteca.org/) - Books
|
||||
* [ePub Gratis](https://www.epubgratis.info/) - Books
|
||||
|
|
@ -1681,7 +1672,6 @@
|
|||
# ► Swedish / Sverige
|
||||
|
||||
* [Eniro](https://www.eniro.se/) - Search
|
||||
* [teckensprakslexikon](https://teckensprakslexikon.su.se/) - Swedish Sign Language Dictionary
|
||||
|
||||
## ▷ Streaming
|
||||
|
||||
|
|
@ -1718,11 +1708,10 @@
|
|||
|
||||
* ⭐ **[Hdfilmcehennemi](https://www.hdfilmcehennemi.nl/)** - Movies / TV / Sub / Dub / 1080p
|
||||
* ⭐ **[Yabancıdizi](https://yabancidizi.so/)** - Movies / TV / Sub / Dub / 1080p / [Telegram](https://t.me/s/yabancidizipw)
|
||||
* ⭐ **[FullHDFilmizlesene](https://www.fullhdfilmizlesene.de/)**, [2](https://www.fullhdfilmizlesene.com) - Movies / Sub / Dub / 1080p
|
||||
* ⭐ **[FullHDFilmizlesene](https://www.fullhdfilmizlesene.de/)**, [2](https://www.fullhdfilmizlesene.com) - Movies / Dub / Sub / 1080p
|
||||
* ⭐ **[Dizi Film Botu](https://t.me/Difix9Bot)** - TV / Sub / Dub / Anime / 1080p / 2K / 4K / Movies / TV / Documentaries
|
||||
* [Dizipal](https://www.google.com/search?q=intitle:"dizipal.org"&num=1) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Dizilla](https://dizilla.club) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Izlelan](https://izlelan.vercel.app/) - Movies / TV / 1080p
|
||||
* [SeriesAZ](https://seriesaz.com/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [filmmakinesi](https://filmmakinesi.de/) - Movies / TV / Sub / Dub / 1080p
|
||||
* [Dizibox](https://www.dizibox.com) - TV / Sub / 1080p
|
||||
|
|
@ -1738,7 +1727,6 @@
|
|||
## ▷ Reading / Okuma
|
||||
|
||||
* [Kitap](https://t.me/addlist/ioGiM9KIZvhjOTZk) - Books
|
||||
* [KediKitap](https://t.me/KediKitap) - Books
|
||||
* [E kütüphanem](https://www.whatsapp.com/channel/0029VaAUDreDTkK0uDGbP21z) - Books
|
||||
* [hattusa](https://hattusa.club/) - Books
|
||||
* [Manga Denizi](https://www.mangadenizi.net/) - Manga / [Discord](https://discord.com/invite/8zBMSGZ)
|
||||
|
|
@ -1754,13 +1742,10 @@
|
|||
|
||||
# ► Ukrainian / Українська
|
||||
|
||||
* [NoWar.help](https://www.nowar.help/) - War Resources / Help
|
||||
|
||||
## ▷ Torrenting
|
||||
|
||||
* [Mazepa](https://mazepa.to/) - Video / Audio / Books
|
||||
* [Toloka](https://toloka.to/) - Torrent Tracker
|
||||
* [utog](https://utog.org/uzhm/) - Ukrainian Sign Language Dictionary
|
||||
|
||||
## ▷ Reading
|
||||
|
||||
|
|
@ -1796,13 +1781,13 @@
|
|||
|
||||
* ⭐ **[Voz.vn](https://voz.vn/)**, [VN-Z](https://vn-z.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
|
||||
* ⭐ **[Unikey](https://www.unikey.org/)** - Vietnamese Keyboard / [Source Code](https://sourceforge.net/projects/unikey/)
|
||||
* ⭐ **[Unikey](https://www.unikey.org/en/)** - Vietnamese Keyboard
|
||||
* ⭐ **[Baomoi](https://baomoi.com/)** - News Aggregator / [Mobile](https://play.google.com/store/apps/details?id=com.epi&hl=en_US)
|
||||
* ⭐ **[HocMai Forum](https://diendan.hocmai.vn/)** - Study Forum
|
||||
* [hostsVN](https://github.com/bigdargon/hostsVN/wiki) - Adblocking Guides
|
||||
* [Quantrimang](https://quantrimang.com/) or [Anonyviet](https://anonyviet.com/) - Tech News
|
||||
* [Quantrimang](https://quantrimang.com/), [Anonyviet](https://anonyviet.com/) - Tech News
|
||||
* [Phudeviet](http://phudeviet.org/) - Subtitles
|
||||
* [Forumvi](https://www.forumvi.com/) - Create a Forum
|
||||
* [HocMai Forum](https://diendan.hocmai.vn/) - Study Forum
|
||||
* [MuaThongMinh](https://muathongminh.vn/) - E-commerce Price Tracker
|
||||
* [Unity_Cheat_Sheet](https://github.com/NaomiLe1811/Unity_Cheat_Sheet_Tieng_Viet) - Unity Game Engine Cheat Sheet
|
||||
|
||||
|
|
@ -1812,56 +1797,79 @@
|
|||
|
||||
## ▷ Torrenting / Tải tệp bằng torrent
|
||||
|
||||
* [NetHD](https://nethd.org/) - Video / Audio / Sign-Up Required
|
||||
* [NetHD](https://nethd.org/) - Video / Audio
|
||||
* [3ChangTrai](https://3changtrai.com/) - Video / Audio
|
||||
|
||||
## ▷ Streaming / Phát trực tuyến
|
||||
|
||||
* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / Sub / Dub / 1080p / [Telegram](https://t.me/congdongrophim) / [Discord](https://discord.gg/rophim)
|
||||
* [Phimmoi](https://vuaphimmoi.net/) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [kkphim](https://kkphim.com/) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [NguonC](https://phim.nguonc.com/) - Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [OPhim](https://ophim.movie/) - Movies / TV / Anime / Sub / 1080p
|
||||
* [AnimeTVN](https://animetvn4.com/) - Anime / Chinese Animation / Sub / 1080p
|
||||
* [AnimeVietsub](https://animevietsub.link/) - Anime / Chinese Animation / Sub / 1080p / [Telegram](https://t.me/animevietsub) / [Discord](https://discord.com/invite/AUNt59q)
|
||||
* [Ani4u](https://ani4u.org/) - Anime / Sub / 1080p
|
||||
* [TVMienPhi](https://tvmienphi.org/), [2](https://tv.tvhayhd.org/) - Live TV / 1080p
|
||||
* ⭐ **[rophim](https://www.rophim.me/phimhay)** - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/rophimzone), [2](https://t.me/congdongrophim) / [Discord](https://discord.gg/rophim) / VPN May be Required
|
||||
* ⭐ **[VTVGo](https://vtvgo.vn/)** - Live TV / Free w/ Ads
|
||||
* ⭐ **[ZingMP3](https://zingmp3.vn/)** - Music / Free w/ Ads
|
||||
* [FPT Play](https://fptplay.vn/) - Live TV / TV / Anime / Cartoon / Movie / Free w/ Ads
|
||||
* [JenkaStudioVN](https://www.jenkastudiovn.net/) - Movies / Anime / Sub / Dub / 1080p
|
||||
* [Ô Phim](https://ophim.tuphim.net/) - Movies / Anime / Cartoon / TV / Sub / 1080p
|
||||
* [Phimmoi](https://vuaphimmoi.net/) - Movies / TV / Anime / Sub / Dub / 720p
|
||||
* [Danet](https://danet.vn/) - Movies / TV / Anime / Live TV / Sub / 720p
|
||||
* [XemPhim](https://xemphim.app/) - Movies / TV / Sub / 720p
|
||||
* [TokuVN](https://tokuvn.com/) - Tokusatsu / Sub / 480p
|
||||
|
||||
## ▷ Free w/ Ads / Miễn phí với quảng cáo
|
||||
|
||||
* ⭐ **[ZingMP3](https://zingmp3.vn/)** or [NhacCuaTui](https://www.nhaccuatui.com/) - Music
|
||||
* [FPT Play](https://fptplay.vn/) - Live TV / Movies / TV / Anime / Sub / Dub / 1080p
|
||||
* [THVL](https://www.thvli.vn/) - Live TV / Movies / TV / Music / Dub / 1080p
|
||||
* [TV360](https://tv360.vn/) - Live TV / Movies / TV / Sub / Dub / 1080p
|
||||
* [VieON](https://vieon.vn/) - Live TV / Movies / TV / Anime / Sub / Dub / 720p
|
||||
* [Danet](https://danet.vn/) - Live TV / Movies / TV / Anime / Sub / 720p
|
||||
* [HTV](https://hplus.com.vn/), [2](https://htvc.com.vn/) - Live TV / TV / 1080p / Sign-Up Required
|
||||
* [chuyenphim18](https://chuyenphim18.site/) - Movies / TV / Anime / Sub / 720p
|
||||
* [kkphim](https://kkphim.com/), [2](https://phim.nguonc.com/), [3](https://ophim.movie/) / Movies / TV / Anime / [Ad Script](https://github.com/Hth4nh/PureMovies)
|
||||
* [phim.in](https://phim.in.net/) - Anime / Movies / TV / Chinese Animation / Sub / Dub / 1080p
|
||||
* [AnimeTVN](https://animetvn4.com/) - Anime / Chinese Animation / Sub / 1080p
|
||||
* [AnimeVietsub](https://animevietsub.link/) - Anime / Chinese Animation / Sub / 1080p
|
||||
* [Ani4u](https://ani4u.org/) - Anime / Sub / 1080p
|
||||
* [AnimeVSub](https://animevsub.eu.org/) - Anime / Chinese Animation / Sub / 1080p / [Extension](https://github.com/anime-vsub/extension-animevsub-helper)
|
||||
* [Tokuvn](https://tokuvn.com/) - Tokusatsu / Sub
|
||||
* [Mocha](https://video.mocha.com.vn/) - Video / 1080p
|
||||
* [MyClip](https://myclip.vn/) - Video / 1080p
|
||||
* [TV360](https://tv360.vn/) - Live TV / Sub / 1080p
|
||||
* [TVHayHD](https://tv.tvhayhd.org/) - Live TV / 720p
|
||||
* [6SVN](https://xem.6svn.com/) - Live TV
|
||||
* [VieON](https://vieon.vn/) - Live TV / TV / Anime / Cartoon / Movie / 1080p / Sub / Dub
|
||||
* [HPlus](https://hplus.com.vn/), [2](https://htvc.com.vn/) - Live TV / TV / 1080p
|
||||
* [THVL](https://www.thvli.vn/) - Live TV / TV / Movies / Dub
|
||||
* [NhacCuaTui](https://www.nhaccuatui.com/) - Music / Free w/ Ads
|
||||
* [Muvi](https://muvi.vn/) - Music
|
||||
* [Nhacvn](https://nhac.vn/) - Music
|
||||
* [Keeng](https://keeng.vn/) - Music
|
||||
* [Imuzik](https://imuzik.com.vn/) - Music
|
||||
|
||||
## ▷ Reading / Đọc
|
||||
|
||||
* ⭐ **[hoc10](https://hoc10.vn/)** - Textbooks, Study Material, Lecture Notes, etc.
|
||||
* ⭐ **[Thư Viện Pháp Luật](https://thuvienphapluat.vn/)** - Legal Information Portal / [Facebook](https://www.facebook.com/ThuVienPhapLuat.vn/)
|
||||
* ⭐ **[VietJack](https://vietjack.com/)**, **[LoiGiaiHay](https://loigiaihay.com/)**, **[VNDoc](https://vndoc.com/)** or **[Tech12h](https://tech12h.com/)** - Study References
|
||||
* ⭐ **[VietJack](https://vietjack.com/)** - Educational Books / Documents
|
||||
* ⭐ **[LoiGiaiHay](https://loigiaihay.com/)** - Educational Books / Documents
|
||||
* ⭐ **[VNDoc](https://vndoc.com/)** - Educational Books / Documents
|
||||
* ⭐ **[Tech12h](https://tech12h.com/)** - Educational Books / Documents
|
||||
* [Thivien](https://www.thivien.net/) - Poetry
|
||||
* [MeTaiSach](https://metaisach.com/) - Books
|
||||
* [GacSach](https://gacsach.org/) - Books
|
||||
* [AnyBooks](https://anybooks.vn/) - Books
|
||||
* [GacSach](https://gacsach.online/) - Books
|
||||
* [SachHay24H](https://sachhay24h.com/) - Books
|
||||
* [TramDoc](https://tramdoc.vn/) - Books
|
||||
* [Waka](https://waka.vn/) - Books
|
||||
* [Reader](https://www.reader.com.vn/) - Books
|
||||
* [NhaSach](https://nhasachmienphi.com/) - Books
|
||||
* [DocSach24](https://docsach24.co/) - Books
|
||||
* [tieulun](https://tieulun.hd.free.fr/) - Books
|
||||
* [tieulun](https://tieulun.hd.free.fr//) - Books
|
||||
* [SachHay](https://www.sachhayonline.com/) - Books
|
||||
* [TruyenPlus](https://Truyenplus.vn) - Books / Novel
|
||||
* [DocTaiLieu](https://doctailieu.com/) - Educational Books / Documents
|
||||
* [CongTruyen](https://congtruyen.org/) - Manga / Manhwa / Manhua
|
||||
* [TruyenQQ](https://truyenqqviet.com/) - Manga / Manhwa / Manhua
|
||||
* [COMI](https://comi.mobi/) - Manga / Manhwa / Manhua / Novel
|
||||
* [cuutruyen](https://cuutruyen.net/) - Manga
|
||||
* [Bao Tang Truyen](https://baotangtruyen34.top/) - Manga
|
||||
* [hanultruyen](https://hanultruyen.net/) - Manga
|
||||
* [Bao Tang Truyen](https://baotangtruyen20.com/) - Manga
|
||||
* [Truyensieuhay](https://truyensieuhay.com/) - Manga / Manhwa / Manhua
|
||||
* [Sonako](https://sonako.fandom.com/vi/wiki/Sonako_Light_Novel) - Light Novels / [Facebook](https://www.facebook.com/SonakoWiki/)
|
||||
* [Vietwriter](https://vietwriter.one/) - Manga / Manhwa / Manhua / Novel
|
||||
* [TruyenFull](https://truyenfull.vision/) - Manga / Light Novels
|
||||
* [Vietwriter](https://vietwriter.vn/) - Manga / Manhwa / Manhua / Novel
|
||||
* [TruyenFull](https://truyenfull.vn/) - Manga / Light Novels
|
||||
* [Hako](https://docln.net/) - Light Novels / [Facebook](https://www.facebook.com/groups/hako.group)
|
||||
* [Babla](https://www.babla.vn/), [VDict](https://vdict.com/) or [VTuDien](https://vtudien.com/) - Dictionary
|
||||
* [Sonako](https://sonako.fandom.com/vi/wiki/Sonako_Light_Novel) - Light Novels / [Facebook](https://www.facebook.com/SonakoWiki/)
|
||||
* [sstruyen](https://sstruyen.vn/) - Light Novels
|
||||
* [Babla](https://www.babla.vn/) - Dictionary
|
||||
* [VDict](https://vdict.com/) - Dictionary
|
||||
* [VTuDien](https://vtudien.com/) - Dictionary
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -1878,37 +1886,34 @@
|
|||
* [radioplayer.be](https://radioplayer.be/) - Belgian Radio Stations / French / Dutch
|
||||
* [channelmyanmar](https://channelmyanmar.org) - Burmese / Movies / TV / Cartoons / 1080p / 4K
|
||||
* [lupiteam](https://lupiteam.net/) - Corsican / Manga
|
||||
* [BalkanDownload](https://balkandownload.org/) - Croatian / Serbian / Slovene / Download / Video / Audio / Games / Books / Comics
|
||||
* [BalkanDownload](https://balkandownload.org/) - Croatian / Download / Video / Audio / Games / Books / Comics
|
||||
* [WarezHR](https://www.warezhr.org/) - Croatian / Download / Video / Audio / Games / Books / Comics
|
||||
* [JockanTV](https://jockantv.com/) - Croatian / Streaming / Dubbed Cartoons / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [DR.DK](https://www.dr.dk/) - Danish / Movies / TV / Live
|
||||
* [CyberSkills](https://discord.com/invite/2tTwMvbSXu) - Danish Cybersecurity Discord
|
||||
* [Lesics](https://youtube.com/@LesicsDE) - Danish / Sabins Civil Engineering
|
||||
* [TorrentHeaven](https://www.torrentheaven.org/) - Dutch Torrents / Video / Audio / Books / NSFW
|
||||
* [NPO](https://npo.nl/) - Dutch / TV Streaming
|
||||
* [Oorboekje](https://oorboekje.nl/) or [luisterradio](https://luisterradio.fm/) - Dutch Radio Stations
|
||||
* [Eboek.info](https://eboek.info/) - Dutch / Download / Comics
|
||||
* [Warez.Ge](https://warez.ge/) - Georgian / Download / Video / Audio
|
||||
* [Deildu](https://deildu.net/) - Icelandic / Torrents
|
||||
* [kzkitap](https://t.me/kzkitap) - Kazakh Books
|
||||
* [Shafilm](https://shafilm.vip/) - Kurdish / Streaming / Movies / TV / Anime / Cartoons
|
||||
* [kzkitap](https://t.me/kzkitap) - Kazakh Books
|
||||
* [KurdCinema](https://www.kurdcinama.com/) - Kurdish / Streaming / Movies / TV / Anime / Cartoons
|
||||
* [Kurdsubtitle](https://kurdsubtitle.net) - Kurdish / Subtitles
|
||||
* [Redzidzirdilatviju](https://www.redzidzirdilatviju.lv/) - Latvian / Documents
|
||||
* [Paper](https://paper.naya.com.np/) - Nepali / Text Tools
|
||||
* [NRK TV](https://tv.nrk.no/) - Norwegian / Stream / Movies / TV / Documentaries / Sub / 1080p
|
||||
* [Nasjonalbiblioteket](https://www.nb.no/en/digitizing-at-the-national-library/) - Norwegian / Books / Journals / Magazines / Maps / Music Sheets
|
||||
* [DJPunjab](https://djpunjab.is/) - Punjabi / Download / MP3
|
||||
* [animesrbija](https://www.animesrbija.com/) - Serbian / Streaming / Anime
|
||||
* [Anime Balkan](https://animebalkan.gg/) - Serbian / Streaming / Anime / 1080p
|
||||
* [ZulTV](https://zultv.com/) - Serbian / Live TV
|
||||
* [gledajcrtace](https://www.gledajcrtace.rs/) or [gledajcrtace.org](https://gledajcrtace.org/) - Serbian / Dubbed Cartoons
|
||||
* [Singapore Sign](https://blogs.ntu.edu.sg/sgslsignbank/) - Singapore Sign Language Dictionary
|
||||
* [baiscopedownloads](https://baiscopedownloads.link/) - Sinhalese / Download / Movies / TV
|
||||
* [ZoomLinkHub](https://zoomlinkhub.com/) - Sinhalese / Download / Movies / TV
|
||||
* [zoom.lk](https://zoom.lk/) or [Cineru.lk](https://cineru.lk/) - Sinhalese / Subtitles
|
||||
* [Najdi.si](https://www.najdi.si/) - Slovene / Search
|
||||
* [BSF](https://bsf.si/) - Slovene Film Database
|
||||
* [iptv-ch](https://rentry.co/FMHYB64#swiss-iptv-playlists) - Swiss / IPTV Resources
|
||||
* [iptv-ch](https://rentry.co/FMHYBase64#swiss-iptv-playlists) - Swiss / IPTV Resources
|
||||
* [Segoideas](https://segoideas.com/) - Taiwanese / Streaming / TV
|
||||
* [wlext](https://wlext.is/) - Turkish / Filipino / Thai / Streaming / Movies
|
||||
* [Machine Learning ka Chilla](https://www.youtube.com/playlist?list=PL9XvIvvVL50HHzaLPtFBOuikAWa0JdhMW) - Urdu / Machine Learning Course
|
||||
* [PSL Dictionary](https://psl.org.pk/dictionary) - Urdu Sign Language Dictionary
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
title: Fight Chat Control 🔒
|
||||
description: Protect EU Digital Privacy
|
||||
date: 2025-09-04
|
||||
next: false
|
||||
|
||||
prev: false
|
||||
|
||||
footer: true
|
||||
---
|
||||
|
||||
<Post authors="" />
|
||||
|
||||
### The EU (still) wants to scan your private messages and photos.
|
||||
|
||||
The "Chat Control" proposal would mandate scanning of all private digital communications, including encrypted messages and photos. This threatens fundamental privacy rights and digital security for all EU citizens.
|
||||
|
||||
Every photo, every message, every file you send will be automatically scanned—without your consent or suspicion. This is not about catching criminals. It is ***mass surveillance*** imposed on all 450 million citizens of the European Union.
|
||||
|
||||
EU politicians *exempt themselves* from this surveillance under "professional secrecy" rules. They get privacy. You and your family do not. If you're in the EU, please consider contacting Members of the European Parliament (MEPs) using the info provided on the site below:
|
||||
|
||||
# https://fightchatcontrol.eu/
|
||||
|
||||
There is also a change.org petition [here](https://stopchatcontrol.eu/) if you'd like to sign it.
|
||||
|
||||
Discussion: https://redd.it/1n840p9
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
---
|
||||
title: Why We're Here 🤍
|
||||
description: Help Heal
|
||||
date: 2025-09-11
|
||||
next: false
|
||||
|
||||
prev: false
|
||||
|
||||
footer: true
|
||||
---
|
||||
|
||||
<Post authors="nbats" />
|
||||
|
||||
People always want to know what the point of life is. Why are they on earth? What are we doing here? Whats our purpose? *Whats the point?*
|
||||
|
||||
For most of my life, I didn't really have any answer, but as I got older, I realized, things weren't about me. I took a step back, and recognized a much bigger picture we're all apart of, and I now know exactly why we're here on earth.
|
||||
|
||||
As a human, you have a powerful ability, to calm, heal, and help those around you. You have the ability to protect both the people in our world, and the planet itself from harm and distress.
|
||||
|
||||
I know there is a huge amount of pain in our world, a lot of anger, a lot of sadness, and believe me when I say, I share the same feelings. However I believe its important that we each learn to ***harness that energy into things that are positive and kind***, not negative or evil.
|
||||
|
||||
Remember that a lot of who you are, is your ability to experience things outside of yourself, *including other humans.* They are a direct and immediate part of your own reality. Treat their struggles and woes as if they were your own, don't leave people behind, don't leave people unloved. As frustrating as the world can be, it is worth protecting, it is worth loving, it is worth healing together.
|
||||
|
||||
***
|
||||
|
||||
* *"Life is a beautiful, magnificent thing, even to a jellyfish... The trouble is you won't fight. You've given in, continually dwelling on sickness and death. But there's something just as inevitable as death, and that's life. Life, life, life. Think of all the power that's in the universe, moving the earth, growing the trees. That's the same power within you if you only have the courage and the will to use it."* - Charlie Chaplin, Limelight 1952
|
||||
|
||||
* *"The wise man beholds all beings in the Self, and the Self in all beings; for that reason, he does not hate anyone."* - Isa Upanishad
|
||||
|
||||
**Discussion Post**: https://redd.it/1ne7y9e
|
||||
|
|
@ -25,16 +25,16 @@ in seeing all minor changes you can follow our
|
|||
section.
|
||||
|
||||
- Added Optimization, Tabletop, and Git Gud subsections in
|
||||
[Gaming](/gaming/#gaming-tools).
|
||||
[Gaming](/gamingpiracyguide/#gaming-tools).
|
||||
|
||||
- Split [Language Learning](/educational/#language-learning) into
|
||||
- Split [Language Learning](/edupiracyguide/#language-learning) into
|
||||
subsections.
|
||||
|
||||
- Split [Shopping](/misc/#shopping) into subsections.
|
||||
- Split [Shopping](/miscguide/#shopping) into subsections.
|
||||
|
||||
- Split the learning portion of [Dev Tools](/developer-tools/) into subsections.
|
||||
- Split the learning portion of [Dev Tools](/devtools/) into subsections.
|
||||
|
||||
- Added Art Education section to [Image Tools](/image-tools/#art-education).
|
||||
- Added Art Education section to [Image Tools](/img-tools/#art-education).
|
||||
|
||||
- Added NoFap section to NSFW to save souls.
|
||||
|
||||
|
|
@ -47,25 +47,25 @@ in seeing all minor changes you can follow our
|
|||
- Starred [ChatPDF](/ai/#ai-chatbots) in AI chatbots. AI that turns any book
|
||||
into a chatbot.
|
||||
|
||||
- Starred [Foogle](/video/#drives--directories) in Video Download.
|
||||
- Starred [Foogle](/videopiracyguide/#drives--directories) in Video Download.
|
||||
Fast, single click video downloads.
|
||||
|
||||
- Starred [JustChill](/video/#dedicated-hosts) in Streaming Sites.
|
||||
- Starred [JustChill](/videopiracyguide/#dedicated-hosts) in Streaming Sites.
|
||||
Nice UI, fast 1080p.
|
||||
|
||||
- Starred [movie-web](/video/#multi-hosts) Streaming Sites. Nice UI,
|
||||
- Starred [movie-web](/videopiracyguide/#multi-hosts) Streaming Sites. Nice UI,
|
||||
fast 1080p.
|
||||
|
||||
- Starred [Primewire](/video/#multi-hosts) in Streaming Sites.
|
||||
- Starred [Primewire](/videopiracyguide/#multi-hosts) in Streaming Sites.
|
||||
Primewire has started adding links to pirated content again.
|
||||
|
||||
- Starred [Wotaku](https://wotaku.pages.dev/) in Indexes. Awesome Japanese
|
||||
piracy index.
|
||||
|
||||
- Starred [RLSLOAD](/downloading/#software-sites) in software sites.
|
||||
- Starred [RLSLOAD](/downloadpiracyguide/#software-sites) in software sites.
|
||||
Software site with single click downloads.
|
||||
|
||||
- Starred [Flameshot](/image-tools/#screenshot-tools) in Screenshot Tools. Some
|
||||
- Starred [Flameshot](/img-tools/#screenshot-tools) in Screenshot Tools. Some
|
||||
people like this more than ShareX.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -21,38 +21,38 @@ in seeing all minor changes you can follow our
|
|||
### Wiki Updates
|
||||
|
||||
- Split Android Tools into subsections:
|
||||
[Optimization](https://fmhy.net/mobile#optimization),
|
||||
[Battery](https://fmhy.net/mobile#battery-tools),
|
||||
[Keyboard](https://fmhy.net/mobile#keyboard-text),
|
||||
[Screen](https://fmhy.net/mobile#screen-tools),
|
||||
[Files](https://fmhy.net/mobile#android-file-tools),
|
||||
[Root / Flash](https://fmhy.net/mobile#root-flash),
|
||||
[Productivity](https://fmhy.net/mobile#productivity-calendars),
|
||||
[Maps](https://fmhy.net/mobile#maps-location),
|
||||
[Notifications](https://fmhy.net/mobile#notifications-widgets) and
|
||||
[Social Media](https://fmhy.net/mobile#social-media-apps).
|
||||
[Optimization](https://fmhy.net/android-iosguide#optimization),
|
||||
[Battery](https://fmhy.net/android-iosguide#battery-tools),
|
||||
[Keyboard](https://fmhy.net/android-iosguide#keyboard-text),
|
||||
[Screen](https://fmhy.net/android-iosguide#screen-tools),
|
||||
[Files](https://fmhy.net/android-iosguide#android-file-tools),
|
||||
[Root / Flash](https://fmhy.net/android-iosguide#root-flash),
|
||||
[Productivity](https://fmhy.net/android-iosguide#productivity-calendars),
|
||||
[Maps](https://fmhy.net/android-iosguide#maps-location),
|
||||
[Notifications](https://fmhy.net/android-iosguide#notifications-widgets) and
|
||||
[Social Media](https://fmhy.net/android-iosguide#social-media-apps).
|
||||
|
||||
- Added [Abandonware](https://fmhy.net/gaming#abandonware),
|
||||
[MOBA](https://fmhy.net/gaming#moba-tools),
|
||||
[Gacha](https://fmhy.net/gaming#gacha-tools),
|
||||
[Counter-Strike](https://fmhy.net/gaming#counter-strike-tools),
|
||||
[Doom](https://fmhy.net/gaming#doom-tools) and
|
||||
[Controller Tool](https://fmhy.net/gaming#controller-tools)
|
||||
- Added [Abandonware](https://fmhy.net/gamingpiracyguide#abandonware),
|
||||
[MOBA](https://fmhy.net/gamingpiracyguide#moba-tools),
|
||||
[Gacha](https://fmhy.net/gamingpiracyguide#gacha-tools),
|
||||
[Counter-Strike](https://fmhy.net/gamingpiracyguide#counter-strike-tools),
|
||||
[Doom](https://fmhy.net/gamingpiracyguide#doom-tools) and
|
||||
[Controller Tool](https://fmhy.net/gamingpiracyguide#controller-tools)
|
||||
sections to Gaming.
|
||||
|
||||
- Added [Toys / Figures](https://fmhy.net/misc#toys-figures) section to
|
||||
- Added [Toys / Figures](https://fmhy.net/miscguide#toys-figures) section to
|
||||
Shopping.
|
||||
|
||||
- Added [Manga](https://fmhy.net/mobile#android-manga) section to
|
||||
- Added [Manga](https://fmhy.net/android-iosguide#android-manga) section to
|
||||
Android Reading.
|
||||
|
||||
- Added [MPV Shaders](https://fmhy.net/storage#mpv-shaders) section to Video
|
||||
Tools.
|
||||
|
||||
- Added [Email](https://fmhy.net/privacy#email-privacy) section to
|
||||
- Added [Email](https://fmhy.net/adblockvpnguide#email-privacy) section to
|
||||
Privacy.
|
||||
|
||||
- Added [Regex](https://fmhy.pages.dev/developer-tools#regex-tools) section to Dev
|
||||
- Added [Regex](https://fmhy.pages.dev/devtools#regex-tools) section to Dev
|
||||
Tools.
|
||||
|
||||
- Our [FMHY Social](https://social.fmhy.net/@fmhy) (fediverse instance /
|
||||
|
|
@ -65,7 +65,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Streamed](https://fmhy.net/video#live-sports) in Live
|
||||
- Starred [Streamed](https://fmhy.net/videopiracyguide#live-sports) in Live
|
||||
Sports. Fast streams, no ads.
|
||||
|
||||
- Starred [Poke](https://fmhy.net/social-media-tools#youtube-frontends) in
|
||||
|
|
@ -74,7 +74,7 @@ in seeing all minor changes you can follow our
|
|||
- Starred [Motrix](https://fmhy.net/file-tools#download-managers) in Download
|
||||
Managers. Some people prefer this over Jdownloader / IDM.
|
||||
|
||||
- Starred [Openlib](https://fmhy.net/mobile#android-reading) in
|
||||
- Starred [Openlib](https://fmhy.net/android-iosguide#android-reading) in
|
||||
Android Reading. Anna’s Archive app.
|
||||
|
||||
- Starred [Stacher](https://fmhy.net/social-media-tools#youtube-downloaders) in
|
||||
|
|
@ -86,7 +86,7 @@ in seeing all minor changes you can follow our
|
|||
- Starred [Claude](https://fmhy.net/ai#online-chatbots) in Online Chatbots.
|
||||
Works better than things like gemini.
|
||||
|
||||
- Starred [Soft98](https://fmhy.net/downloading#software-sites) in
|
||||
- Starred [Soft98](https://fmhy.net/downloadpiracyguide#software-sites) in
|
||||
Software Sites. Big library, single click DDL.
|
||||
|
||||
- Starred [JellyPlayer](https://fmhy.net/video-tools#jellyfin-tools) in Jellyfin
|
||||
|
|
@ -95,14 +95,14 @@ in seeing all minor changes you can follow our
|
|||
- Starred [UniGetUI](https://fmhy.net/system-tools#package-managers) in Package
|
||||
Managers. Nice user-interface for Winget.
|
||||
|
||||
- Starred [Zipline](https://fmhy.net/image-tools#screenshot-tools) in Screenshot
|
||||
- Starred [Zipline](https://fmhy.net/img-tools#screenshot-tools) in Screenshot
|
||||
Tools. Self-hosted, feature-rich ShareX server.
|
||||
|
||||
- Starred [WSABuilds](https://fmhy.net/mobile#android-emulators) in
|
||||
- Starred [WSABuilds](https://fmhy.net/android-iosguide#android-emulators) in
|
||||
Android Emulators. Pre-built WSA binaries that will continue to be
|
||||
[updated](https://ibb.co/R4hssDc).
|
||||
|
||||
- Starred [SmartImage](https://fmhy.net/image-tools#reverse-image-search) in
|
||||
- Starred [SmartImage](https://fmhy.net/img-tools#reverse-image-search) in
|
||||
Reverse Image Search. Multi-site reverse image search tool.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
# Stars Added ⭐
|
||||
|
||||
- Starred [DAB Music Player](https://fmhy.net/audio#download-sites) in Audio DDL. Single click FLAC album downloads, has web app + desktop apps for for windows, mac, and linux, with android support coming soon.
|
||||
- Starred [DAB Music Player](https://fmhy.net/audiopiracyguide#download-sites) in Audio DDL. Single click FLAC album downloads, has web app + desktop apps for for windows, mac, and linux, with android support coming soon.
|
||||
|
||||
- Starred [IronFox](https://fmhy.net/storage#privacy-based) in Android Privacy Browsers. Firefox-based browser with a focus on privacy / security. Feature-rich, recommended by the librewolf dev team, and our community seems to really like it.
|
||||
|
||||
|
|
@ -49,13 +49,13 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [AMP4](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Video Downloaders, ad-free, supports playlists and 3 hour long videos.
|
||||
|
||||
- Starred [JustDeleteMe](https://fmhy.net/privacy#web-privacy) in Web Privacy. Directory of links to more easily delete your accounts from web services.
|
||||
- Starred [JustDeleteMe](https://fmhy.net/adblockvpnguide#web-privacy) in Web Privacy. Directory of links to more easily delete your accounts from web services.
|
||||
|
||||
- Starred [PocketCasts](https://fmhy.net/audio) in Podcast Streaming. Popular iOS podcast player that recently added both desktop + web apps.
|
||||
- Starred [PocketCasts](https://fmhy.net/audiopiracyguide) in Podcast Streaming. Popular iOS podcast player that recently added both desktop + web apps.
|
||||
|
||||
- Starred [ADS-B Exchange](https://fmhy.net/misc#flights) in Flights section, one of the only that doesn't lock features behind paywalls.
|
||||
- Starred [ADS-B Exchange](https://fmhy.net/miscguide#flights) in Flights section, one of the only that doesn't lock features behind paywalls.
|
||||
|
||||
- Replaced star for xManager with [ReVanced Manager](https://fmhy.net/mobile#android-audio) in Ad-Free Spotify as it has more features, less issues, and xManager itself recommends it.
|
||||
- Replaced star for xManager with [ReVanced Manager](https://fmhy.net/android-iosguide#android-audio) in Ad-Free Spotify as it has more features, less issues, and xManager itself recommends it.
|
||||
|
||||
- Removed star for bark as its limited, and star for Tortoise TTS as it doesn't sound good, and instead starred [TTS Online](https://fmhy.net/ai#text-to-speech), which sounds better and has a 10k daily character limit.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,20 +23,20 @@ in seeing all minor changes you can follow our
|
|||
- Moved fmhy.ml to **[fmhy.net](/)**, and updated its UI to more closely match
|
||||
[fmhy.pages.dev](/).
|
||||
- Separated Android Tools into subcategories:
|
||||
[Device](/mobile/#android-device),
|
||||
[Utilities](/mobile/#android-utilities),
|
||||
[Internet](/mobile/#android-internet),
|
||||
[Camera](/mobile/#android-camera) and
|
||||
[Customization](/mobile/#customization).
|
||||
[Device](/android-iosguide/#android-device),
|
||||
[Utilities](/android-iosguide/#android-utilities),
|
||||
[Internet](/android-iosguide/#android-internet),
|
||||
[Camera](/android-iosguide/#android-camera) and
|
||||
[Customization](/android-iosguide/#customization).
|
||||
|
||||
- Added a [Engineering](/educational/#engineering) section to Educational.
|
||||
- Added a [Engineering](/edupiracyguide/#engineering) section to Educational.
|
||||
|
||||
- Renamed Multi Hosts to [Multi Server](/video/#multi-server),
|
||||
Dedicated Hosts to [Single Server](/video/#single-server), and
|
||||
- Renamed Multi Hosts to [Multi Server](/videopiracyguide/#multi-server),
|
||||
Dedicated Hosts to [Single Server](/videopiracyguide/#single-server), and
|
||||
bumped Multi above Single as they're generally better.
|
||||
|
||||
- Moved all the APK sections out of storage, and back into the main
|
||||
[Android section](/mobile/#android-apks).
|
||||
[Android section](/android-iosguide/#android-apks).
|
||||
|
||||
- Combined all [Indian Language sites](/non-english/#indian-languages) into one
|
||||
section in Non-Eng, as most host content for more than one language.
|
||||
|
|
@ -45,27 +45,27 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Ova Games](/gaming/#download-games) in Game Download. Big
|
||||
- Starred [Ova Games](/gamingpiracyguide/#download-games) in Game Download. Big
|
||||
library, fast hosts.
|
||||
|
||||
- Starred [SmashyStream](/video/#multi-server) in Streaming Sites.
|
||||
- Starred [SmashyStream](/videopiracyguide/#multi-server) in Streaming Sites.
|
||||
Nice UI, fast 1080p.
|
||||
|
||||
- Starred [BlackPearlOrigin](/storage/#game-libraries--launcher) in Game
|
||||
Launchers. New game launcher and downloader, made by our friends.
|
||||
|
||||
- Starred Androeed and Modyolo in [Modded APKs](/mobile/#modded-apks).
|
||||
- Starred Androeed and Modyolo in [Modded APKs](/android-iosguide/#modded-apks).
|
||||
|
||||
- Starred [Skraper](/gaming/#emulation--roms) in Emulation. Automate
|
||||
- Starred [Skraper](/gamingpiracyguide/#emulation--roms) in Emulation. Automate
|
||||
ROM Covers / Metadata.
|
||||
|
||||
- Starred [ROMhacking](/gaming/#rom-sites) in ROM Sites. One of the
|
||||
- Starred [ROMhacking](/gamingpiracyguide/#rom-sites) in ROM Sites. One of the
|
||||
oldest sites for fan translations.
|
||||
|
||||
- Starred [FreeSports](/video/#live-tv--sports) in Live Sports. A
|
||||
- Starred [FreeSports](/videopiracyguide/#live-tv--sports) in Live Sports. A
|
||||
live sports site that isn't flooded with ads like most are.
|
||||
|
||||
- Starred [SoccerCatch](/video/#sports-streaming) in Sports
|
||||
- Starred [SoccerCatch](/videopiracyguide/#sports-streaming) in Sports
|
||||
Streaming. Full Match replays.
|
||||
|
||||
- Starred [DownloadPirate](/storage/#vfx-sites) in VFX Sites. Popular site for
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ in seeing all minor changes you can follow our
|
|||
[Servers](https://fmhy.net/gaming-tools#multiplayer-servers).
|
||||
|
||||
- Split Game Dev Tools into subsections:
|
||||
[Game Engines](https://fmhy.net/developer-tools#game-engines),
|
||||
[Asset Creation](https://fmhy.net/developer-tools#asset-creation) and
|
||||
[Map Creators](https://fmhy.net/developer-tools#map-creators-editors).
|
||||
[Game Engines](https://fmhy.net/devtools#game-engines),
|
||||
[Asset Creation](https://fmhy.net/devtools#asset-creation) and
|
||||
[Map Creators](https://fmhy.net/devtools#map-creators-editors).
|
||||
|
||||
- Added [Office Suites](https://fmhy.net/text-tools#office-suites) section to
|
||||
Text Tools.
|
||||
|
|
@ -70,7 +70,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [lucida](https://fmhy.net/audio#audio-ripping-sites) in
|
||||
- Starred [lucida](https://fmhy.net/audiopiracyguide#audio-ripping-sites) in
|
||||
Audio Ripping. Multi-site audio ripping with 320kb / FLAC support.
|
||||
|
||||
- Starred [Proton Docs](https://fmhy.net/text-tools#online-editors) in Text
|
||||
|
|
@ -79,39 +79,39 @@ in seeing all minor changes you can follow our
|
|||
- Starred [Pikimov](https://fmhy.net/video-tools#online-editors) in Online Video
|
||||
Editors. Online adobe after effects alternative.
|
||||
|
||||
- Starred [Flowstreams](https://fmhy.net/video#live-sports) in Live
|
||||
- Starred [Flowstreams](https://fmhy.net/videopiracyguide#live-sports) in Live
|
||||
Sports. Live sports / music events.
|
||||
|
||||
- Starred [FullReplays](https://fmhy.net/video#sports-replays) in
|
||||
- Starred [FullReplays](https://fmhy.net/videopiracyguide#sports-replays) in
|
||||
sports replays. Full soccer match replays.
|
||||
|
||||
- Starred [Aurora Store](https://fmhy.net/mobile#untouched-apks) in
|
||||
- Starred [Aurora Store](https://fmhy.net/android-iosguide#untouched-apks) in
|
||||
Untouched APKs. FOSS version of the Play Store.
|
||||
|
||||
- Starred [No Trace](https://fmhy.net/privacy#privacy-indexes) in
|
||||
- Starred [No Trace](https://fmhy.net/adblockvpnguide#privacy-indexes) in
|
||||
Privacy Indexes. In-depth privacy guides / anti-surveillance.
|
||||
|
||||
- Starred
|
||||
[Futo Keyboard / Voice](https://fmhy.net/mobile#keyboard-text) in
|
||||
[Futo Keyboard / Voice](https://fmhy.net/android-iosguide#keyboard-text) in
|
||||
Android Keyboard Tools. Privacy-focused keyboards.
|
||||
|
||||
- Starred [Piko](https://fmhy.net/mobile#social-media-apps) in Android
|
||||
- Starred [Piko](https://fmhy.net/android-iosguide#social-media-apps) in Android
|
||||
Social Media. ReVanced patches for X.com.
|
||||
|
||||
- Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in
|
||||
Minecraft Server Tools. Simple Minecraft server setup.
|
||||
|
||||
- Starred [Vijay's Virtual Vibes](https://fmhy.net/misc#random) in Fun
|
||||
- Starred [Vijay's Virtual Vibes](https://fmhy.net/miscguide#random) in Fun
|
||||
Sites. Find random sites.
|
||||
|
||||
- Starred [Codeium](https://fmhy.net/ai#coding-ais) in Coding AIs. Popular
|
||||
coding AI with unlimited GPT-3.5.
|
||||
|
||||
- Starred [Print Chess](https://fmhy.net/gaming#strategy) in Strategy
|
||||
- Starred [Print Chess](https://fmhy.net/gamingpiracyguide#strategy) in Strategy
|
||||
Games. Printable paper chess set.
|
||||
|
||||
- Starred both Streamflix and PrimeFlix in
|
||||
[Multi Host](https://fmhy.net/video). Both sites have improved a
|
||||
[Multi Host](https://fmhy.net/videopiracyguide). Both sites have improved a
|
||||
lot recently.
|
||||
|
||||
- Re-added + Starred [Gmailnator](https://fmhy.net/internet-tools#temp-mail).
|
||||
|
|
@ -122,7 +122,7 @@ in seeing all minor changes you can follow our
|
|||
### Things Removed
|
||||
|
||||
- Removed Fmovies as its been offline for weeks. We've replaced it with
|
||||
[FBOX](https://fmhy.net/video#multi-server) for now.
|
||||
[FBOX](https://fmhy.net/videopiracyguide#multi-server) for now.
|
||||
|
||||
- Removed Cipher Files as they've [shutdown](https://ibb.co/gzYX4Gb).
|
||||
|
||||
|
|
|
|||
|
|
@ -22,41 +22,41 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Did a complete **[Contribution Guide](https://fmhy.pages.dev/other/contributing)** rewrite. It's now more intuitive and fully up-to-date. TY to Hugo.
|
||||
|
||||
- Added [Server / Selfhosting](https://fmhy.net/linux-macos#server-selfhosting) section to Linux.
|
||||
- Added [Server / Selfhosting](https://fmhy.net/linuxguide#server-selfhosting) section to Linux.
|
||||
|
||||
- Added [Exams / Tests](https://fmhy.net/educational#exams-tests) section to Educational Tools. This also helped debloat the study section a bit.
|
||||
- Added [Exams / Tests](https://fmhy.net/edupiracyguide#exams-tests) section to Educational Tools. This also helped debloat the study section a bit.
|
||||
|
||||
- Added [Classic / Public Domain](https://fmhy.net/video#classics-public-domain) + [Film Archive](https://fmhy.net/video#film-archives) sections to Specialty Streaming.
|
||||
- Added [Classic / Public Domain](https://fmhy.net/videopiracyguide#classics-public-domain) + [Film Archive](https://fmhy.net/videopiracyguide#film-archives) sections to Specialty Streaming.
|
||||
|
||||
- Added [Hacker News Tools](https://fmhy.pages.dev/misc#hacker-news-tools) section to News Sites.
|
||||
- Added [Hacker News Tools](https://fmhy.pages.dev/miscguide#hacker-news-tools) section to News Sites.
|
||||
|
||||
- Added [Sign Language](https://fmhy.net/educational#sign-language) section to Language Learning.
|
||||
- Added [Sign Language](https://fmhy.net/edupiracyguide#sign-language) section to Language Learning.
|
||||
|
||||
- Added [Assistance / Charity](https://fmhy.net/misc#assistance-charity) section to Free Stuff.
|
||||
- Added [Assistance / Charity](https://fmhy.net/miscguide#assistance-charity) section to Free Stuff.
|
||||
|
||||
- Added [Vehicle](https://fmhy.net/misc#vehicle) section to Miscellaneous.
|
||||
- Added [Vehicle](https://fmhy.net/miscguide#vehicle) section to Miscellaneous.
|
||||
|
||||
- Moved [Coding Tutorials](https://fmhy.net/educational#coding-tutorials) out of storage, reformatted, added labels and removed some sites. [Before vs. After](https://i.ibb.co/0VVhmrrT/image.png)
|
||||
- Moved [Coding Tutorials](https://fmhy.net/edupiracyguide#coding-tutorials) out of storage, reformatted, added labels and removed some sites. [Before vs. After](https://i.ibb.co/0VVhmrrT/image.png)
|
||||
|
||||
- Moved [Android Telegram Clients](https://fmhy.net/mobile#telegram-clients) out of storage, cleaned it up, added labels. [Before vs. After](https://i.ibb.co/276xNQWS/image.png)
|
||||
- Moved [Android Telegram Clients](https://fmhy.net/android-iosguide#telegram-clients) out of storage, cleaned it up, added labels. [Before vs. After](https://i.ibb.co/276xNQWS/image.png)
|
||||
|
||||
- Moved [Media Covers / Posters](https://fmhy.net/image-tools#media-covers-posters) out of storage + added labels. [Before vs. After](https://i.ibb.co/DDrN5zDt/image.png)
|
||||
- Moved [Media Covers / Posters](https://fmhy.net/img-tools#media-covers-posters) out of storage + added labels. [Before vs. After](https://i.ibb.co/DDrN5zDt/image.png)
|
||||
|
||||
- Moved [Album Artwork](https://fmhy.net/audio#album-artwork) out of storage + added labels.
|
||||
- Moved [Album Artwork](https://fmhy.net/audiopiracyguide#album-artwork) out of storage + added labels.
|
||||
|
||||
- Moved [Static Page Hosting](https://fmhy.net/developer-tools#static-page-hosting) out of storage + reorganized and added labels. [Before vs. After](https://i.ibb.co/Kpq1shtP/Untitled.png)
|
||||
- Moved [Static Page Hosting](https://fmhy.net/devtools#static-page-hosting) out of storage + reorganized and added labels. [Before vs. After](https://i.ibb.co/Kpq1shtP/Untitled.png)
|
||||
|
||||
- Cleaned up [Link in Bio](https://fmhy.net/internet-tools#link-in-bio) section, removed sites that didn't stand out + starred Carrd. [Before vs. After](https://i.ibb.co/8gfjXg2G/image.png)
|
||||
|
||||
- Cleaned up [Ebook section](https://fmhy.net/reading#ebooks), added / fixed labels, moved sites that didn't fit the section. [Before vs. After](https://i.ibb.co/0yYcZQWW/Untitled.jpg)
|
||||
- Cleaned up [Ebook section](https://fmhy.net/readingpiracyguide#ebooks), added / fixed labels, moved sites that didn't fit the section. [Before vs. After](https://i.ibb.co/0yYcZQWW/Untitled.jpg)
|
||||
|
||||
- Cleaned up [Spotify Tools](https://fmhy.net/audio#spotify-tools) + [Spotify Playlist Tools](https://fmhy.net/audio#playlist-tools). Re-organized + removed sites that didn't stand out.
|
||||
- Cleaned up [Spotify Tools](https://fmhy.net/audiopiracyguide#spotify-tools) + [Spotify Playlist Tools](https://fmhy.net/audiopiracyguide#playlist-tools). Re-organized + removed sites that didn't stand out.
|
||||
|
||||
- Cleaned up formatting in [Adblock section](https://fmhy.net/privacy#adblocking). [Before vs. After](https://i.ibb.co/0jcysGV3/Adblock-Before.png)
|
||||
- Cleaned up formatting in [Adblock section](https://fmhy.net/adblockvpnguide#adblocking). [Before vs. After](https://i.ibb.co/0jcysGV3/Adblock-Before.png)
|
||||
|
||||
- Decided to bring back our [Saidit backup](https://saidit.net/s/freemediaheckyeah/wiki/index). Saidit has always supported us, their owner actually posted FMHY themselves on the main Saidit wiki. Its always good to have places like this we know we can trust.
|
||||
|
||||
- To make streaming easier to navigate, we've separated [API Frontends](https://fmhy.net/video#api-frontends) and [Single Server](https://fmhy.net/video#single-server) sites into their own sections.
|
||||
- To make streaming easier to navigate, we've separated [API Frontends](https://fmhy.net/videopiracyguide#api-frontends) and [Single Server](https://fmhy.net/videopiracyguide#single-server) sites into their own sections.
|
||||
|
||||
- Thank you to Hugo, Samidy, Dan, kick, Anarchydr, and everyone else who helped re-organize, or create the sections this month.
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
# Stars Added ⭐
|
||||
|
||||
- Starred [Google Assistant](https://fmhy.net/audio#song-identification) in Song Identification. Works by humming the songs, seems to be even more accurate than Shazam in our testing.
|
||||
- Starred [Google Assistant](https://fmhy.net/audiopiracyguide#song-identification) in Song Identification. Works by humming the songs, seems to be even more accurate than Shazam in our testing.
|
||||
|
||||
- Starred [Qwen](https://fmhy.net/ai#image-generation) in Image Gen. Unlimited, no signup required, seems to be almost as good as 4o as of now.
|
||||
|
||||
|
|
@ -72,21 +72,21 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [keybr](https://fmhy.net/text-tools#typing-lessons) in Typing Lessons. Custom touch typing practice, has nice UI, multiplayer, profiles, themes, etc.
|
||||
|
||||
- Starred [Seal](https://fmhy.net/mobile#android-youtube-apps) in Android YouTube Downloaders. Open-source downloader that supports many sites.
|
||||
- Starred [Seal](https://fmhy.net/android-iosguide#android-youtube-apps) in Android YouTube Downloaders. Open-source downloader that supports many sites.
|
||||
|
||||
- Starred [SaverTuner](https://fmhy.net/mobile#battery-tools) in Android Battery Tools. Battery saving app that many people have had good results with in our testing.
|
||||
- Starred [SaverTuner](https://fmhy.net/android-iosguide#battery-tools) in Android Battery Tools. Battery saving app that many people have had good results with in our testing.
|
||||
|
||||
- Starred [Xtra](https://fmhy.net/mobile#social-media-apps) in Android Social Media. Open-source Twitch client that seems to work well for people.
|
||||
- Starred [Xtra](https://fmhy.net/android-iosguide#social-media-apps) in Android Social Media. Open-source Twitch client that seems to work well for people.
|
||||
|
||||
- Starred [FSTV](https://fmhy.net/video#live-sports) in Live Sports. Has fast streams + covers a solid amount of leagues.
|
||||
- Starred [FSTV](https://fmhy.net/videopiracyguide#live-sports) in Live Sports. Has fast streams + covers a solid amount of leagues.
|
||||
|
||||
- Starred [MusicBrainz Picard](https://fmhy.net/audio#audio-metadata) in Audio Metadata. Big catalog, good for batch metadata automation and sorting.
|
||||
- Starred [MusicBrainz Picard](https://fmhy.net/audiopiracyguide#audio-metadata) in Audio Metadata. Big catalog, good for batch metadata automation and sorting.
|
||||
|
||||
- Starred [Beanconqueror](https://fmhy.net/misc#drinks) in Drinks section. Open-source, ad-free, and [feature-rich](https://i.ibb.co/1GkdXk4N/image.png) brew tracking app.
|
||||
- Starred [Beanconqueror](https://fmhy.net/miscguide#drinks) in Drinks section. Open-source, ad-free, and [feature-rich](https://i.ibb.co/1GkdXk4N/image.png) brew tracking app.
|
||||
|
||||
- Starred [Crosshare](https://fmhy.net/gaming#crosswords) in Crossword section. Feature-rich, custom UI, active userbase and new puzzles daily.
|
||||
- Starred [Crosshare](https://fmhy.net/gamingpiracyguide#crosswords) in Crossword section. Feature-rich, custom UI, active userbase and new puzzles daily.
|
||||
|
||||
- Starred [CS50](https://fmhy.net/educational#computer-science) in Computer Science. Well respected Harvard Computer Science Course.
|
||||
- Starred [CS50](https://fmhy.net/edupiracyguide#computer-science) in Computer Science. Well respected Harvard Computer Science Course.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
|
|
@ -27,26 +27,26 @@ in seeing all minor changes you can follow our
|
|||
[Text Tools](/text-tools), [Video Tools](/video-tools) and
|
||||
[Audio Tools](/audio-tools).
|
||||
|
||||
- Separated Health into subsections: [Mental](/misc#mental-health),
|
||||
[Physical](/misc#physical-health),
|
||||
[Nutritional](/misc#nutritional-health),
|
||||
[Sexual](/misc#sexual-health) and [Detoxing](/misc#detoxing).
|
||||
- Separated Health into subsections: [Mental](/miscguide#mental-health),
|
||||
[Physical](/miscguide#physical-health),
|
||||
[Nutritional](/miscguide#nutritional-health),
|
||||
[Sexual](/miscguide#sexual-health) and [Detoxing](/miscguide#detoxing).
|
||||
|
||||
- Added a section for [Open-Source Games](/gaming#open-source-games)
|
||||
- Added a section for [Open-Source Games](/gamingpiracyguide#open-source-games)
|
||||
in Gaming.
|
||||
|
||||
- Added a section for [Animation Tools](/video-tools#animation-tools) in Video
|
||||
Tools.
|
||||
|
||||
- Added a section for [Academic Papers](/reading#academic-papers) in
|
||||
- Added a section for [Academic Papers](/readingpiracyguide#academic-papers) in
|
||||
Educational Reading.
|
||||
|
||||
- Added sections for [Illustrations](/image-tools#illustrations) and
|
||||
- Added sections for [Illustrations](/img-tools#illustrations) and
|
||||
[Textures / Patterns](/storage#textures-patterns) in Images.
|
||||
|
||||
- Added sections in Linux for [Video](/linux-macos#linux-video),
|
||||
[Audio](/linux-macos#linux-audio), [Images](/linux-macos#linux-images) and
|
||||
[File Tools](/linux-macos#file-tools).
|
||||
- Added sections in Linux for [Video](/linuxguide#linux-video),
|
||||
[Audio](/linuxguide#linux-audio), [Images](/linuxguide#linux-images) and
|
||||
[File Tools](/linuxguide#file-tools).
|
||||
|
||||
- Made a ["safe for work"](https://rentry.org/piracy) version of our index with
|
||||
no NSFW link listed.
|
||||
|
|
@ -58,22 +58,22 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Streamflix](/video#multi-server) in Streaming Sites. Nice
|
||||
- Starred [Streamflix](/videopiracyguide#multi-server) in Streaming Sites. Nice
|
||||
UI, fast 1080p, ran by members of our community.
|
||||
|
||||
- Starred [watch.lonelil](/video#multi-server) in Streaming Sites.
|
||||
- Starred [watch.lonelil](/videopiracyguide#multi-server) in Streaming Sites.
|
||||
Nice UI, fast 4K + 1080p, live tv.
|
||||
|
||||
- Starred [Game Bounty](/gaming#download-games) in Game Download.
|
||||
- Starred [Game Bounty](/gamingpiracyguide#download-games) in Game Download.
|
||||
Fast hosts, pre-installs, clean uploads, ran by members of our community.
|
||||
|
||||
- Starred [AbandonwareGames](/storage#abandonware-games) in Abandonware Games.
|
||||
Nice site with a big library of oldschool games.
|
||||
|
||||
- Starred [Heroic Games Launcher](/gaming#steam-epic) in Steam /
|
||||
- Starred [Heroic Games Launcher](/gamingpiracyguide#steam-epic) in Steam /
|
||||
Epic. Open-source Epic Games launcher.
|
||||
|
||||
- Starred [TG Archive](/downloading#download-directories) in Download
|
||||
- Starred [TG Archive](/downloadpiracyguide#download-directories) in Download
|
||||
Directories. Telegram file archive + search tool.
|
||||
|
||||
- Starred [BleachBit](/system-tools#system-debloating) in system debloating.
|
||||
|
|
@ -88,13 +88,13 @@ in seeing all minor changes you can follow our
|
|||
- Starred [DeepL](/text-tools#translators) in Translators. People feel this
|
||||
gives some of the best results.
|
||||
|
||||
- Starred [Magpie](/gaming#optimization-tools) in Gaming
|
||||
- Starred [Magpie](/gamingpiracyguide#optimization-tools) in Gaming
|
||||
Optimization. Enable AMD FSR on any game or device.
|
||||
|
||||
- Starred [TrollStore](/mobile#ios-apps) in iOS Apps. Permanently
|
||||
- Starred [TrollStore](/android-iosguide#ios-apps) in iOS Apps. Permanently
|
||||
install non-appstore iOS apps w/o pc, paid dev account or being jailbroken.
|
||||
|
||||
- Starred [SmartTube](/video#smart-tv-firestick) in Smart TV /
|
||||
- Starred [SmartTube](/videopiracyguide#smart-tv-firestick) in Smart TV /
|
||||
Firestick. Ad-free YouTube app. Previously called SmartTubeNext.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -23,23 +23,23 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added [FFmpeg section](https://fmhy.net/video-tools#ffmpeg-tools) to Video Tools.
|
||||
|
||||
- Added [Anti-Censorship](https://fmhy.net/privacy#anti-censorship) section to Proxies.
|
||||
- Added [Anti-Censorship](https://fmhy.net/adblockvpnguide#anti-censorship) section to Proxies.
|
||||
|
||||
- Added [Spotify Playlist Tools](https://fmhy.net/audio#spotify-playlists) section to Audio.
|
||||
- Added [Spotify Playlist Tools](https://fmhy.net/audiopiracyguide#spotify-playlists) section to Audio.
|
||||
|
||||
- Added [Household Management](https://fmhy.net/misc#household) section to Misc.
|
||||
- Added [Household Management](https://fmhy.net/miscguide#household) section to Misc.
|
||||
|
||||
- Added new subsections to YouTube: [Video Tools](https://fmhy.net/social-media-tools#video-tools) / [Playlist Tools](https://fmhy.net/social-media-tools#playlist-tools) / [Archiving](https://fmhy.net/social-media-tools#youtube-archiving)
|
||||
|
||||
- Split Webhosting into subsections: [Free Webhosting](https://fmhy.net/storage#free-webhosting-sites) / [Static Pages](https://fmhy.net/storage#static-page-hosting) / [Dynamic Pages](https://fmhy.net/storage#dynamic-page-hosting) / [Site Builders](https://fmhy.net/storage#website-builders)
|
||||
|
||||
- Split [Smart TV](https://fmhy.net/video#smart-tv-firestick) and [Android TV](https://fmhy.net/video#android-tv) into separate sections.
|
||||
- Split [Smart TV](https://fmhy.net/videopiracyguide#smart-tv-firestick) and [Android TV](https://fmhy.net/videopiracyguide#android-tv) into separate sections.
|
||||
|
||||
- Split [Physical Health](https://fmhy.net/misc#physical-health) and [Workout](https://fmhy.net/misc#workout-exercise) into separate sections.
|
||||
- Split [Physical Health](https://fmhy.net/miscguide#physical-health) and [Workout](https://fmhy.net/miscguide#workout-exercise) into separate sections.
|
||||
|
||||
- Split [Single Server](https://fmhy.net/video#single-server) and [Free w/ Ads](https://fmhy.net/video#free-w-ads) streaming into separate sections.
|
||||
- Split [Single Server](https://fmhy.net/videopiracyguide#single-server) and [Free w/ Ads](https://fmhy.net/videopiracyguide#free-w-ads) streaming into separate sections.
|
||||
|
||||
- Moved IPTV Tools out of storage into its own [dedicated section](https://fmhy.net/video#iptv-tools).
|
||||
- Moved IPTV Tools out of storage into its own [dedicated section](https://fmhy.net/videopiracyguide#iptv-tools).
|
||||
|
||||
- Cleaned up both [DNS Resolver](https://fmhy.net/storage#free-dns-resolvers) + [VPN Config](https://fmhy.net/storage#free-vpn-configs) sections.
|
||||
|
||||
|
|
@ -53,21 +53,21 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [Directory Opus](https://fmhy.net/file-tools#file-explorers) in File Explorers. Powerful and highly customizable windows file manager.
|
||||
|
||||
- Starred [Censorship Bypass Guide](https://fmhy.net/privacy#anti-censorship) in Anti-Censorship. Easy to follow censorship bypass guides.
|
||||
- Starred [Censorship Bypass Guide](https://fmhy.net/adblockvpnguide#anti-censorship) in Anti-Censorship. Easy to follow censorship bypass guides.
|
||||
|
||||
- Starred [Mistral](https://fmhy.net/ai#online-chatbots) in Online Chatbots. Feature-rich bot which includes web search, a canvas tool, image generation and more.
|
||||
|
||||
- Starred [OnTheSpot](https://fmhy.net/audio#audio-ripping-tools) in Audio Ripping. Spotify Downloader with a GUI that still works after the spotify's changes.
|
||||
- Starred [OnTheSpot](https://fmhy.net/audiopiracyguide#audio-ripping-tools) in Audio Ripping. Spotify Downloader with a GUI that still works after the spotify's changes.
|
||||
|
||||
- Starred [LanguageTool](https://fmhy.net/text-tools#grammar-check) in Grammar Check. This seemed to pick up the most errors when compared to other options.
|
||||
|
||||
- Starred [BlockAway](https://fmhy.net/privacy#proxy-sites) in Proxy Sites. Popular proxy site that seems to work well for most people.
|
||||
- Starred [BlockAway](https://fmhy.net/adblockvpnguide#proxy-sites) in Proxy Sites. Popular proxy site that seems to work well for most people.
|
||||
|
||||
- Starred [Plutonium](https://fmhy.net/gaming-tools#multiplayer-mods) in Multiplayer Mods. The most popular COD multiplayer server mod, works with multiple games.
|
||||
|
||||
- Starred [webOS Dev Manager](https://fmhy.net/video#smart-tv-firestick). LG TV Homebrew Installer + Guide.
|
||||
- Starred [webOS Dev Manager](https://fmhy.net/videopiracyguide#smart-tv-firestick). LG TV Homebrew Installer + Guide.
|
||||
|
||||
- Starred [Citrus Search](https://fmhy.net/reading#academic-papers) in Academic Papers. Easily search and find similar papers for any topic.
|
||||
- Starred [Citrus Search](https://fmhy.net/readingpiracyguide#academic-papers) in Academic Papers. Easily search and find similar papers for any topic.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
|
|
@ -26,25 +26,25 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Ran a [poll](https://i.imgur.com/73paJlr.png) regarding streaming sites, and
|
||||
used the results to help us re-order the
|
||||
[streaming section.](/video)
|
||||
[streaming section.](/videopiracyguide)
|
||||
|
||||
- Turned Spotify into its own section w/ subsections:
|
||||
[Clients](/audio#spotify-clients),
|
||||
[Adblockers](/audio#spotify-adblockers),
|
||||
[Download](/audio#spotify-download) and
|
||||
[Tools](/audio#spotify-tools).
|
||||
[Clients](/audiopiracyguide#spotify-clients),
|
||||
[Adblockers](/audiopiracyguide#spotify-adblockers),
|
||||
[Download](/audiopiracyguide#spotify-download) and
|
||||
[Tools](/audiopiracyguide#spotify-tools).
|
||||
|
||||
- Added a section for [Soundtracks](/audio#media-soundtracks) in
|
||||
- Added a section for [Soundtracks](/audiopiracyguide#media-soundtracks) in
|
||||
Audio.
|
||||
|
||||
- Added sections for [Computer Science](/developer-tools#computer-science) and
|
||||
[Docker](/developer-tools#docker-tools) in Dev Tools.
|
||||
- Added sections for [Computer Science](/devtools#computer-science) and
|
||||
[Docker](/devtools#docker-tools) in Dev Tools.
|
||||
|
||||
- Added a section for
|
||||
[Two-Factor Authentication](/privacy#two-factor-authentication) in Web
|
||||
[Two-Factor Authentication](/adblockvpnguide#two-factor-authentication) in Web
|
||||
Privacy.
|
||||
|
||||
- Re-organized [Magazine Sites](/reading#magazines) + added filehosts
|
||||
- Re-organized [Magazine Sites](/readingpiracyguide#magazines) + added filehosts
|
||||
to their descriptions.
|
||||
|
||||
- Removed OnStream from unsafe sites. The ["evidence"](https://rentry.co/upo2r)
|
||||
|
|
@ -80,28 +80,28 @@ in seeing all minor changes you can follow our
|
|||
- Starred [Linqbin](/internet-tools#url-tools) in URL Tools. Privacy focused
|
||||
temp link shortener/pastebin, made by one of our discord mods.
|
||||
|
||||
- Starred [Gnarly Repacks](/gaming#game-repacks) in Game Repacks +
|
||||
- Starred [Gnarly Repacks](/gamingpiracyguide#game-repacks) in Game Repacks +
|
||||
ROMs. Trusted repacker who's been around for years.
|
||||
|
||||
- Starred [PrimeFlix](/video#multi-server) in Streaming Sites. Nice
|
||||
- Starred [PrimeFlix](/videopiracyguide#multi-server) in Streaming Sites. Nice
|
||||
UI, fast 1080p, lots of hosts.
|
||||
|
||||
- Starred [LightDLMovies](/video#download-sites) in Video Download.
|
||||
- Starred [LightDLMovies](/videopiracyguide#download-sites) in Video Download.
|
||||
Fast, single click, 1080p downloads.
|
||||
|
||||
- Starred [Flugel Anime](/video#anime-downloading) in Anime DDL.
|
||||
- Starred [Flugel Anime](/videopiracyguide#anime-downloading) in Anime DDL.
|
||||
Archive of nyaa.si with fast downloads.
|
||||
|
||||
- Starred [Divisions by zero](/social-media-tools#fediverse-tools) in Fediverse
|
||||
Tools. The best piracy focused instance on Lemmy.
|
||||
|
||||
- Starred [CRACKSurl](/downloading#software-sites) in Software Sites.
|
||||
- Starred [CRACKSurl](/downloadpiracyguide#software-sites) in Software Sites.
|
||||
Clean scans + admins are members of FMHY.
|
||||
|
||||
- Starred [PDF Drive](/reading#pdf-search) in PDF Sites as their
|
||||
- Starred [PDF Drive](/readingpiracyguide#pdf-search) in PDF Sites as their
|
||||
downloads are working again.
|
||||
|
||||
- Starred [Bypass All Shortlinks](/privacy#redirect-bypass) in Redirect
|
||||
- Starred [Bypass All Shortlinks](/adblockvpnguide#redirect-bypass) in Redirect
|
||||
Bypass. This is a fork of the original script with all tracking elements
|
||||
removed.
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ in seeing all minor changes you can follow our
|
|||
- Removed Tachiyomi as it is
|
||||
[no longer being developed](https://tachiyomi.org/news/2024-01-13-goodbye).
|
||||
We've replaced it with its successor
|
||||
[Mihon](/mobile#android-reading), and keep in mind the forks linked
|
||||
[Mihon](/android-iosguide#android-reading), and keep in mind the forks linked
|
||||
there still work.
|
||||
|
||||
- Removed Revanced Extended in YouTube Apps as its been
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Added [Concerts / Live Shows](https://fmhy.net/audio#concerts-live-shows) section to Audio.
|
||||
- Added [Concerts / Live Shows](https://fmhy.net/audiopiracyguide#concerts-live-shows) section to Audio.
|
||||
|
||||
- Added [Genre Specific](https://fmhy.net/audio#genre-specific) section to Audio Downloading.
|
||||
- Added [Genre Specific](https://fmhy.net/audiopiracyguide#genre-specific) section to Audio Downloading.
|
||||
|
||||
- Added [Drinks section](https://fmhy.net/misc#drinks) under Food.
|
||||
- Added [Drinks section](https://fmhy.net/miscguide#drinks) under Food.
|
||||
|
||||
- Moved [Collaboration Platforms](https://fmhy.net/misc#collaboration-platforms) out of storage, cleaned up section, and added labels.
|
||||
- Moved [Collaboration Platforms](https://fmhy.net/miscguide#collaboration-platforms) out of storage, cleaned up section, and added labels.
|
||||
|
||||
- For individual notes we've stopped linking to pastebins, and instead link our own [GitHub page](https://github.com/fmhy/FMHY/wiki/FMHY‐Notes.md).
|
||||
|
||||
|
|
@ -39,27 +39,27 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [DeepSeek](https://fmhy.net/ai#online-chatbots) in Online Chatbots. V3 is unlimited and people seem to be really liking it so far.
|
||||
|
||||
- Starred [AnimeZ](https://fmhy.net/video#anime-streaming) in Anime Streaming. Has fast streams and did well in our polls.
|
||||
- Starred [AnimeZ](https://fmhy.net/videopiracyguide#anime-streaming) in Anime Streaming. Has fast streams and did well in our polls.
|
||||
|
||||
- Starred [OOMoye](https://fmhy.net/video#download-sites) + [PKMovies](https://fmhy.net/video#drives-directories) under Video Download. Both have big libraries, fast hosts and single click downloads.
|
||||
- Starred [OOMoye](https://fmhy.net/videopiracyguide#download-sites) + [PKMovies](https://fmhy.net/videopiracyguide#drives-directories) under Video Download. Both have big libraries, fast hosts and single click downloads.
|
||||
|
||||
- Starred [Ludusavi](https://fmhy.net/gaming-tools#game-saves) in Game Saves. Feature-rich game save manager that supports all platforms.
|
||||
|
||||
- Starred [TV Garden](https://fmhy.net/video#live-tv) in Live TV. Nice UI, lots of channels and consistent compared to similar options.
|
||||
- Starred [TV Garden](https://fmhy.net/videopiracyguide#live-tv) in Live TV. Nice UI, lots of channels and consistent compared to similar options.
|
||||
|
||||
- Starred [PipePipe](https://fmhy.net/mobile#android-youtube-apps) in Android YouTube Apps. Feature-rich fork of NewPipe w/ SponsorBlock / ReturnYTDislikes.
|
||||
- Starred [PipePipe](https://fmhy.net/android-iosguide#android-youtube-apps) in Android YouTube Apps. Feature-rich fork of NewPipe w/ SponsorBlock / ReturnYTDislikes.
|
||||
|
||||
- Starred [PokéRogue](https://fmhy.net/gaming-tools#pokemon-tools) in Pokémon section. Popular and fun Pokémon dungeon crawler.
|
||||
|
||||
- Starred [WatchParty](https://fmhy.net/video-tools#stream-sync) in Stream Sync. Feature-rich app video sync app that seems to work well for people.
|
||||
|
||||
- Starred [Gifski + EZGif](https://fmhy.net/image-tools#gif-tools) under GIF Tools. High quality GIF creation tools.
|
||||
- Starred [Gifski + EZGif](https://fmhy.net/img-tools#gif-tools) under GIF Tools. High quality GIF creation tools.
|
||||
|
||||
- Starred [Blatant's IPA Library](https://fmhy.net/mobile#telegram-channels-1) in iOS Apps. High quality iOS app releases, stands out compared to similar TG groups.
|
||||
- Starred [Blatant's IPA Library](https://fmhy.net/android-iosguide#telegram-channels-1) in iOS Apps. High quality iOS app releases, stands out compared to similar TG groups.
|
||||
|
||||
- Starred [Reaper](https://fmhy.net/audio#audio-editors) under Audio Editors. Feature-rich digital audio workstation. Says its a trial, but trial never actually ends.
|
||||
- Starred [Reaper](https://fmhy.net/audiopiracyguide#audio-editors) under Audio Editors. Feature-rich digital audio workstation. Says its a trial, but trial never actually ends.
|
||||
|
||||
- Added star back to [SteamGG](https://fmhy.net/gaming#download-games) in Game DDL. Game download site with pre-installs and good hosts, similar to SteamRIP.
|
||||
- Added star back to [SteamGG](https://fmhy.net/gamingpiracyguide#download-games) in Game DDL. Game download site with pre-installs and good hosts, similar to SteamRIP.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -67,4 +67,4 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Unstarred Firehawk52 as Deezer ARLs are being nuked instantly now.
|
||||
|
||||
- Unstarred IPALibrary, and replaced it with [CodeVN](https://fmhy.net/mobile#ios-ipas) as this is where IPALibrary sources their apps.
|
||||
- Unstarred IPALibrary, and replaced it with [CodeVN](https://fmhy.net/android-iosguide#ios-ipas) as this is where IPALibrary sources their apps.
|
||||
|
|
|
|||
|
|
@ -47,34 +47,34 @@ FMHY. Here's to another year of growth and success! 💙
|
|||
added subsections for popular sites that needed them. (Reddit, Discord,
|
||||
YouTube etc.)
|
||||
|
||||
- Added sections for [Game Soundtracks](/audio#game-soundtracks),
|
||||
[IRC Tools](/downloading#irc-tools) and
|
||||
[Coding AIs](/developer-tools#coding-ais).
|
||||
- Added sections for [Game Soundtracks](/audiopiracyguide#game-soundtracks),
|
||||
[IRC Tools](/downloadpiracyguide#irc-tools) and
|
||||
[Coding AIs](/devtools#coding-ais).
|
||||
|
||||
- Split Career into subsections: [Remote Jobs](/misc#remote-jobs),
|
||||
[Tech Jobs](/misc#tech-jobs), [Startup](/misc#startup) and
|
||||
[Finance / Crypto](/misc#finance-crypto)
|
||||
- Split Career into subsections: [Remote Jobs](/miscguide#remote-jobs),
|
||||
[Tech Jobs](/miscguide#tech-jobs), [Startup](/miscguide#startup) and
|
||||
[Finance / Crypto](/miscguide#finance-crypto)
|
||||
|
||||
- Split Game Mods into subsections:
|
||||
[Mod Indexes](/gaming#mod-indexes) and
|
||||
[Single Mods](/gaming#game-mods)
|
||||
[Mod Indexes](/gamingpiracyguide#mod-indexes) and
|
||||
[Single Mods](/gamingpiracyguide#game-mods)
|
||||
|
||||
- Split News into subsections: [Aggregators](/misc#aggregators) and
|
||||
[Tech News](/misc#tech-news)
|
||||
- Split News into subsections: [Aggregators](/miscguide#aggregators) and
|
||||
[Tech News](/miscguide#tech-news)
|
||||
|
||||
- Re-organized both
|
||||
[Android Operating Systems](/mobile#operating-systems) +
|
||||
[App Launchers](/mobile#app-launchers), and moved them out of
|
||||
[Android Operating Systems](/android-iosguide#operating-systems) +
|
||||
[App Launchers](/android-iosguide#app-launchers), and moved them out of
|
||||
storage.
|
||||
|
||||
---
|
||||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Braflix](/video#streaming-sites) in Streaming Sites. Fast
|
||||
- Starred [Braflix](/videopiracyguide#streaming-sites) in Streaming Sites. Fast
|
||||
streams, no ads, nice UI, 4K + 1080p.
|
||||
|
||||
- Starred [Liber3](/reading#ebooks) in Reading Sites. Big library,
|
||||
- Starred [Liber3](/readingpiracyguide#ebooks) in Reading Sites. Big library,
|
||||
nice UI, single click downloads.
|
||||
|
||||
- Starred [Screenbox](/video-tools#video-players) in Video Players. Open-source,
|
||||
|
|
@ -85,19 +85,19 @@ FMHY. Here's to another year of growth and success! 💙
|
|||
|
||||
- Starred [SydneyQt](/ai#proprietary-llms) in AI Chatbots. Jailbroken Bing AI.
|
||||
|
||||
- Starred [App Manager](/mobile#foss-apks) in FOSS APKs. Open-source
|
||||
- Starred [App Manager](/android-iosguide#foss-apks) in FOSS APKs. Open-source
|
||||
Android app package manager.
|
||||
|
||||
- Starred [scrcpy](/mobile#android-device) in Android Tools. Manage
|
||||
- Starred [scrcpy](/android-iosguide#android-device) in Android Tools. Manage
|
||||
mobile devices via desktop.
|
||||
|
||||
- Starred [KernelSU](/mobile#android-device) in Android Device. Root
|
||||
- Starred [KernelSU](/android-iosguide#android-device) in Android Device. Root
|
||||
tool that some people prefer over Magisk.
|
||||
|
||||
- Starred [Onion Browser](/mobile#ios-privacy) in iOS Privacy.
|
||||
- Starred [Onion Browser](/android-iosguide#ios-privacy) in iOS Privacy.
|
||||
Recommended by Tor on their site.
|
||||
|
||||
- Starred [Wii Guide](/gaming#homebrew) in Homebrew.
|
||||
- Starred [Wii Guide](/gamingpiracyguide#homebrew) in Homebrew.
|
||||
|
||||
- Starred [Video2x](/video-tools#video-tools-1) in Video Tools. Lossless
|
||||
video/GIF/image upscaler.
|
||||
|
|
@ -105,7 +105,7 @@ FMHY. Here's to another year of growth and success! 💙
|
|||
- Starred [VCRedist](/system-tools#windows-updates) in Windows Updates. Easily
|
||||
download all Microsoft Visual C++ redists.
|
||||
|
||||
- Starred [CanvasBlocker](/privacy#privacy-extensions) in Privacy
|
||||
- Starred [CanvasBlocker](/adblockvpnguide#privacy-extensions) in Privacy
|
||||
Extensions. Prevent Javascript API fingerprinting.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -23,19 +23,19 @@ in seeing all minor changes you can follow our
|
|||
|
||||
* Created **[guides.fmhy.lol](https://guides.fmhy.lol/)** which lists all the guides we have throughout FMHY.
|
||||
|
||||
* Re-ordered [Game DDL](https://fmhy.net/gaming#download-games) based on [poll results](https://challonge.com/1mqmqrdq). Congrats to CS.RIN for coming out on top.
|
||||
* Re-ordered [Game DDL](https://fmhy.net/gamingpiracyguide#download-games) based on [poll results](https://challonge.com/1mqmqrdq). Congrats to CS.RIN for coming out on top.
|
||||
|
||||
* Added both [Sideloading](https://fmhy.net/mobile#ios-sideloading) and [Social Media App](https://fmhy.net/mobile#social-media-apps-1) sections to iOS.
|
||||
* Added both [Sideloading](https://fmhy.net/android-iosguide#ios-sideloading) and [Social Media App](https://fmhy.net/android-iosguide#social-media-apps-1) sections to iOS.
|
||||
|
||||
* Added [Last.fm section](https://fmhy.net/audio#last-fm-tools) to Audio Tracking.
|
||||
* Added [Last.fm section](https://fmhy.net/audiopiracyguide#last-fm-tools) to Audio Tracking.
|
||||
|
||||
* Cleaned up Font section + split it into subcategories: [Open Source](https://fmhy.net/text-tools#open-source-freeware) / [Free Fonts](https://fmhy.net/text-tools#free-fonts).
|
||||
|
||||
* Added guides + better descriptions to all the [Jailbreaking Tools](https://fmhy.net/mobile#ios-jailbreaking).
|
||||
* Added guides + better descriptions to all the [Jailbreaking Tools](https://fmhy.net/android-iosguide#ios-jailbreaking).
|
||||
|
||||
* Added License Tags to [Stock Photo Sites](https://fmhy.net/image-tools#stock-images).
|
||||
* Added License Tags to [Stock Photo Sites](https://fmhy.net/img-tools#stock-images).
|
||||
|
||||
* De-bloated [IDEs section](https://fmhy.net/developer-tools#ides-code-editors) in dev tools.
|
||||
* De-bloated [IDEs section](https://fmhy.net/devtools#ides-code-editors) in dev tools.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -43,21 +43,21 @@ in seeing all minor changes you can follow our
|
|||
|
||||
* Starred [Image FX](https://fmhy.net/ai#image-generation) in Image Gen + [Video FX](https://fmhy.net/ai#video-generation) in Video Gen. AI generators made by Google, US only.
|
||||
|
||||
* Starred [Alu](https://fmhy.net/privacy#proxy-sites) in Proxy Sites. Proxy site similar to things like HolyUnblocker.
|
||||
* Starred [Alu](https://fmhy.net/adblockvpnguide#proxy-sites) in Proxy Sites. Proxy site similar to things like HolyUnblocker.
|
||||
|
||||
* Starred [Lively](https://fmhy.net/system-tools#wallpaper-managers) in Wallpaper Managers. Feature-rich live wallpaper manager for Windows.
|
||||
|
||||
* Starred [BandLab](https://fmhy.net/audio#browser-editors-synths) in Audio Browser Editors. Popular and feature-rich digital audio workstation.
|
||||
* Starred [BandLab](https://fmhy.net/audiopiracyguide#browser-editors-synths) in Audio Browser Editors. Popular and feature-rich digital audio workstation.
|
||||
|
||||
* Starred [Kvaesitso](https://fmhy.net/mobile#app-launchers) in Android App Launchers. Feature-rich, search focused launcher.
|
||||
* Starred [Kvaesitso](https://fmhy.net/android-iosguide#app-launchers) in Android App Launchers. Feature-rich, search focused launcher.
|
||||
|
||||
* Starred [SideStore](https://fmhy.net/mobile#ios-sideloading) in iOS Sideloading. Fork of AltStore that doesn't require PC.
|
||||
* Starred [SideStore](https://fmhy.net/android-iosguide#ios-sideloading) in iOS Sideloading. Fork of AltStore that doesn't require PC.
|
||||
|
||||
* Starred [uYouEnhanced](https://fmhy.net/mobile#ios-youtube-apps) in iOS YouTube apps. Modded YouTube IPA.
|
||||
* Starred [uYouEnhanced](https://fmhy.net/android-iosguide#ios-youtube-apps) in iOS YouTube apps. Modded YouTube IPA.
|
||||
|
||||
* Starred [The Book of Secret Knowledge](https://fmhy.net/linux-macos#software-sites) in Linux Software. Lists, manuals, cheatsheets, tools and more.
|
||||
* Starred [The Book of Secret Knowledge](https://fmhy.net/linuxguide#software-sites) in Linux Software. Lists, manuals, cheatsheets, tools and more.
|
||||
|
||||
* Starred [You Don't Need JavaScript](https://fmhy.net/developer-tools#css) in CSS Tools. Curated list of CSS demos.
|
||||
* Starred [You Don't Need JavaScript](https://fmhy.net/devtools#css) in CSS Tools. Curated list of CSS demos.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -20,17 +20,17 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Added a [Study / Research](/educational/#study--research) section to
|
||||
- Added a [Study / Research](/edupiracyguide/#study--research) section to
|
||||
Educational.
|
||||
|
||||
- Added a [Travel](/misc/#travel) section to Miscellaneous.
|
||||
- Added a [Travel](/miscguide/#travel) section to Miscellaneous.
|
||||
|
||||
- Added a [Hardware](/system-tools#hardware-tools) section to System Tools.
|
||||
|
||||
- Added qualities (720p, 1080p) to
|
||||
[Anime Streaming](/video/#anime-streaming) sites.
|
||||
[Anime Streaming](/videopiracyguide/#anime-streaming) sites.
|
||||
|
||||
- [Combined](/gaming/#steam--epic) Steam / Epic Tools with DLC
|
||||
- [Combined](/gamingpiracyguide/#steam--epic) Steam / Epic Tools with DLC
|
||||
Unlockers.
|
||||
|
||||
- Linked the ["missing sections"](https://ibb.co/X8K2GTc) in all index pages.
|
||||
|
|
@ -40,34 +40,34 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Seez](/video/#multi-hosts) in Streaming Sites. Nice UI,
|
||||
- Starred [Seez](/videopiracyguide/#multi-hosts) in Streaming Sites. Nice UI,
|
||||
fast 1080p.
|
||||
|
||||
- Starred [SockShare](/video/#dedicated-hosts) in Streaming Sites.
|
||||
- Starred [SockShare](/videopiracyguide/#dedicated-hosts) in Streaming Sites.
|
||||
Great for obscure TV.
|
||||
|
||||
- Starred [UHDMovies](/video/#download-sites) in Video Download. 4K
|
||||
- Starred [UHDMovies](/videopiracyguide/#download-sites) in Video Download. 4K
|
||||
Movie Host.
|
||||
|
||||
- Starred [Glitchwave](/gaming/#tracking--discovery) in Game
|
||||
- Starred [Glitchwave](/gamingpiracyguide/#tracking--discovery) in Game
|
||||
Tracking. RYM's new game rating site.
|
||||
|
||||
- Starred [hate5six](/audio/#streaming-sites) in Audio Streaming.
|
||||
- Starred [hate5six](/audiopiracyguide/#streaming-sites) in Audio Streaming.
|
||||
Huge collection of live band videos.
|
||||
|
||||
- Starred [SittingOnClouds](/audio/#download-sites) in Audio
|
||||
- Starred [SittingOnClouds](/audiopiracyguide/#download-sites) in Audio
|
||||
Download. Game / Anime Soundtracks.
|
||||
|
||||
- Starred [Koalageddon](/gaming/#steam--epic) in Steam / Epic. DLC
|
||||
- Starred [Koalageddon](/gamingpiracyguide/#steam--epic) in Steam / Epic. DLC
|
||||
Unlocker.
|
||||
|
||||
- Starred [SpotC++](/mobile/#ios-audio) in iOS Audio. Spotilife +
|
||||
- Starred [SpotC++](/android-iosguide/#ios-audio) in iOS Audio. Spotilife +
|
||||
Sposify IPA.
|
||||
|
||||
- Starred [Favoree](/toolsguide/#youtube-tools) in YouTube Tools. Channel
|
||||
Discovery.
|
||||
|
||||
- Starred [CloakStream](/privacy/#browser-tools) in Privacy Tools.
|
||||
- Starred [CloakStream](/adblockvpnguide/#browser-tools) in Privacy Tools.
|
||||
Encrypt Download URLs.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ see most.
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Added [Stremio Tools](https://fmhy.net/video#stremio-tools) section
|
||||
- Added [Stremio Tools](https://fmhy.net/videopiracyguide#stremio-tools) section
|
||||
to Streaming.
|
||||
|
||||
- Added [Video Generation](https://fmhy.net/ai#video-generation) section to AI.
|
||||
|
|
@ -54,17 +54,17 @@ see most.
|
|||
[USB / Bootloaders](https://fmhy.net/system-tools#usb-bootloaders) sections to
|
||||
System Tools.
|
||||
|
||||
- Added [Network Security](https://fmhy.net/privacy#network-security)
|
||||
- Added [Network Security](https://fmhy.net/adblockvpnguide#network-security)
|
||||
section to Privacy.
|
||||
|
||||
- Added
|
||||
[Fanfiction / Stories](https://fmhy.net/reading#fanfiction-stories)
|
||||
[Fanfiction / Stories](https://fmhy.net/readingpiracyguide#fanfiction-stories)
|
||||
section to Reading.
|
||||
|
||||
- Added [Audio Metadata](https://fmhy.net/audio#audio-metadata)
|
||||
- Added [Audio Metadata](https://fmhy.net/audiopiracyguide#audio-metadata)
|
||||
section to Audio.
|
||||
|
||||
- Added [Wayland Compositors](https://fmhy.net/linux-macos#wayland-compositors)
|
||||
- Added [Wayland Compositors](https://fmhy.net/linuxguide#wayland-compositors)
|
||||
section to Linux.
|
||||
|
||||
- Added [Latex Tools](https://fmhy.net/storage#latex-tools) section to Math.
|
||||
|
|
@ -73,16 +73,16 @@ see most.
|
|||
section with subsections.
|
||||
|
||||
- Split Subtitle section into
|
||||
[Tools](https://fmhy.net/video#subtitles) and
|
||||
[Downloads](https://fmhy.net/video#download-subtitles).
|
||||
[Tools](https://fmhy.net/videopiracyguide#subtitles) and
|
||||
[Downloads](https://fmhy.net/videopiracyguide#download-subtitles).
|
||||
|
||||
- Added multiple (15) new sections to
|
||||
[Dev Tools](https://fmhy.pages.dev/developer-tools), and cleaned up a lot of old
|
||||
[Dev Tools](https://fmhy.pages.dev/devtools), and cleaned up a lot of old
|
||||
sections.
|
||||
|
||||
- Cleaned up [Video Hosts](https://fmhy.pages.dev/video-tools#video-file-hosts),
|
||||
[Image Optimization](https://fmhy.net/image-tools#image-optimization) and
|
||||
[Icons / Avatars](https://fmhy.net/image-tools#icons-avatars) sections.
|
||||
[Image Optimization](https://fmhy.net/img-tools#image-optimization) and
|
||||
[Icons / Avatars](https://fmhy.net/img-tools#icons-avatars) sections.
|
||||
|
||||
- Started adding Non-English spellings (i.e. Chinese / 汉语方言) to titles in
|
||||
the [Non-Eng section](https://fmhy.pages.dev/non-english). We haven't been
|
||||
|
|
@ -103,35 +103,35 @@ see most.
|
|||
in Bio Sites. Feature-rich, nice UI, stood out to us when going through the
|
||||
section.
|
||||
|
||||
- Starred [RetroAchievements](https://fmhy.net/gaming#emulators) in
|
||||
- Starred [RetroAchievements](https://fmhy.net/gamingpiracyguide#emulators) in
|
||||
Emulators. Add achievements to retro games / ROMs.
|
||||
|
||||
- Starred [r/Translator](https://www.reddit.com/r/translator/) in Translators.
|
||||
- Starred [/r/Translator](https://www.reddit.com/r/translator/) in Translators.
|
||||
Allows you to request translations of almost anything.
|
||||
|
||||
- Starred [sdk.vercel](https://fmhy.net/ai#online-chatbots) in Online Chatbots.
|
||||
Chatbot playground with unlimited GPT-4o.
|
||||
|
||||
- Starred [FossifyOrg](https://fmhy.net/mobile#foss-apks) in FOSS
|
||||
- Starred [FossifyOrg](https://fmhy.net/android-iosguide#foss-apks) in FOSS
|
||||
APKs. Covers most basic apps, minimal UI.
|
||||
|
||||
- Starred
|
||||
[Universal Android Debloater](https://fmhy.net/mobile#optimization)
|
||||
[Universal Android Debloater](https://fmhy.net/android-iosguide#optimization)
|
||||
in Android Optimization. Updated fork of original UAD.
|
||||
|
||||
- Starred [Amarok](https://fmhy.net/mobile#android-privacy) in Android
|
||||
- Starred [Amarok](https://fmhy.net/android-iosguide#android-privacy) in Android
|
||||
Privacy. Easily hide private files / apps on android.
|
||||
|
||||
- Starred [Sideloadly](https://fmhy.net/mobile#ios-apps) in iOS Apps.
|
||||
- Starred [Sideloadly](https://fmhy.net/android-iosguide#ios-apps) in iOS Apps.
|
||||
Lightweight, simple setup, auto-updates apps.
|
||||
|
||||
- Starred [EeveeSpotify](https://fmhy.net/mobile#ios-audio) in iOS
|
||||
- Starred [EeveeSpotify](https://fmhy.net/android-iosguide#ios-audio) in iOS
|
||||
Audio. Updated Spotify premium app now that spotilife has stopped working.
|
||||
|
||||
- Starred [S0undTV](https://fmhy.net/mobile#smart-tv-firestick) in
|
||||
- Starred [S0undTV](https://fmhy.net/android-iosguide#smart-tv-firestick) in
|
||||
Firestick. Ad-free Twitch for Firestick.
|
||||
|
||||
- Starred [Uncyclopedia](https://fmhy.net/misc#random) in Fun Sites.
|
||||
- Starred [Uncyclopedia](https://fmhy.net/miscguide#random) in Fun Sites.
|
||||
|
||||
- Added star back to [Bloxstrap](https://fmhy.net/gaming-tools#roblox-tools).
|
||||
Most issues are being fixed and repo seems to be active again.
|
||||
|
|
|
|||
|
|
@ -27,57 +27,57 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added a **[Browser Startpage](https://fmhy.net/startpage)** to our website. If there's anything you guys would like added to it let us know. ty to tasky for this.
|
||||
|
||||
- Added [Tabletop](https://fmhy.net/gaming#tabletop-games), [Chess](https://fmhy.net/gaming#chess), [Card](https://fmhy.net/gaming#card-games), [Dungeons & Dragons](https://fmhy.net/educational#dungeons-dragons) and [RPG Worldbuilding](https://fmhy.net/gaming-tools#rpg-worldbuilding) sections.
|
||||
- Added [Tabletop](https://fmhy.net/gamingpiracyguide#tabletop-games), [Chess](https://fmhy.net/gamingpiracyguide#chess), [Card](https://fmhy.net/gamingpiracyguide#card-games), [Dungeons & Dragons](https://fmhy.net/edupiracyguide#dungeons-dragons) and [RPG Worldbuilding](https://fmhy.net/gaming-tools#rpg-worldbuilding) sections.
|
||||
|
||||
- Updated guides: [VPN Binding](https://fmhy.net/privacy#vpn-tools) / [Windows Debloat](https://fmhy.net/system-tools#windows-isos) / [Revanced Obtainium](https://fmhy.net/mobile#revanced-tools) / [webOS Homebrew](https://fmhy.net/video#smart-tv-firestick)
|
||||
- Updated guides: [VPN Binding](https://fmhy.net/adblockvpnguide#vpn-tools) / [Windows Debloat](https://fmhy.net/system-tools#windows-isos) / [Revanced Obtainium](https://fmhy.net/android-iosguide#revanced-tools) / [webOS Homebrew](https://fmhy.net/videopiracyguide#smart-tv-firestick)
|
||||
|
||||
- Cleaned up [Royalty Free Music](https://fmhy.net/audio#royalty-free-music), added labels and moved it from storage to its own section. [Before vs. After](https://i.ibb.co/20Bb99zP/image.png).
|
||||
- Cleaned up [Royalty Free Music](https://fmhy.net/audiopiracyguide#royalty-free-music), added labels and moved it from storage to its own section. [Before vs. After](https://i.ibb.co/20Bb99zP/image.png).
|
||||
|
||||
- Cleaned up [Content Removers](https://fmhy.net/image-tools#content-removers), merged both sections, and moved out of storage. [Before vs. After](https://i.ibb.co/rnThdr5/Untitled.jpg).
|
||||
- Cleaned up [Content Removers](https://fmhy.net/img-tools#content-removers), merged both sections, and moved out of storage. [Before vs. After](https://i.ibb.co/rnThdr5/Untitled.jpg).
|
||||
|
||||
- Cleaned up [File / P2P Transfer](https://fmhy.net/file-tools#file-transfer), removed any that were unmaintained or had bad privacy policies. [Before vs. After](https://i.ibb.co/GfK168jD/Untitled.jpg).
|
||||
|
||||
- Cleaned up [Regex Tools](https://fmhy.net/developer-tools#regex-tools), [Map Creators / Editors](https://fmhy.net/developer-tools#map-creators-editors) and [Tabletop Tool](https://fmhy.net/gaming-tools#tabletop-tools) sections.
|
||||
- Cleaned up [Regex Tools](https://fmhy.net/devtools#regex-tools), [Map Creators / Editors](https://fmhy.net/devtools#map-creators-editors) and [Tabletop Tool](https://fmhy.net/gaming-tools#tabletop-tools) sections.
|
||||
|
||||
- Moved [Browser Ebook Readers](https://fmhy.net/reading#browser-ebook-readers) + [Game Assets](https://fmhy.net/developer-tools#game-assets) out of storage into their own sections.
|
||||
- Moved [Browser Ebook Readers](https://fmhy.net/readingpiracyguide#browser-ebook-readers) + [Game Assets](https://fmhy.net/devtools#game-assets) out of storage into their own sections.
|
||||
|
||||
- Split [Job Search / Application](https://fmhy.net/misc#job-search-application) sites into their own section under career.
|
||||
- Split [Job Search / Application](https://fmhy.net/miscguide#job-search-application) sites into their own section under career.
|
||||
|
||||
***
|
||||
|
||||
# Stars Added ⭐
|
||||
|
||||
- Starred [Acer Movies](https://fmhy.net/video#drives-directories) in Drives / Directories. Big library with single click downloads.
|
||||
- Starred [Acer Movies](https://fmhy.net/videopiracyguide#drives-directories) in Drives / Directories. Big library with single click downloads.
|
||||
|
||||
- Starred [Ascendara](https://fmhy.net/gaming-tools#game-launchers) in Game Launchers. Open-source, feature-rich game manager with easy in-app downloads.
|
||||
|
||||
- Starred [GPT1Image](https://fmhy.net/ai#image-generation) in Image Generators. Free unlimited GPT-Image-1 images.
|
||||
|
||||
- Starred [Axekin](https://fmhy.net/gaming#rom-sites) in ROM sites. Fast hosts, big library, lots of platforms.
|
||||
- Starred [Axekin](https://fmhy.net/gamingpiracyguide#rom-sites) in ROM sites. Fast hosts, big library, lots of platforms.
|
||||
|
||||
- Starred [NoPayStation](https://nopaystation.com/) in Sony ROMs. One of the best sources for Sony platform ROMs.
|
||||
|
||||
- Starred [1DM](https://fmhy.net/mobile#android-file-tools) in Android Download Managers as it [won in polls](https://i.ibb.co/zh2BKZ0z/image.png), and has features like split file support.
|
||||
- Starred [1DM](https://fmhy.net/android-iosguide#android-file-tools) in Android Download Managers as it [won in polls](https://i.ibb.co/zh2BKZ0z/image.png), and has features like split file support.
|
||||
|
||||
- Starred [Metrolist](https://fmhy.net/mobile#youtube-music) in Android YouTube Music players as people feel this stands out the most of the Outertune forks.
|
||||
- Starred [Metrolist](https://fmhy.net/android-iosguide#youtube-music) in Android YouTube Music players as people feel this stands out the most of the Outertune forks.
|
||||
|
||||
- Starred [AntiSplit-M](https://fmhy.net/mobile#apk-tools) in APK Tools. Easily merge split APK files.
|
||||
- Starred [AntiSplit-M](https://fmhy.net/android-iosguide#apk-tools) in APK Tools. Easily merge split APK files.
|
||||
|
||||
- Starred [bleh](https://fmhy.net/audio#last-fm-tools) in Last.fm Tools. Feature-rich customization script that makes the site look much better.
|
||||
- Starred [bleh](https://fmhy.net/audiopiracyguide#last-fm-tools) in Last.fm Tools. Feature-rich customization script that makes the site look much better.
|
||||
|
||||
- Starred [PDALife](https://fmhy.net/mobile#modded-apks) in Modded APKs. Easy download process, fast host, good for modded games.
|
||||
- Starred [PDALife](https://fmhy.net/android-iosguide#modded-apks) in Modded APKs. Easy download process, fast host, good for modded games.
|
||||
|
||||
- Starred [GamersNexus](https://fmhy.net/misc#tech-news) in Tech News. In-depth component reviews / news for PC building.
|
||||
- Starred [GamersNexus](https://fmhy.net/miscguide#tech-news) in Tech News. In-depth component reviews / news for PC building.
|
||||
|
||||
- Starred [bt.etree, MiroPPB (ASOT), and BBC Essential](https://fmhy.net/audio#concerts-live-shows) in Concert / Live Shows.
|
||||
- Starred [bt.etree, MiroPPB (ASOT), and BBC Essential](https://fmhy.net/audiopiracyguide#concerts-live-shows) in Concert / Live Shows.
|
||||
|
||||
- Starred [NovelFire](https://fmhy.net/reading#light-novels) in Light Novels. Nice UI, allows login to rate and save progress.
|
||||
- Starred [NovelFire](https://fmhy.net/readingpiracyguide#light-novels) in Light Novels. Nice UI, allows login to rate and save progress.
|
||||
|
||||
- Starred [LM Studio](https://fmhy.net/ai#self-hosting-tools) in AI Self-Hosting. Useful for running models locally, supports all GPUs, or runs on CPU if needed.
|
||||
|
||||
- Starred [Tailscale](https://fmhy.net/privacy#vpn-tools) in VPN Tools. Secure Network VPN that's easy to use and very [feature-rich](https://i.ibb.co/ZRhQBNtX/image.png).
|
||||
- Starred [Tailscale](https://fmhy.net/adblockvpnguide#vpn-tools) in VPN Tools. Secure Network VPN that's easy to use and very [feature-rich](https://i.ibb.co/ZRhQBNtX/image.png).
|
||||
|
||||
- Starred [Stop The Bleed](https://fmhy.net/educational#med-school) in Med School. Free first aid video courses and resources.
|
||||
- Starred [Stop The Bleed](https://fmhy.net/edupiracyguide#med-school) in Med School. Free first aid video courses and resources.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
|
|
@ -19,14 +19,14 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Added a [Chess / Checkers](/gaming/#chess--checkers) section to
|
||||
- Added a [Chess / Checkers](/gamingpiracyguide/#chess--checkers) section to
|
||||
Browser Games.
|
||||
|
||||
- Added a [Stable Diffusion](/ai/#stable-diffusion) section to Artificial
|
||||
Intelligence.
|
||||
|
||||
- Added qualities (720p, 1080p, 4k) to
|
||||
[Video Download](/video/#download-sites) sites.
|
||||
[Video Download](/videopiracyguide/#download-sites) sites.
|
||||
|
||||
- Created a [Git Organization](https://github.com/fmhy) and combined all FMHY
|
||||
related projects into it.
|
||||
|
|
@ -58,25 +58,25 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [Bark](/ai/#text-to-speech) in Text to Speech.
|
||||
|
||||
- Starred [Firehawk52 Guide](/audio/#download-apps) in Audio
|
||||
- Starred [Firehawk52 Guide](/audiopiracyguide/#download-apps) in Audio
|
||||
Downloading.
|
||||
|
||||
- Starred [store.rg](/downloading/#freeware-sites) in Freeware Sites.
|
||||
- Starred [store.rg](/downloadpiracyguide/#freeware-sites) in Freeware Sites.
|
||||
|
||||
- Starred [f.lux](/toolsguide/#tweaking) in System Tweaking.
|
||||
|
||||
- Starred [MacroDroid](/mobile/#android-tools) in Android Tools.
|
||||
- Starred [MacroDroid](/android-iosguide/#android-tools) in Android Tools.
|
||||
|
||||
- Starred [Rating Graph](https://www.ratingraph.com/) and
|
||||
[DeepSearch](https://deepsearch.mycelebs.com/movie) in Tracking / Discovery.
|
||||
|
||||
- Starred [Programming Learning Resources](/developer-tools/#learning--cheat-sheets) in
|
||||
- Starred [Programming Learning Resources](/devtools/#learning--cheat-sheets) in
|
||||
Dev Tools.
|
||||
|
||||
- Starred [CityHop](/audio/#ambient--relaxation) in Ambient /
|
||||
- Starred [CityHop](/audiopiracyguide/#ambient--relaxation) in Ambient /
|
||||
Relaxation.
|
||||
|
||||
- Starred [Knockout](/misc/#chat--forums) in Chat / Forums. Made by members
|
||||
- Starred [Knockout](/miscguide/#chat--forums) in Chat / Forums. Made by members
|
||||
of facepunch forums after it shut down.
|
||||
|
||||
---
|
||||
|
|
@ -101,4 +101,4 @@ in seeing all minor changes you can follow our
|
|||
- Unstarred Awesome ChatGPT as its no longer updated.
|
||||
|
||||
- Bromite doesn't seem to be maintained anymore, so we've replaced the main repo
|
||||
with an [autobuild](/mobile/) for now.
|
||||
with an [autobuild](/android-iosguide/) for now.
|
||||
|
|
|
|||
|
|
@ -25,31 +25,31 @@ in seeing all minor changes you can follow our
|
|||
[3DS / DS](https://fmhy.net/gaming-tools#_3ds-ds-homebrew) and
|
||||
[Playstation](https://fmhy.net/gaming-tools#playstation-homebrew) sections to
|
||||
Homebrew.
|
||||
- Added [Virtual Reality](https://fmhy.net/gaming#virtual-reality)
|
||||
- Added [Virtual Reality](https://fmhy.net/gamingpiracyguide#virtual-reality)
|
||||
and [Game Save](https://fmhy.net/gaming-tools#game-saves) sections to Gaming.
|
||||
|
||||
- Added [Dev Communities](https://fmhy.net/developer-tools#dev-communities) and
|
||||
[Reverse Engineering](https://fmhy.net/developer-tools#reverse-engineering) sections
|
||||
- Added [Dev Communities](https://fmhy.net/devtools#dev-communities) and
|
||||
[Reverse Engineering](https://fmhy.net/devtools#reverse-engineering) sections
|
||||
to Dev Tools.
|
||||
|
||||
- Added [Linux Communities](https://fmhy.net/linux-macos#linux-communities)
|
||||
- Added [Linux Communities](https://fmhy.net/linuxguide#linux-communities)
|
||||
section to Linux.
|
||||
|
||||
- Added [Flights](https://fmhy.net/misc#flights) section to Travel.
|
||||
- Added [Flights](https://fmhy.net/miscguide#flights) section to Travel.
|
||||
|
||||
- Organized the Maps section, and added multiple
|
||||
[new subsections](https://fmhy.net/misc#maps) to it.
|
||||
[new subsections](https://fmhy.net/miscguide#maps) to it.
|
||||
|
||||
- Debloated [Indexes](https://fmhy.net/misc#indexes),
|
||||
[Multi-Tool](https://fmhy.net/misc#multi-tool-sites),
|
||||
[File Scanners](https://fmhy.net/privacy#file-scanners),
|
||||
- Debloated [Indexes](https://fmhy.net/miscguide#indexes),
|
||||
[Multi-Tool](https://fmhy.net/miscguide#multi-tool-sites),
|
||||
[File Scanners](https://fmhy.net/adblockvpnguide#file-scanners),
|
||||
[Archiving](https://fmhy.net/internet-tools#archiving) and
|
||||
[Sheet Music](https://fmhy.net/storage#music-sheet-collections) sections.
|
||||
|
||||
- Re-added our
|
||||
[Unsafe Sites Filter](https://github.com/WindowsAurora/FMHYFilterlist/). This
|
||||
can be added to uBlock to stop anything in
|
||||
[unsafe sites](https://fmhy.net/unsafe) from loading in your browser.
|
||||
[unsafe sites](https://fmhy.net/unsafesites) from loading in your browser.
|
||||
|
||||
- We compared FMHY to the badware filter list to make sure we didn't have
|
||||
anything on it, [and we didn't](https://ibb.co/9TQ6Nnv).
|
||||
|
|
@ -62,16 +62,16 @@ in seeing all minor changes you can follow our
|
|||
### Stars Added ⭐
|
||||
|
||||
- Starred both squid.wtf and MP3 Daddy in
|
||||
[Audio Ripping](https://fmhy.net/audio#audio-ripping-sites). Deezer
|
||||
[Audio Ripping](https://fmhy.net/audiopiracyguide#audio-ripping-sites). Deezer
|
||||
ripping sites both capable of getting FLAC files.
|
||||
|
||||
- Starred [Morphic](https://fmhy.net/ai#online-chatbots) in Online Chatbots.
|
||||
GPT4o powered search w/ no limits.
|
||||
|
||||
- Starred [ROM Heaven](https://fmhy.net/gaming#rom-sites) in ROM
|
||||
- Starred [ROM Heaven](https://fmhy.net/gamingpiracyguide#rom-sites) in ROM
|
||||
sites. Badass new ROM site with single click DDL and a high quality UI.
|
||||
|
||||
- Starred [All Things Linux](https://fmhy.net/linux-macos#linux-communities) in
|
||||
- Starred [All Things Linux](https://fmhy.net/linuxguide#linux-communities) in
|
||||
Linux Communities. Linux Discord server focused on helping others and
|
||||
learning.
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ in seeing all minor changes you can follow our
|
|||
- Starred [CompactGUI](https://fmhy.net/file-tools#file-archivers) in File
|
||||
Archivers. Very [useful](https://ibb.co/xm23Xbh) archiver with nice UI.
|
||||
|
||||
- Starred [Spicetify](https://fmhy.net/audio#spotify-adblockers) in
|
||||
- Starred [Spicetify](https://fmhy.net/audiopiracyguide#spotify-adblockers) in
|
||||
Spotify Adblockers. This has adblock plugins that work just as well as SpotX.
|
||||
|
||||
- Starred [UI Revert Script](https://fmhy.net/social-media-tools#reddit-tools)
|
||||
|
|
@ -93,13 +93,13 @@ in seeing all minor changes you can follow our
|
|||
- Starred [PurpleAdblock](https://fmhy.net/social-media-tools#twitch-adblockers)
|
||||
in Twitch Adblockers. Got a update recently and seems to be working again.
|
||||
|
||||
- Starred [ImageGlass](https://fmhy.net/image-tools#image-viewers) in Image
|
||||
- Starred [ImageGlass](https://fmhy.net/img-tools#image-viewers) in Image
|
||||
Viewers. Popular lightweight image viewer with a nice UI.
|
||||
|
||||
- Starred [Neal.fun](https://fmhy.net/storage#fun-indexes) in Fun Indexes. OG
|
||||
site with lots of fun games / experiments.
|
||||
|
||||
- Starred [Pi-hole](https://fmhy.net/privacy#dns-adblocking) in DNS
|
||||
- Starred [Pi-hole](https://fmhy.net/adblockvpnguide#dns-adblocking) in DNS
|
||||
Adblockers as their lists are more updated than NextDNS.
|
||||
|
||||
- Starred [ChatGPT](https://fmhy.net/ai#online-chatbots) in Online Chatbots as
|
||||
|
|
|
|||
|
|
@ -24,35 +24,35 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- You can now search FMHY using [Brave Goggles](https://github.com/fmhy/bookmarks?tab=readme-ov-file#goggle).
|
||||
|
||||
- Added [Nintendo](https://fmhy.net/gaming#nintendo-roms), [Sony](https://fmhy.net/gaming#sony-roms), and [Resource](https://fmhy.net/gaming#rom-resources) sections to ROMs.
|
||||
- Added [Nintendo](https://fmhy.net/gamingpiracyguide#nintendo-roms), [Sony](https://fmhy.net/gamingpiracyguide#sony-roms), and [Resource](https://fmhy.net/gamingpiracyguide#rom-resources) sections to ROMs.
|
||||
|
||||
- Added [Rubik's Cube](https://fmhy.net/gaming#rubiks-cube), [Minesweeper](https://fmhy.net/gaming#minesweeper), and [Crossword](https://fmhy.net/gaming#crossword-puzzles) sections to Puzzles.
|
||||
- Added [Rubik's Cube](https://fmhy.net/gamingpiracyguide#rubiks-cube), [Minesweeper](https://fmhy.net/gamingpiracyguide#minesweeper), and [Crossword](https://fmhy.net/gamingpiracyguide#crossword-puzzles) sections to Puzzles.
|
||||
|
||||
- Added [Game Learning](https://fmhy.net/educational#game-learning) section to Educational, with [Rubik's Cube](https://fmhy.net/educational#rubiks-cube) + [Chess](https://fmhy.net/educational#chess) subsections.
|
||||
- Added [Game Learning](https://fmhy.net/edupiracyguide#game-learning) section to Educational, with [Rubik's Cube](https://fmhy.net/edupiracyguide#rubiks-cube) + [Chess](https://fmhy.net/edupiracyguide#chess) subsections.
|
||||
|
||||
- Added [Firefox Tools](https://fmhy.net/internet-tools#firefox-tools) section to Internet.
|
||||
|
||||
- Added [Data Breach Monitoring](https://fmhy.net/privacy#data-breach-monitoring) section to Privacy.
|
||||
- Added [Data Breach Monitoring](https://fmhy.net/adblockvpnguide#data-breach-monitoring) section to Privacy.
|
||||
|
||||
- Added [Task Automation](https://fmhy.net/system-tools#task-automation) section to System Tools.
|
||||
|
||||
- Added [Unix-Like](https://fmhy.net/linux-macos#unix-like) section to the bottom of Linux.
|
||||
- Added [Unix-Like](https://fmhy.net/linuxguide#unix-like) section to the bottom of Linux.
|
||||
|
||||
- Added Size Limits + Signup Requirements to [Remote Torrenting](https://fmhy.net/torrenting#remote-torrenting) descriptions.
|
||||
- Added Size Limits + Signup Requirements to [Remote Torrenting](https://fmhy.net/torrentpiracyguide#remote-torrenting) descriptions.
|
||||
|
||||
- Re-organized [Android Audio Players](https://fmhy.net/mobile#android-audio-players) based on [Poll Results](https://i.imgur.com/2FOFOth.png). The four stars are now: Poweramp, Musicolet, VLC, and Foobar.
|
||||
- Re-organized [Android Audio Players](https://fmhy.net/android-iosguide#android-audio-players) based on [Poll Results](https://i.imgur.com/2FOFOth.png). The four stars are now: Poweramp, Musicolet, VLC, and Foobar.
|
||||
|
||||
- Re-organized [Android Keyboards](https://fmhy.net/mobile#keyboard-tools) based on [Poll Results](https://i.imgur.com/OE8zsC0.png). FUTO managed to keep its top spot, and Heli was bumped up much higher.
|
||||
- Re-organized [Android Keyboards](https://fmhy.net/android-iosguide#keyboard-tools) based on [Poll Results](https://i.imgur.com/OE8zsC0.png). FUTO managed to keep its top spot, and Heli was bumped up much higher.
|
||||
|
||||
- Re-organized [Live Sports](https://fmhy.net/video#live-sports), removed sites w/ broken or dupe players, and starred a few that seemed to stand out. [Before vs. After](https://i.imgur.com/eDioF9L.png).
|
||||
- Re-organized [Live Sports](https://fmhy.net/videopiracyguide#live-sports), removed sites w/ broken or dupe players, and starred a few that seemed to stand out. [Before vs. After](https://i.imgur.com/eDioF9L.png).
|
||||
|
||||
- Re-organized [Radio Streaming](https://fmhy.net/audio#radio-streaming) + [Internet Radio](https://fmhy.net/audio#internet-radio), added new stars, new labels, and moved both sections out of storage.
|
||||
- Re-organized [Radio Streaming](https://fmhy.net/audiopiracyguide#radio-streaming) + [Internet Radio](https://fmhy.net/audiopiracyguide#internet-radio), added new stars, new labels, and moved both sections out of storage.
|
||||
|
||||
- Re-organized [RSS Readers](https://fmhy.net/internet-tools#rss-readers), improved labels, removed bad ones. [Before vs. After](https://i.imgur.com/oAVEC6H.png).
|
||||
|
||||
- Re-organized [Text Adventures](https://fmhy.net/gaming#text-adventures), added labels, and moved out of storage. [Before vs. After](https://i.imgur.com/JrdEDC3.png).
|
||||
- Re-organized [Text Adventures](https://fmhy.net/gamingpiracyguide#text-adventures), added labels, and moved out of storage. [Before vs. After](https://i.imgur.com/JrdEDC3.png).
|
||||
|
||||
- Re-organized Dev Tool Sites, moved out of storage, and separated into [Indexes](https://fmhy.net/developer-tools#dev-tool-indexes) + [Online Toolkits](https://fmhy.net/developer-tools#online-toolkits). [Before vs. After](https://i.imgur.com/JyJOW9v.png).
|
||||
- Re-organized Dev Tool Sites, moved out of storage, and separated into [Indexes](https://fmhy.net/devtools#dev-tool-indexes) + [Online Toolkits](https://fmhy.net/devtools#online-toolkits). [Before vs. After](https://i.imgur.com/JyJOW9v.png).
|
||||
|
||||
- Updated [grading criteria #4 and #5](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) to reward sites that have source auto-switch + episode auto-next working across all their servers. Also merged quality, subtitle, and media type criteria into #1, to simplify scoring, and started giving points for watch party support. This has reduced the total amount of stars, and helped the best sites stand out more. [Before vs. After]( https://i.imgur.com/omYr1pQ.png).
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [Blip](https://fmhy.net/file-tools#file-transfer) in File Transfer. Easily transfer large files over the internet, or your own devices. Well-liked by everyone in our discord who has tried it.
|
||||
|
||||
- Starred [ImageToolbox](https://fmhy.net/mobile#camera-tools) in Android Image Editors. Open-source, feature-rich, and well maintained.
|
||||
- Starred [ImageToolbox](https://fmhy.net/android-iosguide#camera-tools) in Android Image Editors. Open-source, feature-rich, and well maintained.
|
||||
|
||||
- Starred [Parabolic](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Downloaders. Open-source, multi-platform, one of the easier to use YT-DLP frontends.
|
||||
|
||||
|
|
@ -74,13 +74,13 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [GameBanana](https://fmhy.net/gaming-tools#game-mods) in Game Mods. High quality, well-organized, the go-to for certain franchises like Sonic, Celeste, etc.
|
||||
|
||||
- Starred [TETR.IO](https://fmhy.net/gaming#party-multiplayer) in Multiplayer Browser Games. F2P multiplayer Tetris thats popular, feature-rich, and [well-maintained](https://tetr.io/about/patchnotes/) by its devs.
|
||||
- Starred [TETR.IO](https://fmhy.net/gamingpiracyguide#party-multiplayer) in Multiplayer Browser Games. F2P multiplayer Tetris thats popular, feature-rich, and [well-maintained](https://tetr.io/about/patchnotes/) by its devs.
|
||||
|
||||
- Starred [Mario Kart PC](https://fmhy.net/gaming#browser-games) in Browser Games. SNES Style Mario Kart w/ [Custom Maps](https://mkpc.malahieude.net/creations.php) & Multiplayer.
|
||||
- Starred [Mario Kart PC](https://fmhy.net/gamingpiracyguide#browser-games) in Browser Games. SNES Style Mario Kart w/ [Custom Maps](https://mkpc.malahieude.net/creations.php) & Multiplayer.
|
||||
|
||||
- Starred [RootlessJamesDSP](https://fmhy.net/mobile#android-audio) in Android Audio Equalizers. Open-source, supports many apps, AutoEQ support, good Poweramp alt.
|
||||
- Starred [RootlessJamesDSP](https://fmhy.net/android-iosguide#android-audio) in Android Audio Equalizers. Open-source, supports many apps, AutoEQ support, good Poweramp alt.
|
||||
|
||||
- Starred [Plonk It](https://fmhy.net/gaming#geoguessr-games) in GeoGuessr Games. Active community for learning GeoGuessr.
|
||||
- Starred [Plonk It](https://fmhy.net/gamingpiracyguide#geoguessr-games) in GeoGuessr Games. Active community for learning GeoGuessr.
|
||||
|
||||
- Starred [Zed](https://fmhy.net/ai#coding-ais) in Coding AIs. Collaborative coding AI, getting positive attention from [HackerNews](https://news.ycombinator.com/item?id=43959710) + our members.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Re-ordered [AI image generators](https://fmhy.net/ai#image-generation) based on [poll results](https://challonge.com/xfu596g9). Thanks to everyone who voted, and congrats to NexusAI Image for coming out on top.
|
||||
|
||||
- Separated [Image Hosts](https://fmhy.net/image-tools#image-hosts) & [Online Galleries](https://fmhy.net/image-tools#online-galleries) into their own subsections + added size, file retention, and signup requirement tags.
|
||||
- Separated [Image Hosts](https://fmhy.net/img-tools#image-hosts) & [Online Galleries](https://fmhy.net/img-tools#online-galleries) into their own subsections + added size, file retention, and signup requirement tags.
|
||||
|
||||
- Split Web Hosting Sites into [Dynamic](https://fmhy.net/storage#dynamic-page-hosting), [Static](https://fmhy.net/storage#static-page-hosting) & [Builders](https://fmhy.net/storage#website-builders) + added space, monthly transfer and traffic tags to each.
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added mobile optimization scores for all the [streaming sites](<https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading>).
|
||||
|
||||
- Added tags / labels to [Image Upscalers](https://fmhy.net/image-tools#upscale-restore) section.
|
||||
- Added tags / labels to [Image Upscalers](https://fmhy.net/img-tools#upscale-restore) section.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -46,11 +46,11 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [wide.video](https://fmhy.net/video-tools#online-editors) in Online Video Editors. Feature-rich and stands out a lot compared to similar options.
|
||||
|
||||
- Starred [Footballia](https://fmhy.net/video#sports-replays) in Sports Replays. Full classic football matches.
|
||||
- Starred [Footballia](https://fmhy.net/videopiracyguide#sports-replays) in Sports Replays. Full classic football matches.
|
||||
|
||||
- Starred [Geotastic](https://fmhy.net/gaming#geoguessr-games) in GeoGuessr Games. Seems to stand out compared to similar options.
|
||||
- Starred [Geotastic](https://fmhy.net/gamingpiracyguide#geoguessr-games) in GeoGuessr Games. Seems to stand out compared to similar options.
|
||||
|
||||
- Starred [DAREBEE + r/BodyweightFitness Wiki](https://fmhy.net/misc#workout-exercise) in Workout. Multiple fitness routines, both seem to be well liked by the community.
|
||||
- Starred [DAREBEE + r/BodyweightFitness Wiki](https://fmhy.net/miscguide#workout-exercise) in Workout. Multiple fitness routines, both seem to be well liked by the community.
|
||||
|
||||
- Re-starred [Stacher](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Downloaders. People felt as though a good YT-DLP GUI was worth having starred again.
|
||||
|
||||
|
|
|
|||
|
|
@ -23,29 +23,29 @@ in seeing all minor changes you can follow our
|
|||
[Fonts](https://cse.google.com/cse?cx=82154ebab193e493d).
|
||||
|
||||
- Added section for
|
||||
[Productivity Tools](https://fmhy.net/misc#productivity-tools) in Useful
|
||||
[Productivity Tools](https://fmhy.net/miscguide#productivity-tools) in Useful
|
||||
Sites.
|
||||
|
||||
- Added section for [File Recovery](https://fmhy.net/file-tools#file-recovery)
|
||||
in File Tools.
|
||||
|
||||
- Added section for
|
||||
[Fingerprinting / Tracking](https://fmhy.net/privacy#fingerprinting-tracking)
|
||||
[Fingerprinting / Tracking](https://fmhy.net/adblockvpnguide#fingerprinting-tracking)
|
||||
in Privacy.
|
||||
|
||||
- Added sections for
|
||||
[Mario Kart](https://fmhy.net/gaming#mario-kart-tools) +
|
||||
[Geometry Dash](https://fmhy.net/gaming#geometry-dash-tools) in
|
||||
[Mario Kart](https://fmhy.net/gamingpiracyguide#mario-kart-tools) +
|
||||
[Geometry Dash](https://fmhy.net/gamingpiracyguide#geometry-dash-tools) in
|
||||
Gaming.
|
||||
|
||||
- Added section for
|
||||
[Crypto / Bitcoin](https://fmhy.net/misc#crypto-bitcoin) in Career.
|
||||
[Crypto / Bitcoin](https://fmhy.net/miscguide#crypto-bitcoin) in Career.
|
||||
|
||||
- Added section for [Raspberry Pi](https://fmhy.net/linux-macos#raspberry-pi) in
|
||||
- Added section for [Raspberry Pi](https://fmhy.net/linuxguide#raspberry-pi) in
|
||||
Linux.
|
||||
|
||||
- Added sections for [Design Apps](https://fmhy.net/image-tools#design-apps) +
|
||||
[Design Assets](https://fmhy.net/image-tools#free-assets) in Image Tools.
|
||||
- Added sections for [Design Apps](https://fmhy.net/img-tools#design-apps) +
|
||||
[Design Assets](https://fmhy.net/img-tools#free-assets) in Image Tools.
|
||||
|
||||
- Our Minecraft Server is now live. Click
|
||||
**[here](https://fmhy.net/posts/minecraft-server)** to join.
|
||||
|
|
@ -55,7 +55,7 @@ in seeing all minor changes you can follow our
|
|||
### Stars Added ⭐
|
||||
|
||||
- Starred
|
||||
[yet another music server](https://fmhy.net/audio#audio-downloading)
|
||||
[yet another music server](https://fmhy.net/audiopiracyguide#audio-downloading)
|
||||
in Audio Downloading. Multi-site DDL (deezer, qobuz, tidal, spotify, youtube,
|
||||
FLAC.)
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ in seeing all minor changes you can follow our
|
|||
limit GPT-4, tell it to always talk in english.
|
||||
|
||||
- Starred
|
||||
[M4UFree + YesMovies](https://fmhy.net/video#streaming-sites) in
|
||||
[M4UFree + YesMovies](https://fmhy.net/videopiracyguide#streaming-sites) in
|
||||
Streaming. Both have huge libraries, fast 1080p, and have been around for over
|
||||
a decade.
|
||||
|
||||
|
|
@ -74,20 +74,20 @@ in seeing all minor changes you can follow our
|
|||
[Simply Optimized](https://fmhy.net/storage#minecraft-optimization-mods) in
|
||||
Minecraft Optimization. Some prefer this to Fabulously Optimized.
|
||||
|
||||
- Starred [SolidTorrents](https://fmhy.net/torrenting#aggregators) in
|
||||
- Starred [SolidTorrents](https://fmhy.net/torrentpiracyguide#aggregators) in
|
||||
Torrent Aggregators.
|
||||
|
||||
- Starred [MrGamingStreams](https://fmhy.net/video#live-tv-sports) in
|
||||
- Starred [MrGamingStreams](https://fmhy.net/videopiracyguide#live-tv-sports) in
|
||||
Live TV. Fast streams, nice UI, no ads.
|
||||
|
||||
- Starred [720pier](https://fmhy.net/video#sports-streaming) in
|
||||
- Starred [720pier](https://fmhy.net/videopiracyguide#sports-streaming) in
|
||||
Sports Streaming. Sport replay torrents.
|
||||
|
||||
- Starred
|
||||
[Enhancer for YT](https://fmhy.net/social-media-tools#youtube-customization)
|
||||
in YouTube Customization. YouTube enhancement extension.
|
||||
|
||||
- Starred [RatS](https://fmhy.net/video#tracking-discovery) in
|
||||
- Starred [RatS](https://fmhy.net/videopiracyguide#tracking-discovery) in
|
||||
Tracking / Discovery. Sync media ratings between sites.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -28,33 +28,33 @@ in seeing all minor changes you can follow our
|
|||
to [System Tools](/system-tools).
|
||||
|
||||
- Added Chat / Forums, Image / Video, Interactive, Interesting and Random
|
||||
subsections to [Fun Sites](/misc/#fun-sites).
|
||||
subsections to [Fun Sites](/miscguide/#fun-sites).
|
||||
|
||||
- Added [Gardening](/misc/#gardening) section to Miscellaneous.
|
||||
- Added [Gardening](/miscguide/#gardening) section to Miscellaneous.
|
||||
|
||||
- Made a [Software CSE](/downloading/#software-sites) out of the
|
||||
- Made a [Software CSE](/downloadpiracyguide/#software-sites) out of the
|
||||
software sites.
|
||||
|
||||
---
|
||||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Torrminatorr](/gaming/#download-games) in Gaming Sites.
|
||||
- Starred [Torrminatorr](/gamingpiracyguide/#download-games) in Gaming Sites.
|
||||
Tormminatorr is back!
|
||||
|
||||
- Starred [GOG Games](/gaming/#download-games) in Gaming Sites. Gog
|
||||
- Starred [GOG Games](/gamingpiracyguide/#download-games) in Gaming Sites. Gog
|
||||
is back on clearnet!
|
||||
|
||||
- Starred [FileCR](/downloading/#software-sites) in Software Sites.
|
||||
- Starred [FileCR](/downloadpiracyguide/#software-sites) in Software Sites.
|
||||
FileCR has removed their anti-adblock.
|
||||
|
||||
- Starred [Streaminal-TV](/video/#dedicated-hosts) in Streaming
|
||||
- Starred [Streaminal-TV](/videopiracyguide/#dedicated-hosts) in Streaming
|
||||
Sites. Nice UI, fast 1080p.
|
||||
|
||||
- Starred [TokyoInsider](/video/#anime-downloading) in Anime
|
||||
- Starred [TokyoInsider](/videopiracyguide/#anime-downloading) in Anime
|
||||
Downloading. Anime site with single click DDLs.
|
||||
|
||||
- Starred [Cubari](/reading/#manga-sites) in Manga Sites. Multi-site
|
||||
- Starred [Cubari](/readingpiracyguide/#manga-sites) in Manga Sites. Multi-site
|
||||
manga scraper.
|
||||
|
||||
- Starred [FoxyTab](https://addons.mozilla.org/en-US/firefox/addon/foxytab/),
|
||||
|
|
@ -63,12 +63,12 @@ in seeing all minor changes you can follow our
|
|||
[Scroll Anywhere](https://addons.mozilla.org/en-US/firefox/addon/scroll_anywhere/)
|
||||
in Browser Extensions.
|
||||
|
||||
- Starred [PokeSmash](/misc/#random) in Fun Sites.
|
||||
- Starred [PokeSmash](/miscguide/#random) in Fun Sites.
|
||||
|
||||
- Re-added + starred [WCO](/video/#cartoon-streaming) in Cartoon
|
||||
- Re-added + starred [WCO](/videopiracyguide/#cartoon-streaming) in Cartoon
|
||||
Streaming. This went paid for a bit, but seems to be free again.
|
||||
|
||||
- Re-added + starred [CloudStream](/mobile/#android-streaming) in
|
||||
- Re-added + starred [CloudStream](/android-iosguide/#android-streaming) in
|
||||
Android Streaming. Some extensions are still getting updates.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -20,50 +20,50 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Added [Multi-Game](https://fmhy.net/gaming#multi-game-sites),
|
||||
[Party](https://fmhy.net/gaming#party-games),
|
||||
[Shooter](https://fmhy.net/gaming#shooter),
|
||||
[Platforming](https://fmhy.net/gaming#platformer),
|
||||
[Simulation](https://fmhy.net/gaming#simulation),
|
||||
[Arcade](https://fmhy.net/gaming#arcade) and
|
||||
[RPG](https://fmhy.net/gaming#rpg) sections to Browser Games.
|
||||
- Added [Multi-Game](https://fmhy.net/gamingpiracyguide#multi-game-sites),
|
||||
[Party](https://fmhy.net/gamingpiracyguide#party-games),
|
||||
[Shooter](https://fmhy.net/gamingpiracyguide#shooter),
|
||||
[Platforming](https://fmhy.net/gamingpiracyguide#platformer),
|
||||
[Simulation](https://fmhy.net/gamingpiracyguide#simulation),
|
||||
[Arcade](https://fmhy.net/gamingpiracyguide#arcade) and
|
||||
[RPG](https://fmhy.net/gamingpiracyguide#rpg) sections to Browser Games.
|
||||
|
||||
- Added [Med School](https://fmhy.net/educational#med-school),
|
||||
[Philosophy](https://fmhy.net/educational#philosophy) and
|
||||
[Geography](https://fmhy.net/educational#geography-datasets) sections to
|
||||
- Added [Med School](https://fmhy.net/edupiracyguide#med-school),
|
||||
[Philosophy](https://fmhy.net/edupiracyguide#philosophy) and
|
||||
[Geography](https://fmhy.net/edupiracyguide#geography-datasets) sections to
|
||||
Education.
|
||||
|
||||
- Added [Linux Guides](https://fmhy.net/linux-macos#linux-guides) and
|
||||
[Window Managers](https://fmhy.net/linux-macos#window-managers) sections to
|
||||
- Added [Linux Guides](https://fmhy.net/linuxguide#linux-guides) and
|
||||
[Window Managers](https://fmhy.net/linuxguide#window-managers) sections to
|
||||
Linux.
|
||||
|
||||
- Added [Public Domain](https://fmhy.net/reading#public-domain)
|
||||
- Added [Public Domain](https://fmhy.net/readingpiracyguide#public-domain)
|
||||
section to Reading.
|
||||
|
||||
- Added [German](https://fmhy.net/educational#german) section to Language
|
||||
- Added [German](https://fmhy.net/edupiracyguide#german) section to Language
|
||||
Learning.
|
||||
|
||||
- Renamed Audio Download to
|
||||
[Audio Ripping](https://fmhy.net/audio#audio-ripping), cleaned up
|
||||
[Audio Ripping](https://fmhy.net/audiopiracyguide#audio-ripping), cleaned up
|
||||
the section, and separated sites and tools into their own subsections.
|
||||
|
||||
- Cleaned up
|
||||
[qBittorrent Tools](https://fmhy.net/torrenting#qbittorrent-tools),
|
||||
[qBittorrent Tools](https://fmhy.net/torrentpiracyguide#qbittorrent-tools),
|
||||
[Paywall Bypass](https://fmhy.net/internet-tools#paywall-bypass),
|
||||
[Pastebins](https://fmhy.pages.dev/text-tools#pastebins) and
|
||||
[OSINT](https://fmhy.net/internet-tools#open-source-intelligence) sections.
|
||||
|
||||
- Moved [Periodic Tables](https://fmhy.net/educational#periodic-tables),
|
||||
[Quotes](https://fmhy.net/educational#quote-indexes),
|
||||
[File Scanners](https://fmhy.net/privacy#file-scanners) and
|
||||
[Sheet Music](https://fmhy.net/audio#sheet-music) out of storage
|
||||
- Moved [Periodic Tables](https://fmhy.net/edupiracyguide#periodic-tables),
|
||||
[Quotes](https://fmhy.net/edupiracyguide#quote-indexes),
|
||||
[File Scanners](https://fmhy.net/adblockvpnguide#file-scanners) and
|
||||
[Sheet Music](https://fmhy.net/audiopiracyguide#sheet-music) out of storage
|
||||
into main sections.
|
||||
|
||||
- Moved [Gaming Tools](https://fmhy.net/gaming-tools) out of gaming onto its own
|
||||
page.
|
||||
|
||||
- Separated [Painting](https://fmhy.net/image-tools#painting) and
|
||||
[Drawing](https://fmhy.net/image-tools#drawing) into their own sections.
|
||||
- Separated [Painting](https://fmhy.net/img-tools#painting) and
|
||||
[Drawing](https://fmhy.net/img-tools#drawing) into their own sections.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -73,29 +73,29 @@ in seeing all minor changes you can follow our
|
|||
System Debloating. Collaborative project by our discord members, let us know
|
||||
what you think or if you have any suggestions for it.
|
||||
|
||||
- Starred [Nunflix](https://fmhy.net/video#multi-server) in
|
||||
- Starred [Nunflix](https://fmhy.net/videopiracyguide#multi-server) in
|
||||
Streaming. Multi-server streaming with fast hosts and nice UI.
|
||||
|
||||
- Starred [Game Bounty](https://fmhy.net/downloading#software-sites) in
|
||||
- Starred [Game Bounty](https://fmhy.net/downloadpiracyguide#software-sites) in
|
||||
Software as they've started uploading software recently.
|
||||
|
||||
- Starred [FastStream](https://fmhy.net/video#helpful-sites-tools) in
|
||||
- Starred [FastStream](https://fmhy.net/videopiracyguide#helpful-sites-tools) in
|
||||
Streaming Tools. Fragmentation streaming which speeds up browser video
|
||||
buffering.
|
||||
|
||||
- Starred [Mumble](https://fmhy.net/internet-tools#chat-tools) in Chat Tools.
|
||||
Oldschool voice chat client used and loved by many.
|
||||
|
||||
- Starred [Tixati](https://fmhy.net/torrenting#torrent-clients) in
|
||||
- Starred [Tixati](https://fmhy.net/torrentpiracyguide#torrent-clients) in
|
||||
Torrent Clients. Simple client still popular in some circles.
|
||||
|
||||
- Starred [SpecialK](https://fmhy.net/gaming-tools#optimization-tools) in Gaming
|
||||
Optimization. Feature-rich game optimization tool.
|
||||
|
||||
- Starred [qView](https://fmhy.net/image-tools#image-viewers) in Image Viewers.
|
||||
- Starred [qView](https://fmhy.net/img-tools#image-viewers) in Image Viewers.
|
||||
Minimal and efficient open-source image viewer.
|
||||
|
||||
- Starred [SauceNAO](https://fmhy.net/image-tools#reverse-image-search) in Reverse
|
||||
- Starred [SauceNAO](https://fmhy.net/img-tools#reverse-image-search) in Reverse
|
||||
Image Search. Multi-site search engine.
|
||||
|
||||
- Starred [Puter](https://fmhy.net/system-tools#os-emulators) in OS Emulators.
|
||||
|
|
@ -109,7 +109,7 @@ in seeing all minor changes you can follow our
|
|||
Minecraft Tools. Comprehensive block info database.
|
||||
|
||||
- Starred
|
||||
[Shazam + WatZatSong](https://fmhy.net/audio#song-identification)
|
||||
[Shazam + WatZatSong](https://fmhy.net/audiopiracyguide#song-identification)
|
||||
in Song Identification. Popular song identification tools.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -24,13 +24,13 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added [ARPG / MMORPG](https://fmhy.net/gaming-tools#arpg-mmorpg-tools) section in Gaming Tools.
|
||||
|
||||
- Added [STEM](https://fmhy.net/reading#stem-resources) + [Kindle Tools](https://fmhy.net/reading#kindle-tools) sections in Reading.
|
||||
- Added [STEM](https://fmhy.net/readingpiracyguide#stem-resources) + [Kindle Tools](https://fmhy.net/readingpiracyguide#kindle-tools) sections in Reading.
|
||||
|
||||
- Added [Disc Utilities](https://fmhy.net/video-tools#disc-utilities) + [Video Enhancement / Effects](https://fmhy.net/video-tools#video-enhancement-effects) sections in Video Tools.
|
||||
|
||||
- Split Steam / Epic section into subsections: [Client Tools](https://fmhy.net/gaming-tools#client-tools), [DLC Unlock / DRM Bypass](https://fmhy.net/gaming-tools#dlc-unlock-drm-bypass), [Steam Store](https://fmhy.net/gaming-tools#steam-store).
|
||||
|
||||
- Split macOS section into subsections: [Video](https://fmhy.net/linux-macos#mac-video), [Audio](https://fmhy.net/linux-macos#mac-audio), [Image](https://fmhy.net/linux-macos#mac-images), [Internet](https://fmhy.net/linux-macos#mac-internet), [System](https://fmhy.net/linux-macos#system-tools), [File](https://fmhy.net/linux-macos#file-tools-1).
|
||||
- Split macOS section into subsections: [Video](https://fmhy.net/linuxguide#mac-video), [Audio](https://fmhy.net/linuxguide#mac-audio), [Image](https://fmhy.net/linuxguide#mac-images), [Internet](https://fmhy.net/linuxguide#mac-internet), [System](https://fmhy.net/linuxguide#system-tools), [File](https://fmhy.net/linuxguide#file-tools-1).
|
||||
|
||||
- Split PDF Tools into subsections: [Online Toolkits](https://fmhy.net/file-tools#online-pdf-toolkits), [Offline Toolkits](https://fmhy.net/file-tools#offline-pdf-toolkits), [Conversion](https://fmhy.net/file-tools#pdf-conversion-tools), [Utilities](https://fmhy.net/file-tools#pdf-utilities).
|
||||
|
||||
|
|
@ -40,13 +40,13 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Re-organized & added labels to [Ambient Sound Mixers](https://fmhy.net/storage#ambient-sound-mixers) and [Android Browsers](https://fmhy.net/storage#android-browsers). [Before vs. After](https://i.imgur.com/F48u9pk.png)
|
||||
|
||||
- Re-organized & added labels to [Website Templates](https://fmhy.net/storage#website-templates), [Wordpress Themes](https://fmhy.net/storage#wordpress-themes) and [YouTube Movies](https://fmhy.net/video#free-w-ads). [Before vs. After](https://i.imgur.com/Q84jTaz.png)
|
||||
- Re-organized & added labels to [Website Templates](https://fmhy.net/storage#website-templates), [Wordpress Themes](https://fmhy.net/storage#wordpress-themes) and [YouTube Movies](https://fmhy.net/videopiracyguide#free-w-ads). [Before vs. After](https://i.imgur.com/Q84jTaz.png)
|
||||
|
||||
- Re-organized [Manga Section](https://fmhy.net/reading#manga) based on [Poll Results](https://challonge.com/lzbv9baj/). Congrats to ComicK for coming out on top.
|
||||
- Re-organized [Manga Section](https://fmhy.net/readingpiracyguide#manga) based on [Poll Results](https://challonge.com/lzbv9baj/). Congrats to ComicK for coming out on top.
|
||||
|
||||
- Moved [Website Generators](https://fmhy.net/developer-tools#website-generators) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/V1DWN9D.jpeg)
|
||||
- Moved [Website Generators](https://fmhy.net/devtools#website-generators) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/V1DWN9D.jpeg)
|
||||
|
||||
- Moved [3D Modeling + CAD Sections](https://fmhy.net/image-tools#_3d-models) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/4V41Zdx.png)
|
||||
- Moved [3D Modeling + CAD Sections](https://fmhy.net/img-tools#_3d-models) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/4V41Zdx.png)
|
||||
|
||||
- All media tracking sections have now been split into Tracking / Databases and Recommendations. This applies to Streaming, Gaming, Reading, and Audio sections.
|
||||
|
||||
|
|
@ -54,31 +54,31 @@ in seeing all minor changes you can follow our
|
|||
|
||||
# Stars Added ⭐
|
||||
|
||||
- Starred [AnimeKai](https://fmhy.net/video) in Anime Streaming. Feature-rich, huge library, fast servers. People seem to really like it, so we've moved it to the #1 spot.
|
||||
- Starred [AnimeKai](https://fmhy.net/videopiracyguide) in Anime Streaming. Feature-rich, huge library, fast servers. People seem to really like it, so we've moved it to the #1 spot.
|
||||
|
||||
- Starred both [111477 + DramaSuki](https://fmhy.net/video#drives-directories) in Drives / Directories. Both have fast speeds and lots of content.
|
||||
- Starred both [111477 + DramaSuki](https://fmhy.net/videopiracyguide#drives-directories) in Drives / Directories. Both have fast speeds and lots of content.
|
||||
|
||||
- Starred [BatCave](https://fmhy.net/reading#comics) in Comic Sites. New comic site with tracking, ratings, and a nice UI.
|
||||
- Starred [BatCave](https://fmhy.net/readingpiracyguide#comics) in Comic Sites. New comic site with tracking, ratings, and a nice UI.
|
||||
|
||||
- Starred [PairDrop](https://fmhy.net/file-tools#p2p-transfer) in P2P File Transfer. Open-source, easy to use, allows creating rooms.
|
||||
|
||||
- Starred [Five Books](https://fmhy.net/reading#curated-recommendations) in Book Recommendations. Expert recommended top 5 lists with lots of categories.
|
||||
- Starred [Five Books](https://fmhy.net/readingpiracyguide#curated-recommendations) in Book Recommendations. Expert recommended top 5 lists with lots of categories.
|
||||
|
||||
- Starred [VideoGameCanon](https://fmhy.net/gaming-tools#curated-recommendations) in Game Recommendations. Game top 1000 list that people in our server find useful.
|
||||
|
||||
- Starred [Mini QR](https://fmhy.net/internet-tools#url-tools) in URL Tools. Lets you create custom QR code art.
|
||||
|
||||
- Starred [Table Habit](https://fmhy.net/mobile#productivity-trackers) in Android Productivity Trackers. Open-source, updated regularly, and has a nice UI.
|
||||
- Starred [Table Habit](https://fmhy.net/android-iosguide#productivity-trackers) in Android Productivity Trackers. Open-source, updated regularly, and has a nice UI.
|
||||
|
||||
- Starred both [BGBye + pixelcut](https://fmhy.net/storage#background-removers) in Background Removers as they seemed to work the best.
|
||||
|
||||
- Starred [EncycloSearch](https://encyclosearch.org/) in Encyclopedias. Combines two dozen encyclopedias into one search engine.
|
||||
|
||||
- Starred [Exact Audio Copy](https://fmhy.net/audio#audio-ripping-tools) in Audio Ripping. Popular CD ripping tool, recommended in Redacted's interview guide.
|
||||
- Starred [Exact Audio Copy](https://fmhy.net/audiopiracyguide#audio-ripping-tools) in Audio Ripping. Popular CD ripping tool, recommended in Redacted's interview guide.
|
||||
|
||||
- Switched to [AI Studio](https://fmhy.net/ai#online-chatbots) as Google's main chatbot as it works well on mobile, is less laggy, has chat history, and less censorship than Gemini.
|
||||
|
||||
- Added [Free-Official-Youtube-Content](https://fmhy.net/video#free-w-ads) as a index emoji in Free w/ Ads. Not a star, but I feel its good enough to mention.
|
||||
- Added [Free-Official-Youtube-Content](https://fmhy.net/videopiracyguide#free-w-ads) as a index emoji in Free w/ Ads. Not a star, but I feel its good enough to mention.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- The [FMHY SafeGuard](https://github.com/kenhendricks00/FMHY-SafeGuard) extension is ready to be tested. Let us know how it works for you guys, and ty to everyone who made it happen.
|
||||
|
||||
- Split [FOSS](https://fmhy.net/downloading#foss-sites) and [Freeware](https://fmhy.net/downloading#freeware-sites) into separate sections, and cleaned up formatting: [before vs after](https://i.ibb.co/M5F1Dk7/image.png).
|
||||
- Split [FOSS](https://fmhy.net/downloadpiracyguide#foss-sites) and [Freeware](https://fmhy.net/downloadpiracyguide#freeware-sites) into separate sections, and cleaned up formatting: [before vs after](https://i.ibb.co/M5F1Dk7/image.png).
|
||||
|
||||
- Split [Text Editors](https://fmhy.net/text-tools#text-editors) and [Note-Taking](https://fmhy.net/text-tools#note-taking) into separate sections, added labels, and removed any that were low quality or abandoned.
|
||||
|
||||
- Split [Radio Stations](https://fmhy.net/audio#radio-streaming) and [Podcasts](https://fmhy.net/audio#podcast-streaming) into separate sections.
|
||||
- Split [Radio Stations](https://fmhy.net/audiopiracyguide#radio-streaming) and [Podcasts](https://fmhy.net/audiopiracyguide#podcast-streaming) into separate sections.
|
||||
|
||||
- Added tags to bookmark managers, and removed ones that looked low quality: [before vs after](https://i.ibb.co/nczmmrv/3453453453.jpg).
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added tags to Link in Bio, and removed any that seemed low quality: [before vs after](https://i.ibb.co/BjZ3SpR/image.png).
|
||||
|
||||
- Added a [Special Interests](https://fmhy.net/gaming#special-interest) section to gaming, to help debloat the main DDL section a bit.
|
||||
- Added a [Special Interests](https://fmhy.net/gamingpiracyguide#special-interest) section to gaming, to help debloat the main DDL section a bit.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -48,23 +48,23 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [Kdenlive](https://fmhy.net/video-tools#video-editors) in Video Editors. Open-source, feature-rich, multi-platform editor.
|
||||
|
||||
- Starred [Khinsider](https://fmhy.net/audio#game-soundtracks) in Game Soundtracks. Popular soundtrack site with big library.
|
||||
- Starred [Khinsider](https://fmhy.net/audiopiracyguide#game-soundtracks) in Game Soundtracks. Popular soundtrack site with big library.
|
||||
|
||||
- Starred [Camo](https://fmhy.net/video-tools) in Video Tools. Allows you to use any device as a webcam.
|
||||
|
||||
- Starred [FMSTREAM](https://fmhy.net/storage#live-radio) in Radio Streaming. The biggest online radio directory on the internet.
|
||||
|
||||
- Starred [Thunderbird](https://fmhy.net/mobile#android-internet) in Android Internet as its just a better version of K-9 Mail.
|
||||
- Starred [Thunderbird](https://fmhy.net/android-iosguide#android-internet) in Android Internet as its just a better version of K-9 Mail.
|
||||
|
||||
- Starred [Pixlr](https://fmhy.net/image-tools#online-editors) in Online Image Editors. Feature-rich editor with nice UI. Has daily limit but it can be bypassed with the script linked.
|
||||
- Starred [Pixlr](https://fmhy.net/img-tools#online-editors) in Online Image Editors. Feature-rich editor with nice UI. Has daily limit but it can be bypassed with the script linked.
|
||||
|
||||
- Starred [x266.mov](https://fmhy.net/social-media-tools#discord-tools) in Discord Tools. Allows you to embed large videos on Discord.
|
||||
|
||||
- Starred [Playlists.cloud](https://fmhy.net/audio#spotify-tools) in Spotify Tools. Unlimited playlist transfer between Spotify / Apple Music.
|
||||
- Starred [Playlists.cloud](https://fmhy.net/audiopiracyguide#spotify-tools) in Spotify Tools. Unlimited playlist transfer between Spotify / Apple Music.
|
||||
|
||||
- Starred [InfiCourses](https://fmhy.net/educational#downloading) in Course DDL. Big library with courses tough to find elsewhere.
|
||||
- Starred [InfiCourses](https://fmhy.net/edupiracyguide#downloading) in Course DDL. Big library with courses tough to find elsewhere.
|
||||
|
||||
- Starred [Excalidraw](https://fmhy.net/image-tools#drawing) in Drawing Tools. Feature-rich compared to similar web apps.
|
||||
- Starred [Excalidraw](https://fmhy.net/img-tools#drawing) in Drawing Tools. Feature-rich compared to similar web apps.
|
||||
|
||||
- Went through [SMS verification](https://fmhy.net/storage#sms-verification-sites) and starred ones that stood out the most.
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in seeing all minor changes you can follow our
|
|||
from FMHY. You can also download the guides yourself by using this
|
||||
[script](https://gist.github.com/Rust1667/efc055debaf4876e4de39cc0d32f18c1).
|
||||
|
||||
- Made a [Pokémon](/gaming/#pok%C3%A9mon-tools) section in Gaming
|
||||
- Made a [Pokémon](/gamingpiracyguide/#pok%C3%A9mon-tools) section in Gaming
|
||||
Tools and an [Email](/internet-tools#email-tools) section in Internet Tools.
|
||||
|
||||
- Added [emojis](https://i.imgur.com/mgYq8nF.png) to indicate when we're linking
|
||||
|
|
@ -39,20 +39,20 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [Nova AI](/ai/#ai-chatbots) in AI Chatbots. Gives free GPT-4 tokens.
|
||||
|
||||
- Starred [BlueROMs](/gaming/#rom-sites) in ROM sites. Simple DDL
|
||||
- Starred [BlueROMs](/gamingpiracyguide/#rom-sites) in ROM sites. Simple DDL
|
||||
site with lots of systems.
|
||||
|
||||
- Starred [Qiwi](/storage/#file-sharing-tools) in File Hosts. Fast host that's
|
||||
becoming popular in piracy circles.
|
||||
|
||||
- Starred Moo and Media in
|
||||
[Video Drives](/video/#drives--directories). Fast drives with lots
|
||||
[Video Drives](/videopiracyguide/#drives--directories). Fast drives with lots
|
||||
of content.
|
||||
|
||||
- Starred [WiiUDownloader](/gaming/#rom-sites) in ROM sites. Updated
|
||||
- Starred [WiiUDownloader](/gamingpiracyguide/#rom-sites) in ROM sites. Updated
|
||||
more frequently than WiiUSBHelper.
|
||||
|
||||
- Starred [Time4TV](/video/#live-tv--sports) in Live TV. Fast
|
||||
- Starred [Time4TV](/videopiracyguide/#live-tv--sports) in Live TV. Fast
|
||||
streams, lots of channels.
|
||||
|
||||
- Starred [TamperMonkey](/storage/#userscript-managers) in Userscript Managers.
|
||||
|
|
@ -61,13 +61,13 @@ in seeing all minor changes you can follow our
|
|||
- Starred [PeaZip](/storage/#compression-programs) in File Archivers.
|
||||
Open-source, supports many formats.
|
||||
|
||||
- Starred [Miru](/mobile/#android-streaming) in Android Streaming.
|
||||
- Starred [Miru](/android-iosguide/#android-streaming) in Android Streaming.
|
||||
Open-source, multi-format media app.
|
||||
|
||||
- Starred [gibMacOS](/linux-macos/#mac-tools--apps) in Mac Tools. Easily download
|
||||
- Starred [gibMacOS](/linuxguide/#mac-tools--apps) in Mac Tools. Easily download
|
||||
MacOS.
|
||||
|
||||
- Starred [AppsTorrent](/linux-macos/#mac-software) in Mac Software. Popular Mac
|
||||
- Starred [AppsTorrent](/linuxguide/#mac-software) in Mac Software. Popular Mac
|
||||
Software site with many Apps.
|
||||
|
||||
- Starred [PlayPhrase](/video-tools) in Video Tools. Search entire internet for
|
||||
|
|
@ -76,7 +76,7 @@ in seeing all minor changes you can follow our
|
|||
- Starred [Magic ToDo](/storage/#note-taking--to-do-apps) in To Do Apps.
|
||||
Automatic Task Breakdown AI.
|
||||
|
||||
- Starred [SafeSubstance](/misc/#health) in Health. Drug Information / Side
|
||||
- Starred [SafeSubstance](/miscguide/#health) in Health. Drug Information / Side
|
||||
Effects.
|
||||
|
||||
- Starred [TinyKittens](https://tinykittens.com/) in General Tools. Kitten
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Did a complete overhaul of the **[Beginners Guide](https://fmhy.net/beginners-guide)**. Removed outdated links, added new sites, and rewrote all the tips.
|
||||
|
||||
- Reorganized the [Anime Streaming](https://fmhy.net/video#anime-streaming) section based on **[tournament results](https://challonge.com/Anime_Streaming.svg)**.
|
||||
- Reorganized the [Anime Streaming](https://fmhy.net/videopiracyguide#anime-streaming) section based on **[tournament results](https://challonge.com/Anime_Streaming.svg)**.
|
||||
|
||||
- Reorganized both [Multi / Single Hosts](https://ibb.co/X7SC3f8) in the [Streaming section](https://fmhy.net/video) as people felt they were somewhat outdated.
|
||||
- Reorganized both [Multi / Single Hosts](https://ibb.co/X7SC3f8) in the [Streaming section](https://fmhy.net/videopiracyguide) as people felt they were somewhat outdated.
|
||||
|
||||
- Added section for [Steam Deck](https://fmhy.net/gaming-tools#steam-deck) in Gaming Tools.
|
||||
|
||||
|
|
@ -32,27 +32,27 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [datadiff](https://fmhy.net/video#drives-directories) in Drives / Directories. Media directory with fast download speed, similar to vadapav / moo.
|
||||
- Starred [datadiff](https://fmhy.net/videopiracyguide#drives-directories) in Drives / Directories. Media directory with fast download speed, similar to vadapav / moo.
|
||||
|
||||
- Starred [Proton Pass](https://fmhy.net/internet-tools#password-managers) in Password Managers. Feature-rich manager comparable with things like Bitwarden.
|
||||
|
||||
- Starred [Miruro](https://fmhy.net/video#anime-streaming) in Anime Streaming. This was the winner of our anime streaming polls.
|
||||
- Starred [Miruro](https://fmhy.net/videopiracyguide#anime-streaming) in Anime Streaming. This was the winner of our anime streaming polls.
|
||||
|
||||
- Starred [RockMods](https://fmhy.net/mobile#modded-apks) in Modded APKs. RockMods label all their releases correctly, and are usually one of the main sources of other groups.
|
||||
- Starred [RockMods](https://fmhy.net/android-iosguide#modded-apks) in Modded APKs. RockMods label all their releases correctly, and are usually one of the main sources of other groups.
|
||||
|
||||
- Starred [Openstax](https://fmhy.net/reading#educational-books) in Educational Books. Well-organized educational textbook site.
|
||||
- Starred [Openstax](https://fmhy.net/readingpiracyguide#educational-books) in Educational Books. Well-organized educational textbook site.
|
||||
|
||||
- Starred [Yet Another Call Blocker](https://fmhy.net/mobile#number-sms) in Number / SMS. Hasn't been updated in awhile, but it doesn't need to be as its connected to a crowdsourced number [database](https://www.shouldianswer.com/).
|
||||
- Starred [Yet Another Call Blocker](https://fmhy.net/android-iosguide#number-sms) in Number / SMS. Hasn't been updated in awhile, but it doesn't need to be as its connected to a crowdsourced number [database](https://www.shouldianswer.com/).
|
||||
|
||||
- Starred [UrlCheck](https://fmhy.net/mobile#android-privacy) in Android Privacy. Customizable open-source URL cleaner for android.
|
||||
- Starred [UrlCheck](https://fmhy.net/android-iosguide#android-privacy) in Android Privacy. Customizable open-source URL cleaner for android.
|
||||
|
||||
- Starred [Rev Wallpaper](https://fmhy.net/system-tools#wallpapers) in Wallpapers. Reverse wallpaper search engine.
|
||||
|
||||
- Starred [Edge-Remover](https://fmhy.net/internet-tools#browser-tools) in Browser Tools. Easy way to uninstall microsoft edge.
|
||||
|
||||
- Starred [Akuse](https://fmhy.net/video#anime-streaming) in Anime Streaming. Open-source anime app with nice UI.
|
||||
- Starred [Akuse](https://fmhy.net/videopiracyguide#anime-streaming) in Anime Streaming. Open-source anime app with nice UI.
|
||||
|
||||
- Starred [Movies Countdown](https://fmhy.net/video#calendar-upcoming) in Calendar / Upcoming. Tracks upcoming movie releases, both digital and theater.
|
||||
- Starred [Movies Countdown](https://fmhy.net/videopiracyguide#calendar-upcoming) in Calendar / Upcoming. Tracks upcoming movie releases, both digital and theater.
|
||||
|
||||
- Starred [Simple Tab Groups](https://fmhy.net/storage#tab-managers) in Tab Managers. Feature-rich tab manager with plugin support.
|
||||
|
||||
|
|
|
|||
|
|
@ -20,33 +20,33 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Wiki Updates
|
||||
|
||||
- Split Linux Tools into subcategories: [System](/linux-macos/#linux-system),
|
||||
[Apps](/linux-macos/#linux-apps), [Internet](/linux-macos/#linux-internet),
|
||||
[Terminal / Shell](/linux-macos/#terminal--shell) and
|
||||
[Customization](/linux-macos/#customization).
|
||||
- Split Linux Tools into subcategories: [System](/linuxguide/#linux-system),
|
||||
[Apps](/linuxguide/#linux-apps), [Internet](/linuxguide/#linux-internet),
|
||||
[Terminal / Shell](/linuxguide/#terminal--shell) and
|
||||
[Customization](/linuxguide/#customization).
|
||||
|
||||
- NSFW has been [overhauled](/nsfwpiracy/) with a bunch of new sites and
|
||||
sections.
|
||||
|
||||
- Added Z-Libs new [Desktop App / Extension](/reading/#reading-sites)
|
||||
- Added Z-Libs new [Desktop App / Extension](/readingpiracyguide/#reading-sites)
|
||||
in Reading Sites.
|
||||
|
||||
- Replaced 9anime with [AniWave](/video/#anime-streaming) as they've
|
||||
- Replaced 9anime with [AniWave](/videopiracyguide/#anime-streaming) as they've
|
||||
[rebranded](https://torrentfreak.com/9anime-rebrands-to-aniwave-citing-legal-troubles-230802/)
|
||||
to avoid blocking.
|
||||
|
||||
- Replaced link to IDM in Download Managers with
|
||||
[activation script](/storage/#file-download-managers).
|
||||
|
||||
- Replaced /r/VPN with [r/VPNs](https://www.reddit.com/r/vpns/) in our sidebar,
|
||||
- Replaced /r/VPN with [/r/VPNs](https://www.reddit.com/r/vpns/) in our sidebar,
|
||||
as it allows users to discuss providers.
|
||||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred SusFlix and The Movie Archive in
|
||||
[Streaming Sites](/video/#multi-server). Big libraries, 4K quality.
|
||||
[Streaming Sites](/videopiracyguide/#multi-server). Big libraries, 4K quality.
|
||||
|
||||
- Starred [Dhokla](/video/#drives--directories) in video downloading.
|
||||
- Starred [Dhokla](/videopiracyguide/#drives--directories) in video downloading.
|
||||
Big drive, fast downloads.
|
||||
|
||||
- Starred
|
||||
|
|
@ -56,29 +56,29 @@ in seeing all minor changes you can follow our
|
|||
- Starred [NanaZip](/storage/#compression-programs) in File Archivers.
|
||||
Open-source, modern design, preferred over 7-Zip by some.
|
||||
|
||||
- Starred [Deluge](/torrenting/#torrent-clients) in Torrent Clients.
|
||||
- Starred [Deluge](/torrentpiracyguide/#torrent-clients) in Torrent Clients.
|
||||
Open-source client with many useful
|
||||
[plugins](https://dev.deluge-torrent.org/wiki/Plugins).
|
||||
|
||||
- Starred [InnerTune](/mobile/#android-audio) in Android Audio.
|
||||
- Starred [InnerTune](/android-iosguide/#android-audio) in Android Audio.
|
||||
Open-source YouTube Music client.
|
||||
|
||||
- Starred APKPure and UpToDown in
|
||||
[Untouched APKs](/mobile/#untouched-apks).
|
||||
[Untouched APKs](/android-iosguide/#untouched-apks).
|
||||
|
||||
- Starred EverythingMoe and Ripped in [Indexes](/misc/#indexes). Solid
|
||||
- Starred EverythingMoe and Ripped in [Indexes](/miscguide/#indexes). Solid
|
||||
Piracy Indexes.
|
||||
|
||||
- Starred [ReadAllComics](/reading/#comic-sites) in Comics. Big
|
||||
- Starred [ReadAllComics](/readingpiracyguide/#comic-sites) in Comics. Big
|
||||
library, no captcha.
|
||||
|
||||
- Starred [WatchWrestling24](/video/#sports-streaming) in Sports
|
||||
- Starred [WatchWrestling24](/videopiracyguide/#sports-streaming) in Sports
|
||||
Streaming. Good video hosts, quick uploads.
|
||||
|
||||
- Starred [Sandboxie Plus](/privacy/#antivirus) in Antivirus.
|
||||
- Starred [Sandboxie Plus](/adblockvpnguide/#antivirus) in Antivirus.
|
||||
User-friendly software sandbox / [Guide](https://rentry.co/sandboxie-guide).
|
||||
|
||||
- Starred [DarkPatternsTipline](/misc/#shopping) in Shopping. Deceptive
|
||||
- Starred [DarkPatternsTipline](/miscguide/#shopping) in Shopping. Deceptive
|
||||
Service Design Tipline.
|
||||
|
||||
- Starred [Scoop](/storage/#package-managers) in Package Managers. Command-line
|
||||
|
|
|
|||
|
|
@ -28,19 +28,19 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Added [ChatGPT Tools](https://fmhy.net/ai#chatgpt-tools), [AI Benchmarks](https://fmhy.net/ai#ai-benchmarks) and [AI Search Engine](https://fmhy.net/ai#ai-search-engines) sections to AI.
|
||||
|
||||
- Added [YouTube Music](https://fmhy.net/mobile#youtube-music-clients) and [YouTube App](https://fmhy.net/mobile#ios-youtube-apps) (ios) sections to Mobile.
|
||||
- Added [YouTube Music](https://fmhy.net/android-iosguide#youtube-music-clients) and [YouTube App](https://fmhy.net/android-iosguide#ios-youtube-apps) (ios) sections to Mobile.
|
||||
|
||||
- Added [Coding Tools](https://fmhy.net/developer-tools#coding-tools) and [Android Code Editor](https://fmhy.net/developer-tools#android-code-editors) sections to Code Editors.
|
||||
- Added [Coding Tools](https://fmhy.net/devtools#coding-tools) and [Android Code Editor](https://fmhy.net/devtools#android-code-editors) sections to Code Editors.
|
||||
|
||||
- Added [Geoguessr](https://fmhy.net/gaming#geoguessr-games) section to Browser Games.
|
||||
- Added [Geoguessr](https://fmhy.net/gamingpiracyguide#geoguessr-games) section to Browser Games.
|
||||
|
||||
- Added [Cloud Managers](https://fmhy.net/file-tools#cloud-managers) section to File Tools.
|
||||
|
||||
- Added [JEE / NEET](https://fmhy.net/educational#jee-neet) section in Edu Tools.
|
||||
- Added [JEE / NEET](https://fmhy.net/edupiracyguide#jee-neet) section in Edu Tools.
|
||||
|
||||
- Added [Streaming APIs](https://fmhy.net/video#streaming-apis) section to Streaming.
|
||||
- Added [Streaming APIs](https://fmhy.net/videopiracyguide#streaming-apis) section to Streaming.
|
||||
|
||||
- Split Audiobooks into [Downloading](https://fmhy.net/reading#downloading) and [Streaming](https://fmhy.net/reading#streaming).
|
||||
- Split Audiobooks into [Downloading](https://fmhy.net/readingpiracyguide#downloading) and [Streaming](https://fmhy.net/readingpiracyguide#streaming).
|
||||
|
||||
- Made FMHY site logo easier to switch (click it 5 times).
|
||||
|
||||
|
|
@ -50,11 +50,11 @@ in seeing all minor changes you can follow our
|
|||
|
||||
### Stars Added ⭐
|
||||
|
||||
- Starred [Bookracy](https://fmhy.net/reading#ebooks) in Ebook Sites. Promising book site with solid UI and community.
|
||||
- Starred [Bookracy](https://fmhy.net/readingpiracyguide#ebooks) in Ebook Sites. Promising book site with solid UI and community.
|
||||
|
||||
- Starred [Droid-ify](https://fmhy.net/mobile#foss-apks) in FOSS APKs. Open source F-Droid client some like more than the official.
|
||||
- Starred [Droid-ify](https://fmhy.net/android-iosguide#foss-apks) in FOSS APKs. Open source F-Droid client some like more than the official.
|
||||
|
||||
- Starred [Disblock Origin](https://fmhy.net/privacy#adblocking) in Adblocking. Removes nitro / boost ads from Discord.
|
||||
- Starred [Disblock Origin](https://fmhy.net/adblockvpnguide#adblocking) in Adblocking. Removes nitro / boost ads from Discord.
|
||||
|
||||
- Starred [Sidebery](https://fmhy.net/storage#tab-managers) in Tab Managers. Useful open source tab manager / bookmark manager.
|
||||
|
||||
|
|
@ -62,19 +62,19 @@ in seeing all minor changes you can follow our
|
|||
|
||||
- Starred [You](https://fmhy.net/ai#ai-search-engines) in AI Search Engines. Fast, free, unlimited AI search.
|
||||
|
||||
- Starred [Archive of Our Own](https://fmhy.net/reading#fanfiction-stories) in Fanfiction Sites. Popular and extensive archive of fanfiction.
|
||||
- Starred [Archive of Our Own](https://fmhy.net/readingpiracyguide#fanfiction-stories) in Fanfiction Sites. Popular and extensive archive of fanfiction.
|
||||
|
||||
- Starred [Materialgram](https://fmhy.net/social-media-tools#telegram-clients) and [AyuGram](https://fmhy.net/mobile#social-media-apps) (android) in Telegram Clients. Simple, ad-free, feature-rich clients.
|
||||
- Starred [Materialgram](https://fmhy.net/social-media-tools#telegram-clients) and [AyuGram](https://fmhy.net/android-iosguide#social-media-apps) (android) in Telegram Clients. Simple, ad-free, feature-rich clients.
|
||||
|
||||
- Starred [NCS](https://fmhy.net/storage#royalty-free-music) in Royalty Free Music. Popular library for free music.
|
||||
|
||||
- Starred [K-9 Mail](https://fmhy.net/mobile#android-internet) in Android Internet. Open source mobile mail client.
|
||||
- Starred [K-9 Mail](https://fmhy.net/android-iosguide#android-internet) in Android Internet. Open source mobile mail client.
|
||||
|
||||
- Starred [Lossless Scaling](https://fmhy.net/gaming-tools#optimization-tools) in Game Optimization. Powerful upscaling with frame generation for all GPUs.
|
||||
|
||||
- Starred [Hotkey Cheatsheet](https://fmhy.net/system-tools#mouse-keyboard) in Keyboard Tools. Keyboard hotkeys for lots of different apps.
|
||||
|
||||
- Starred [Viren070's Guides](https://fmhy.net/video#stremio-tools) in Stremio Tools. Helpful guides to use Stremio.
|
||||
- Starred [Viren070's Guides](https://fmhy.net/videopiracyguide#stremio-tools) in Stremio Tools. Helpful guides to use Stremio.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,83 +0,0 @@
|
|||
---
|
||||
title: Monthly Updates [Sept]
|
||||
description: Sept 2025 updates
|
||||
date: 2025-08-31
|
||||
next: false
|
||||
|
||||
prev: false
|
||||
|
||||
footer: true
|
||||
---
|
||||
|
||||
<Post authors="nbats"/>
|
||||
|
||||
:::info
|
||||
These update threads only contains major updates. If you're interested
|
||||
in seeing all minor changes you can follow our
|
||||
[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or
|
||||
[Updates Channel](https://redd.it/17f8msf) in Discord.
|
||||
:::
|
||||
|
||||
# Wiki Updates
|
||||
|
||||
- FMHY.net URLs have **[been updated](https://i.imgur.com/rNoyhHH.png)** to make them look cleaner, and easier to share / type.
|
||||
|
||||
- Split AI Chatbots into [Official Model](https://fmhy.net/ai#official-model-sites), [Multi-Model](https://fmhy.net/ai#multiple-model-sites), and [Specialized](https://fmhy.net/ai#specialized-chatbots) to make it easier to navigate.
|
||||
|
||||
- Added [QR Code Tools](https://fmhy.net/internet-tools#qr-code-tools) section to Internet.
|
||||
|
||||
- Added [SAT Testing](https://fmhy.net/educational#sat-testing) section to Educational.
|
||||
|
||||
- Added [AI Coding Benchmarks](https://fmhy.net/ai#coding-ai-benchmarks) section to AI.
|
||||
|
||||
- Merged [Quotes / Poetry](https://fmhy.net/readingpiracyguide#quotes-poetry) into one section under Reading.
|
||||
|
||||
- Debloated and reorganized [Translator](https://fmhy.net/text-tools#translators) section. [Before vs After](https://i.imgur.com/CO0U0xQ.png)
|
||||
|
||||
- Debloated and reorganized [Image Generator](https://fmhy.net/ai#image-generation) section. [Before vs After](https://i.imgur.com/wAcNMrX.png)
|
||||
|
||||
- Debloated and reorganized [Hackintosh](https://fmhy.net/system-tools#hackintosh) section. [Before vs After](https://i.imgur.com/aAHEhqe.png)
|
||||
|
||||
- Debloated and reorganized [Live Webcams](https://fmhy.net/misc#live-webcams) section. [Before vs After](https://i.imgur.com/jI0f3OV.png)
|
||||
|
||||
- Debloated and reorganized [Resume / Portfolio](https://fmhy.net/miscguide#resume-portfolio) section. [Before vs After](https://i.imgur.com/pwUZsYl.png)
|
||||
|
||||
- Debloated and reorganized [LaTeX Tools](https://fmhy.net/text-tools#latex-tools) section. [Before vs After](https://i.imgur.com/rVzuyvF.png)
|
||||
|
||||
- Cleaned up formatting in [Image Gen Guide](https://fmhy.net/ai#guides-tools) section. [Before vs After](https://i.imgur.com/ml6JGy7.png)
|
||||
|
||||
- **Thank you to CY83R, AnarchyDr, Kiri, Hugo, and anyone else who helped organize / create sections this month.**
|
||||
|
||||
***
|
||||
|
||||
# Stars Added ⭐
|
||||
|
||||
- Re-Starred [Copilot](https://fmhy.net/ai#official-model-sites) in Official Models, and moved it to #2 spot. It now has unlimited o4-mini and GPT-5.
|
||||
|
||||
- Starred [DeepL](https://fmhy.net/text-tools#translators) in Translators. Fast, accurate, has flexible post-processing making it good for production environments.
|
||||
|
||||
- Starred [UnionCrax](https://fmhy.net/gaming#download-games) in Game Downloading. Fast hosts, pre-installs, allows requests.
|
||||
|
||||
- Starred [VORAPIS](https://fmhy.net/social-media-tools#youtube-customization) in YouTube Customization. Restores classic layout + improves performance.
|
||||
|
||||
- Starred [WiiLink](https://fmhy.net/gaming-tools#wii-u-wii-homebrew) in Wii Homebrew. Restores functionality to Wii Channels that have been abandoned by Nintendo.
|
||||
|
||||
- Starred [AN1](https://fmhy.net/mobile#modded-apks) in Android APKs. Big library of games, quick updates, single click downloads.
|
||||
|
||||
- Starred [Namida](https://fmhy.net/mobile#android-audio-players) in Android Audio Players. Smooth, highly customizable, has YouTube support, and nice UI.
|
||||
|
||||
- Starred [StartAllBack](https://fmhy.net/system-tools#system-tweaks) in System Tweaks. Restores Win10 style UI features in Win11, and improves overall responsiveness.
|
||||
|
||||
- Starred [Z.ai](https://fmhy.net/ai) in AI Chatbots. Fast, unlimited, performs well, one of the better open-source reasoning models.
|
||||
|
||||
- Starred [GAM.ONL](https://fmhy.net/gaming#browser-emulators) in Browser Emulators. Has very nice UI / navigation system + many consoles and games.
|
||||
|
||||
- Starred [Vita Hacks Guide](https://fmhy.net/gaming-tools#playstation-homebrew) in Playstation Homebrew. Well respected, easy to follow, recommended to anyone starting Vita modding.
|
||||
|
||||
- Starred [Subtitle Edit](https://fmhy.net/video#subtitle-tools) in Subtitle Tools. Easy to use, feature-rich, well maintained subtitle editor.
|
||||
|
||||
***
|
||||
|
||||
# Things Removed
|
||||
|
||||
- Unstarred ChatGPT, has bad overall limits, bad reasoning quotas, its not considered very good as a free option anymore compared to others.
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
{
|
||||
"name": "FMHY - freemediaheckyeah",
|
||||
"short_name": "FMHY",
|
||||
"description": "The largest collection of free stuff on the internet!",
|
||||
"theme_color": "#7bc5e4",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/fmhy.ico",
|
||||
"sizes": "16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "/pwa_icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/pwa_icon.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["education", "entertainment", "lifestyle", "utilities"],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/banner2.png",
|
||||
"sizes": "1280x720",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 205 KiB |
|
|
@ -7,8 +7,9 @@
|
|||
# ► Ebooks
|
||||
|
||||
* 🌐 **[Open Slum](https://open-slum.org/)** - Book Site Index / Uptime Tracking
|
||||
* ⭐ **[Anna's Archive](https://annas-archive.org/)**, [2](https://annas-archive.li/), [3](https://annas-archive.se/) - Books / Comics / [Auto-Expand](https://greasyfork.org/en/scripts/494262) / [Matrix](https://matrix.to/#/#annas:archivecommunication.org) / [Subreddit](https://www.reddit.com/r/Annas_Archive/)
|
||||
* ⭐ **[Anna's Archive](https://annas-archive.org/)**, [2](https://annas-archive.li/), [3](https://annas-archive.se/) - Books / Comics / [Frontend](https://welib.org/) / [Auto-Expand](https://greasyfork.org/en/scripts/494262) / [Matrix](https://matrix.to/#/#annas:archivecommunication.org) / [Subreddit](https://www.reddit.com/r/Annas_Archive/)
|
||||
* ⭐ **[Z-Library](https://z-lib.gd/)**, [2](https://articles.sk/), [3](https://1lib.sk/), [4](https://z-lib.fm/) - Books / Comics / [Apps / Extensions](https://go-to-library.sk/) / [.onion](http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/), [2](http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/) / [Subreddit](https://www.reddit.com/r/zlibrary/)
|
||||
* ⭐ **[Bookracy](https://bookracy.ru/)** - Books / Download / [Download Buttons](https://greasyfork.org/en/scripts/536768) / [Mirrors](https://rentry.co/bookracy) / [Subreddit](https://reddit.com/r/bookracy) / [Telegram](https://t.me/bookracy)
|
||||
* ⭐ **[Mobilism](https://forum.mobilism.org)**, [2](https://forum.mobilism.me/) - Books / Audiobooks / Magazines / Newspapers / Comics / [Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - Books / Audiobooks / Comics / Sheet Music / [Invite Required](https://www.myanonamouse.net/inviteapp.php)
|
||||
* ⭐ **[Library Genesis](https://libgen.li/)** - Books / Comics / Manga / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_libgen_tools) / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_libgen_mirrors) / [Subreddit](https://reddit.com/r/libgen)
|
||||
|
|
@ -16,13 +17,13 @@
|
|||
* [Liber3](https://liber3.eth.limo/) - Book Search / Download
|
||||
* [BookSee](https://en.booksee.org/) - Book Search / Download
|
||||
* [The Library](https://discord.gg/mSyFJz9) - Books / Discord
|
||||
* [eBookoz](https://ebookoz.net/) - Books
|
||||
* [WeLib](https://welib.org/) - Anna's Archive Mirror / [Unofficial](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#welib-note)
|
||||
* [eBookHunter](https://ebook-hunter.org/) - Books / Comics / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Telegram](https://t.me/ebookhunterorg)
|
||||
* [Bookstagram](https://vk.com/bookstagram_eng) - Books / Magazines / VK
|
||||
* [dpgroup](https://www.dpgroup.org/) - Books / Magazines / Sign-Up
|
||||
* [eBookBB](https://ebookbb.in/) - Books / Download
|
||||
* [iBookPile](https://ibookpile.in/) - Books / Download
|
||||
* [IsIDore](https://rentry.co/FMHYB64#isidore) - Books / Download
|
||||
* [AllBooksWorld](https://allbooksworld.com/) - Books / [Telegram](https://t.me/allbooksworlddotcom)
|
||||
* [IsIDore](https://rentry.co/FMHYBase64#isidore) - Books / Download
|
||||
* [Library Land](https://library.land/) - Books / Online Reading
|
||||
* [AllFreeBooks](https://allfreebooks.org/) - Book / Download
|
||||
* [BookFrom.net](https://www.bookfrom.net/) - Books / Online Reading
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
* [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8) / [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu) / [3](https://cse.google.com/cse?cx=e9657e69c76480cb8) / [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [Rave](https://ravebooksearch.com/) or [Recherche](https://recherche-ebook.fr/en/) - Multi-Site Book Search
|
||||
* [Flibusta](https://flibusta.is/) / [.i2p](https://flibusta.i2p/), [2](http://zmw2cyw2vj7f6obx3msmdvdepdhnw2ctc4okza2zjxlukkdfckhq.b32.i2p/) - Russian Ebook Library / Sign-Up / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* [The Free Book Library](https://ebooks.i2p/) - I2P Required
|
||||
* [r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) - Ebook Subreddit
|
||||
* [/r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) - Ebook Subreddit
|
||||
* [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books
|
||||
* irc://irc.irchighway.net/ebooks / [Request Guide](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#irc-highway-note)
|
||||
* IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/)
|
||||
|
|
@ -63,6 +64,7 @@
|
|||
* [Lit2Go](https://etc.usf.edu/lit2go/)
|
||||
* [Planet Publish](https://www.planetpublish.com/)
|
||||
* [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012)
|
||||
* [Classic Literature](https://classic-literature.co.uk/) - Classics
|
||||
* [By the Fireplace](https://bythefireplace.com/) - Classics
|
||||
* [DigiLibraries](https://digilibraries.com/) - Classics
|
||||
* [ExClassics](https://www.exclassics.com/) - Obscure Books
|
||||
|
|
@ -77,6 +79,7 @@
|
|||
|
||||
## ▷ PDF Search
|
||||
|
||||
* ⭐ **[PDF Drive](https://www.pdfdrive.com/)** - Books
|
||||
* [Ocean of PDF](https://oceanofpdf.com/) - Books / Comics
|
||||
* [pdfroom](https://pdfroom.com/) - Books / Comics
|
||||
* [Ebook PDF](https://ebookpdf.com/) - Books
|
||||
|
|
@ -84,6 +87,7 @@
|
|||
* [ePDF](https://epdf.tips/), [2](https://epdf.pub/) - Books
|
||||
* [PDFCoffee](https://pdfcoffee.com) - Books
|
||||
* [PDFCookie](https://pdfcookie.com/) - Books
|
||||
* [PDFSearches](https://pdfsearches.com/) - Books
|
||||
* [iDoc](https://idoc.tips/) - Books
|
||||
* [freepdfbook](https://freepdfbook.com/) - Books
|
||||
* [Amazonaws](https://www.google.com/search?q=site%3As3.amazonaws.com+%3CSearch+term%3E+filetype%3Apdf) - Amazon PDF Search
|
||||
|
|
@ -92,7 +96,7 @@
|
|||
|
||||
## ▷ Calibre Libraries
|
||||
|
||||
* ↪️ **[Calibre Libraries](https://rentry.co/FMHYB64#calibre-libraries)**
|
||||
* ↪️ **[Calibre Libraries](https://rentry.co/FMHYBase64#calibre-libraries)**
|
||||
* ⭐ **[Ebook-Translator](https://translator.bookfere.com)** - Calibre Translators
|
||||
* [Libgen for Calibre](https://github.com/poochinski9/libgen-calibre-store-plugin) - Libgen for Calibre
|
||||
* [opencalibre](https://reddit.com/r/opencalibre) - Community Shared Calibre Libraries
|
||||
|
|
@ -101,12 +105,149 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Fanfiction / Stories
|
||||
|
||||
* ⭐ **[Short Stories](https://short-stories.co/)**
|
||||
* ⭐ **[Archive of Our Own](https://archiveofourown.org/)** - Fanfiction Archive / [Enhancements](https://github.com/jsmnbom/ao3-enhancements/)
|
||||
* [SCP Foundation](https://scp-wiki.wikidot.com/) - Fictional Story Collabs / [Wiki](https://en.wikipedia.org/wiki/SCP_Foundation) / [Subreddit](https://www.reddit.com/r/SCPDeclassified/)
|
||||
* [the Wanderers' Library](https://wanderers-library.wikidot.com/) - Fictional Story Collabs
|
||||
* [RPC Authority](http://rpc-wiki.net/) - Fictional Story Collabs
|
||||
* [OrionsArm](https://www.orionsarm.com/) - Fictional Story Collabs
|
||||
* [Everything2](https://everything2.com/) - Short Stories / Poetry / Writing Help
|
||||
* [Fork Read](https://forkread.com/) - Publish Short Stories
|
||||
* [Fanfiction.net](https://fanfiction.net/) - Fanfiction
|
||||
* [SquidgeWorld](https://squidgeworld.org/) - Fanfiction
|
||||
* [FanMTL](https://www.fanmtl.com/) - Fanfiction
|
||||
* [Inkitt](https://www.inkitt.com/fanfiction) - Fanfiction
|
||||
* [Wattpad](https://wattpad.com/) - Fanfiction
|
||||
* [Royal Road](https://royalroad.com/) - Fanfiction
|
||||
* [FictionPress](https://www.fictionpress.com/) - Fanfiction
|
||||
* [Quotev](https://www.quotev.com/stories/c/Fanfiction) - Fanfiction
|
||||
* [fiction.live](https://fiction.live/) - Fanfiction
|
||||
* [Booksie](https://www.booksie.com/) - Short Stories
|
||||
* [Vestal Review](https://www.vestalreview.net/) - Short Stories
|
||||
* [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories
|
||||
* [Vocal Media](https://vocal.media/fiction/) - Short Stories
|
||||
* [Poop Fiction](https://readpoopfiction.com/) - Random Short Stories
|
||||
* [AlternateHistory](https://www.alternatehistory.com/forum/) - Historical "What if?" Fiction
|
||||
* [Liminal Archives](http://liminal-archives.wikidot.com/) / [Discord](https://discord.gg/fxhwcsyKN2), [The Backrooms Wiki](http://backrooms-wiki.wikidot.com/) or [The Voidclusters](http://voidclusters.wikidot.com/) - Liminal Space Stories
|
||||
* [Potions and Snitches](https://www.potionsandsnitches.org/) - Harry Potter Fanfiction
|
||||
* [Fim Fiction](https://www.fimfiction.net/) - MLP Fanfiction
|
||||
|
||||
***
|
||||
|
||||
## ▷ Esoteric / Cultural
|
||||
|
||||
* 🌐 **[WiLd's Occult Ebooks](https://rentry.co/FMHYBase64#wilds-occult-ebook-sources)** - Occult / Esoterica
|
||||
* 🌐 **[Soren Megathread](https://rentry.co/FMHYBase64#soren-megathread)** - Occult / Esoterica
|
||||
* ↪️ **[Esoterica Telegram Channels](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_magic_.2F_esoteric_telegram_ebooks)**
|
||||
* ⭐ **[Sacred Text Archive](https://sacred-texts.com/)** - Religion / Mythology / Folklore / Esoterica / [Classic View](https://archive.sacred-texts.com/)
|
||||
* ⭐ **[Libris Adepti](https://librisadepti.com/)** - Esoterica / Occult
|
||||
* ⭐ **[The Exerdex](https://rentry.co/FMHYBase64#echerdex-repository)** - Esoterica / [Subreddit](https://www.reddit.com/r/Echerdex/) / [Discord](https://discord.gg/dS5X3d7ype)
|
||||
* [Theoi](https://www.theoi.com/) - Greek Mythology
|
||||
* [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology
|
||||
* [Inuit Myths](https://www.inuitmyths.com/index.htm) - Inuit Mythology
|
||||
* [Grimoar.cz](http://english.grimoar.cz/?Loc=key&Lng=2), [Occult Rentry](https://rentry.co/FMHYBase64#occult-rentry), [766 Occult Books](https://rentry.co/FMHYBase64#766-occult-books), [Darkbooks](https://darkbooks.org/collection/top250.html) or [Astrum Argenteum](https://www.astrumargenteum.org/library/) - Occult Books
|
||||
* [Messy Occult Library](https://rentry.co/FMHYBase64#messy-occult-library) - Occult / Esoterica / Gnosticism
|
||||
* [Hermetic International](https://www.hermetics.net/) - Religion / Occult / Gnosticism / Hermetic / Philosophy
|
||||
* [Hermetics](https://www.hermetics.org/library.html) - Ancient Texts / Mythology / Occult
|
||||
* [EatTheFruit](https://www.eatthefruit.com/media-library/pdf-library/) - Ancient Texts / Mythology
|
||||
* [Dhamma Talks](https://www.dhammatalks.org/) - Sacred Texts / Religion / Buddhism
|
||||
* [Sutta Central](https://suttacentral.net/) - Sacred Texts / Religion / Buddhism
|
||||
* [Jainism Library of Jain Literature](https://www.atmadharma.com/index.html) - Sacred Texts / Religion
|
||||
* [Awakening-Intuition](https://www.awakening-intuition.com/ebooks.html) - Religion / Esoterica / Occult
|
||||
* [Biblioteca Pleyades](https://www.bibliotecapleyades.net/esp_tema.htm) - Mythology / Conspiracy / Esoterica
|
||||
* [Gnostic Society Library](http://www.gnosis.org/library.html) - Gnosticism
|
||||
* [Logoi Library](https://logoilibrary.com/) - Gnosticism / Hermeticism
|
||||
* [The Library of Consciousness](https://www.organism.earth/library/) - Esoterica
|
||||
* [Humanitys Vault](https://rentry.co/FMHYBase64#humanitys-vault) - Esoterica
|
||||
* [Esoteric Archive](https://esotericarchives.com/) - Esoterica
|
||||
* [Esoterica Drive](https://rentry.co/FMHYBase64#archive) - Esoterica
|
||||
* [magZtore](https://t.me/magZtore) - Esoterica / Telegram
|
||||
* [WonderlandLibraryOfMagicBooks](https://t.me/WonderlandLibraryOfMagicBooks) - Esoterica / Telegram
|
||||
* [Synchroncity1111](https://t.me/synchroncity1111) - Esoterica / Telegram
|
||||
* [SpiritualBooks](https://t.me/spiritualbooks) - Esoterica / Telegram
|
||||
* [Masonic Library](https://masonicshop.com/masonic-library/) - Esoterica / Freemasonry
|
||||
* [Azrk's library](https://rentry.co/FMHYBase64#azrks-library) - Occult / Esoterica / Satanism / Religion
|
||||
* [Rosicrucian Esotericism Lecture](https://rsarchive.org/) - Rosicrucian Esotericism
|
||||
* [Spirituality Megadrive](https://rentry.co/FMHYBase64#spirituality-megadrive)
|
||||
* [IAPSOP](http://iapsop.com/) - Spiritualist / Occult Periodicals
|
||||
* [Dhushara Research](https://www.dhushara.com/index.htm) - Metaphysics / Conspiracies / Psychedelics
|
||||
* [CraftStuff](https://rentry.co/FMHYBase64#craftstuff) - Witchcraft
|
||||
* [Witchcraft Library](https://rentry.co/FMHYBase64#witchcraft-library) - Witchcraft / Paganism
|
||||
* [Public Witchcraft Library](https://rentry.co/FMHYBase64#public-witchcraft-library) - Witchcraft / Paganism / Satanism
|
||||
* [Alchemy Drive](https://rentry.co/FMHYBase64#alchemy-drive) - Alchemy
|
||||
* [LeftHandPath](https://rentry.co/FMHYBase64#lefthandpath) - Luciferianism
|
||||
* [Hellenistic Theism Drive](https://rentry.co/FMHYBase64#hellenistic-theism) - Hellenistic Theism
|
||||
* [The Theosophical Society](https://www.theosociety.org/) or [Theosophy World](https://www.theosophy.world/portfolio/term/ebooks) - Theosophy
|
||||
* [Shankaracharya](https://www.shankaracharya.org/) - Hinduism
|
||||
* [Vedanta Shastras](https://www.shastras.com/) - Hinduism
|
||||
* [Encyclopedia Of Hinduism](https://archive.org/details/ConstanceA.JonesJamesD.RyanEncyclopediaOfHinduism/) - Hinduism Encyclopedia
|
||||
* [BhagavadGitaApp](https://github.com/WirelessAlien/BhagavadGitaApp) - Bhagavad Gita App
|
||||
* [Vedabase](https://vedabase.io/en/) - Bhaktivedanta Swami / Books / Transcripts / Letters
|
||||
* [84000](https://84000.co/) - Buddhism
|
||||
* [Encyclopedia Of Buddhism](https://archive.org/details/EdwardA.IronsEncyclopediaOfBuddhismEncyclopediaOfWorldReligions/) - Buddhist Encyclopedia
|
||||
* [Buddhism Dictionary](http://www.buddhism-dict.net/ddb/) - Buddhist Dictionary
|
||||
* [Early Christian Writings](https://www.earlychristianwritings.com/index.html) - Christianity / Gnosticism
|
||||
* [HolyBooks](https://holybooks.com/) - Religious Texts
|
||||
* [The Dead Sea Scrolls](https://www.deadseascrolls.org.il/) - Dead Sea Scrolls Archive
|
||||
* [DigiVatLib](https://digi.vatlib.it/) - Digital Vatican Library
|
||||
* [BibleGateway](https://www.biblegateway.com/), [Armorer](https://armorer.io/) or [Bible.com](https://www.bible.com/) - Christian Bible
|
||||
* [eSword](https://e-sword.net/) - Christian Bible Desktop App
|
||||
* [Classics Ethereal Library](https://www.ccel.org/) - Christianity
|
||||
* [Hidden Bible](http://www.hiddenbible.com/enoch/online.html) - Enoch Translation
|
||||
* [Quran.com](https://quran.com/) or [AbcQuran](https://github.com/jomtek/AbcQuran) - Quran Translations / [Mobile](https://github.com/quran/quran_android)
|
||||
* [Awesome Islam](https://github.com/AhmedKamal/awesome-Islam) - Islam Related Projects / Apps
|
||||
* [OpenMaktaba](https://openmaktaba.com/) - Islamic Books
|
||||
* [TheIslam360](https://theislam360.com/) - Islamic Research App
|
||||
* [Halakhah](https://www.halakhah.com/) - Talmud Translation
|
||||
* [Targum](http://targum.info/targumic-texts/) - Targum Translation
|
||||
* [Sefaria](https://www.sefaria.org/) - Jewish Texts Translations
|
||||
* [Muslim Scholars](https://muslimscholars.info/) - Muslim Scholar Database
|
||||
* [2Muslims](https://www.2muslims.com/) - Muslim Resources
|
||||
* [Five Prayers](https://github.com/Five-Prayers/five-prayers-android) - Muslim Tools App
|
||||
* [Sunnah.com](https://sunnah.com/) - Hadith Translation
|
||||
|
||||
***
|
||||
|
||||
## ▷ Special Interest
|
||||
|
||||
* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**
|
||||
* ↪️ **[Quote Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_quote_indexes)**
|
||||
* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [DiscoverPoetry](https://discoverpoetry.com/), [RUVerses](https://ruverses.com/) or [Poetry.com](https://www.poetry.com/) - Poetry
|
||||
* ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism
|
||||
* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy
|
||||
* [eBookHunter.net](https://www.ebookhunter.net/) or [EpubPuB](https://www.epub.pub/) - Romance / Fantasy
|
||||
* [HourWolf](https://www.hourwolf.com/sfbooks/) - Fantasy
|
||||
* [byGosh](https://bygosh.com), [StoryWhale](https://www.storywhale.com/), [Baldwin Library](https://ufdc.ufl.edu/juv) or [BookDash](https://github.com/bookdash/bookdash-android-app) - Children's Books
|
||||
* [Artbooks Archive](https://t.me/archive_artbooks), [ArtFacultas](https://t.me/ArtFacultas), [FreeArt](https://t.me/free_art_book) or [TheArtbooks](https://t.me/theartbooks) - Artbooks
|
||||
* [VGArtbooks](https://vk.com/vgartbooks) - Video Game Artbooks
|
||||
* [The Eldritch Dark](http://www.eldritchdark.com/) - Clark Ashton Smith
|
||||
* [Booklet Library](https://bookletlibrary.org/) - Booklet Library
|
||||
* [Auto-Brochures.com](https://www.auto-brochures.com/) - Auto Brochures
|
||||
* [QSL](https://rentry.co/FMHYBase64#qsl) - Ham Radio & Antenna Books
|
||||
* [Film Books](https://rentry.co/FMHYBase64#film-books) - Film Books
|
||||
* [The Trove](https://web.archive.org/web/20210614215400/https://thetrove.is/) - Books / Fantasy / TTRPG
|
||||
* [TTRPG Torrent](https://rentry.co/FMHYBase64#ttrpg-books) - TTRPG Books
|
||||
* [Project Aon](https://www.projectaon.org/en/Main/Home) - Lone Wolf Gamebooks
|
||||
* [Trans Reads](https://transreads.org/) - Transgender-focused Literature
|
||||
* [Anarcho-Copy](https://anarcho-copy.org/) - Anarchism
|
||||
* [Anarchist FAQ](https://www.anarchistfaq.org/) - Anarchism / Translations
|
||||
* [Archive.Leftove.rs](https://archive.leftove.rs/) - Protest Documents
|
||||
* [Marxists Internet Archive](https://www.marxists.org/) - Socialism / Communism
|
||||
* [Liberation School](https://liberationschool.org/) - Communism
|
||||
* [Red Texts](https://redtexts.org/) - Communism
|
||||
* [Communism Essays / FAQs](https://dessalines.github.io/essays) - Communism
|
||||
* [Avalon Library](https://avalonlibrary.net/) - Conspirology Books
|
||||
|
||||
***
|
||||
|
||||
## ▷ Ebook Readers
|
||||
|
||||
* 🌐 **[Ebook Reader Index](https://wiki.mobileread.com/wiki/E-book_software)** or [Mobile Read](https://www.mobileread.com/) - Ebook Reader Indexes
|
||||
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
|
||||
* ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata / Allows 1000 Uploads
|
||||
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Pro](https://rentry.co/FMHYB64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
|
||||
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/koodo-reader/koodo-reader)
|
||||
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows
|
||||
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / Windows, Mac, Linux
|
||||
|
|
@ -163,225 +304,17 @@
|
|||
|
||||
## ▷ Kindle Tools
|
||||
|
||||
* ↪️ **[Kindle Jailbreak Tools](https://rentry.co/FMHYB64#jailbreak-kindle)**
|
||||
* ↪️ **[Kindle Jailbreak Tools](https://rentry.co/FMHYBase64#jailbreak-kindle)**
|
||||
* ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter
|
||||
* [FreeReadFeed](https://www.freereadfeed.com/) or [eReaderIQ](https://www.ereaderiq.com/freebies) - Free Kindle Releases
|
||||
* [Send to Kobo/Kindle](https://send.djazz.se/) - Send Ebooks to Kindle / [GitHub](https://github.com/daniel-j/send2ereader)
|
||||
* [FreeReadFeed](https://www.freereadfeed.com/) - Free Kindle Releases
|
||||
* [Send to Kobo/Kindle](https://send.djazz.se/) / [GitHub](https://github.com/daniel-j/send2ereader) - Send Ebooks to Kindle
|
||||
* [md2mobi](https://md2mobi.lapw.at/) - HTML to Kindle Converter
|
||||
* [Remove Kindle DRM](https://itsfoss.com/calibre-remove-drm-kindle/) - Remove DRM from Kindle
|
||||
* [Kindle to PDF](https://redd.it/bm837l) - Kindle to PDF Conversion Guide
|
||||
* [Amazon Kindle EPUB Fix](https://kindle-epub-fix.netlify.app/) - Fix EPUB to work with Send to Kindle
|
||||
|
||||
***
|
||||
|
||||
# ► Special Interest
|
||||
|
||||
* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**
|
||||
* ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism
|
||||
* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy
|
||||
* [eBookHunter.net](https://www.ebookhunter.net/) or [EpubPuB](https://www.epub.pub/) - Romance / Fantasy
|
||||
* [HourWolf](https://www.hourwolf.com/sfbooks/) - Fantasy
|
||||
* [byGosh](https://bygosh.com), [StoryWhale](https://www.storywhale.com/), [Baldwin Library](https://ufdc.ufl.edu/juv) or [BookDash](https://github.com/bookdash/bookdash-android-app) - Children's Books
|
||||
* [Artbooks Archive](https://t.me/archive_artbooks), [ArtFacultas](https://t.me/ArtFacultas), [FreeArt](https://t.me/free_art_book) or [TheArtbooks](https://t.me/theartbooks) - Artbooks
|
||||
* [VGArtbooks](https://vk.com/vgartbooks) - Video Game Artbooks
|
||||
* [The Eldritch Dark](http://www.eldritchdark.com/) - Clark Ashton Smith
|
||||
* [Booklet Library](https://bookletlibrary.org/) - Booklet Library
|
||||
* [Auto-Brochures.com](https://www.auto-brochures.com/) - Auto Brochures
|
||||
* [QSL](https://rentry.co/FMHYB64#qsl) - Ham Radio & Antenna Books
|
||||
* [Film Books](https://rentry.co/FMHYB64#film-books) - Film Books
|
||||
* [The Trove](https://web.archive.org/web/20210614215400/https://thetrove.is/) - Books / Fantasy / TTRPG
|
||||
* [TTRPG Torrent](https://rentry.co/FMHYB64#ttrpg-books) - TTRPG Books
|
||||
* [Project Aon](https://www.projectaon.org/en/Main/Home) - Lone Wolf Gamebooks
|
||||
* [Trans Reads](https://transreads.org/) - Transgender-focused Literature
|
||||
* [Anarcho-Copy](https://anarcho-copy.org/) - Anarchism
|
||||
* [Anarchist FAQ](https://www.anarchistfaq.org/) - Anarchism / Translations
|
||||
* [Archive.Leftove.rs](https://archive.leftove.rs/) - Protest Documents
|
||||
* [Marxists Internet Archive](https://www.marxists.org/) - Socialism / Communism
|
||||
* [Liberation School](https://liberationschool.org/) - Communism
|
||||
* [Red Texts](https://redtexts.org/) - Communism
|
||||
* [Communism Essays / FAQs](https://dessalines.github.io/essays) - Communism
|
||||
* [Avalon Library](https://avalonlibrary.net/) - Conspirology Books
|
||||
|
||||
***
|
||||
|
||||
## ▷ Light Novels
|
||||
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/websites#novels)** - Light Novel Index / [Discord](https://discord.gg/vShRGx8ZBC)
|
||||
* 🌐 **[EverythingMoe](https://everythingmoe.com/#section-novel)**, [2](https://everythingmoe.org/#section-novel) - Light Novel Sites Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)
|
||||
* 🌐 **[The Index](https://theindex.moe/library/novels)** - Light Novel Site Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/)
|
||||
* ⭐ **[Novel Updates](https://www.novelupdates.com/)**
|
||||
* ⭐ **[NovelFire](https://novelfire.net/)**
|
||||
* [Visual Novels Android](https://t.me/visual_novels_android_eng) - Android Visual Novel Ports
|
||||
* [Just Light Novels](https://www.justlightnovels.com/) / Allows Downloads
|
||||
* [LightNovelHeaven](https://lightnovelheaven.com), [AllNovel](https://allnovel.org), [NovelFull](https://novelfull.com/) or [NOVGO](https://novgo.net/)
|
||||
* [Vynovel](https://vynovel.com/)
|
||||
* [Ranobes](https://ranobes.top/)
|
||||
* [Light Novel World](https://lightnovelworld.org/)
|
||||
* [Baka-Tsuki](https://www.baka-tsuki.org)
|
||||
* [Armaell's Library](https://armaell-library.net/) / Allows Downloads
|
||||
* [WuxiaWorld](https://www.wuxiaworld.com/)
|
||||
* [WTR-LAB](https://wtr-lab.com/) / Sign-Up Required for AI Translations
|
||||
* [WuxiaSpot](https://www.wuxiaspot.com/)
|
||||
* [WebNovel.com](https://www.webnovel.com/)
|
||||
* [AsianHobbyist](https://www.asianhobbyist.com/)
|
||||
* [Wordrain69](https://wordrain69.com/)
|
||||
* [Wuxia World](https://wuxiaworld.site/)
|
||||
* [Wuxiabox](https://www.wuxiabox.com/)
|
||||
* [NovelGo](https://novelgo.id)
|
||||
* [Wuxia.click](https://wuxia.click/)
|
||||
* [Ocean of EPUB](https://oceanofepub.net/) / Allows Downloads
|
||||
* [Novel Bin](https://novelbin.com/), [2](https://novelbin.me/)
|
||||
* [ReadNovelFull](https://readnovelfull.com)
|
||||
* [FreeWebNovel](https://freewebnovel.com/)
|
||||
* [Translated Light Novels](https://rentry.co/FMHYB64#translated-light-novels) / Allows Downloads
|
||||
* [NovelNext](https://novelnext.com/)
|
||||
* [NovelBuddy](https://novelbuddy.io/), [2](https://novelbuddy.com/)
|
||||
* [Wuxia Box](https://www.wuxiabox.com/)
|
||||
* [NovelCool](https://www.novelcool.com/)
|
||||
* [Novels.pl](https://www.novels.pl/) / Allows Downloads
|
||||
* [Scribblehub](https://www.scribblehub.com/)
|
||||
* [Novel Hall](https://www.novelhall.com/)
|
||||
* [Rekt Novel Compilations](https://rektnovelcompilations.wordpress.com/)
|
||||
* [WoopRead](https://woopread.com/)
|
||||
* [Royal Road](https://www.royalroad.com/) - Web Novels
|
||||
* [Light Novel Archive](https://t.me/LightNovelArchives) or [LN_Index](https://t.me/LN_Index) - Telegram
|
||||
* [Book Smelting Bot](https://t.me/epub_smelter_bot) - Telegram / Bot
|
||||
* [Baka-Tsuki](https://www.baka-tsuki.org/project/?title=Main_Page) - Novels / Audio Recordings
|
||||
* [LN-Crawler-Colab](https://colab.research.google.com/github/HongYue1/LightNovel-Crawler-Colab/blob/main/lightnovel_crawler.ipynb) / [GitHub](https://github.com/HongYue1/LightNovel-Crawler-Colab), [Lightnovel Crawler](https://github.com/dipu-bd/lightnovel-crawler/), [novel-downloader](https://greasyfork.org/en/scripts/406070), [QuickNovel](https://github.com/LagradOst/QuickNovel) or [anime-dl](https://github.com/vrienstudios/anime-dl) - Light Novel Downloaders
|
||||
* [WebToEpub](https://github.com/dteviot/WebToEpub) - Novel to EPUB Converter
|
||||
* [LNMTL](https://lnmtl.com/) or [Omni](https://app.readomni.com/) - Light Novel Translators
|
||||
|
||||
***
|
||||
|
||||
## ▷ Fanfiction / Stories
|
||||
|
||||
* ⭐ **[Archive of Our Own](https://archiveofourown.org/)** - Fanfiction Archive / [Enhancements](https://github.com/jsmnbom/ao3-enhancements/)
|
||||
* ⭐ **[Short Stories](https://short-stories.co/)**
|
||||
* [SCP Foundation](https://scp-wiki.wikidot.com/) - Fictional Story Collabs / [Wiki](https://en.wikipedia.org/wiki/SCP_Foundation) / [Subreddit](https://www.reddit.com/r/SCPDeclassified/)
|
||||
* [Everything2](https://everything2.com/) - Short Stories / Poetry / Writing Help
|
||||
* [Fork Read](https://forkread.com/) - Publish Short Stories
|
||||
* [Booksie](https://www.booksie.com/) - Short Stories
|
||||
* [Vestal Review](https://www.vestalreview.net/) - Short Stories
|
||||
* [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories
|
||||
* [Vocal Media](https://vocal.media/fiction/) - Short Stories
|
||||
* [Poop Fiction](https://readpoopfiction.com/) - Random Short Stories
|
||||
* [the Wanderers' Library](https://wanderers-library.wikidot.com/) - Fictional Story Collabs
|
||||
* [RPC Authority](http://rpc-wiki.net/) - Fictional Story Collabs
|
||||
* [OrionsArm](https://www.orionsarm.com/) - Fictional Story Collabs
|
||||
* [Fanfiction.net](https://www.fanfiction.net/) - Fanfiction
|
||||
* [SquidgeWorld](https://squidgeworld.org/) - Fanfiction
|
||||
* [FanMTL](https://www.fanmtl.com/) - Fanfiction
|
||||
* [Inkitt](https://www.inkitt.com/fanfiction) - Fanfiction
|
||||
* [Wattpad](https://wattpad.com/) - Fanfiction / [Downloader](https://wpd.my/)
|
||||
* [Royal Road](https://royalroad.com/) - Fanfiction
|
||||
* [FictionPress](https://www.fictionpress.com/) - Fanfiction
|
||||
* [Quotev](https://www.quotev.com/stories/c/Fanfiction) - Fanfiction
|
||||
* [AlternateHistory](https://www.alternatehistory.com/forum/) - Historical "What if?" Fiction
|
||||
* [Liminal Archives](http://liminal-archives.wikidot.com/) / [Discord](https://discord.gg/fxhwcsyKN2), [The Backrooms Wiki](http://backrooms-wiki.wikidot.com/) or [The Voidclusters](http://voidclusters.wikidot.com/) - Liminal Space Stories
|
||||
* [Potions and Snitches](https://www.potionsandsnitches.org/) - Harry Potter Fanfiction
|
||||
* [Fim Fiction](https://www.fimfiction.net/) - MLP Fanfiction
|
||||
* [fiction.live](https://fiction.live/) - Fanfiction
|
||||
|
||||
***
|
||||
|
||||
## ▷ Newspapers
|
||||
|
||||
* 🌐 **[Veridian](https://veridiansoftware.com/collections/)** - Newspaper Archive List
|
||||
* ↪️ **[Bypass Newspaper Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
|
||||
* ↪️ **[Worldwide News Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_news)**
|
||||
* ⭐ **[Mobilism Newspapers](https://forum.mobilism.org/viewforum.php?f=123)** / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[Google Newspaper Search](https://news.google.com/newspapers)**
|
||||
* [SoftArchive](https://softarchive.download/newspapers)
|
||||
* [Meta-Press](https://www.meta-press.es/) - Newspaper Search
|
||||
* [EngNewspapers](https://vk.com/engnewspapers) - Telegram
|
||||
* [newspaper_archive](https://t.me/newspaper_archive) - Telegram
|
||||
* [Chronicling America](https://chroniclingamerica.loc.gov/newspapers/)
|
||||
* [Kiosko](https://en.kiosko.net/)
|
||||
* [FultonHistory](https://fultonhistory.com/Fulton.html)
|
||||
* [Loc.gov Newspapers](https://www.loc.gov/newspapers/)
|
||||
* [Newspapers](https://newspapers.com/)
|
||||
* [ThoughtCo](https://www.thoughtco.com/us-historical-newspapers-online-by-state-1422215)
|
||||
* [Library of Congress Newspapers](https://guides.loc.gov/foreign-newspapers/digital-resources)
|
||||
* [Archive.org Newspapers](https://rentry.co/FMHYB64#archiveorg-newspapers)
|
||||
* [World-Newspapers](https://world-newspapers.com/), [NewsPaperIndex](https://www.newspaperindex.com/) or [Paperboy](https://www.thepaperboy.com/) - Online Newspaper Indexes
|
||||
* [LA Times](https://latimes.newspapers.com/)
|
||||
* [Front Pages](https://www.frontpages.com/) - Newspaper Front Pages
|
||||
* [Europeana Newspapers](https://www.europeana.eu/en/collections/topic/18-newspapers) - European Historical Newspapers
|
||||
* [Newspaper Map](https://newspapermap.com/) - Find / Translate Worldwide Newspapers
|
||||
|
||||
***
|
||||
|
||||
## ▷ Esoteric / Cultural
|
||||
|
||||
* 🌐 **[WiLd's Occult Ebooks](https://rentry.co/FMHYB64#wilds-occult-ebook-sources)** - Occult / Esoterica
|
||||
* 🌐 **[Soren Megathread](https://rentry.co/FMHYB64#soren-megathread)** - Occult / Esoterica
|
||||
* ⭐ **[Sacred Text Archive](https://sacred-texts.com/)** - Religion / Mythology / Folklore / Esoterica / [Classic View](https://archive.sacred-texts.com/)
|
||||
* ⭐ **[Libris Adepti](https://librisadepti.com/)** - Esoterica / Occult
|
||||
* ⭐ **[The Exerdex](https://rentry.co/FMHYB64#echerdex-repository)** - Esoterica / [Subreddit](https://www.reddit.com/r/Echerdex/) / [Discord](https://discord.gg/dS5X3d7ype)
|
||||
* [Theoi](https://www.theoi.com/) - Greek Mythology
|
||||
* [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology
|
||||
* [Inuit Myths](https://www.inuitmyths.com/index.htm) - Inuit Mythology
|
||||
* [Grimoar.cz](http://english.grimoar.cz/?Loc=key&Lng=2), [Occult Rentry](https://rentry.co/FMHYB64#occult-rentry), [766 Occult Books](https://rentry.co/FMHYB64#766-occult-books), [Darkbooks](https://darkbooks.org/collection/top250.html) or [Astrum Argenteum](https://www.astrumargenteum.org/library/) - Occult Books
|
||||
* [Messy Occult Library](https://rentry.co/FMHYB64#messy-occult-library) - Occult / Esoterica / Gnosticism
|
||||
* [Hermetic International](https://www.hermetics.net/) - Religion / Occult / Gnosticism / Hermetic / Philosophy
|
||||
* [Hermetics](https://www.hermetics.org/library.html) - Ancient Texts / Mythology / Occult
|
||||
* [EatTheFruit](https://www.eatthefruit.com/media-library/pdf-library/) - Ancient Texts / Mythology
|
||||
* [Dhamma Talks](https://www.dhammatalks.org/) - Sacred Texts / Religion / Buddhism
|
||||
* [Sutta Central](https://suttacentral.net/) - Sacred Texts / Religion / Buddhism
|
||||
* [Jainism Library of Jain Literature](https://www.atmadharma.com/index.html) - Sacred Texts / Religion
|
||||
* [Awakening-Intuition](https://www.awakening-intuition.com/ebooks.html) - Religion / Esoterica / Occult
|
||||
* [Biblioteca Pleyades](https://www.bibliotecapleyades.net/esp_tema.htm) - Mythology / Conspiracy / Esoterica
|
||||
* [Gnostic Society Library](http://www.gnosis.org/library.html) - Gnosticism
|
||||
* [Logoi Library](https://logoilibrary.com/) - Gnosticism / Hermeticism
|
||||
* [The Library of Consciousness](https://www.organism.earth/library/) - Esoterica
|
||||
* [Humanitys Vault](https://rentry.co/FMHYB64#humanitys-vault) - Esoterica
|
||||
* [Esoteric Archive](https://esotericarchives.com/) - Esoterica
|
||||
* [Esoterica Drive](https://rentry.co/FMHYB64#archive) - Esoterica
|
||||
* [magZtore](https://t.me/magZtore) - Esoterica / Telegram
|
||||
* [WonderlandLibraryOfMagicBooks](https://t.me/WonderlandLibraryOfMagicBooks) - Esoterica / Telegram
|
||||
* [Synchroncity1111](https://t.me/synchroncity1111) - Esoterica / Telegram
|
||||
* [SpiritualBooks](https://t.me/spiritualbooks) - Esoterica / Telegram
|
||||
* [Masonic Library](https://masonicshop.com/masonic-library/) - Esoterica / Freemasonry
|
||||
* [Azrk's library](https://rentry.co/FMHYB64#azrks-library) - Occult / Esoterica / Satanism / Religion
|
||||
* [Rosicrucian Esotericism Lecture](https://rsarchive.org/) - Rosicrucian Esotericism
|
||||
* [Spirituality Megadrive](https://rentry.co/FMHYB64#spirituality-megadrive)
|
||||
* [IAPSOP](http://iapsop.com/) - Spiritualist / Occult Periodicals
|
||||
* [Dhushara Research](https://www.dhushara.com/index.htm) - Metaphysics / Conspiracies / Psychedelics
|
||||
* [CraftStuff](https://rentry.co/FMHYB64#craftstuff) - Witchcraft
|
||||
* [Witchcraft Library](https://rentry.co/FMHYB64#witchcraft-library) - Witchcraft / Paganism
|
||||
* [Public Witchcraft Library](https://rentry.co/FMHYB64#public-witchcraft-library) - Witchcraft / Paganism / Satanism
|
||||
* [Alchemy Drive](https://rentry.co/FMHYB64#alchemy-drive) - Alchemy
|
||||
* [LeftHandPath](https://rentry.co/FMHYB64#lefthandpath) - Luciferianism
|
||||
* [The Theosophical Society](https://www.theosociety.org/) or [Theosophy World](https://www.theosophy.world/portfolio/term/ebooks) - Theosophy
|
||||
* [Shankaracharya](https://www.shankaracharya.org/) - Hinduism
|
||||
* [Vedanta Shastras](https://www.shastras.com/) - Hinduism
|
||||
* [Encyclopedia Of Hinduism](https://archive.org/details/ConstanceA.JonesJamesD.RyanEncyclopediaOfHinduism/) - Hinduism Encyclopedia
|
||||
* [BhagavadGitaApp](https://github.com/WirelessAlien/BhagavadGitaApp) - Bhagavad Gita App
|
||||
* [Vedabase](https://vedabase.io/en/) - Bhaktivedanta Swami / Books / Transcripts / Letters
|
||||
* [84000](https://84000.co/) - Buddhism
|
||||
* [Encyclopedia Of Buddhism](https://archive.org/details/EdwardA.IronsEncyclopediaOfBuddhismEncyclopediaOfWorldReligions/) - Buddhist Encyclopedia
|
||||
* [Buddhism Dictionary](http://www.buddhism-dict.net/ddb/) - Buddhist Dictionary
|
||||
* [Early Christian Writings](https://www.earlychristianwritings.com/index.html) - Christianity / Gnosticism
|
||||
* [HolyBooks](https://holybooks.com/) - Religious Texts
|
||||
* [The Dead Sea Scrolls](https://www.deadseascrolls.org.il/) - Dead Sea Scrolls Archive
|
||||
* [DigiVatLib](https://digi.vatlib.it/) - Digital Vatican Library
|
||||
* [BibleGateway](https://www.biblegateway.com/), [Armorer](https://armorer.io/) or [Bible.com](https://www.bible.com/) - Christian Bible
|
||||
* [eSword](https://e-sword.net/) - Christian Bible Desktop App
|
||||
* [Classics Ethereal Library](https://www.ccel.org/) - Christianity
|
||||
* [Hidden Bible](http://www.hiddenbible.com/enoch/online.html) - Enoch Translation
|
||||
* [Quran.com](https://quran.com/) or [AbcQuran](https://github.com/jomtek/AbcQuran) - Quran Translations / [Mobile](https://github.com/quran/quran_android)
|
||||
* [Awesome Islam](https://github.com/AhmedKamal/awesome-Islam) - Islam Related Projects / Apps
|
||||
* [OpenMaktaba](https://openmaktaba.com/) - Islamic Books
|
||||
* [TheIslam360](https://theislam360.com/) - Islamic Research App
|
||||
* [Halakhah](https://www.halakhah.com/) - Talmud Translation
|
||||
* [Targum](http://targum.info/targumic-texts/) - Targum Translation
|
||||
* [Sefaria](https://www.sefaria.org/) - Jewish Texts Translations
|
||||
* [Muslim Scholars](https://muslimscholars.info/) - Muslim Scholar Database
|
||||
* [2Muslims](https://www.2muslims.com/) - Muslim Resources
|
||||
* [Five Prayers](https://github.com/Five-Prayers/five-prayers-android) - Muslim Tools App
|
||||
* [Sunnah.com](https://sunnah.com/) - Hadith Translation
|
||||
|
||||
***
|
||||
|
||||
# ► Audiobooks
|
||||
|
||||
## ▷ Downloading
|
||||
|
|
@ -422,14 +355,13 @@
|
|||
* [zAudiobooks](https://zaudiobooks.com/)
|
||||
* [Find Audiobook](https://findaudiobook.app/)
|
||||
* [Audio AZ](https://audioaz.com/)
|
||||
* [r/audiobooksonyoutube](https://reddit.com/r/audiobooksonyoutube)
|
||||
* [/r/audiobooksonyoutube](https://reddit.com/r/audiobooksonyoutube)
|
||||
* [Spotify Audiobooks](https://open.spotify.com/artist/1FSWXfsYsosTxjcV9WoLax) - Select Playlists
|
||||
|
||||
***
|
||||
|
||||
## ▷ Audiobook Tools
|
||||
|
||||
* [AudiobookCovers](https://audiobookcovers.com/) - Download Audiobook Covers
|
||||
* [Audiblez](https://github.com/santinic/audiblez), [Ebook2Audiobook](https://hub.docker.com/r/athomasson2/ebook2audiobook), [ElevenReader](https://elevenreader.io/) or [ReadWise](https://readwise.io/read) (reset trial) - Book to Audiobook Converters
|
||||
* [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter
|
||||
* [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Audible DRM Remover / Manager
|
||||
|
|
@ -442,7 +374,7 @@
|
|||
## ▷ Comics
|
||||
|
||||
* ⭐ **[ReadComicsOnline](https://readcomiconline.li/)**
|
||||
* ⭐ **[BatCave](https://batcave.biz/)** - May Require VPN
|
||||
* ⭐ **[BatCave](https://batcave.biz/)** / US IP or VPN Required
|
||||
* ⭐ **[GetComics](https://getcomics.org/)** - Download Comics
|
||||
* ⭐ **[ComicBookPlus](https://comicbookplus.com/)** - Golden Age Comics
|
||||
* ⭐ **[Explosm](https://explosm.net/rcg)** - Cyanide & Happiness Webcomics
|
||||
|
|
@ -481,36 +413,38 @@
|
|||
* 🌐 **[Rawmangaz](https://rentry.co/rawmangaz)** - List of Raw Manga Sites
|
||||
* ↪️ **[Manga Readers / Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_manga_readers)**
|
||||
* ↪️ **[Manga Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_manga_downloaders)**
|
||||
* ⭐ **[ComicK](https://comick.io/)** / [Subreddit](https://reddit.com/r/ComicK/) / [Discord](https://discord.gg/comick)
|
||||
* ⭐ **[MangaDex](https://mangadex.org/)** / [Downloader](https://mangadex-dl.mansuf.link/) / [Script](https://github.com/frozenpandaman/mangadex-dl) / [Subreddit](https://www.reddit.com/r/mangadex/) / [Discord](https://discord.gg/mangadex)
|
||||
* ⭐ **[Weeb Central](https://weebcentral.com/)**
|
||||
* ⭐ **[BATO.TO](https://bato.to/)**, [2](https://fto.to/) / [Discord](https://discord.com/invite/batoto)
|
||||
* ⭐ **[MangaPark](https://mangapark.net/)** / [Proxies](https://mangaparkmirrors.pages.dev/) / [Discord](https://discord.gg/jctSzUBWyQ)
|
||||
* ⭐ **[Kagane](https://kagane.org/)** / [Discord](https://discord.com/invite/kBPYVSzwUE)
|
||||
* ⭐ **[BATO.TO](https://bato.to/)**, [2](https://fto.to/) / [Proxies](https://rentry.co/batoto) / [Discord](https://discord.com/invite/batoto)
|
||||
* ⭐ **[MangaPark](https://mangapark.net/)** / [Proxies](https://rentry.co/mangapark) / [Discord](https://discord.gg/jctSzUBWyQ)
|
||||
* ⭐ **[Nyaa Manga / LNs](https://nyaa.si/?f=0&c=3_0&q=)** - Torrents
|
||||
* [MangaHaven](https://mangahaven.net/)
|
||||
* [MangaKatana](https://mangakatana.com/)
|
||||
* [MangaFire](https://mangafire.to/) / [Subreddit](https://www.reddit.com/r/Mangafire/) / [Discord](https://discord.com/invite/KRQQKzQ6CS)
|
||||
* [The Manga Library](https://rentry.co/FMHYB64#the-manga-library)
|
||||
* [The Manga Library](https://rentry.co/FMHYBase64#the-manga-library)
|
||||
* [MangaReader](https://mangareader.to/) / [Subreddit](https://www.reddit.com/r/MangaReaderOfficial/) / [Discord](https://discord.com/invite/Bvc5mVcUqE)
|
||||
* [MangaHub](https://mangahub.io/)
|
||||
* [MangaNato](https://www.manganato.gg/), [2](https://www.nelomanga.net/), [3](https://www.mangakakalot.gg), [4](https://www.natomanga.com/) / [Discord](https://discord.gg/Qhz84GGvE9)
|
||||
* [Cubari Proxy](https://proxy.cubari.moe/) - Multi Site Web Client / [Discord](https://discord.com/invite/SavdUC45MS)
|
||||
* [Rive Manga](https://rivestream.org/manga)
|
||||
* [Great Discord Links](https://discord.gg/xAsyVb52a9) or [MangaDex Groups](https://mangadex.org/groups) - Manga Scanlation Groups
|
||||
* [Madokami](https://wotaku.wiki/guides/manga/madokami) - Makokami Download Guide / [Archive](https://rentry.co/FMHYB64#madokami)
|
||||
* [Madokami](https://wotaku.wiki/guides/manga/madokami) - Makokami Download Guide / [Archive](https://rentry.co/FMHYBase64#madokami)
|
||||
* [Atsumaru](https://atsu.moe/) / [Discord](https://discord.gg/Tj4QmEF4uV)
|
||||
* [MangaHasu](https://mangahasu.me/)
|
||||
* [mangapill](https://mangapill.com/)
|
||||
* [Like Manga](https://likemanga.in/)
|
||||
* [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/)
|
||||
* [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/)
|
||||
* [Webtoon](https://www.webtoons.com/) / [Discord](https://discord.com/invite/webtoonofficial)
|
||||
* [MangaBerri](https://mangaberri.com/) - Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [MangaBerri](https://mangaberri.com/) - Use Adblock
|
||||
* [Toonily](https://toonily.com/) - Manhwa
|
||||
* [ManhwaClan](https://manhwaclan.com/) - Manhwa
|
||||
* [MediaBang](https://medibang.com/mpc/) or [NamiComi](https://namicomi.com/en) - User-Created Manga
|
||||
* [MP4DIRECTS](https://mp4directs.com/) - Manga / Light Novels Download Forum
|
||||
* [MangaUpdates](https://www.mangaupdates.com/) - Manga Database / Releases Updates
|
||||
* [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Multi-Site Manga Search
|
||||
* [Seanime](https://seanime.app/) - Self-Hosted Manga App
|
||||
* [Seanime](https://seanime.rahim.app/) - Self-Hosted Manga App
|
||||
* [Kaizoku](https://github.com/lucy-goblin/kaizoku-next) - Self-Hosted Manga Downloader
|
||||
* [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support
|
||||
* [BallonsTranslator](https://github.com/dmMaze/BallonsTranslator/blob/master/README_EN.md), [Cotrans](https://cotrans.touhou.ai/) or [Scanlate](https://scanlate.io/) - Manga Translators
|
||||
|
|
@ -519,6 +453,55 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Light Novels
|
||||
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/websites#novels)** - Light Novel Index / [Discord](https://discord.gg/vShRGx8ZBC)
|
||||
* 🌐 **[EverythingMoe](https://everythingmoe.com/#section-novel)**, [2](https://everythingmoe.org/#section-novel) - Light Novel Sites Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)
|
||||
* 🌐 **[The Index](https://theindex.moe/library/novels)** - Light Novel Site Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/)
|
||||
* ⭐ **[Novel Updates](https://www.novelupdates.com/)**
|
||||
* ⭐ **[NovelFire](https://novelfire.net/)**
|
||||
* [Visual Novels Android](https://t.me/visual_novels_android_eng) - Android Visual Novel Ports
|
||||
* [Just Light Novels](https://www.justlightnovels.com/) / Allows Downloads
|
||||
* [LightNovelHeaven](https://lightnovelheaven.com), [AllNovel](https://allnovel.org), [NovelFull](https://novelfull.com/) or [NOVGO](https://novgo.net/)
|
||||
* [Vynovel](https://vynovel.com/)
|
||||
* [Ranobes](https://ranobes.top/)
|
||||
* [Light Novel World](https://lightnovelworld.org/)
|
||||
* [Baka-Tsuki](https://www.baka-tsuki.org)
|
||||
* [Armaell's Library](https://armaell-library.net/) / Allows Downloads
|
||||
* [WuxiaWorld](https://www.wuxiaworld.com/)
|
||||
* [WTR-LAB](https://wtr-lab.com/) / Sign-Up Required for AI Translations
|
||||
* [WuxiaSpot](https://www.wuxiaspot.com/)
|
||||
* [WebNovel.com](https://www.webnovel.com/)
|
||||
* [AsianHobbyist](https://www.asianhobbyist.com/)
|
||||
* [Wordrain69](https://wordrain69.com/)
|
||||
* [Wuxia World](https://wuxiaworld.site/)
|
||||
* [Wuxiabox](https://www.wuxiabox.com/)
|
||||
* [NovelGo](https://novelgo.id)
|
||||
* [Wuxia.click](https://wuxia.click/)
|
||||
* [Ocean of EPUB](https://oceanofepub.net/) / Allows Downloads
|
||||
* [Novel Bin](https://novelbin.com/), [2](https://novelbin.me/)
|
||||
* [ReadNovelFull](https://readnovelfull.com)
|
||||
* [FreeWebNovel](https://freewebnovel.com/)
|
||||
* [Translated Light Novels](https://rentry.co/FMHYBase64#translated-light-novels) / Allows Downloads
|
||||
* [NovelNext](https://novelnext.com/)
|
||||
* [NovelBuddy](https://novelbuddy.io/), [2](https://novelbuddy.com/)
|
||||
* [Wuxia Box](https://www.wuxiabox.com/)
|
||||
* [NovelCool](https://www.novelcool.com/)
|
||||
* [Novels.pl](https://www.novels.pl/) / Allows Downloads
|
||||
* [Scribblehub](https://www.scribblehub.com/)
|
||||
* [Novel Hall](https://www.novelhall.com/)
|
||||
* [Rekt Novel Compilations](https://rektnovelcompilations.wordpress.com/)
|
||||
* [WoopRead](https://woopread.com/)
|
||||
* [Royal Road](https://www.royalroad.com/) - Web Novels
|
||||
* [Light Novel Archive](https://t.me/LightNovelArchives) or [LN_Index](https://t.me/LN_Index) - Telegram
|
||||
* [Book Smelting Bot](https://t.me/epub_smelter_bot) - Telegram / Bot
|
||||
* [Baka-Tsuki](https://www.baka-tsuki.org/project/?title=Main_Page) - Novels / Audio Recordings
|
||||
* [LN-Crawler-Colab](https://colab.research.google.com/github/HongYue1/LightNovel-Crawler-Colab/blob/main/lightnovel_crawler.ipynb) / [GitHub](https://github.com/HongYue1/LightNovel-Crawler-Colab), [Lightnovel Crawler](https://github.com/dipu-bd/lightnovel-crawler/), [novel-downloader](https://greasyfork.org/en/scripts/406070), [QuickNovel](https://github.com/LagradOst/QuickNovel) or [anime-dl](https://github.com/vrienstudios/anime-dl) - Light Novel Downloaders
|
||||
* [WebToEpub](https://github.com/dteviot/WebToEpub) - Novel to EPUB Converter
|
||||
* [LNMTL](https://lnmtl.com/) or [Omni](https://app.readomni.com/) - Light Novel Translators
|
||||
|
||||
***
|
||||
|
||||
## ▷ Magazines
|
||||
|
||||
* ⭐ **[Mobilism Magazines](https://forum.mobilism.org/viewforum.php?f=123)** - Multi-Host / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
|
|
@ -553,20 +536,45 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Newspapers
|
||||
|
||||
* 🌐 **[Veridian](https://veridiansoftware.com/collections/)** - Newspaper Archive List
|
||||
* ↪️ **[Bypass Newspaper Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
|
||||
* ↪️ **[Worldwide News Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_news)**
|
||||
* ⭐ **[Mobilism Newspapers](https://forum.mobilism.org/viewforum.php?f=123)** / [User Ranks](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#mobilism-ranks)
|
||||
* ⭐ **[Google Newspaper Search](https://news.google.com/newspapers)**
|
||||
* [SoftArchive](https://softarchive.download/newspapers)
|
||||
* [Meta-Press](https://www.meta-press.es/) - Newspaper Search
|
||||
* [EngNewspapers](https://vk.com/engnewspapers) - Telegram
|
||||
* [newspaper_archive](https://t.me/newspaper_archive) - Telegram
|
||||
* [Chronicling America](https://chroniclingamerica.loc.gov/newspapers/)
|
||||
* [Kiosko](https://en.kiosko.net/)
|
||||
* [FultonHistory](https://fultonhistory.com/Fulton.html)
|
||||
* [Loc.gov Newspapers](https://www.loc.gov/newspapers/)
|
||||
* [Newspapers](https://newspapers.com/)
|
||||
* [ThoughtCo](https://www.thoughtco.com/us-historical-newspapers-online-by-state-1422215)
|
||||
* [Library of Congress Newspapers](https://guides.loc.gov/foreign-newspapers/digital-resources)
|
||||
* [Archive.org Newspapers](https://rentry.co/FMHYBase64#archiveorg-newspapers)
|
||||
* [World-Newspapers](https://world-newspapers.com/), [NewsPaperIndex](https://www.newspaperindex.com/) or [Paperboy](https://www.thepaperboy.com/) - Online Newspaper Indexes
|
||||
* [LA Times](https://latimes.newspapers.com/)
|
||||
* [Front Pages](https://www.frontpages.com/) - Newspaper Front Pages
|
||||
* [Europeana Newspapers](https://www.europeana.eu/en/collections/topic/18-newspapers) - European Historical Newspapers
|
||||
* [Newspaper Map](https://newspapermap.com/) - Find / Translate Worldwide Newspapers
|
||||
|
||||
***
|
||||
|
||||
# ► Educational Books
|
||||
|
||||
* 🌐 **[IvyPanda](https://ivypanda.com/blog/1000-open-textbooks-and-learning-resources-for-all-subjects/)** - Educational Book Site Index
|
||||
* ↪️ **[Language Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_language_learning)**
|
||||
* ↪️ **[Dictionaries / Thesaurus'](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_dictionaries_.2F_thesaurus)**
|
||||
* ↪️ **[Encyclopedias](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_encyclopedias)**
|
||||
* ⭐ **[Openstax](https://openstax.org/)** or [OpenStax College Textbooks](https://philschatz.com/books/)
|
||||
* ⭐ **[AcademicTorrents](https://academictorrents.com/)**
|
||||
* [Institutional Access](https://www.facebook.com/groups/850609558335839) - Request Institutional Access PDFs
|
||||
* [Library Drive](https://rentry.co/FMHYB64#library-drive)
|
||||
* [Library Drive](https://rentry.co/FMHYBase64#library-drive)
|
||||
* [opendir](https://rentry.co/FMHYBase64#opendir)
|
||||
* [Online Books Page](https://onlinebooks.library.upenn.edu/)
|
||||
* [The Literature Network](https://www.online-literature.com/)
|
||||
* [Memory of the World](https://www.memoryoftheworld.org/)
|
||||
* [Taleem360](https://www.taleem360.com/)
|
||||
* [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/)
|
||||
|
|
@ -576,7 +584,7 @@
|
|||
* [FreeBookCentre](https://freebookcentre.net/)
|
||||
* [OAPEN](https://oapen.org/)
|
||||
* [VDOC.PUB](https://vdoc.pub/)
|
||||
* [Various Books](https://rentry.co/FMHYB64#various-books-manuals)
|
||||
* [Various Books](https://rentry.co/FMHYBase64#various-books-manuals)
|
||||
* [Sciarium](https://sciarium.com/)
|
||||
* [OpenED](https://open.bccampus.ca/)
|
||||
* [De Gruyter Brill](https://www.degruyterbrill.com/?submittedFilterId=by-type&access_4=open&pageSize=10&sort=datedescending&type_5=book), [2](https://www.degruyterbrill.com/page/2045)
|
||||
|
|
@ -596,9 +604,9 @@
|
|||
* [JSTor](https://www.jstor.org/) - Books / Journals
|
||||
* [UCL Press](https://www.uclpress.co.uk/) - Books / Journals
|
||||
* [Dummies Store](https://t.me/dummiesbook) - Books for Dummies Collection
|
||||
* [Saylor Academy](https://learn.saylor.org/) - Courses
|
||||
* [Textbook Search Engine](https://cse.google.com/cse/publicurl?cx=011394183039475424659:5bfyqg89ers), [2](https://cse.google.com/cse?cx=001639227550064093264:dznewka3cca) - Search for Textbooks
|
||||
* [Open Textbook Library](https://open.umn.edu/opentextbooks/) - Textbooks
|
||||
* [ReadYourFlow](https://readyourflow.com/) - Textbooks
|
||||
* [TextBookGo](http://textbookgo.com/) - TextBooks
|
||||
* [Wikibooks](https://en.wikibooks.org/) - Open-Content Texbooks
|
||||
* [2012books](https://2012books.lardbucket.org/) - Creative Commons Books
|
||||
|
|
@ -612,7 +620,6 @@
|
|||
* [EveryCulture](https://www.everyculture.com/index.html) - World Culture Encyclopedia
|
||||
* [Japanese Wiki Corpus](https://www.japanesewiki.com/) - Japanese Culture / History Encyclopedia
|
||||
* [Encyclopaedia Iranica](https://www.iranicaonline.org/) - Iranian Culture Encyclopedia
|
||||
* [Technical Library](https://t.me/+Tz4VCcFAMVJGzd8z) - Trading / Stocks
|
||||
* [MedicalStudyZone](https://medicalstudyzone.com/) - Medical
|
||||
* [VetBooks](https://vetbooks.ir/) - Veterinary
|
||||
* [Brill](https://brill.com/) - International Law Books / Free for Students Only
|
||||
|
|
@ -623,10 +630,10 @@
|
|||
## ▷ STEM Resources
|
||||
|
||||
* 🌐 **[Awesome AI](https://github.com/owainlewis/awesome-artificial-intelligence#free-content)** - Artificial Intelligence Books
|
||||
* [Math and Physics Books](https://rentry.co/FMHYB64#math-and-physics-books)
|
||||
* [Math and Physics Books](https://rentry.co/FMHYBase64#math-and-physics-books)
|
||||
* [IntechOpen](https://www.intechopen.com/) - Science
|
||||
* [Naked Scientists](https://www.thenakedscientists.com/) - Podcasts / Shows / Science
|
||||
* [Free Astronomy Resources](https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources) or [Astronomy & Physics](https://rentry.co/FMHYB64#astronomy-physics) - Books / Notes / Astronomy / Physics
|
||||
* [Free Astronomy Resources](https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources) or [Astronomy & Physics](https://rentry.co/FMHYBase64#astronomy-physics) - Books / Notes / Astronomy / Physics
|
||||
* [GoodTheorist](https://www.goodtheorist.science/) - Theoretical Physics
|
||||
* [Chemistry.com.pk](https://chemistry.com.pk/) - Chemistry / Books
|
||||
* [Biology.com.pk](https://biology.com.pk/) - Biology / Books
|
||||
|
|
@ -637,14 +644,14 @@
|
|||
* [Ultimate Electronics Book](https://ultimateelectronicsbook.com/) - Electronics Schematics / Simulations
|
||||
* [SemiWiki](https://semiwiki.com/) - Semiconductor Wiki
|
||||
* [PDFiles](https://www.pdfiles.net/) - IT Books
|
||||
* [IT Book Drive](https://rentry.co/FMHYB64#it-books-drive) - IT Books
|
||||
* [IT Book Drive](https://rentry.co/FMHYBase64#it-books-drive) - IT Books
|
||||
* [Explanations](https://magcius.github.io/xplain/article/) - Advanced Computer Explanations
|
||||
|
||||
***
|
||||
|
||||
## ▷ History Books
|
||||
|
||||
* 🌐 **[r/AskHistorians Recommended](https://www.reddit.com/r/AskHistorians/wiki/books)** - Recommended History Books
|
||||
* 🌐 **[/r/AskHistorians Recommended](https://www.reddit.com/r/AskHistorians/wiki/books)** - Recommended History Books
|
||||
* ⭐ **[Media History](https://mediahistoryproject.org/)** - Books / Magazines
|
||||
* ⭐ **[EarlyModernTexts](https://www.earlymoderntexts.com)** - Historical Texts
|
||||
* ⭐ **[World History](https://www.worldhistory.org/)** or [Livius](https://www.livius.org/) - History Encyclopedias
|
||||
|
|
@ -663,7 +670,7 @@
|
|||
* [The National Archives](https://nationalarchives.gov.uk/) - UK Historical Documents
|
||||
* [ToposText](https://topostext.org/) - Historical Greek Documents
|
||||
* [Jewish Virtual Library](https://www.jewishvirtuallibrary.org/) - Encyclopedia of Jewish / Israeli History
|
||||
* [History Newsboys of 1899](https://rentry.co/FMHYB64#history-newsboys-of-1899) - Books / Documents
|
||||
* [History Newsboys of 1899](https://rentry.co/FMHYBase64#history-newsboys-of-1899) - Books / Documents
|
||||
* [WorldRadioHistory](https://worldradiohistory.com/) - Radio History Archive
|
||||
* [The Morgan Library Museum](https://www.themorgan.org/music) or [DIAMM](https://www.diamm.ac.uk/) - Musical Manuscripts
|
||||
* [HornTip](https://www.horntip.com/) - Military Songbooks
|
||||
|
|
@ -678,27 +685,6 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ Quotes / Poetry
|
||||
|
||||
* ⭐ **[Wikiquote](https://en.wikiquote.org)**
|
||||
* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**
|
||||
* [BrainyQuote](https://www.brainyquote.com/)
|
||||
* [AZQuotes](https://www.azquotes.com/)
|
||||
* [QuoteGarden](https://www.quotegarden.com/)
|
||||
* [QuoteMaster](https://www.quotemaster.org/)
|
||||
* [TheOtherPages](https://theotherpages.org/quote.html)
|
||||
* [Quote Collections](https://rentry.co/zeoemsh9)
|
||||
* [Poetry In Translation](https://www.poetryintranslation.com/)
|
||||
* [PoemHunter](https://www.poemhunter.com/)
|
||||
* [DiscoverPoetry](https://discoverpoetry.com/)
|
||||
* [RUVerses](https://ruverses.com/)
|
||||
* [Poetry.com](https://www.poetry.com/)
|
||||
* [Poets.org](https://poets.org/)
|
||||
* [PoetryArchive](https://poetryarchive.org/)
|
||||
* [ScottishPoetryLibrary](https://www.scottishpoetrylibrary.org.uk/)
|
||||
|
||||
***
|
||||
|
||||
## ▷ Programming Books
|
||||
|
||||
* 🌐 **[Free-Programming-Books](https://github.com/EbookFoundation/free-programming-books)** - Programming Book Index
|
||||
|
|
@ -709,6 +695,7 @@
|
|||
* [IT eBooks](https://it-ebooks.info/)
|
||||
* [FreeTechBooks](https://www.freetechbooks.com/)
|
||||
* [FreeComputerEbooks](https://freecomputerbooks.com/)
|
||||
* [OnlineProgrammingBooks](https://www.onlineprogrammingbooks.com/)
|
||||
* [TechBooksFree](https://techbooksforfree.com/)
|
||||
* [eBooks-IT](https://ebooks-it.org)
|
||||
* [Essential Programming Books](https://www.programming-books.io/)
|
||||
|
|
@ -762,7 +749,6 @@
|
|||
* [Zenodo](https://zenodo.org/) - Research Papers
|
||||
* [re3data](https://www.re3data.org/) - Research Data
|
||||
* [Retraction Watch](https://retractionwatch.com/) - Retracted Research Papers
|
||||
* [HAL](https://hal.science/) - Scientific Paper Search
|
||||
* [Science.gov](https://www.science.gov/) - Scientific Paper Search
|
||||
* [Awesome Detection Transformer](https://github.com/IDEA-Research/awesome-detection-transformer) - Computer Vision Research Papers
|
||||
* [IDEAS](https://ideas.repec.org/) or [RePEc](http://repec.org/) - Economic Research Papers
|
||||
|
|
@ -869,13 +855,16 @@
|
|||
|
||||
***
|
||||
|
||||
## ▷ [Reference Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_reference_sites)
|
||||
|
||||
***
|
||||
|
||||
# ► Tracking / Database
|
||||
|
||||
* ⭐ **[GoodReads](https://www.goodreads.com/)** - Ratings / Tracking / Reviews / Recommendations / [Ratings Filter](https://www.book-filter.com/) / [Frontend](https://github.com/nesaku/BiblioReads)
|
||||
* ⭐ **[StoryGraph](https://www.thestorygraph.com/)** - Tracking / Recommendations
|
||||
* ⭐ **[MyAnimeList](https://myanimelist.net/)** - Manga / Light Novels / Rating / Tracking / Reviews / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_myanimelist_tools)
|
||||
* ⭐ **[Anilist](https://anilist.co/)** - Manga / Light Novels / Manhwa / Manhua / Rating / Tracking / Reviews [Wrapper](https://github.com/AurelicButter/AniList-Node) / [Extras](https://greasyfork.org/en/scripts/370473-automail)
|
||||
* ⭐ **[MangaBaka](https://mangabaka.dev/)** - Multi-Site Manga / Novel Database / [Discord](https://mangabaka.dev/discord)
|
||||
* ⭐ **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** - Comic Tracking / Rating / Releases
|
||||
* [Listal](https://www.listal.com/) - Book Database
|
||||
* [Books Search](https://books-search.typesense.org/) - Book Database
|
||||
|
|
@ -885,6 +874,7 @@
|
|||
* [Oku](https://oku.club/) - Book Tracking Platform
|
||||
* [Literal](https://literal.club/) - Social Book Tracking Platform
|
||||
* [BookWyrm](https://joinbookwyrm.com/) - Book Tracking Platform / [Official Instance](https://bookwyrm.social/)
|
||||
* [MangaBaka](https://mangabaka.dev/) - Multi-Site Manga / Novel Database / [Discord](https://discord.com/invite/XYtPtMkbKs)
|
||||
* [MangaUpdates](https://www.mangaupdates.com/) - Manga Tracking
|
||||
* [Hardcover](https://hardcover.app/) - Tracking / Reviews / Recommendations
|
||||
* [LibraryThing](https://www.librarything.com/) - Book Cataloguing Community
|
||||
|
|
@ -901,15 +891,15 @@
|
|||
* ⭐ **[Five Books](https://fivebooks.com/)** - Expert Recommended Books
|
||||
* ⭐ **[TasteDive](https://tastedive.com/books)** - Discovery and Recommendations
|
||||
* ⭐ **[MangaUpdates](https://www.mangaupdates.com/)** - Manga Database / Releases Updates
|
||||
* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Books / Comics / Manga Recommendation Directory
|
||||
* [r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Personalized Recommendation Subreddit
|
||||
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Books / Comics / Manga Recommendation Guides
|
||||
* [/r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Personalized Recommendation Subreddit
|
||||
* [BookHype](https://bookhype.com/) - Book Discovery / Recommendations
|
||||
* [Reddit Reads](https://www.redditreads.com/) - Most Popular Books from Subreddits
|
||||
* [Gnooks](https://www.gnooks.com/) - Book Discovery / Recommendations
|
||||
* [RecommendMeABook](https://recommendmeabook.com/) - First Page Book Teasers
|
||||
* [WhichBook](https://www.whichbook.net/) - Mood-Based Book Discovery
|
||||
* [En](https://en.app/) - Vibe-Based Book Search
|
||||
* [r/TrueLit Top 100 Lists](https://www.reddit.com/r/TrueLit/wiki/top100lists) - Book Recommendations
|
||||
* [/r/TrueLit Top 100 Lists](https://www.reddit.com/r/TrueLit/wiki/top100lists) - Book Recommendations
|
||||
* [Readow](https://readow.ai/) - Book Recommendations
|
||||
* [Shepherd](https://shepherd.com/) - Book Recommendations
|
||||
* [Newvella](https://newvella.com/) - Book Discovery / Recommendations
|
||||
|
|
@ -925,8 +915,8 @@
|
|||
* [Bookmarks Review](https://bookmarks.reviews/) - Book Review Aggregator
|
||||
* [5000 Best](http://5000best.com/books/) - Top 5000 Books
|
||||
* [BookStash](https://bookstash.io/), [Sobrief](https://sobrief.com/), [Summrize](https://www.summrize.com/) or [Glimbay](https://glimbay.netlify.app/) - Book Summaries
|
||||
* [r/Marvel Recommended](https://www.reddit.com/r/Marvel/wiki/faq) - Marvel Comic Recommendations
|
||||
* [r/DCcomics Recommended](https://www.reddit.com/r/DCcomics/wiki/recommended) - DC Comic Recommendations
|
||||
* [/r/Marvel Recommended](https://www.reddit.com/r/Marvel/wiki/faq) - Marvel Comic Recommendations
|
||||
* [/r/DCcomics Recommended](https://www.reddit.com/r/DCcomics/wiki/recommended) - DC Comic Recommendations
|
||||
* [Comic Book Reading Orders](https://comicbookreadingorders.com/) - Comic Book Reading Orders
|
||||
* [ComicBookCanon](https://www.comicbookcanon.com/) - Comics / Manga Top Lists
|
||||
* [Nevix](https://nevix.com/) - Manga / Social Media
|
||||
|
|
@ -938,7 +928,7 @@
|
|||
* [AllManga](https://allmanga.to/) - Manga / [Discord](https://discord.gg/YbuYYUwhpP)
|
||||
* [Manga Codex](https://mangacodex.com/) - Manga Infographics & Sales Stats
|
||||
* [VNDB](https://vndb.org/) - Visual Novels
|
||||
* [r/VisualNovel Recs](https://sites.google.com/view/rvisualnovels-recs/) or [VN Recs](https://vnrecs.github.io/) - Visual Novel Recommendations
|
||||
* [/r/VisualNovel Recs](https://sites.google.com/view/rvisualnovels-recs/) or [VN Recs](https://vnrecs.github.io/) - Visual Novel Recommendations
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
# ► Discord Tools
|
||||
|
||||
* **Warning** - Chat archivers, mass-deleters, mods and third-party clients are against Discord's terms of service. Misusing them can lead to account terminations, so use them at your own risk.
|
||||
* **Warning** - Misuse of chat archivers, mass-deleters, mods or third-party clients is against Discord's terms of service, so use at your own risk.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
* ⭐ **[embedez](https://embedez.com/)** - Social Link Embedder / [X](https://twitter.com/embedez) / [Discord](https://discord.gg/FmW9c8gtCp)
|
||||
* ⭐ **[Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin)** or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Nitro / Boost Ads
|
||||
* ⭐ **[Revolt](https://revolt.chat/)** / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/revoltchat/awesome-revolt) or [Guilded](https://www.guilded.gg/) - Discord Alternatives
|
||||
* ⭐ **[OpenAsar](https://openasar.dev/)** - Better Performance with Improved `app.asar` / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#openasar) / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar)
|
||||
* ⭐ **[OpenAsar](https://openasar.dev/)** - Improved Discord Desktop's Asar / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar) / [Note](https://pastebin.com/PpFhqiMb)
|
||||
* [Nelly](https://nelly.tools/) - Discord Web Tools
|
||||
* [AnswersOverflow](https://www.answeroverflow.com/) - Discord Search Engine
|
||||
* [Disbox](https://disboxapp.github.io/web/) - Discord Cloud Storage
|
||||
|
|
@ -187,6 +187,7 @@
|
|||
|
||||
***
|
||||
|
||||
* [Viddit](https://viddit.red/) - Reddit Video Downloaders
|
||||
* [gallery-dl](https://github.com/mikf/gallery-dl) - Reddit Bulk Image Downloaders
|
||||
* [saveddit](https://github.com/p-ranav/saveddit) - Reddit Bulk Media Downloaders
|
||||
|
||||
|
|
@ -195,9 +196,10 @@
|
|||
## ▷ Reddit Alternatives
|
||||
|
||||
* ↪️ **[Lemmy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_lemmy_tools)**
|
||||
* [Raddle](https://raddle.me/) - Minimalist / Privacy-Focused
|
||||
* [Saidit](https://saidit.net/) - Free-Speech / Dual Upvote System
|
||||
* [r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives
|
||||
* ⭐ **[Raddle](https://raddle.me/)** - Minimalist / Privacy-Focused
|
||||
* ⭐ **[Saidit](https://saidit.net/)** - Free-Speech / Dual Upvote System
|
||||
* [/r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives
|
||||
* [TheMotte](https://www.themotte.org/) - User-Driven Discussion
|
||||
* [Tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion
|
||||
* [Scored](https://communities.win/) - User-Driven Discussion
|
||||
* [Ramble](https://ramble.pw/) - Privacy-Focused
|
||||
|
|
@ -208,8 +210,9 @@
|
|||
## ▷ Reddit Search
|
||||
|
||||
* ⭐ **[TheGigaBrain](https://thegigabrain.com/)** - Reddit Search Engines
|
||||
* ⭐ **[Reddit Repost Sleuth](https://www.repostsleuth.com/)** - Reverse Post / Image Search
|
||||
* [Reveddit](https://www.reveddit.com/) or [Reddit Uncensored](https://github.com/Fubs/reddit-uncensored) - View Deleted Reddit Posts / Comments
|
||||
* [New PullPush](https://ihsoyct.github.io/) or [Better Reddit Search](https://betterredditsearch.web.app/) - Advanced Reddit Search
|
||||
* [New PullPush](https://ihsoyct.github.io/), [Samac](https://samac.io/) or [Better Reddit Search](https://betterredditsearch.web.app/) - Advanced Reddit Search
|
||||
* [Redditle](https://redditle.com/) - Reddit-Only Google Search
|
||||
* [Arctic Shift](https://arctic-shift.photon-reddit.com/) - Reddit Archive Dump Search / [GitHub](https://github.com/ArthurHeitmann/arctic_shift)
|
||||
* [Reddit Dump Files](https://academictorrents.com/browse.php?search=stuck_in_the_matrix%2C+Watchful1%2C+RaiderBDev&sort_field=added&sort_dir=DESC) - Reddit Comment Archives
|
||||
|
|
@ -224,15 +227,15 @@
|
|||
|
||||
## ▷ Subreddit Discovery
|
||||
|
||||
* 🌐 **[r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/)** - Subreddits Index
|
||||
* 🌐 **[/r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/)** - Subreddits Index
|
||||
* ↪️ **[Multireddit Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)**
|
||||
* ⭐ **[Vizit](https://redditstuff.github.io/sna/vizit/)**, [sayit](https://anvaka.github.io/sayit/), [subreddit_map](https://www.jacobsilterra.com/subreddit_map/network/index.html) or [SubredditMentionsGraph](https://dmarx.github.io/SubredditMentionsGraph/network/) - Visualize Related Subreddits
|
||||
* [FindAReddit](https://www.findareddit.com/) - Get Subreddit Suggestions / [Subreddit](https://www.reddit.com/r/findareddit/)
|
||||
* [Subreddit Calculator](https://trevor.shinyapps.io/subalgebra/) or [redsim](https://anvaka.github.io/redsim/) - Find Similar Subreddits
|
||||
* [Map of Reddit](https://anvaka.github.io/map-of-reddit) or [Reddit Map](https://redditmap.social/) - Subreddit Maps
|
||||
* [subreddits](https://subreddits.org/) - Find Random Subreddits
|
||||
* [r/Serendipity](https://www.reddit.com/r/Serendipity) - Posts from Random Subreddits
|
||||
* [r/wowthissubexists](https://www.reddit.com/r/wowthissubexists/) - Find Niche Subreddits
|
||||
* [/r/Serendipity](https://www.reddit.com/r/Serendipity) - Posts from Random Subreddits
|
||||
* [/r/wowthissubexists](https://www.reddit.com/r/wowthissubexists/) - Find Niche Subreddits
|
||||
* [Subreddit Stats](https://subredditstats.com/) or [SubRanking](https://subranking.com/) - Subreddits Stats / Ranking
|
||||
|
||||
***
|
||||
|
|
@ -248,6 +251,7 @@
|
|||
* [TheFeedReaderBot](https://thefeedreaderbot.com/) - RSS Reader
|
||||
* [tg-channel-cloner-workers](https://gitlab.com/ParveenBhadooOfficial/tg-channel-cloner-workers) - Clone Telegram Channels
|
||||
* [tasra](https://the-eye.eu/tasra/) - Telegram Channel Archive
|
||||
* [Telegram Email](https://t.me/etlgr_bot) - Email Alias Telegram Bot
|
||||
* [CHPic](https://chpic.su/), [Stickers Cloud](https://stickers.cloud/en), [ComBot Stickers](https://combot.org/telegram/stickers) or [moe_sticker_bot](https://t.me/moe_sticker_bot) - Telegram Sticker / Emojis
|
||||
|
||||
***
|
||||
|
|
@ -257,9 +261,12 @@
|
|||
* ⭐ **[AyuGram](https://docs.ayugram.one/downloads/)** - Desktop Client / [Chat](https://t.me/ayugramchat) / [Telegram](https://t.me/ayugram) / [GitHub](https://github.com/AyuGram/AyuGramDesktop)
|
||||
* ⭐ **[Materialgram](https://kukuruzka165.github.io/materialgram/)** - Desktop Client / Portable
|
||||
* ⭐ **[Unigram](https://github.com/UnigramDev/Unigram)** - Desktop Client
|
||||
* [Forkgram](https://github.com/Forkgram/tdesktop) - Desktop Client
|
||||
* [64Gram](https://github.com/TDesktop-x64/tdesktop) - Desktop Client / [Telegram](https://t.me/tg_x64)
|
||||
* ⭐ **[Telegram WebK](https://webk.telegram.org/)** / [Telegram WebA](https://weba.telegram.org/) - Web Apps
|
||||
* [TDesktop](https://github.com/Forkgram/tdesktop) - Desktop Client
|
||||
* [TDesktop x64](https://github.com/TDesktop-x64/tdesktop) - Desktop Client / [Telegram](https://t.me/tg_x64)
|
||||
* [VideoGram](https://vidogram.org/) - Desktop Client
|
||||
* [Pyrogram](https://docs.pyrogram.org/) - Telegram API Client
|
||||
* [Telega.el](https://github.com/zevlg/telega.el) - Telegram Emacs Client
|
||||
* [VanillaTG](https://t.me/VanillaTG) - Client Themes
|
||||
|
||||
***
|
||||
|
|
@ -267,7 +274,6 @@
|
|||
## ▷ Telegram File Tools
|
||||
|
||||
* ⭐ **[Teldrive](https://teldrive-docs.pages.dev/)** - File Manager / Uploader / [Discord](https://discord.com/invite/8QAeCvTK7G) / [GitHub](https://github.com/tgdrive/teldrive)
|
||||
* [tdl](https://docs.iyear.me/tdl/) - File Download / Upload Tool / [GitHub](https://github.com/iyear/tdl)
|
||||
* [File-Sharing-Bot](https://github.com/CodeXBotz/File-Sharing-Bot) / [Telegram](https://t.me/CodeXBotz), [TelegramCloud](https://github.com/iw4p/telegram-cloud), [easy_share_bot](https://t.me/easy_share_bot) or [UploadBot](https://t.me/uploadbot) - Upload Files to Telegram
|
||||
* [MediaDownBot](https://t.me/mediadownbot), [WZML-X](https://github.com/SilentDemonSD/WZML-X), [Telegram Media Downloader](https://greasyfork.org/en/scripts/446342), [TopSaverBot](https://t.me/TopSaverBot), [CatdlBot](https://t.me/CatdlBot) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Media Downloaders
|
||||
* [Musvkrobot](https://t.me/musvkrobot) - Video Downloader
|
||||
|
|
@ -297,7 +303,7 @@
|
|||
* [AiImageBot](https://t.me/AiImageBot) - Text to Image
|
||||
* [Shieldy Bot](https://t.me/shieldy_bot) - Spam Protection Bot / [GitHub](https://github.com/1inch/shieldy)
|
||||
* [ProxyBot](https://t.me/vamproxy_bot), [proxy_socks5_bot](https://t.me/BestMTProxyBot) or [ShadowSocks_bot](https://t.me/ShadowSocks_bot) - Telegram Proxy Bots
|
||||
* [r/TelegramBots](https://www.reddit.com/r/TelegramBots/) - Telegram Bots Discussion
|
||||
* [/r/TelegramBots](https://www.reddit.com/r/TelegramBots/) - Telegram Bots Discussion
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -307,7 +313,6 @@
|
|||
* [Youtube-shorts block](https://github.com/doma-itachi/Youtube-shorts-block) or [Shorts Deflector](https://evenevan.github.io/shorts-deflector/) / [GitHub](https://github.com/evenevan/shorts-deflector) - Play Shorts In The Normal Desktop Interface
|
||||
* [Remove YouTube Shorts](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-shorts/) or [Hide YT Shorts Filter List](https://github.com/gijsdev/ublock-hide-yt-shorts) - Hide YouTube Shorts
|
||||
* [YouTube Wrapped](https://videorecap.viewodyssey.com/) - Personal YouTube Rewind
|
||||
* [LocalTube Manager](https://localtubemanager.pages.dev/) - Subscribe, Like Videos, Make Playlists without Account / [GitHub](https://github.com/abhishekY495/localtube-manager)
|
||||
* [YouTube-Subscriptions-RSS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed
|
||||
* [YouTube Subscription History](https://xxluke.de/subscription-history/) - Subscription History Tracker
|
||||
* [MassYoutubeUnsubscriber](https://github.com/DomHeadroom/MassYoutubeUnsubscriber) - Bulk Remove YouTube Subscriptions
|
||||
|
|
@ -379,7 +384,7 @@
|
|||
* [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check Exact Upload Time/Date of Videos
|
||||
* [Annotations Data Archive](https://archive.org/details/youtubeannotations) - Restore Video Annotations
|
||||
* [YouTube Metadata](https://mattw.io/youtube-metadata/) - YouTube Video Metadata Viewer
|
||||
* [yt_clipper](https://github.com/exwm/yt_clipper) - Crop YouTube Videos / Create Clips
|
||||
* [YT Cutter](https://ytcutter.link/) or [yt_clipper](https://github.com/exwm/yt_clipper) - Crop YouTube Videos / Create Clips
|
||||
* [Looptube](https://www.looptube.xyz/) - Loop YouTube Videos / Segments
|
||||
* [YourCodecs](https://github.com/undecV/YourCodecs) - Enable / Disable Player Codecs
|
||||
* [Video Speed Controller](https://github.com/igrigorik/videospeed) - Control Speed of YouTube Videos
|
||||
|
|
@ -403,17 +408,16 @@
|
|||
|
||||
* 🌐 **[YT-DL GUI Index](https://www.reddit.com/r/youtubedl/wiki/info-guis)** - List of YouTube Downloader GUIs
|
||||
* ↪️ **[Multi-Site Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**
|
||||
* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - YouTube CLI Downloader / [Commands](https://toolbrew.org/), [2](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)
|
||||
* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - YouTube CLI Downloader / [Commands](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)
|
||||
* ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - YouTube Downloader App / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#jdownloader)
|
||||
* ⭐ **[Parabolic](https://github.com/NickvisionApps/Parabolic)** or [Tartube](https://tartube.sourceforge.io/) - Cross-Platform YT-DLP GUIs
|
||||
* ⭐ **[YoutubeDownloader](https://github.com/Tyrrrz/YoutubeDownloader)** - YouTube Downloader App
|
||||
* ⭐ **[AMP4](https://amp4.cc/)** - YouTube Downloader / Online
|
||||
* [Stacher](https://stacher.io/), [youtube-dl-gui](https://github.com/oleksis/youtube-dl-gui) or [Open Video Downloader](https://github.com/StefanLobbenmeier/youtube-dl-gui) - Cross-Platform YT-DL GUIs
|
||||
* [Stacher](https://stacher.io/), [oleksis youtube-dl-gui](https://github.com/oleksis/youtube-dl-gui) or [StefanLobbenmeier youtube-dl-gui](https://github.com/StefanLobbenmeier/youtube-dl-gui) - Cross-Platform YT-DL GUIs
|
||||
* [yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui) / [Easy Installer](https://github.com/kazukikasama/youtube-dlp-gui-installer), [Social Saver](https://socialsaver.site/) / [GitHub](https://github.com/VishalKaleria/social-saver/), [ytdlp-interface](https://github.com/ErrorFlynn/ytdlp-interface) or [Vividl](https://github.com/Bluegrams/Vividl) - YT-DLP GUIs
|
||||
* [Cube YouTube Downloader](https://github.com/database64128/youtube-dl-wpf) - YouTube-DL GUI
|
||||
* [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - YouTube CLI Downloader / YT-DLP Fork
|
||||
* [CNVMP3](https://cnvmp3.com/) - YouTube Downloader / Online / [Subreddit](https://www.reddit.com/r/cnvmp3)
|
||||
* [Wayback YouTube](https://www.waybackyt.download/) - Download Deleted YouTube Videos via Wayback Machine
|
||||
* [CNVMP3](https://cnvmp3.com/) - YouTube Downloader / Online
|
||||
* [Pinchflat](https://github.com/kieraneglin/pinchflat), [MeTube](https://github.com/alexta69/metube), [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) or [yt-dlp Web UI](https://github.com/marcopiovanello/yt-dlp-web-ui) - Self-Hosted YT-DLP
|
||||
* [ytarchive](https://github.com/Kethsar/ytarchive) - YouTube Livestream Downloader
|
||||
* [YTThumbnailHD](https://ytthumbnailhd.com/), [YT-Thumbnail-Grabber](https://youtube-thumbnail-grabber.org/) or [YT Thumbnail Grabber](https://youtube-thumbnail-grabber.com/) - Download Video Thumbnails
|
||||
|
|
@ -434,15 +438,15 @@
|
|||
* [MW Geofind](https://mattw.io/youtube-geofind/location) or [TubeTrotter](https://www.tubetrotter.live/) - Find Geotagged Videos
|
||||
* [YT Comment Viewer](https://commentviewer.com/), [CommentShark](https://www.commentshark.com/youtube-comment-searcher), [Hadzy](https://hadzy.com/) or [YCF](https://ytcomment.kmcat.uk/) - YouTube Comment Search
|
||||
* [Tokin](https://tokin.tv/) - Find Trending / Hidden Gem Videos
|
||||
* [IMG_0001](https://walzr.com/IMG_0001) or [Random Video](https://random-video.com/) - Find Random YouTube Videos
|
||||
* [YTBin](https://rentry.co/ytbin) / [Image](https://i.imgur.com/h2A19Pd.png), [2](https://i.ibb.co/pv38kCj6/GTw-ILYb-XAAADWa-Q.png) / [Video](https://youtu.be/zYmkOInF6Us), [Project Random](https://0xbeef.co.uk/random), [ObscureTube](https://obscuretube.com/) or [petittube](https://petittube.com/fullscreen.php) - Find Videos with <100 Views
|
||||
* [YTBin](https://rentry.co/ytbin) / [Image](https://i.imgur.com/h2A19Pd.png), [2](<https://i.ibb.co/pv38kCj6/GTw-ILYb-XAAADWa-Q.png>) / [Video](https://youtu.be/zYmkOInF6Us), [Project Random](https://0xbeef.co.uk/random) or [petittube](https://petittube.com/) - Find Videos with <100 Views
|
||||
* [Find-Unfinished-YT](https://rentry.co/find-unfinished-yt) - Find Partially Watched Videos
|
||||
* [IMG_0001](https://walzr.com/IMG_0001) - Find Random YouTube Videos
|
||||
|
||||
***
|
||||
|
||||
## ▷ YouTube Archiving
|
||||
|
||||
* ⭐ **[YouTube Video Finder](https://findyoutubevideo.thetechrobo.ca/)** - Multi-Site Archive Search / Try Refreshing or Re-searching / [GitHub](https://github.com/TheTechRobo/youtubevideofinder/)
|
||||
* ⭐ **[YouTube Video Finder](https://findyoutubevideo.thetechrobo.ca/)** - Multi-Site Archive Search / [GitHub](https://github.com/TheTechRobo/youtubevideofinder/)
|
||||
* [Tubeup](https://github.com/bibanon/tubeup) - YouTube Video to IA Uploader
|
||||
* [Tube Archivist](https://www.tubearchivist.com/) - Self-Hosted YouTube Media Server / [GitHub](https://github.com/tubearchivist/tubearchivist)
|
||||
* [yark](https://github.com/Owez/yark) - YouTube Channel Archiver
|
||||
|
|
@ -492,7 +496,7 @@
|
|||
* ⭐ **[Chatterino](https://chatterino.com/)** / [2](https://github.com/SevenTV/chatterino7), [Chatterino Homies](https://chatterinohomies.com/) or [Chatty](https://chatty.github.io/) - Twitch Chat Clients
|
||||
* [Orion](https://alamminsalo.github.io/orion/), [Twitch App](https://gitlab.com/linuxbombay/twitch-application/application) or [Tress](https://gitlab.com/Ignamarte/tress) - Twitch Desktop Clients
|
||||
* [SpeechChat](https://speechchat.com/) - Twitch Text to Speech Client
|
||||
* [SafeTwitch](https://codeberg.org/SafeTwitch/safetwitch) or [Twineo](https://codeberg.org/CloudyyUw/twineo) - Twitch Frontends
|
||||
* [Twitch Lite](https://thavixt.github.io/twitch-lite/), [SafeTwitch](https://codeberg.org/SafeTwitch/safetwitch) or [Twineo](https://codeberg.org/CloudyyUw/twineo) - Twitch Frontends
|
||||
* [Walrus](https://joinwalrus.tv/) - Make Twitch Watch Parties
|
||||
* [MultiTwitch.tv](https://multitwitch.tv/), [MultiTwitch.co](https://multitwitch.co/), [Twitch3D](https://hjjg200.github.io/twitch3d/), [Multi](https://multi.raredrop.co/), [MultiStre.am](https://multistre.am/), [MultiStreamer](https://multistreamer.lucidnet.app/) or [TwitchTheater](https://twitchtheater.tv/) - Twitch Multi-Stream
|
||||
* [Twitchls](https://twitchls.com/) - HTML5 Twitch Stream Player
|
||||
|
|
@ -517,7 +521,7 @@
|
|||
## ▷ Twitch Downloaders
|
||||
|
||||
* [ClipsGameLab](https://clipsgamelab.github.io/#/download), [Twiclips](https://twiclips.com/) or [clipsey](https://clipsey.com/) - Video Downloaders
|
||||
* [twitch-dl](https://github.com/ihabunek/twitch-dl) or [twitch-downloader](https://github.com/jybp/twitch-downloader) - CLI Video Downloaders
|
||||
* [twitch-dl](https://github.com/ihabunek/twitch-dl), [twitch-downloader](https://github.com/jybp/twitch-downloader) - CLI Video Downloaders
|
||||
* [Twitch Downloader](https://github.com/lay295/TwitchDownloader) or [TwitchLink](https://twitchlink.github.io/) - Desktop Video Downloaders
|
||||
* [TwitchRecover](https://github.com/TwitchRecover/TwitchRecover) - Recover / View / Download Twitch Videos
|
||||
* [Twitch-Chat-Downloader](https://github.com/PetterKraabol/Twitch-Chat-Downloader) - Download Twitch Chat Messages
|
||||
|
|
@ -527,14 +531,15 @@
|
|||
# ► Twitter/X Tools
|
||||
|
||||
* ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers
|
||||
* ⭐ **[r/Twitter](https://reddit.com/r/Twitter)** - X.com Subreddit
|
||||
* ⭐ **[/r/Twitter](https://reddit.com/r/Twitter)** - X.com Subreddit
|
||||
* [Typefully](https://typefully.com/) - Schedule Tweets
|
||||
* [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/), [sotwe](https://www.sotwe.com/) or [nitter](https://nitter.net/), [2](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances) - X.com Frontends
|
||||
* [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/) or [nitter](https://nitter.net/), [2](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances) - X.com Frontends
|
||||
* [Chirr App](https://getchirrapp.com/) - Turn Articles into X.com Threads / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/chirr-app/) / [Chrome](https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg)
|
||||
* [Klear](https://klear.com/free-tools/find-twitter-influencers) - Find Influencers
|
||||
* [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers
|
||||
* [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - X.com Community Notes Leaderboard
|
||||
* [Osomenet](https://osome.iu.edu/tools/osomenet/) - Twitter Info Spread Data
|
||||
* [Hoaxy](https://hoaxy.osome.iu.edu/) - Twitter Info Spread Data
|
||||
* [tinfoleak](https://tinfoleak.com/) - View Your Geosocial Footprint
|
||||
* [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - X.com Unfollow Tool
|
||||
* [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect X.com Link on a Page
|
||||
|
||||
|
|
@ -556,6 +561,7 @@
|
|||
|
||||
## ▷ Twitter/X Customization
|
||||
|
||||
* ⭐ **[Eight Dollars](https://github.com/wseagar/eight-dollars)** - Show Twitter Blue vs. Real Verified Users
|
||||
* [Control Panel for Twitter](https://soitis.dev/control-panel-for-twitter) - Twitter Enhancement Extensions
|
||||
* [Minimal Twitter](https://typefully.com/minimal-twitter) - Minimal Twitter Themes
|
||||
* [OldTwitter](https://github.com/dimdenGD/OldTwitter) or [GoodTwitter2](https://github.com/Bl4Cc4t/GoodTwitter2) - Original Twitter Theme
|
||||
|
|
@ -586,6 +592,8 @@
|
|||
|
||||
# ► Instagram Tools
|
||||
|
||||
* ⭐ **[Redirect Logins](https://greasyfork.org/en/scripts/420604)** - Redirect Instagram Login
|
||||
* [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds on Discord / [GitHub](https://github.com/Wikidepia/InstaFix)
|
||||
* [Proxigram](https://codeberg.org/proxigram/proxigram) or [Imginn](https://imginn.com) - Instagram Frontends
|
||||
* [otzberg](https://www.otzberg.net/iguserid/index.php) or [Find-User-ID](https://codeofaninja.com/tools/find-instagram-user-id/) - ID Finder
|
||||
* [Image Counter](https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter) - Count Page Images
|
||||
|
|
@ -606,22 +614,6 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Blogging Tools
|
||||
|
||||
* ⭐ **[Bear Blog](https://bearblog.dev/)**, **[TinyBones](https://tinybones.pages.dev/)** / [GitHub](https://github.com/itzcozi/tinybones), [Mataroa](https://mataroa.blog/) or [smol.pub](https://smol.pub/) / [Key](https://m15o.ichi.city/smolpub/key-request.html) - Minimalist Blogging Platforms
|
||||
* [Telescope](https://telescope.ac/) - Publishing Platform
|
||||
* [Arbital](https://arbital.com/) - Hybrid Blogging / Wiki Platform
|
||||
* [Dreamwidth](https://www.dreamwidth.org/) - Blogging Platform
|
||||
* [Haven](https://havenweb.org/) or [WriteFreely](https://writefreely.org/) - Self-Hosted Blogging Platforms
|
||||
* [Notepin](https://notepin.co/) - Anonymous Blogging Platform
|
||||
* [Hexo](https://hexo.io/) - Static Blog Template / [Themes](https://hexo.io/themes/) / [GitHub](https://github.com/hexojs/hexo)
|
||||
* [Zonelets](https://zonelets.net/) - Static Blog Template
|
||||
* [twtxt](https://github.com/buckket/twtxt) - Decentralized Minimalist Microblogging Service
|
||||
* [Emanates Docs](https://emanates.deepjyoti30.dev/) - Make GitHub-Based Blogs
|
||||
* [CoverView](https://coverview.vercel.app/) - Blog Banner Creator
|
||||
|
||||
***
|
||||
|
||||
# ► Tumblr Tools
|
||||
|
||||
* [Tumlook](https://www.tumlook.com/), [Tumgik](https://www.tumgik.com/) or [PriviBlur](https://github.com/syeopite/priviblur) - Tumblr Frontends
|
||||
|
|
@ -666,7 +658,7 @@
|
|||
* 🌐 **[Awesome Mastodon](https://hueyy.github.io/awesome-mastodon/)**, [2](https://github.com/hyperupcall/awesome-mastodon) - Mastodon Resources
|
||||
* ⭐ **[instances.social](https://instances.social/)** or [Mastodon Near Me](http://mastodon-near.me/) - Mastodon Instances
|
||||
* ⭐ **[Mastodon Apps](https://joinmastodon.org/apps)** - Mastodon Client List
|
||||
* [Phanpy](https://phanpy.social/) / [GitHub](https://github.com/cheeaun/phanpy) or [Mastodeck](https://mastodeck.com/) - Mastodon Clients
|
||||
* [Phanpy](https://phanpy.social/) or [Mastodeck](https://mastodeck.com/) - Mastodon Clients
|
||||
* [Fediwall](https://fediwall.social/) - View Public Timelines / Hashtags
|
||||
* [Followgraph](https://followgraph.vercel.app/) or [StreetPass](https://streetpass.social/) - Find Mastodon Users
|
||||
* [MastoGizmos](https://mastogizmos.com/) - Mastodon Search Tools
|
||||
|
|
@ -717,7 +709,7 @@
|
|||
|
||||
# ► 4chan Tools
|
||||
|
||||
* ⭐ **[4chan XT](https://github.com/TuxedoTako/4chan-xt)**, [4chan X](https://www.4chan-x.net/), [SpookyX](https://github.com/Fiddlekins/SpookyX) or [Dollchan](https://dollchan.net/) - Enhancement Extensions
|
||||
* ⭐ **[4chan X](https://www.4chan-x.net/)**, [SpookyX](https://github.com/Fiddlekins/SpookyX), [4chan XT](https://github.com/TuxedoTako/4chan-xt) or [Dollchan](https://dollchan.net/) - Enhancement Extensions
|
||||
* [Lurka](https://github.com/AdamSalma/Lurka) - Desktop Client
|
||||
* [RedditChan](https://reddit-chan.vercel.app/) - Reddit Style 4chan Web Client
|
||||
* [4Webm](https://www.4webm.org/) - Load All Webm Videos in 4chan Thread
|
||||
|
|
@ -739,10 +731,25 @@
|
|||
***
|
||||
|
||||
* [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - Search 4chan Archives
|
||||
* [4rchive](https://4rchive.org/), [sup/tg/](https://suptg.thisisnotatrueending.com/), [Palanq.win](https://archive.palanq.win/), [AyaseQuart](https://ayasequart.org/fts), [Desuarchive](https://desuarchive.org/), [arch.b4k](https://arch.b4k.dev/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives
|
||||
* [4rchive](https://4rchive.org/), [sup/tg/](https://suptg.thisisnotatrueending.com/), [Palanq.win](https://archive.palanq.win/), [Desuarchive](https://desuarchive.org/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives
|
||||
* [Oldfriend Archive](https://old.sage.moe/) - 2004 - 2014 Archive
|
||||
* [Ten Billion](https://archive.org/details/4chan_threads_archive_10_billion) or [4Museum](https://4museum.neocities.org/) - 2006 - 2008 Archive
|
||||
* [4GBs of 4chan Threads](https://archive.org/details/4chan-threads-2009-2012) - 2009 - 2012 Archive
|
||||
* [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive
|
||||
* [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive
|
||||
* [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive
|
||||
|
||||
***
|
||||
|
||||
# ► Blogging Tools
|
||||
|
||||
* ⭐ **[Bear Blog](https://bearblog.dev/)**, [Mataroa](https://mataroa.blog/) or [smol.pub](https://smol.pub/) / [Key](https://m15o.ichi.city/smolpub/key-request.html) - Minimalist Blogging Platforms
|
||||
* [Telescope](https://telescope.ac/) - Publishing Platform
|
||||
* [Arbital](https://arbital.com/) - Hybrid Blogging / Wiki Platform
|
||||
* [Dreamwidth](https://www.dreamwidth.org/) - Blogging Platform
|
||||
* [Haven](https://havenweb.org/) or [WriteFreely](https://writefreely.org/) - Self-Hosted Blogging Platforms
|
||||
* [Notepin](https://notepin.co/) - Anonymous Blogging Platform
|
||||
* [Zonelets](https://zonelets.net/) - Static Blog Template
|
||||
* [twtxt](https://github.com/buckket/twtxt) - Decentralized Minimalist Microblogging Service
|
||||
* [Emanates Docs](https://emanates.deepjyoti30.dev/) - Make GitHub-Based Blogs
|
||||
* [CoverView](https://coverview.vercel.app/) - Blog Banner Creator
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@
|
|||
* ⭐ **[WebOasis](https://weboasis.su/)**, [2](https://behu.io/), [3](https://ndsamuelson.github.io/weboas-is/) / [GitHub](https://github.com/ParrotDevelopers/WebOasis/)
|
||||
* ⭐ **[MONKNOW](https://www.monknow.com/)**
|
||||
|
||||
[FMHY Startpage](https://fmhy.net/startpage), [r/startpages](https://www.reddit.com/r/startpages/), [8bitdash](https://www.8bitdash.com/), [8 Bit Dashboard](https://8bitdashboard.com/), [Clippingmini](https://www.clippingmini.com/), [Draggo](https://draggo.com/), [Pearltrees](https://www.pearltrees.com/), [Nextcloud](https://apps.nextcloud.com/apps/bookmarks), [Cling](https://cling.com/), [Symbaloo](https://www.symbaloo.com/), [Tixio](https://tixio.io/), [Bento](https://github.com/migueravila/Bento), [nightly](https://github.com/damnitharshit/nightly), [Protopage](https://www.protopage.com/), [tilde](https://github.com/xvvvyz/tilde), [Fluidity](https://prettycoffee.github.io/fluidity/) / [GitHub](https://github.com/PrettyCoffee/fluidity), [AllMyFaves](https://allmyfaves.com/), [start.me](https://start.me/start/int/startpage), [Combobox](https://combobox.me)
|
||||
[FMHY Startpage](https://fmhy.net/startpage), [r/startpages](https://www.reddit.com/r/startpages/), [8bitdash](https://www.8bitdash.com/), [8 Bit Dashboard](https://8bitdashboard.com/), [Clippingmini](https://www.clippingmini.com/), [Draggo](https://draggo.com/), [Pearltrees](https://www.pearltrees.com/), [Nextcloud](https://apps.nextcloud.com/apps/bookmarks), [Cling](https://cling.com/), [Symbaloo](https://www.symbaloo.com/), [Tixio](https://tixio.io/), [Bento](https://github.com/migueravila/Bento), [nightly](https://github.com/damnitharshit/nightly), [Protopage](https://www.protopage.com/), [tilde](https://github.com/xvvvyz/tilde), [Fluidity](https://prettycoffee.github.io/fluidity/) / [GitHub](https://github.com/PrettyCoffee/fluidity), [AllMyFaves](https://allmyfaves.com/), [start.me](https://start.me/start/int/startpage)
|
||||
|
||||
### Customizable New Tab Page
|
||||
|
||||
* ⭐ **[Anori](https://anori.app/)** - Customizable New Tab
|
||||
* ⭐ **[Mue](https://muetab.com/)** - Customizable New Tab / [GitHub](https://github.com/mue/mue)
|
||||
* ⭐ **[Bonjourr](https://bonjourr.fr/)** - Minimalist Startpage / [GitHub](https://github.com/victrme/Bonjourr)
|
||||
* [Renewed Tab](https://renewedtab.com/) - Customizable New Tab / [Discord](https://discord.gg/zYjR54b) / [GitLab](https://gitlab.com/renewedtab/renewedtab/)
|
||||
* ⭐ **[Mue](https://muetab.com/)** / [GitHub](https://github.com/mue/mue) - Customizable New Tab
|
||||
* ⭐ **[Bonjourr](https://bonjourr.fr/)** / [GitHub](https://github.com/victrme/Bonjourr) - Minimalist Startpage
|
||||
* [Renewed Tab](https://renewedtab.com/) / [GitLab](https://gitlab.com/renewedtab/renewedtab/) / [Discord](https://discord.gg/zYjR54b) - Customizable New Tab
|
||||
|
||||
[mtab](https://github.com/maxhu08/mtab), [nightTab](https://github.com/zombieFox/nightTab), [hexagonTab](https://github.com/zombieFox/hexagonTab), [Perfect Home](https://github.com/perfect-things/perfect-home), [Yet Another Speed Dial](https://github.com/conceptualspace/yet-another-speed-dial), [Infinity New Tab](https://en.infinitynewtab.com/), [Momentum](https://momentumdash.com/)
|
||||
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
* ⭐ **[vads](https://vads.ac.uk/digital/)**
|
||||
* ⭐ **[Arts and Culture](https://artsandculture.google.com/)**
|
||||
|
||||
[Painting Index](https://index-of.eu/Paintings/), [The Met](https://www.metmuseum.org/art/collection), [rijksstudio](https://www.rijksmuseum.nl/en/rijksstudio), [Haltadefinizione](https://www.haltadefinizione.com/en/), [Artcyclopedia](http://www.artcyclopedia.com/), [The Wolfman Museum of Art](https://wolfmanmuseum.org/), [DarkClassics](https://darkclassics.blogspot.com/), [European Art](https://photos.app.goo.gl/q5GRdpSvARAqhbSh6), [The Watercolour World](https://www.watercolourworld.org/), [Museo](https://museo.app/), [Arthur](https://arthur.io/), [WGA](https://www.wga.hu/), [Gallerix](https://gallerix.org/), [WikiArt](https://www.wikiart.org/), [Public Work](https://public.work/), [Public Domain Image Archive](https://pdimagearchive.org/), [V&A](https://www.vam.ac.uk/), [Louvre](https://collections.louvre.fr/en/), [Artchive](https://www.artchive.com/), [S.D. Cason](https://sdcason.com/categories/), [Frick](https://www.frick.org/art), [RCT](https://www.rct.uk/collection/), [Artic](https://www.artic.edu/collection), [Artvee](https://artvee.com/), [Moma](https://www.moma.org/collection/), [Guggenheim](https://www.guggenheim.org/collection-online), [Deutsche Digitale](https://www.deutsche-digitale-bibliothek.de/?lang=de)
|
||||
[Painting Index](https://index-of.eu/Paintings/), [rijksstudio](https://www.rijksmuseum.nl/en/rijksstudio), [Haltadefinizione](https://www.haltadefinizione.com/en/), [Artcyclopedia](http://www.artcyclopedia.com/), [The Wolfman Museum of Art](https://wolfmanmuseum.org/), [DarkClassics](https://darkclassics.blogspot.com/), [European Art](https://photos.app.goo.gl/q5GRdpSvARAqhbSh6), [The Watercolour World](https://www.watercolourworld.org/), [Museo](https://museo.app/), [Arthur](https://arthur.io/), [WGA](https://www.wga.hu/), [Gallerix](https://gallerix.org/), [WikiArt](https://www.wikiart.org/), [Public Work](https://public.work/), [Public Domain Image Archive](https://pdimagearchive.org/), [V&A](https://www.vam.ac.uk/), [Louvre](https://collections.louvre.fr/en/), [Artchive](https://www.artchive.com/), [S.D. Cason](https://sdcason.com/categories/)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -112,13 +112,14 @@
|
|||
* 🌐 **[Public DNS indexes](https://www.publicdns.xyz/)** / [2](https://www.bestdns.org/) / [3](https://acavalin.com/p/free_dns) / [4](https://publicdnsserver.com/) / [5](https://public-dns.info/)
|
||||
* ⭐ **[Cloudflare 1.1.1.1](https://developers.cloudflare.com/1.1.1.1/ip-addresses/)**
|
||||
* ⭐ **[Quad9](https://quad9.net/)** - Malware, Phishing, Spyware & Botnet DNS Protection
|
||||
* ⭐ **[Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)** - Ads. Trackers, Adult, Malware, Gambling & Social Media DNS Protection
|
||||
* ⭐ **[Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)**
|
||||
* [NextDNS](https://nextdns.io) / [2](https://adguard-dns.io/kb/general/dns-providers/#nextdns)
|
||||
* [Unbound](https://www.nlnetlabs.nl/projects/unbound/) / [GitHub](https://github.com/NLnetLabs/unbound)
|
||||
* [Bancuh](https://bancuh.com/) / [GitHub](https://github.com/ragibkl/adblock-dns-server)
|
||||
* [AdGuard](https://adguard-dns.io/en/public-dns.html)
|
||||
* [Adguard](https://adguard-dns.io/en/public-dns.html)
|
||||
* [DNS for Family](https://dnsforfamily.com/)
|
||||
* [Hurricane Electric](https://dns.he.net/)
|
||||
* [ DNS Bunker](https://dnsbunker.org/)
|
||||
* [dns0.eu](https://www.dns0.eu/)
|
||||
* [UncensoredDNS](https://blog.uncensoreddns.org/dns-servers/)
|
||||
* [dns.sb](https://dns.sb/)
|
||||
|
|
@ -131,15 +132,11 @@
|
|||
|
||||
***
|
||||
|
||||
* [F0rc3Run](https://f0rc3run.github.io/F0rc3Run-panel/) / [GitHub](https://github.com/F0rc3Run/F0rc3Run)
|
||||
* [V2Nodes](https://v2nodes.com/)
|
||||
* [RaceVPN](https://www.racevpn.com/)
|
||||
* [GreenSSH](https://www.greenssh.com/)
|
||||
* [vpn.fail](https://vpn.fail/)
|
||||
* [VPN Jantit](https://www.vpnjantit.com/)
|
||||
* [Shadowmere](https://shadowmere.xyz) - Shadowsocks
|
||||
* [FreeSocks](https://freesocks.org/) - Shadowsocks / [GitHub](https://github.com/unredacted/freesocks-control-plane)
|
||||
* [Hi!Load VPN](https://t.me/hlvpnbot) - 30GB per month / No Torrenting / [Support](https://t.me/highloadvpn)
|
||||
* [sshOcean](https://sshocean.com/), [2](https://sshocean.net/)
|
||||
* [FreeVPN](https://www.freevpn.us/)
|
||||
* [Goodssh](https://www.goodssh.com/)
|
||||
|
|
@ -215,14 +212,29 @@
|
|||
* https://librarygenesis.net/ - site list
|
||||
* https://libgen.li/ - clone
|
||||
* https://libgen.gs/ - clone
|
||||
* https://libgen.vg/ - clone
|
||||
* https://libgen.la/ - clone
|
||||
* https://libgen.bz/ - clone
|
||||
* https://rentry.co/m2hkqhwb - Differences between the mirrors
|
||||
|
||||
***
|
||||
|
||||
## LibGen Tools
|
||||
|
||||
[Search Extension](https://chromewebstore.google.com/detail/libgen-search/cbcehgllfaddbjidleabcdjpldlognad) / [Need Seeds](https://phillm.net/libgen-seeds-needed.php) / [Convert to Text](https://github.com/VikParuchuri/libgen_to_txt) / [Backup](https://redd.it/edwi9b)
|
||||
[Search Extension](https://chromewebstore.google.com/detail/libgen-search/cbcehgllfaddbjidleabcdjpldlognad) / [Amazon Buttons](https://pastebin.com/DdwbbhG8) / [Need Seeds](https://phillm.net/libgen-seeds-needed.php) / [Convert to Text](https://github.com/VikParuchuri/libgen_to_txt) / [Backup](https://redd.it/edwi9b)
|
||||
|
||||
***
|
||||
|
||||
## Live Webcams
|
||||
|
||||
[EarthCam](https://www.earthcam.com/), [Explore](https://explore.org/), [Opentopia](http://www.opentopia.com/), [WebcamGalore](https://www.webcamgalore.com/), [WebcamTaxi](https://www.webcamtaxi.com/en/), [WorldCams](https://worldcams.tv/), [Worldviewstream](https://worldviewstream.com/), [WorldCam](https://worldcam.eu/), [BalticLiveCam](https://balticlivecam.com/), [SkylineWebcams](https://www.skylinewebcams.com/en.html), [CamStreaner](https://camstreamer.com/live), [/r/controllablewebcams](https://reddit.com/r/controllablewebcams) / [Discord](https://discord.gg/wdjtevG), [PicTimo](https://www.pictimo.com/), [WXYZWebcams](https://wxyzwebcams.com/), [snoweye](https://www.snoweye.com/), [camscape](https://www.camscape.com/), [whatsupcams](https://www.whatsupcams.com/), [worldcam](https://www.worldcam.pl/), [webcamhopper](https://www.webcamhopper.com/), [explore.org](https://explore.org/livecams), [Windy Webcams](https://www.windy.com/-Webcams/webcams), [Insecam](http://www.insecam.org/en/), [Airport Webcams](https://airportwebcams.net/), [TFLJamCams](https://www.tfljamcams.net/), [seattlesouthside](https://www.seattlesouthside.com/plan-your-trip/webcams/), [portugal-live](https://www.portugal-live.net/en/webcams.html), [livecamcroatia](https://www.livecamcroatia.com/en), [myrtlebeach](https://www.myrtlebeach.com/webcams/), [sootoday](https://www.sootoday.com/webcams), [interlochen](https://www.interlochen.org/webcasts/live-webcams), [whitehouse cam](https://whitehouse.gov1.info/webcam/), [yellowstone cam](https://www.nps.gov/yell/learn/photosmultimedia/webcams.htm), [carowinds](https://www.carowinds.com/live-video), [zellamsee](https://www.zellamsee-kaprun.com/en/live/webcams), [wpri](https://www.wpri.com/live-cams/), [hdontap](https://hdontap.com/), [floridakeyswebcams](https://floridakeyswebcams.tv/), [earthtv](https://www.earthtv.com/en), [geocam](https://www.geocam.ru/en/), [livefromiceland](https://livefromiceland.is/), [world-cam](https://en.world-cam.ru/), [mangolinkworld](https://www.mangolinkworld.com/), [mylivestreams](https://www.mylivestreams.com/live-streaming-cams/), [spain-grancanaria](https://www.spain-grancanaria.com/en/images-videos/webcams.html), [visitlondon](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction/webcams-of-london), [ctsfl](https://www.ctsfl.us/cams/), [aruba](https://www.aruba.com/us/live-webcams-and-channels), [fogcam](https://www.fogcam.org/), [bigrigtravels](https://bigrigtravels.com/), [lochness](https://www.lochness.co.uk/livecam/), [abbeyroad](https://www.abbeyroad.com/crossing), [camsecure](https://www.camsecure.co.uk/Camsecure_Live_Demo_Index.html), [worldlivecamera](https://www.worldlivecamera.com/), [liveworldwebcams](https://liveworldwebcams.com/)
|
||||
|
||||
### Animal Cams
|
||||
|
||||
* [meow.camera](https://meow.camera/) - Chinese Cat Cams / [Android](https://play.google.com/store/apps/details?id=com.hello.purr) / [iOS](https://apps.apple.com/app/id6475722361) / [Discord](https://discord.com/invite/QmHWpZF9cP)
|
||||
* [The Fish Doorbell](https://visdeurbel.nl/en/) - Help Fish Migrate
|
||||
|
||||
[Monterey Bay Aquarium](https://www.montereybayaquarium.org/animals/live-cams), [San Diego Zoo](https://zoo.sandiegozoo.org/live-cams), [Zqoo.org](https://www.zoo.org/webcams), [AnimalsLife](https://animalslife.net/), [Africam](https://www.africam.com/), [NationalZoo](https://nationalzoo.si.edu/webcams), [BirdCams](https://birdcams.live/), [CritterYard](https://critteryard.com/), [AquariumOfPacific](https://www.aquariumofpacific.org/exhibits/webcams)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -272,14 +284,14 @@
|
|||
|
||||
### Mod / Resource Pack Indexes
|
||||
|
||||
* ⭐ **[Modrinth](https://modrinth.com/)** / [Redirector](https://github.com/devBoi76/modrinthify) / [Discord](https://discord.com/invite/EUHuJHt) / [GitHub](https://github.com/modrinth/code)
|
||||
* ⭐ **[UsefulMods](https://github.com/TheUsefulLists/UsefulMods)** - Optimization & Enhancement Mods / [Discord](https://discord.gg/8nzHYhVUQS)
|
||||
* [ModBay](https://modbay.org/) - Bedrock Edition Content / [Discord](https://discord.com/invite/DpNJ5fApJM)
|
||||
* [CurseForge](https://www.curseforge.com/minecraft) / [QOL Fixes](https://greasyfork.org/en/scripts/389255-curseforge-qol-fixes)
|
||||
* ⭐ **[Modrinth](https://modrinth.com/)** / [Redirector](https://github.com/devBoi76/modrinthify)
|
||||
* ⭐ **[UsefulMods](https://github.com/TheUsefulLists/UsefulMods)**
|
||||
* [ModBay](https://modbay.org/) - Bedrock Edition Content
|
||||
* [CurseForge](https://www.curseforge.com/minecraft) / [QOL Fixes](https://greasyfork.org/en/scripts/389255-curseforge-qol-fixes), [2](https://greasyfork.org/en/scripts/445993-modrinthify)
|
||||
* [Planet Minecraft](https://www.planetminecraft.com/)
|
||||
* [MC Archive](https://mcarchive.net/) - Old Mods
|
||||
* [FiberMC](https://www.fibermc.com/) - Fabric Mods Index
|
||||
* [ModpackIndex](https://www.modpackindex.com/) / [Discord](https://discord.com/invite/9QfENvm)
|
||||
* [MC Archive](https://mcarchive.net/)
|
||||
* [FiberMC](https://www.fibermc.com/)
|
||||
* [ModpackIndex](https://www.modpackindex.com/)
|
||||
* [Minecraft Forum](https://www.minecraftforum.net/) / [Discord](https://discord.com/invite/wGrQNKX)
|
||||
|
||||
|
||||
|
|
@ -289,6 +301,17 @@
|
|||
|
||||
***
|
||||
|
||||
## Music Notation Editors
|
||||
|
||||
* ⭐ **[MuseScore](https://musescore.org/)** - Editor
|
||||
* [Noteflight](https://noteflight.com/) - Editor
|
||||
* [MC Musiceditor](https://www.mcmusiceditor.com/) - Editor
|
||||
* [Flat](https://flat.io/) - Editor
|
||||
* [Score Perfect Professional](https://archive.org/details/score-perfect-professional-lite-5.1/) - Editor
|
||||
* [MusicWorks](https://www.tierramedia.com/) - Editor
|
||||
|
||||
***
|
||||
|
||||
## Music Sheet Collections
|
||||
|
||||
### General Music Sheets
|
||||
|
|
@ -346,10 +369,10 @@
|
|||
|
||||
## Presentation Tools
|
||||
|
||||
* [Slides](https://maaslalani.com/slides/) - Terminal-Based Presentation Tool / [GitHub](https://github.com/maaslalani/slides)
|
||||
* [Slides](https://maaslalani.com/slides/) / [GitHub](https://github.com/maaslalani/slides) - Terminal-Based Presentation Tool
|
||||
* [Z.ai](https://chat.z.ai/) or [PPTX](https://github.com/AmNotAGoose/PPTX-Presentation-Generator) - AI Presentation Generators
|
||||
* [GSlides Maker](https://github.com/vilmacio/gslides-maker) - Turn Wiki Pages into Google Slides
|
||||
* [Inscribed](https://inscribed.app/) - Sketch-Based Slides / [GitHub](https://github.com/chunrapeepat/inscribed)
|
||||
* [Inscribed](https://inscribed.app/) / [GitHub](https://github.com/chunrapeepat/inscribed) - Sketch-Based Slides
|
||||
|
||||
[Marp](https://marp.app/), [ZoomIt](https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit), [Presentator](https://presentator.io/), [Fusuma](https://hiroppy.github.io/fusuma/), [Pitch](https://pitch.com/), [Zoho Show](https://www.zoho.com/show/), [Webslides](https://webslides.tv/), [FreeShow](https://freeshow.app/), [Presenta](https://play.presenta.cc/), [OpenLearning](https://www.openelearning.org/), [Slideshare](https://www.slideshare.net/), [Excalideck](https://excalideck.com/)
|
||||
|
||||
|
|
@ -369,8 +392,8 @@
|
|||
|
||||
## SMS Verification Sites
|
||||
|
||||
* ⭐ **[SMSCodeOnline](https://smscodeonline.com/)**
|
||||
* ⭐ **[receive-sms-online](https://www.receive-sms-online.info/)** - Sign-Up Required
|
||||
* ⭐ **[SMSCodeOnline](https://smscodeonline.com/)**
|
||||
* ⭐ **[mianfeijiema](https://mianfeijiema.com/)** or [us-phone-number](https://us-phone-number.com/)
|
||||
* ⭐ **[sms24](https://www.sms24.me/)**
|
||||
* ⭐ **[receive-sms](https://receive-sms.cc/)**
|
||||
|
|
@ -384,24 +407,24 @@
|
|||
|
||||
* ⭐ **[Survivor Library](https://www.survivorlibrary.com/)**
|
||||
* [SurvivalManual](https://github.com/ligi/SurvivalManual) / [App](https://survivalmanual.github.io/)
|
||||
* [r/Preppers](https://www.reddit.com/r/preppers/)
|
||||
* [/r/Preppers](https://www.reddit.com/r/preppers/)
|
||||
* [Trail Sense](https://kylecorry.com/Trail-Sense/) - Wilderness Survival App / [GitHub](https://github.com/kylecorry31/Trail-Sense)
|
||||
|
||||
[OffGridDownload](https://t.me/offgriddownload), [ExploreMarMaris](http://www.exploremarmaris.com/read/Survival/), [r/PrepperFileShare](https://reddit.com/r/PrepperFileShare), [The Preparedness Encyclopedia](https://www.fluidicice.com/tpe)
|
||||
[OffGridDownload](https://t.me/offgriddownload), [ExploreMarMaris](http://www.exploremarmaris.com/read/Survival/), [/r/PrepperFileShare](https://reddit.com/r/PrepperFileShare), [The Preparedness Encyclopedia](https://www.fluidicice.com/tpe)
|
||||
|
||||
***
|
||||
|
||||
## SVG Icons
|
||||
|
||||
* 🌐 **[Awesome Icons](https://github.com/notlmn/awesome-icons)**, **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#icons)** or **[Free Icons](https://www.iconshock.com/freeicons/)** - Icon Site Indexes
|
||||
* ⭐ **[Iconify](https://iconify.design/)** - Icon Collections
|
||||
* ⭐ **[icons8](https://icons8.com/icons)** - Icon Collections / [Premium Unlock](https://github.com/Kyutefox/Iconify)
|
||||
* ⭐ **[SVG Repo](https://www.svgrepo.com/)** - Icon Collections
|
||||
* 🌐 **[Awesome Icons](https://github.com/notlmn/awesome-icons)**, **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#icons)** or **[Free Icons](https://www.iconshock.com/freeicons/)** - Icon Indexes
|
||||
* ⭐ **[Iconify](https://iconify.design/)** / [Premium Unlock](https://github.com/Kyutefox/Iconify)
|
||||
* ⭐ **[icons8](https://icons8.com/icons)**
|
||||
* ⭐ **[SVG Repo](https://www.svgrepo.com/)**
|
||||
* [Dashboard Icons](https://dashboardicons.com/) - Program Icons
|
||||
* [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React
|
||||
* [HealthIcons](https://healthicons.org/) - Medical Icons
|
||||
|
||||
[Icofont](https://icofont.com/icons), [VisualPharm](https://visualpharm.com/), [Google Icons](https://fonts.google.com/icons), [svgl](https://svgl.app/), [iconer](https://iconer.app/), [SimpleIcons](https://simpleicons.org/), [xIcons](https://xicons.org), [Polaris](https://polaris.shopify.com/icons), [Phosphor Icons](https://phosphoricons.com/), [iCongo](https://icongo.github.io/), [IconFinder](https://www.iconfinder.com/), [Lucide](https://lucide.dev/), [Ant Design](https://ant.design/components/icon/), [IconPacks](https://www.iconpacks.net/), [svgmix](https://svgmix.com/), [Iconbuddy](https://iconbuddy.com/), [Noun Project](https://thenounproject.com/), [Orion](https://www.orioniconlibrary.com/), [Flaticon](https://www.flaticon.com/) / [Premium Unlock](https://github.com/Kyutefox/Iconify), [Devicon](https://devicon.dev/), [Glyphs](https://glyphs.fyi/), [IconArchive](https://iconarchive.com/), [IconDuck](https://iconduck.com/), [icon icons](https://icon-icons.com/), [Icons-For-Free](https://icons-for-free.com/), [Streamline](https://www.streamlinehq.com/), [Dryicons](https://dryicons.com/), [Icones](https://icones.js.org/), [CaptainIconWeb](https://mariodelvalle.github.io/CaptainIconWeb/), [IconNinja](https://www.iconninja.com/), [Teenyicons](https://teenyicons.com/), [awsicons](https://awsicons.dev/), [iconoir](https://iconoir.com/), [heroicons](https://heroicons.dev/), [composeicons](https://composeicons.com/), [iconmonstr](https://iconmonstr.com/), [Nerd Fonts](https://www.nerdfonts.com/), [websvg](https://websvg.com/), [svgsilh](https://svgsilh.com/), [pictogrammers](https://pictogrammers.com/), [svgstack](https://svgstack.com/), [iconshelf](https://iconshelf.com/)
|
||||
[Icofont](https://icofont.com/icons), [VisualPharm](https://visualpharm.com/), [Google Icons](https://fonts.google.com/icons), [svgl](https://svgl.app/), [iconer](https://iconer.app/), [SimpleIcons](https://simpleicons.org/), [xIcons](https://xicons.org), [Polaris](https://polaris.shopify.com/icons), [Phosphor Icons](https://phosphoricons.com/), [iCongo](https://icongo.github.io/), [IconFinder](https://www.iconfinder.com/), [Lucide](https://lucide.dev/), [Ant Design](https://ant.design/components/icon/), [IconPacks](https://www.iconpacks.net/), [svgmix](https://svgmix.com/), [Iconbuddy](https://iconbuddy.com/), [Noun Project](https://thenounproject.com/), [Orion](https://www.orioniconlibrary.com/), [Flaticon](https://www.flaticon.com/), [Devicon](https://devicon.dev/), [Glyphs](https://glyphs.fyi/), [IconArchive](https://iconarchive.com/), [IconDuck](https://iconduck.com/), [icon icons](https://icon-icons.com/), [Icons-For-Free](https://icons-for-free.com/), [Streamline](https://www.streamlinehq.com/), [Dryicons](https://dryicons.com/), [Icones](https://icones.js.org/), [CaptainIconWeb](https://mariodelvalle.github.io/CaptainIconWeb/), [IconNinja](https://www.iconninja.com/), [Teenyicons](https://teenyicons.com/), [awsicons](https://awsicons.dev/), [iconoir](https://iconoir.com/), [heroicons](https://heroicons.dev/), [composeicons](https://composeicons.com/), [iconmonstr](https://iconmonstr.com/), [Nerd Fonts](https://www.nerdfonts.com/), [websvg](https://websvg.com/), [svgsilh](https://svgsilh.com/), [pictogrammers](https://pictogrammers.com/)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -450,4 +473,4 @@
|
|||
* [udemy-downloader](https://github.com/Puyodead1/udemy-downloader) - Udemy Downloader
|
||||
* [Udemy Download Guide](https://docs.google.com/document/d/1W91OS9rj7h9DBp5UwR68lA2zMEtqNmxdGaNVmBktIaw/) / [Discord](https://discord.gg/tMzrSxQ)
|
||||
|
||||
[discudemy](https://www.discudemy.com/), [BARONIP COUPONS](https://baronip-coupons.blogspot.com/), [freebiesglobal](https://freebiesglobal.com/), [onlinecourses](https://www.onlinecourses.ooo/), [UdemyKing](https://t.me/udemyking1), [CourseArray](https://t.me/udemycoursesfree), [Udemy 24](https://coursesbag.com/), [Download Online Tutorials Free](https://www.howtofree.org/), [UdemyFreeCourses](https://udemyfreecourses.org/), [Study Bullet](https://studybullet.com/) / [Telegram](https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw), [r/udemyfreebies](https://reddit.com/r/udemyfreebies), [Online Courses Tracker](https://comidoc.net/), [Real.Discount](https://www.real.discount/), [OnlineTutorials](https://www.onlinetutorials.org/), [Scroll Coupons](https://scrollcoupons.com/) / [Telegram](https://t.me/scroll_coupons), [UdemyXpert](https://udemyxpert.com/) / [Telegram](https://t.me/UdemyXpert)
|
||||
[discudemy](https://www.discudemy.com/), [BARONIP COUPONS](https://baronip-coupons.blogspot.com/), [freebiesglobal](https://freebiesglobal.com/), [onlinecourses](https://www.onlinecourses.ooo/), [UdemyKing](https://t.me/udemyking1), [CourseArray](https://t.me/udemycoursesfree), [Udemy 24](https://coursesbag.com/), [Download Online Tutorials Free](https://www.howtofree.org/), [UdemyFreeCourses](https://udemyfreecourses.org/), [Study Bullet](https://studybullet.com/) / [Telegram](https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw), [/r/udemyfreebies](https://reddit.com/r/udemyfreebies), [Online Courses Tracker](https://comidoc.net/), [Real.Discount](https://www.real.discount/), [OnlineTutorials](https://www.onlinetutorials.org/), [Scroll Coupons](https://scrollcoupons.com/) / [Telegram](https://t.me/scroll_coupons), [UdemyXpert](https://udemyxpert.com/) / [Telegram](https://t.me/UdemyXpert)
|
||||
|
|
|
|||
|
|
@ -19,9 +19,12 @@
|
|||
* ⭐ **[SuperF4](https://stefansundin.github.io/superf4/)** or [FKill](https://github.com/sindresorhus/fkill-cli) - Process Killers
|
||||
* ⭐ **[Bulk Crap Uninstaller](https://www.bcuninstaller.com/)**, [Revo Uninstaller](https://www.revouninstaller.com/products/revo-uninstaller-free/) or [GeekUninstaller](https://geekuninstaller.com/) - Bulk Uninstallation Tools
|
||||
* [VCRedist](https://github.com/abbodi1406/vcredist) - AIO Repack for Microsoft Visual C++ Redists
|
||||
* [Microsoft Community](https://msft.chat/) - Windows Guides / [Discord](https://discord.com/invite/microsoft)
|
||||
* [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools
|
||||
* [BleachBit](https://www.bleachbit.org/) - Clean System Storage
|
||||
* [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
|
||||
* [GhostBuster](https://bitbucket.org/wvd-vegt/ghostbuster/src/master/) or [Device Cleanup Tool](https://www.majorgeeks.com/files/details/device_cleanup_tool.html) - Remove Non-Present Devices
|
||||
* [Should I Remove It?](https://www.shouldiremoveit.com/) - Program Removal Guide
|
||||
* [CoreTemp](https://www.alcpu.com/CoreTemp/) or [System Informer](https://systeminformer.sourceforge.io/) - Process Monitors
|
||||
|
|
@ -29,20 +32,21 @@
|
|||
* [RegExp](https://github.com/zodiacon/TotalRegistry), [RegScanner](https://www.nirsoft.net/utils/regscanner.html), [ripgrep-all](https://github.com/phiresky/ripgrep-all) or [Registry-Finder](https://registry-finder.com/) - Registry Explorers / Scanners
|
||||
* [WinbIndex](https://winbindex.m417z.com/) - Windows System Files / Binaries
|
||||
* [OfflineInsiderEnroll](https://github.com/abbodi1406/offlineinsiderenroll) - Enable Windows Insider without Account
|
||||
* [WLSetup-All](https://rentry.co/FMHYBase64#wlsetup-all) - Windows Live Essentials 2012 Archive
|
||||
* [Rhasspy](https://rhasspy.readthedocs.io/en/latest/) - Voice Assistant
|
||||
* [OpenRecall](https://github.com/openrecall/openrecall) or [Windrecorder](https://github.com/yuka-friends/Windrecorder/) - Memory Search App / System Recorders
|
||||
* [Time.is](https://time.is/) - Check Accuracy of System Clock
|
||||
* [G-Helper](https://github.com/seerge/g-helper) - Armoury Crate Replacement for ASUS Laptops
|
||||
* [G-Helper](https://github.com/seerge/g-helper) - Amoury Crate Replacement for ASUS Laptops
|
||||
* [LenovoLegionToolkit](https://github.com/BartoszCichecki/LenovoLegionToolkit) - Lenovo Vantage Replacement
|
||||
|
||||
***
|
||||
|
||||
## ▷ System Tweaks
|
||||
|
||||
* ⭐ **[SophiaScript](https://github.com/farag2/Sophia-Script-for-Windows)**, **[Windhawk](https://windhawk.net/)**, [MajorGeeks Windows Tweaks](https://www.majorgeeks.com/files/details/majorgeeks_registry_tweaks.html) or [Winaero](https://winaero.com/) / [2](https://winaerotweaker.com/) - System Tweaking Tools / **[Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#general-tweak-warning)**
|
||||
* ⭐ **[StartAllBack](https://www.startallback.com/)** - Tweaked Start Menu & Taskbar / Windows 11 / [Unlock](https://rentry.co/FMHYB64#startxback) / [Install Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#startallback)
|
||||
* ⭐ **[EverythingToolbar](https://github.com/srwi/EverythingToolbar)** or [yasb](https://github.com/amnweb/yasb) - Tweaked Taskbars
|
||||
* ⭐ **[Open Shell](https://open-shell.github.io/Open-Shell-Menu/)** - Tweaked Start Menu / [Start Skin](https://github.com/bonzibudd/Fluent-Metro)
|
||||
* ⭐ **[EarTrumpet](https://eartrumpet.app/)**, [Volumey](https://github.com/G-Stas/Volumey) or [Volume2](https://github.com/irzyxa/Volume2) - Tweaked Volume Mixer
|
||||
* ⭐ **[Open Shell](https://open-shell.github.io/Open-Shell-Menu/)** - Tweak Start Menu / [Start Skin](https://github.com/bonzibudd/Fluent-Metro)
|
||||
* ⭐ **[EarTrumpet](https://eartrumpet.app/)**, [Volumey](https://github.com/G-Stas/Volumey) or [Volume2](https://github.com/irzyxa/Volume2) - Tweak Volume Mixer
|
||||
* ⭐ **[AltSnap](https://github.com/RamonUnch/AltSnap)** - Tweaked Windows Dragging
|
||||
* ⭐ **[Edge-Uninstall](https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6)** - Microsoft Edge Removal Script
|
||||
* [abbodi1406](https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/), [BatUtil](https://github.com/abbodi1406/BatUtil) or [TechNet-Gallery](https://github.com/MScholtes/TechNet-Gallery) - System Scripts
|
||||
|
|
@ -50,8 +54,9 @@
|
|||
* [Wox](https://github.com/Wox-launcher/Wox), [Listary](https://www.listary.com/), [FlowLauncher](https://www.flowlauncher.com/), [Ueli](https://ueli.app/) / [GitHub](https://github.com/oliverschwendener/ueli) - Keystroke / App Launchers
|
||||
* [Kando](https://kando.menu/) - App Launcher / Pie Menu / [Discord](https://discord.gg/hZwbVSDkhy) / [GitHub](https://github.com/kando-menu/kando)
|
||||
* [Cerebro App](https://cerebroapp.com/) - Tweaked System Navigation
|
||||
* [SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu) - Tweaked System Menu
|
||||
* [Shell](https://nilesoft.org/) / [GitHub](https://github.com/moudey/shell) or [RCWM](https://github.com/GChuf/RCWM) - Tweaked / Custom Context Menus
|
||||
* [SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu) - Tweak System Menu
|
||||
* [EasyContextMenu](https://www.sordum.org/7615/easy-context-menu-v1-6/), [Nilesoft Shell](https://nilesoft.org/) or [ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager/blob/master/README-en.md)
|
||||
* [RCWM](https://github.com/GChuf/RCWM) - Tweaked Context Menus
|
||||
* [Explorer Tab Utility](https://github.com/w4po/ExplorerTabUtility) - Tweaked File Explorer
|
||||
* [Quick Access Popup](https://www.quickaccesspopup.com/) - File Manager
|
||||
* [Spencer](https://www.the-sz.com/products/spencer/) - Classic Start Menu
|
||||
|
|
@ -71,7 +76,7 @@
|
|||
* ⭐ **[UniGetUI](https://www.marticliment.com/unigetui/)** - GUI for Popular Package Managers / [GitHub](https://github.com/marticliment/UniGetUI)
|
||||
* ⭐ **[Scoop](https://scoop.sh/)** - Portable Package Manager
|
||||
* ⭐ **[sfsu](https://github.com/winpax/sfsu/)** or [hok](https://github.com/chawyehsu/hok) - Fast Scoop Utilities
|
||||
* [Chocolatey](https://chocolatey.org/) - Package Manager / [GUI](https://github.com/chocolatey/ChocolateyGUI) / [GitHub](https://github.com/chocolatey/choco)
|
||||
* [Chocolatey](https://chocolatey.org/) / [GUI](https://github.com/chocolatey/ChocolateyGUI) - Package Manager / [GitHub](https://github.com/chocolatey/choco)
|
||||
* [RuckZuck](https://ruckzuck.tools/) - Package Manager
|
||||
* [Topgrade](https://github.com/topgrade-rs/topgrade) - CLI Package Manager
|
||||
* [Silent Install](https://www.silentinstall.org/) - Build Multi-Program Installers
|
||||
|
|
@ -84,11 +89,13 @@
|
|||
|
||||
## ▷ Task Automation
|
||||
|
||||
* ⭐ **[AutoHotkey](https://www.autohotkey.com/)** / [Resources](https://github.com/ahkscript/awesome-AutoHotkey) / [Discord](https://discord.com/invite/Aat7KHmG7v)
|
||||
* [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler
|
||||
* [AutoIt](https://www.autoitscript.com/) / [Resources](https://github.com/J2TEAM/awesome-AutoIt)
|
||||
* 🌐 **[Awesome AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)** - AutoHotkey Resources
|
||||
* 🌐 **[Awesome AutoIt](https://github.com/J2TEAM/awesome-AutoIt)** - AutoIt Resources
|
||||
* ⭐ **[AutoHotkey](https://www.autohotkey.com/)** / [Discord](https://discord.com/invite/Aat7KHmG7v)
|
||||
* [AutoIt](https://www.autoitscript.com/)
|
||||
* [Tinytask](https://tinytask.net/)
|
||||
* [MacroRecorder](https://www.macrorecorder.com/)
|
||||
* [Power Automate](https://learn.microsoft.com/en-us/power-automate/desktop-flows/install)
|
||||
* [sikulix](http://sikulix.com/)
|
||||
* [ChoEazyCopy](https://github.com/Cinchoo/ChoEazyCopy)
|
||||
* [Organize](http://organize.readthedocs.io) - Automated File Manager
|
||||
|
|
@ -112,6 +119,7 @@
|
|||
* [GetDNote](https://www.getdnote.com/) - Command Line Notebook
|
||||
* [LeanandMean](https://github.com/AveYo/LeanAndMean) - Powershell Snippets / Use with Caution
|
||||
* [PowerShell Scripts](https://github.com/fleschutz/PowerShell), [PowershellGallery](https://www.powershellgallery.com/) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Shell Scripts
|
||||
* [Starship](https://starship.rs/) - Cross-Shell Prompt
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -142,7 +150,7 @@
|
|||
|
||||
## ▷ Clipboard Managers
|
||||
|
||||
* ⭐ **[Ditto](https://ditto-cp.sourceforge.io/)** - Clipboard Manager / [GitHub](https://sabrogden.github.io/Ditto/)
|
||||
* ⭐ **[Ditto](https://ditto-cp.sourceforge.io/)** - Clipboard Manager / [GitHub](https://github.com/sabrogden/Ditto)
|
||||
* [PasteBar](https://www.pastebar.app/) - Clipboard Manager / [GitHub](https://github.com/PasteBar/PasteBarApp)
|
||||
* [CrossPaste](https://crosspaste.com/) - Clipboard Manager / [GitHub](https://github.com/crosspaste/crosspaste-desktop)
|
||||
* [ArsClip](https://www.joejoesoft.com/vcms/97/) - Clipboard Manager
|
||||
|
|
@ -165,9 +173,8 @@
|
|||
|
||||
* 🌐 **[Awesome Web Desktops](https://github.com/syxanash/awesome-web-desktops)** or [Simone's Computer](https://simone.computer/#/webdesktops) - OS Emulators / VMs
|
||||
* ↪️ **[Android Emulators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_emulators)**
|
||||
* ⭐ **[VMware Workstation](https://www.majorgeeks.com/files/details/vmware_workstation_for_windows.html)** - Virtual Machine / [macOS VM](https://rentry.co/FMHYB64#vmware-workstation)
|
||||
* ⭐ **[VirtualBox](https://www.virtualbox.org/)** - Virtual Machine / [Portable](https://www.vbox.me/)
|
||||
* ⭐ **[Virt-Manager](https://virt-manager.org/)** / [GitHub](https://github.com/virt-manager/virt-manager) or [Vagrantup](https://www.vagrantup.com/) / [GitHub](https://github.com/hashicorp/vagrant) - Virtual Machine Managers
|
||||
* ⭐ **[VMware Workstation](https://www.majorgeeks.com/files/details/vmware_workstation_for_windows.html)** or **[VirtualBox](https://www.virtualbox.org/)** / [Portable](https://www.vbox.me/) - Virtual Machines
|
||||
* ⭐ **[Virt-Manager](https://virt-manager.org/)** / [GitHub](https://github.com/virt-manager/virt-manager), [MultiPass](https://canonical.com/multipass) / [GitHub](https://github.com/canonical/multipass) or [Vagrantup](https://www.vagrantup.com/) / [GitHub](https://github.com/hashicorp/vagrant) - Virtual Machine Managers
|
||||
* [Looking Glass](https://looking-glass.io/) - App for Using Kernel-Based Virtual Machine Configured for VGA PCI Pass-Through / [GitHub](https://github.com/gnif/LookingGlass)
|
||||
* [QEMU](https://www.qemu.org/) / [GitLab](https://gitlab.com/qemu-project/qemu), [Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/) or [Denodo Test](https://community.denodo.com/test-drives/) - Virtual Machines
|
||||
* [OSBoxes](https://www.osboxes.org/) - Preinstalled Virtual Machine
|
||||
|
|
@ -236,7 +243,7 @@
|
|||
* ⭐ **[NVCleanstall](https://www.techpowerup.com/download/techpowerup-nvcleanstall/)** or [NVSlimmer](https://forums.guru3d.com/threads/nvslimmer-nvidia-driver-slimming-utility.423072/) - NVIDIA Driver Packages
|
||||
* [Display Driver Uninstaller](https://www.wagnardsoft.com/display-driver-uninstaller-ddu-), [2](https://www.guru3d.com/download/display-driver-uninstaller-download) - Display Driver Removal Tool / [GitHub](https://github.com/Wagnard/display-drivers-uninstaller)
|
||||
* [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - NVIDIA GPU Update Checker
|
||||
* [nvidiaProfileInspector](https://github.com/Orbmu2k/nvidiaProfileInspector) or [NvidiaProfileInspectorRevamped](https://github.com/xHybred/NvidiaProfileInspectorRevamped) - Modify / View Hidden NVIDIA Settings / [Guide](https://youtu.be/XncmeD8khKY)
|
||||
* [nvidiaProfileInspector](https://github.com/Orbmu2k/nvidiaProfileInspector) or [NvidiaProfileInspectorRevamped](https://github.com/xHybred/NvidiaProfileInspectorRevamped) - Modify / View Hidden NVIDIA Settings / [Guide](https://youtu.be/XncmeD8khKY)
|
||||
* [RadeonSoftwareSlimmer](https://github.com/GSDragoon/RadeonSoftwareSlimmer) - Debloat AMD Drivers
|
||||
* [R.ID](https://rdn-id.com/) - AMD 3rd Party Drivers / [Discord](https://discord.gg/rdnid)
|
||||
* [PresentMon](https://github.com/GameTechDev/PresentMon) - GPU Benchmarking
|
||||
|
|
@ -251,7 +258,7 @@
|
|||
* 🌐 **[Awesome DataHoarding](https://github.com/simon987/awesome-datahoarding)** - Data Hoarding Resources
|
||||
* ⭐ **[WizTree](https://www.diskanalyzer.com/)** or [WinDirStat](https://windirstat.net/) / [GitHub](https://github.com/windirstat/windirstat/) - Disk Usage Analyzers
|
||||
* ⭐ **[CrystalDiskMark](https://crystalmark.info/en/software/crystaldiskmark/)** or [CCISOBench](https://ccsiobench.com/) - Disk Benchmarking Tools
|
||||
* ⭐ **[GParted](https://gparted.org/)** / [GitLab](https://gitlab.gnome.org/GNOME/gparted/), [MiniTool Partition Wizard](https://rentry.co/FMHYB64#minitool-partition-wizard) or [AOMEI Partition Assistant](https://www.diskpart.com/) / [Unlocker](https://rentry.co/FMHYB64#aomei-partition) - Partition Managers
|
||||
* ⭐ **[GParted](https://gparted.org/)** / [GitLab](https://gitlab.gnome.org/GNOME/gparted/), [MiniTool Partition Wizard](https://rentry.co/FMHYBase64#minitool-partition-wizard) or [AOMEI Partition Assistant](https://www.diskpart.com/) / [Unlocker](https://rentry.co/FMHYBase64#aomei-partition) - Partition Managers
|
||||
* ⭐ **[Validrive](https://www.grc.com/validrive.htm)** - Check True Storage Size of USB Devices
|
||||
* [TrueNAS](https://www.truenas.com/) - Storage System
|
||||
* [QDirStat](https://github.com/shundhammer/qdirstat) - Directory Statistics
|
||||
|
|
@ -275,7 +282,7 @@
|
|||
* [TestUFO](https://www.testufo.com/) - Monitor Framerate Test
|
||||
* [LittleBigMouse](https://github.com/mgth/LittleBigMouse) - DPI Test
|
||||
* [Scalizer](https://github.com/wonmor/Scalizer-Windows) - Auto DPI Scaling / [YouTube](https://youtu.be/f_3XWlmyat4)
|
||||
* [ICM](https://rentry.co/ICM)- ICC Profiles and Monitor Calibration
|
||||
* [ICM](https://rentry.co/ICM) or [ICC Profiles](https://tftcentral.co.uk/articles/icc_profiles) - ICC Profiles and Monitor Calibration
|
||||
* [Display Calc](https://www.tools.rodrigopolo.com/display_calc/) - Display Distance / Dimension Calculator
|
||||
* [Multi-Monitor Calculator](https://multimonitorcalculator.com/) - Dual-Monitor Setup Planning / Tests
|
||||
* [Wide Gamut](https://www.wide-gamut.com/) - Color Compatibility Test
|
||||
|
|
@ -292,7 +299,7 @@
|
|||
|
||||
## ▷ Mouse / Keyboard
|
||||
|
||||
* ⭐ **[r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources
|
||||
* ⭐ **[/r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources
|
||||
* ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [KeyCombiner](https://keycombiner.com/) or [Use The Keyboard](https://usethekeyboard.com/) - Hotkey Cheatsheets
|
||||
* ⭐ **[VIA](https://usevia.app/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [keymapper](https://github.com/houmain/keymapper), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) - Custom Keyboard Layouts / Remapping
|
||||
* ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums
|
||||
|
|
@ -320,7 +327,7 @@
|
|||
## ▷ System Audio
|
||||
|
||||
* ⭐ **[Equalizer APO](https://sourceforge.net/projects/equalizerapo/)**, [2](https://equalizerapo.com/) / [GUI](https://sourceforge.net/projects/peace-equalizer-apo-extension/), **[AutoEq](https://autoeq.app/)**, [Dolby Access](https://apps.microsoft.com/detail/9n0866fs04w8) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#dolby-access--atmos-note) or [FXSound](https://www.fxsound.com/) - Audio Equalizers
|
||||
* [VoiceMeeter](https://vb-audio.com/Voicemeeter/index.htm) - Audio Mixers / Multi-Device Playback / [Banana](https://vb-audio.com/Voicemeeter/banana.htm)
|
||||
* [VoiceMeeter](https://vb-audio.com/Voicemeeter/index.htm) / [Banana](https://vb-audio.com/Voicemeeter/banana.htm) - Audio Mixers / Multi-Device Playback
|
||||
* [SoundSwitch](https://soundswitch.aaflalo.me/) - Switch Audio Device with Hotkey / [GitHub](https://github.com/Belphemur/SoundSwitch)
|
||||
* [SonyHeadphonesClient](https://github.com/Plutoberth/SonyHeadphonesClient) - Sony Headphones Clone
|
||||
* [Audiocheck](https://www.audiocheck.net/) - Audio Tests
|
||||
|
|
@ -336,7 +343,7 @@
|
|||
# ► Windows ISOs
|
||||
|
||||
* ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://gravesoft.dev/clean_install_windows)
|
||||
* ⭐ **[Windows Install / Debloat Guide](https://wispydocs.pages.dev/windows/)**
|
||||
* ⭐ **[Windows Install / Debloat Guide](https://gist.github.com/VVispy/17b228cd9c151a495e7576255e1713b9)**
|
||||
* [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy
|
||||
* [OS.click](https://os.click/en) - Windows ISOs
|
||||
* [MyDigitalLife](https://forums.mydigitallife.net/) - Windows ISOs / Forums
|
||||
|
|
@ -360,9 +367,9 @@
|
|||
|
||||
## ▷ Windows Activation
|
||||
|
||||
* ⭐ **[MAS](https://rentry.co/FMHYB64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)
|
||||
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYB64#kms-vl) - Windows & Office Activation / Offline
|
||||
* [OfficeRTool](https://rentry.co/FMHYB64#officertool-project) - Office Activation / Offline
|
||||
* ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)
|
||||
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Windows & Office Activation / Offline
|
||||
* [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Office Activation / Offline
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -370,7 +377,9 @@
|
|||
|
||||
* ⭐ **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)** - Receive Windows Updates After Win10's End-Of-Life
|
||||
* ⭐ **[ChangeWindows](https://www.changewindows.org/timeline)** - Latest Windows Update Info
|
||||
* [stopupdates10](https://greatis.com/stopupdates10/) or [InControl](https://www.grc.com/incontrol.htm) - Enable / Disable Win 10/11 Updates / Can Cause Breakage
|
||||
* [LegacyUpdate](https://legacyupdate.net/) - Fix Windows Updates for Legacy Editions
|
||||
* [Extended Win 7 Updates](https://massgrave.dev/tsforge#windows-esu) - Extended Windows 7 Updates
|
||||
* [WURefresh](https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/windows_update_refresh.bat) - Reset Windows Update Components
|
||||
* [UUP Dump](https://uupdump.net/) or [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/) - Download Previous Windows Updates
|
||||
* [PC Health Check](https://aka.ms/GetPCHealthCheckApp) or [WhyNotWin11](https://github.com/rcmaehl/WhyNotWin11) - Identify why your PC isn't Ready for Windows 11
|
||||
|
|
@ -382,7 +391,7 @@
|
|||
|
||||
* [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools
|
||||
* [Medicat](https://medicatusb.com/) / [GitHub](https://github.com/mon5termatt/medicat_installer), [SergeiStrelec](https://sergeistrelec.name/), [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) or [Hiren's BootCD PE](https://www.hirensbootcd.org/) - WinPE / Recovery Toolkits
|
||||
* [r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
|
||||
* [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
|
||||
* [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums
|
||||
|
||||
***
|
||||
|
|
@ -391,7 +400,7 @@
|
|||
|
||||
* 🌐 **[Windows-Ricing](https://github.com/winthemers/wiki)** or [Heliohost Guide](https://ninjasr.varesia.com/w/lb/windows) - Windows Ricing Resources
|
||||
* ⭐ **[Rainmeter](https://www.rainmeter.net/)** - Desktop Customization / [Discord](https://discord.com/invite/rainmeter)
|
||||
* ⭐ **[OpenRGB](https://openrgb.org/)** / [Beta](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#openrgb-beta), **[WLED](https://kno.wled.ge/)**, [Aurora](https://www.project-aurora.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [SignalRGB](https://www.signalrgb.com/) or [FireLight](https://github.com/nicolasdeory/firelight) - RGB Lighting Control
|
||||
* ⭐ **[OpenRGB](https://openrgb.org/)** / [Beta](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#openrbg-beta), **[WLED](https://kno.wled.ge/)**, [Aurora](https://www.project-aurora.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/), [SignalRGB](https://www.signalrgb.com/) or [FireLight](https://github.com/nicolasdeory/firelight) - RGB Lighting Control
|
||||
* ⭐ **[VSThemes](https://vsthemes.org/en/)**, [WindowsCustomization](https://windowscustomization.com/) or [7Themes](https://7themes.su/) - Theme Indexes
|
||||
* Styled Themes - [Anime](https://winmoes.com/) / [Modern Style](https://www.vinstartheme.com/) / [macOS Style](https://redd.it/pd5ha6), [2](https://github.com/Runixe786/Macified-Windows) / [Old School Style](https://winclassic.boards.net/), [2](https://forum.spacehey.com/topic?id=94545)
|
||||
* [VirtualCustoms](https://virtualcustoms.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities
|
||||
|
|
@ -401,9 +410,10 @@
|
|||
* [MacOS Cursors for Windows](https://www.deviantart.com/jimmyxd2/art/MacOS-Cursors-for-Windows-980049964), [CursorOS](https://cursor.design/) or [macOS-cursors-for-Windows](https://github.com/antiden/macOS-cursors-for-Windows) - macOS Style Cursors
|
||||
* [MechvibesDX](https://github.com/hainguyents13/mechvibes-dx) or [MechaKeys](https://mechakeys.robolab.io/) - Keyboard Sound Effects
|
||||
* [ElectricSheep](https://electricsheep.org/) or [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Screensavers
|
||||
* [FolderMarker](https://foldermarker.com/), [Flaired Folder](https://flaired-folders.vercel.app/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folder Icons
|
||||
* [FolderMarker](https://foldermarker.com/), [Flaired Folder](https://flaired-folders.vercel.app/), [CustomFolder](https://www.gdzsoft.com/) - Custom Folder Icons
|
||||
* [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons
|
||||
* [msstyleEditor](https://github.com/nptr/msstyleEditor) - Visual Style Editor
|
||||
* [StartAllBack](https://www.startallback.com/) - Start Menu Customization / [Unlock](https://rentry.co/FMHYBase64#startxback)
|
||||
* [Taskbar Tweaker](https://tweaker.ramensoftware.com/), [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB), [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization / [Old School Style](https://github.com/dremin/RetroBar)
|
||||
* [AccentColorizer](https://github.com/krlvm/AccentColorizer) - Accent Color Customization
|
||||
* [BeautySearch](https://github.com/krlvm/BeautySearch) - Search Customization
|
||||
|
|
@ -438,15 +448,15 @@
|
|||
* 🌐 **[WallSync](https://moddingstuff.site/)**, [2](https://wallsync.pages.dev/) - Wallpaper Site Index / [GitHub](https://github.com/leroiduflow/Wallsync)
|
||||
* ⭐ **[wallhaven.cc](https://wallhaven.cc/)** - Search Wallpapers / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader)
|
||||
* ⭐ **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Search Wallpapers
|
||||
* ⭐ **[Rev Wallpaper](https://we-img-search.ordinall.me/)** or [r/WallpaperRequests](https://www.reddit.com/r/WallpaperRequests/) - Reverse Wallpaper Search
|
||||
* ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** or [Ghibli Upscaled](https://rentry.co/FMHYB64#ghibli-upscaled) - Studio Ghibli Wallpapers
|
||||
* ⭐ **[Ultimate Windows Wallpack](https://rentry.co/FMHYB64#windows-wallpapers)** / [Wiki](https://windowswallpaper.miraheze.org/wiki/Main_Page), [Spotlight](https://windows10spotlight.com/) - Windows Wallpapers
|
||||
* ⭐ **[LWP](https://github.com/jszczerbinsky/lwp)**, [DesktopHut](https://www.desktophut.com/) / [Discord](https://discord.com/invite/QzgnQtJdfs), [r/LivingBackgrounds](https://reddit.com/r/LivingBackgrounds), [WALLegend](https://wallegend.net/en/) or [MoeWalls](https://moewalls.com/) - Live Wallpapers
|
||||
* ⭐ **[Rev Wallpaper](https://we-img-search.ordinall.me/)** or [/r/WallpaperRequests](https://www.reddit.com/r/WallpaperRequests/) - Reverse Wallpaper Search
|
||||
* ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** or [Ghibli Upscaled](https://rentry.co/FMHYBase64#ghibli-upscaled) - Studio Ghibli Wallpapers
|
||||
* ⭐ **[Ultimate Windows Wallpack](https://rentry.co/fmhybase64#windows-wallpapers)** / [Wiki](https://windowswallpaper.miraheze.org/wiki/Main_Page), [Spotlight](https://windows10spotlight.com/) - Windows Wallpapers
|
||||
* ⭐ **[LWP](https://github.com/jszczerbinsky/lwp)**, [DesktopHut](https://www.desktophut.com/) / [Discord](https://discord.com/invite/QzgnQtJdfs), [/r/LivingBackgrounds](https://reddit.com/r/LivingBackgrounds), [WALLegend](https://wallegend.net/en/) or [MoeWalls](https://moewalls.com/) - Live Wallpapers
|
||||
* [WallpaperCave](https://wallpapercave.com/) - Search Wallpapers
|
||||
* [WallsCloud](https://wallscloud.net/en/) - Search Wallpapers
|
||||
* [WallpapersCraft](https://wallpaperscraft.com/) - Search Wallpapers
|
||||
* [VSThemes](https://vsthemes.org/en/) - Search Wallpapers
|
||||
* [r/Wallpaper](https://www.reddit.com/r/wallpaper/) - Wallpapers Community
|
||||
* [/r/Wallpaper](https://www.reddit.com/r/wallpaper/) - Wallpapers Community
|
||||
* [DualMonitorBackgrounds](https://www.dualmonitorbackgrounds.com/) - Dual Monitor Wallpapers
|
||||
* [CoolBackgrounds](https://coolbackgrounds.io/) - Customizable Wallpapers
|
||||
* [Simple Desktops](https://simpledesktops.com/), [Minimalistic Wallpaper](https://minimalistic-wallpaper.demolab.com/), [Positron Dream](https://www.positrondream.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers
|
||||
|
|
@ -464,7 +474,7 @@
|
|||
|
||||
## ▷ Wallpaper Tools
|
||||
|
||||
* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYB64#wallpaper-engine)** / [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/game-tools#wiki_.25B7_steam_workshop_downloaders) - Wallpaper / Live Wallpaper Manager
|
||||
* ⭐ **[Wallpaper Engine](https://rentry.co/FMHYBase64#wallpaper-engine)** / [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/game-tools#wiki_.25B7_steam_workshop_downloaders) - Wallpaper / Live Wallpaper Manager
|
||||
* ⭐ **[Lively](https://www.rocksdanister.com/lively/)** or [ScreenPlay](https://screen-play.app/) - Live Wallpaper Manager
|
||||
* [backiee](https://apps.microsoft.com/store/detail/backiee-wallpaper-studio-10/9WZDNCRFHZCD) - Wallpaper Manager
|
||||
* [wallhaven-desktop](https://github.com/luisflorido/wallhaven-desktop) - Wallhaven Wallpaper Manager
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# ► Text Tools
|
||||
|
||||
* ↪️ **[Image to Text](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_image_to_text_.2F_ocr)**
|
||||
* ↪️ **[Image to Text](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_image_to_text_.2F_ocr)**
|
||||
* ↪️ **[Text to Speech](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)**
|
||||
* ↪️ **[Study / Research](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_study_.2F_research)**
|
||||
* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
## ▷ Pastebins
|
||||
|
||||
* ⭐ **[Rentry](https://rentry.co/)**, [2](https://rentry.org/) - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentryarchived)
|
||||
* ⭐ **[GitHub Gists](https://gist.github.com/)** or [GitLab Snippets](https://docs.gitlab.com/user/snippets/) - Multi-Syntax / Sign-Up Required
|
||||
* ⭐ **[GitHub Gists](https://gist.github.com/)** - Multi-Syntax / Sign-Up Required
|
||||
* ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste)
|
||||
* ⭐ **[PrivateBin](https://privatebin.net/)**, [2](https://notebin.de/) - Markdown Support / Syntax Highlighting / [Instances](https://privatebin.info/directory) / [GitHub](https://github.com/PrivateBin/PrivateBin)
|
||||
* ⭐ **[Katbin](https://katb.in/)** - Plain Text / [GitHub](https://github.com/sphericalkat/katbin)
|
||||
|
|
@ -44,7 +44,6 @@
|
|||
* [Paste.ee](https://paste.ee/) - Multi-Syntax / Markdown Support
|
||||
* [pst.moe](https://pst.moe/) - Multi-Syntax / Markdown Support
|
||||
* [dpaste.com](https://dpaste.com/) - Multi-Syntax / Markdown Support
|
||||
* [NoPaste](https://nopaste.boris.sh/) - Multi-Syntax / [GitHub](https://github.com/bokub/nopaste)
|
||||
* [Pastebin.com](https://pastebin.com/) - Multi-Syntax
|
||||
* [pastebin.pl](https://pastebin.pl/) - Multi-Syntax
|
||||
* [CentOS Pastebin](https://paste.centos.org/) - Multi-Syntax
|
||||
|
|
@ -71,7 +70,7 @@
|
|||
* ⭐ **[DeepL](https://www.deepl.com/translator)** or [Qwen-MT](https://huggingface.co/spaces/Qwen/Qwen3-MT-Demo) / [Docs](https://qwenlm.github.io/blog/qwen-mt/) - AI-Based Translation
|
||||
* ⭐ **[Kagi Translate](https://translate.kagi.com/)**
|
||||
* ⭐ **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** (firefox) or [Linguist Translator](https://github.com/translate-tools/linguist) - Browser Extensions
|
||||
* ⭐ **[r/Translator](https://www.reddit.com/r/translator/)** - Translation Request Community
|
||||
* ⭐ **[/r/Translator](https://www.reddit.com/r/translator/)** - Translation Request Community
|
||||
* [LibreTranslate](https://libretranslate.com/) - FOSS Translator / Self-Hosted / Offline / [GitHub](https://github.com/LibreTranslate/LibreTranslate)
|
||||
* [Translate Shell](https://www.soimort.org/translate-shell/) - Translation CLI / [GitHub](https://github.com/soimort/translate-shell)
|
||||
* [Bing Translator](https://www.bing.com/translator)
|
||||
|
|
@ -81,7 +80,6 @@
|
|||
* [Translator++](https://dreamsavior.net/) or [Renpy Translator](https://github.com/anonymousException/renpy-translator) - CAT For Games
|
||||
* [Poedit](https://poedit.net/) - Software Translation / [GitHub](https://github.com/vslavik/poedit)
|
||||
* [Morsecode World](https://morsecode.world/) - Morse Code Translation Tools
|
||||
* [Sign Translate](https://sign.mt/) - Text to Sign-Language Video Translator
|
||||
* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Sign Language Translator
|
||||
* [Braille Tanslator](https://wecapable.com/braille-translator/) - Braille Translator
|
||||
* [LingoJam](https://lingojam.com/) - Translator Creator
|
||||
|
|
@ -161,7 +159,6 @@
|
|||
* [Unicode Table](https://symbl.cc/)
|
||||
* [Unicode Explorer](https://unicode-explorer.com/)
|
||||
* [Symbol.so](https://symbol.so/)
|
||||
* [SymbolSelect](https://www.symbolselect.com/)
|
||||
* [Character Map](https://github.com/character-map-uwp/Character-Map-UWP)
|
||||
* [Unifoundry](https://unifoundry.com/)
|
||||
* [Cool Symbol](https://coolsymbol.com/)
|
||||
|
|
@ -192,7 +189,7 @@
|
|||
|
||||
* ⭐ **[Overleaf](https://www.overleaf.com/) or [TeXStudio](https://texstudio.org/)** - LaTeX Editors
|
||||
* [Learn LaTeX](https://www.learnlatex.org/) - LaTeX Guide
|
||||
* [Typst](https://typst.app/home) / [Resources](https://github.com/qjcg/awesome-typst) / [GitHub](https://github.com/typst/typst) - LaTeX Alternative
|
||||
* [Typst](https://typst.app/home) / [GitHub](https://github.com/typst/typst) - LaTeX Alternative
|
||||
* [Tables Generator](https://www.tablesgenerator.com/) - Create LaTeX Tables
|
||||
* [LaTeX-OCR](https://lukas-blecher.github.io/LaTeX-OCR/) - Extract Mathematical Expressions
|
||||
* [Detexify](https://detexify.kirelabs.org/classify.html) - Character Recognition
|
||||
|
|
@ -210,7 +207,7 @@
|
|||
* [Notepads](https://www.notepadsapp.com/) - Text Editor / [GitHub](https://github.com/0x7c13/Notepads)
|
||||
* [FastNotes](https://fastedit.frozenassassine.de/) - Text Editor / [GitHub](https://github.com/FrozenAssassine/Fastedit)
|
||||
* [Kompad](https://kompad.vercel.app/) - Text Editor / [GitHub](https://github.com/hudy9x/kompad)
|
||||
* [Sublime Text](https://www.sublimetext.com/) - Text Editor / [Package Manager](https://packagecontrol.io/)
|
||||
* [Sublime Text](https://www.sublimetext.com/) - Text Editor / [Patcher](https://rentry.co/FMHYBase64#sublime-text) / [Package Manager](https://packagecontrol.io/)
|
||||
* [Zim Wiki](https://zim-wiki.org/) - Wiki Text Editor
|
||||
* [tomboy-ng](https://github.com/tomboy-notes/tomboy-ng) - TomBoy-Based Text Editor
|
||||
|
||||
|
|
@ -255,7 +252,7 @@
|
|||
|
||||
## ▷ Office Suites
|
||||
|
||||
* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom)
|
||||
* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Guide](https://redd.it/1814gmp) / [Custom Install Guide](https://gravesoft.dev/office_c2r_custom)
|
||||
* ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite
|
||||
* ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - FOSS Office Suite
|
||||
* ⭐ **[Microsoft Office](https://gravesoft.dev/office_c2r_links)** - Office Suite / [Removal Tool](https://github.com/abbodi1406/WHD/blob/master/scripts/OfficeScrubber_13.zip) / [Hotkeys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd)
|
||||
|
|
@ -272,7 +269,7 @@
|
|||
* ⭐ **[Zen](https://zen.unit.ms/)** - Local Saves
|
||||
* [Leaflet](https://leaflet.pub/) - Cloud Saves / Customizable / [Examples](https://leaflet.pub/bfed2569-f9c0-4c2a-a281-9f57bc372082)
|
||||
* [Browserpad](https://browserpad.org/) - Local Saves
|
||||
* [Online Notepad](https://onlinenotep.ad) - Local Saves
|
||||
* [OnlineNotep.ad](https://onlinenotep.ad) - Local Saves
|
||||
* [Notepad](https://notepad.js.org/) - Local Saves
|
||||
* [onlinenotepad](https://onlinenotepad.org/) - Local Saves
|
||||
* [notepad-online.net](https://notepad-online.net/) - Local Saves
|
||||
|
|
@ -326,6 +323,7 @@
|
|||
|
||||
* ⭐ **[Google Docs](https://www.google.com/docs/about/)** / [HTML Converter](https://github.com/evbacher/gd2md-html)
|
||||
* ⭐ **[CryptPad](https://cryptpad.fr/)**
|
||||
* ⭐ **[Kludd](https://kludd.co/)**
|
||||
* [Mattermost](https://mattermost.com/)
|
||||
* [Codeshare](https://codeshare.io/)
|
||||
* [HackMD](https://hackmd.io/)
|
||||
|
|
@ -364,13 +362,12 @@
|
|||
## ▷ Writing Tools
|
||||
|
||||
* 🌐 **[Author Stash](https://authorstash.com/)** - Writing Tools / Resources
|
||||
* ↪️ **[AI Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_writing_tools)**
|
||||
* ↪️ **[AI Text Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25BA_text_generators)**
|
||||
* ↪️ **[RPG / Fantasy Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)**
|
||||
* ⭐ **[Writer](https://www.gibney.org/writer)**, [FocusWriter](https://gottcode.org/focuswriter/), [Writemonkey](https://writemonkey.com/), [blank.page](https://blank.page/), [Telegra.ph](https://telegra.ph/), [Aurelius](https://aurelius.ink), [ZenPen](https://zenpen.io/), [Write.as](https://write.as/), [Owri](https://owri.netlify.app/), [WriteSpace](https://www.writespace.app/) or [WriteNext](https://www.writenext.io/) - Distraction-Free Writing
|
||||
* ⭐ **[Manuskript](https://www.theologeek.ch/manuskript/)** - Writing Organizer / Planner
|
||||
* ⭐ **[NovelWriter](https://novelwriter.io/)** or [Bibisco](https://bibisco.com/) - Novel Editors
|
||||
* ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps
|
||||
* ⭐ **[TV Tropes Guide](https://tvtropes.org/pmwiki/pmwiki.php/SoYouWantTo/SeeTheIndex)** - Story Writing Tips / Guides
|
||||
* ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/), [Gemlog](https://gemlog.blue/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps
|
||||
* [Tuesday JS](https://kirill-live.itch.io/tuesday-js) - Visual Novel Editor / [GitHub](https://github.com/Kirilllive/tuesday-js)
|
||||
* [RenPy](https://www.renpy.org/) - Visual Novel Editor / [GitHub](https://github.com/renpy/renpy)
|
||||
* [Fortelling](https://www.fortelling.app/) or [Novelist](https://beta.novelist.app) - Novel Plotting / Editing Workspaces
|
||||
|
|
@ -393,7 +390,7 @@
|
|||
|
||||
* ↪️ **[Android To-Do Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_to-do_apps)**
|
||||
* ⭐ **[Goblin.tools](https://goblin.tools/)** - Automatic Task Breakdown
|
||||
* ⭐ **[TickTick](https://www.ticktick.com/)** / [Premium](https://rentry.co/FMHYB64#ticktick)
|
||||
* ⭐ **[TickTick](https://www.ticktick.com/)** / [Premium](https://rentry.co/FMHYBase64#ticktick)
|
||||
* ⭐ **[Super Productivity](https://super-productivity.com/)**
|
||||
* [Columns](https://columns.app/) - Checklists
|
||||
* [YearCompass](https://yearcompass.com/) - New Years Resolution Booklet
|
||||
|
|
@ -420,7 +417,7 @@
|
|||
* ⭐ **[TAAG](https://patorjk.com/software/taag/)**, [DeepAA](https://github.com/OsciiArt/DeepAA), [Kammerl](https://www.kammerl.de/ascii/AsciiSignature.php), [ASCII Art Studio](https://www.majorgeeks.com/files/details/ascii_art_studio.html) or [ASCII Today](https://ascii.today/) - ASCII Art / Text Generators
|
||||
* [REXPaint](https://www.gridsagegames.com/rexpaint/), [Playscii](https://jp.itch.io/playscii) or [PabloDraw](https://picoe.ca/products/pablodraw/) - ASCII Editors
|
||||
* [ASCII Paint](https://ascii.alienmelon.com/) - ASCII Paint Tool
|
||||
* [shabzefilters](https://shabzefilters.netlify.app/), [ascii-art-generator](https://www.ascii-art-generator.org/), [asciiart](https://asciiart.club/), [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter), [Monospace](https://codepen.io/Mikhail-Bespalov/pen/JoPqYrz), [ITOA](https://itoa.hex.dance/), [ascii-exploration](https://ascii-exploration.vercel.app/), [text-image](https://www.text-image.com/) or [ASCII-art-creator](https://github.com/CherryPill/ASCII-art-creator) - Image to ASCII Art
|
||||
* [ascii-art-generator](https://www.ascii-art-generator.org/), [asciiart](https://asciiart.club/), [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter), [Monospace](https://codepen.io/Mikhail-Bespalov/pen/JoPqYrz), [ITOA](https://itoa.hex.dance/), [ascii-exploration](https://ascii-exploration.vercel.app/), [text-image](https://www.text-image.com/) or [ASCII-art-creator](https://github.com/CherryPill/ASCII-art-creator) - Image to ASCII Art
|
||||
* [Love ASCII](http://loveascii.com/), [asciiart.eu](https://www.asciiart.eu/), [EmojiCombos](https://emojicombos.com/), [16colors](https://16colo.rs/), [ascii.co](https://ascii.co.uk/art) or [RoySAC](http://www.roysac.com/sitemap.html) - Browse / Copy ASCII Art
|
||||
* [Image to Braille](https://505e06b2.github.io/Image-to-Braille/) - Convert Images to Braille
|
||||
* [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
|
||||
|
|
@ -477,14 +474,13 @@
|
|||
|
||||
* ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Multi-Site Font Search
|
||||
* ⭐ **[Font Piracy 101](https://rentry.co/FontPiracy)** - Font Download Guide
|
||||
* ⭐ **[Font Drives](https://rentry.co/FMHYB64#font-collections)**
|
||||
* ⭐ **[Font Drives](https://rentry.co/FMHYBase64#font-collections)**
|
||||
* ⭐ **[BeFonts](https://befonts.com/)**
|
||||
* [Windows Fonts](https://wfonts.com/)
|
||||
* [Free Fonts Family](https://freefontsfamily.org/)
|
||||
* [Cufon Fonts](https://www.cufonfonts.com/)
|
||||
* [FontsFree](https://fontsfree.net)
|
||||
* [DFonts](https://www.dfonts.org/)
|
||||
* [dafont.style](https://dafont.style/)
|
||||
* [Font Spring](https://www.fontspring.com/free)
|
||||
* [FontBolt](https://www.fontbolt.com/)
|
||||
* [FFonts](https://www.ffonts.net/)
|
||||
|
|
@ -503,11 +499,11 @@
|
|||
|
||||
* ⭐ **[Font Interceptor](https://fontinterceptor.mschfmag.com/)** - Download Fonts from Websites
|
||||
* ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files
|
||||
* [Adobe Fonts](https://fonts.adobe.com/fonts/vs/upload), [Font Finder](https://www.whatfontis.com/), [WhatTheFont](https://www.myfonts.com/pages/whatthefont), [Identifont](http://www.identifont.com/) - Font Identification Tools
|
||||
* [Fonts Ninja](https://fonts.ninja/tools) or [WhatFont](https://whatfonttool.com/) - Font Identification Extensions
|
||||
* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification
|
||||
* [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits
|
||||
* [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Linux Font Manager](https://github.com/FontManager/font-manager) - Font Managers
|
||||
* [Adobe Fonts](https://fonts.adobe.com/fonts/vs/upload), [Font Finder](https://www.whatfontis.com/), [WhatTheFont](https://www.myfonts.com/pages/whatthefont), [Identifont](http://www.identifont.com/) - Find Similar Fonts
|
||||
* [Fonts Ninja](https://fonts.ninja/tools) or [WhatFont](https://whatfonttool.com/) - Find Similar Fonts / Extensions
|
||||
* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification
|
||||
* [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools
|
||||
* [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator
|
||||
* [Formito](https://formito.com/tools/logo) - Typography Logo Maker
|
||||
|
|
@ -520,8 +516,8 @@
|
|||
|
||||
## ▷ Font / Text Generators
|
||||
|
||||
* ⭐ **[FontoGen](https://github.com/SerCeMan/fontogen)** or [Refont](https://refont.ai/) - Custom AI Font Generators
|
||||
* ⭐ **[Make WordArt](https://www.makewordart.com/)**, [FlameText](https://www.flamingtext.com/), [MakeText](https://maketext.io/), [TextGiraffe](https://www.textgiraffe.com/), [Text Pro](https://textpro.me/) or [CoolText](https://cooltext.com/) - WordArt Generators / 3D Text
|
||||
* ⭐ **[FontoGen](https://github.com/SerCeMan/fontogen)** - Custom AI Font Generator
|
||||
* ⭐ **[Make WordArt](https://www.makewordart.com/)**, [FlameText](https://www.flamingtext.com/), [MakeText](https://maketext.io/), [TextGiraffe](https://www.textgiraffe.com/), [Text Pro](https://textpro.me/) or [CoolText](https://cooltext.com/) - WordArt Generators
|
||||
* [Polona Typo](https://typo.polona.pl/en/) - Generate WordArt from Book, Poster, & Map Letters
|
||||
* [Text Color Fader](https://patorjk.com/text-color-fader/) - Rainbow Text Generator
|
||||
* [Fast3DText](https://fast3dtext.com/), [TextDrom](https://en.textdrom.com/), [3DText2GIF](https://3dtext2gif.com/) or [TextStudio](https://www.textstudio.com/) - Animated / 3D Text Generators
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
***
|
||||
***
|
||||
|
||||
* **Warning** - It's best to avoid torrent sites (including aggregators) for software and games, with the exception of RuTracker and m0nkrus. Instead, you can use our sections for [Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download/#wiki_.25BA_software_sites) and [Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25BA_download_games).
|
||||
* **Warning** - It's best to avoid torrent sites for software and games, including aggregators that use multiple sources, with the exception of a few listed below. Instead use our sections for [Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download/#wiki_.25BA_software_sites) and [Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25BA_download_games).
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
* ⭐ **[RuTracker](https://rutracker.org/)** - Video / Audio / Comics / Magazines / Software / Sign-Up Required
|
||||
* ⭐ **RuTracker Tools** - [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)
|
||||
* ⭐ **[m0nkrus](https://vk.com/monkrus)** - Adobe / Autodesk Software / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
||||
* ⭐ **Adobe Tools** - [GenP](https://rentry.co/FMHYB64#genp) / [Block Adobe](https://rentry.co/FMHYB64#a-dove-is-dumb) / [Adobe Guide](https://rentry.co/FMHYB64#adobe-guide)
|
||||
* ⭐ **[m0nkrus](https://w16.monkrus.ws/)**, [2](https://vk.com/monkrus) - Adobe Software / [Search](https://monkrus.dvuzu.com/) / [Telegram](https://t.me/real_monkrus)
|
||||
* ⭐ **Adobe Tools** - [GenP](https://rentry.co/FMHYBase64#genp) / [Block Adobe](https://rentry.co/FMHYBase64#a-dove-is-dumb) / [Adobe Guide](https://rentry.co/FMHYBase64#adobe-guide)
|
||||
* [1337x](https://1337x.to/) - Video / Audio / NSFW / [Mirrors](https://1337x-status.org/) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/)
|
||||
* 1337x Tools - [Telegram Bot](https://t.me/search_content_bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Display Magnets](https://greasyfork.org/en/scripts/373230) / [Timestamp Fix](https://greasyfork.org/en/scripts/421635)
|
||||
* [RARBG Dump](https://rarbgdump.com/) - Video / Audio / Games / Books / NSFW / Continuation Project
|
||||
|
|
@ -31,9 +31,9 @@
|
|||
## ▷ Aggregators
|
||||
|
||||
* ⭐ **[ExT](https://ext.to/)**, [2](https://search.extto.com/) / [Proxy](https://extranet.torrentbay.st/)
|
||||
* ⭐ **[BTDigg](https://btdig.com/)** - DHT-Based / [.i2p](http://btdigg.i2p/) / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/)
|
||||
* ⭐ **[BTDigg](https://btdig.com/)** - DHT-Based / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/) / [.i2p](http://btdigg.i2p/)
|
||||
* ⭐ **[Knaben](https://knaben.org/)**
|
||||
* [Trackly](https://trackly.cc/)
|
||||
* [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search
|
||||
* [TorrentProject](https://torrentproject.cc/), [2](https://torrentproject2.net/) - DHT-Based
|
||||
* [DaMagNet](https://damag.net/) - DHT-Based
|
||||
* [TorrentDownload](https://www.torrentdownload.info/)
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
* [Cleanbay](https://cleanbay.netlify.app/)
|
||||
* [CloudTorrents](https://cloudtorrents.com/)
|
||||
* [Torrents-CSV](https://torrents-csv.com/)
|
||||
* [iDope](https://idope.se/)
|
||||
* [FileMood](https://filemood.com/)
|
||||
* [BT4G](https://bt4gprx.com/)
|
||||
* [PiratesParadise](https://piratesparadise.org/)
|
||||
|
|
@ -49,7 +50,6 @@
|
|||
* [Torlock](https://www.torlock.com/)
|
||||
* [YourBittorrent](https://yourbittorrent.com/)
|
||||
* [BTSearch](https://btsearch.19950817.xyz/en)
|
||||
* [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search
|
||||
* [0Mag](https://www.0mag.net/), [2](https://16mag.net/) - Magnet Link Sharing Platform
|
||||
* [Magnetissimo](https://github.com/sergiotapia/magnetissimo) - Magnet Search Web App
|
||||
* [TorrentSearchRobot](https://t.me/TorrentSearchRoBot) or [TorrentHuntBot](https://t.me/torrenthuntbot) - Telegram Torrent Search Bots
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
# ► Torrent Clients
|
||||
|
||||
* **Warning** - Remember to [bind](https://wispydocs.pages.dev/vpn-binding/) your [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) to your client to avoid ISP letters.
|
||||
* **Warning** - Make sure you [BIND](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) your [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) to your client to avoid ISP letters.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
* [Rats Search](https://github.com/DEgITx/rats-search) - Torrent Search Client
|
||||
* [Download Torrents Through I2P](https://decentnet.github.io/blog/20200329-download-torrents-through-i2p.html)
|
||||
* [flood](https://flood.js.org/) - rTorrent, Transmission & qBittorrent WebUI / [GitHub](https://github.com/jesec/flood)
|
||||
* [r/Seedboxes](https://www.reddit.com/r/seedboxes/) - Seedbox Subreddit
|
||||
* [/r/Seedboxes](https://www.reddit.com/r/seedboxes/) - Seedbox Subreddit
|
||||
* [Seedbox Guide](https://seedboxgui.de/seedbox/) - Seedbox Comparisons
|
||||
|
||||
***
|
||||
|
|
@ -114,6 +114,8 @@
|
|||
* [qBit Manage](https://github.com/StuffAnThings/qbit_manage) - Manager / Automation Tool
|
||||
* [qBitController](https://github.com/Bartuzen/qBitController) - Mobile Controllers
|
||||
* [Docker QBT](https://github.com/linuxserver/docker-qbittorrent) or [QBT VPN](https://github.com/binhex/arch-qbittorrentvpn) - Docker Builds
|
||||
* [QBT Mega](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent_MEGA.ipynb) - Mega Upload Script
|
||||
* [QBT Google Drive](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent.ipynb) - Google Drive Upload Script
|
||||
* [Dark Theme](https://draculatheme.com/qbittorrent) or [iOS Style](https://github.com/ntoporcov/iQbit/) - QBT Themes
|
||||
* [qBitEndpoints](https://rentry.co/qBitEndpoints) - API Endpoints
|
||||
* [Quantum](https://github.com/UHAXM1/Quantum) - Auto Port Updater for Proton
|
||||
|
|
@ -122,8 +124,9 @@
|
|||
|
||||
## ▷ Remote Torrenting
|
||||
|
||||
* ⭐ **[Seedr](https://www.seedr.cc/)** - 2GB / Sign-Up Required / [Telegram Bot](https://t.me/TorrentSeedrBot) / [API Wrapper](https://github.com/theabbie/seedr-api), [2](https://github.com/AnjanaMadu/SeedrAPI)
|
||||
* ⭐ **[Seedr](https://www.seedr.cc/)** - [Telegram Bot](https://t.me/TorrentSeedrBot) / [API Wrapper](https://github.com/theabbie/seedr-api), [2](https://github.com/AnjanaMadu/SeedrAPI) - 2GB / Sign-Up Required
|
||||
* ⭐ **[TorBox](https://torbox.app/)** - Freemium / 10GB / 10 Monthly Downloads / Sign-Up Required / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/wamy) / [GitHub](https://github.com/TorBox-App)
|
||||
* [QBit to Google Drive](https://colab.research.google.com/github/Xavy-13/qbittorrent/blob/main/qBittorrent.ipynb) / [How-To](https://rentry.co/TorrentColab) - Google Colab
|
||||
* [Torrent_To_Google_Drive_Downloader](https://colab.research.google.com/github/FKLC/Torrent-To-Google-Drive-Downloader/blob/master/Torrent_To_Google_Drive_Downloader.ipynb) - Google Colab
|
||||
* [webtor](https://webtor.io/) - No Limit / Download Speed Limited / No Sign-Up
|
||||
* [Multi-Up](https://multiup.io/en/upload/from-torrent) - 10 GB / Sign-Up Required
|
||||
|
|
@ -135,13 +138,13 @@
|
|||
|
||||
***
|
||||
|
||||
# ► Private Trackers
|
||||
# ► Tracker Invites
|
||||
|
||||
* 🌐 **[Private Trackers General](https://rentry.co/private-trackers)**, **[r/TrackersInfo](https://www.reddit.com/r/TrackersInfo/wiki/official_recruitments/)**, [The Sheet](https://inviteroute.github.io/sheet/), [Invite.icu](https://invite.icu/) or [Graph](https://inviteroute.github.io/graph/) - Private Tracker Guides
|
||||
* 🌐 **[Private Trackers General](https://rentry.co/private-trackers)**, **[/r/TrackersInfo](https://www.reddit.com/r/TrackersInfo/wiki/official_recruitments/)**, [The Sheet](https://inviteroute.github.io/sheet/) or [Graph](https://inviteroute.github.io/graph/) - Private Tracker Guides
|
||||
* 🌐 **[Scene Related](https://opentrackers.org/links/warez-scene/#scenerelated)** - Warez / Scene Site Index
|
||||
* ⭐ **[TrackerStatus](https://trackerstatus.info/)** or [TrackerHub](https://hdvinnie.github.io/TrackerHub/) - Tracker Status Updates
|
||||
* [r/trackers](https://reddit.com/r/trackers) - Tracker Discussion
|
||||
* [r/OpenSignups](https://www.reddit.com/r/OpenSignups/) or [r/OpenedSignups](https://www.reddit.com/r/OpenedSignups/) - Open Tracker Signup Subs
|
||||
* [/r/trackers](https://reddit.com/r/trackers) - Tracker Discussion
|
||||
* [/r/OpenSignups](https://www.reddit.com/r/OpenSignups/) or [/r/OpenedSignups](https://www.reddit.com/r/OpenedSignups/) - Open Tracker Signup Subs
|
||||
* [Private_Trackers](https://igwiki.lyci.de/wiki/Private_trackers) or [hdvinnie](https://hdvinnie.github.io/Private-Trackers-Spreadsheet/) - Private Tracker Lists
|
||||
* [OpenSignups](https://t.me/trackersignup) - Open Signups Private Trackers / Telegram
|
||||
* [Upload-Assistant](https://github.com/L4GSP1KE/Upload-Assistant) - Private Tracker Auto-Upload
|
||||
|
|
@ -157,6 +160,7 @@
|
|||
* ⭐ **[PreDB.net](https://predb.net/)**, **[PreDataBA](https://predataba.se)**, [Xrel](https://www.xrel.to), [NGP](https://ngp.re/), [Archiv.pw](https://archiv.pw/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info
|
||||
* ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters
|
||||
* ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter
|
||||
* [mkbrr](https://mkbrr.com/) - Torrent Creator / Manager / [GitHub](https://github.com/autobrr/mkbrr)
|
||||
* [PeerBanHelper](https://github.com/PBH-BTN/PeerBanHelper/blob/master/README.EN.md) - Block Unwanted Leeches / Peers
|
||||
* [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
|
||||
|
|
@ -167,7 +171,7 @@
|
|||
* [AutoDL-Irssi](https://autodl-community.github.io/autodl-irssi/) - IRC Channel Monitor / Autodownload / [Slack Notifications](https://gist.github.com/Igglybuff/00d5e91274a562ac724d358bbbc8bc7b)
|
||||
* [PrivTracker](https://privtracker.com/) - Private BitTorrent Tracker Generator / [GitHub](https://github.com/meehow/privtracker)
|
||||
* [AnonSeed](https://www.anonseed.com/) - Anonymous Torrent Sharing
|
||||
* [TorrentTools](https://github.com/fbdtemme/torrenttools), [mkbrr](https://mkbrr.com/) / [GitHub](https://github.com/autobrr/mkbrr) or [Torrent-Creator](https://kimbatt.github.io/torrent-creator/) / [GitHub](https://github.com/Kimbatt/torrent-creator) - Torrent Creators
|
||||
* [Torrent-Creator](https://kimbatt.github.io/torrent-creator/) - Browser Torrent Creator / [GitHub](https://github.com/Kimbatt/torrent-creator)
|
||||
* [Torrent Parts](https://torrent.parts/) / [GitHub](https://github.com/leoherzog/TorrentParts) or [Torrent File Editor](https://torrent-file-editor.github.io/) / [GitHub](https://github.com/torrent-file-editor/torrent-file-editor) - Edit Torrents Files
|
||||
* [r/torrents](https://reddit.com/r/torrents) - Torrenting Discussion
|
||||
* [/r/torrents](https://reddit.com/r/torrents) - Torrenting Discussion
|
||||
* [IKnowWhatYouDownload](https://iknowwhatyoudownload.com/) - View Torrents Downloaded by your IP (can be inaccurate)
|
||||
|
|
@ -39,19 +39,18 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
|
|||
* S0ft4PC / Portable4PC - Caught with malware
|
||||
* CrackingCity - Caught with [malware](https://tria.ge/241021-kfvhhsydpl/behavioral1)
|
||||
* CracksHash - Caught with [malware](https://redd.it/lklst7)
|
||||
* haxNode - Caught with [malware](https://claraiscute.github.io/Guides/scurvy_malware/) / [2](https://www.virustotal.com/gui/file/e6318aa4432c304b234df65f5d87bf2577b930ed68ac7e68efcb76b465dc0784)
|
||||
* haxNode - Caught with [malware](https://rentry.org/scurvy_malware) / [2](https://www.virustotal.com/gui/file/e6318aa4432c304b234df65f5d87bf2577b930ed68ac7e68efcb76b465dc0784)
|
||||
* IGI30 - Caught with malware
|
||||
* 4Download / Download93 - Caught with [malware](https://tria.ge/250116-pcl47azkfw)
|
||||
* MicroTech - Caught with [malware](https://tria.ge/250116-qxj11atmdl)
|
||||
* Softgozar - Caught with [malware](https://tria.ge/250116-ra8aravjfr)
|
||||
* Patoghu - Caught with [malware](https://tria.ge/250116-rrdsgavjbs)
|
||||
* AsanDL - Caught with [malware](https://tria.ge/250117-gac5havkaj/)
|
||||
* Taiwebs - Caught with [scurvy malware](https://www.virustotal.com/gui/file/86aecdf33978f7335c8596229ef21197baf883dec6c8ad39c44780cb1e052bfd)
|
||||
* MainRepo / MRepo - Caught with [malware](https://rentry.co/zu3i6) / Note that Magisk Module MRepo is unrelated
|
||||
* YASDL - Uploaded versions of stardock / jetbrains with malware
|
||||
* AllPCWorld - Uploaded KMS Matrix which is known malware
|
||||
* P30Download - Uploaded version of malwarbytes with known [malware](https://www.virustotal.com/gui/file/01b3bf3f65832f1e9e59ee76964dcf01ac928e51588192607d43319ff070a719) / [2](https://tria.ge/250830-kx75yadp6z/behavioral1).
|
||||
* RSLOAD - Uploaded the same version of malwarebytes that got FileCR in trouble / [utorrent malware](https://i.ibb.co/QXrCfqQ/Untitled.png)
|
||||
* Taiwebs - Uploaded same version of [stardocks](https://pastebin.com/nPjVKYM9), [2](https://imgur.com/a/aeLoaTS) that got FileCR in trouble
|
||||
* Pesktop - Caught with [malware](https://tria.ge/250116-nwnxfszkdq), sources content from [FileCR](https://ibb.co/1KjkKVR), [2](https://imgur.com/a/VS4w6ag), has filecr logo under theirs on some apps.
|
||||
* Appnee - Not very careful with uploads, has multiple [unsafe activators](https://i.imgur.com/ZwjYBfr.png) / [2](https://i.ibb.co/7jKVtSR/ZwjYBfr.png)
|
||||
* AppValley / TutuBox / Ignition - History of [ddos attacks](https://github.com/fmhy/edit/pull/307)
|
||||
|
|
@ -87,11 +86,11 @@ To easily see which sites are trusted, and which are unsafe, try the **[FMHY Saf
|
|||
* Avira - Owned by Gen Digital
|
||||
* CCleaner - Owned by Avast, it's best to use the built-in Windows tool or [BleachBit](https://www.bleachbit.org/)
|
||||
* Private Internet Access / ExpressVPN / ZenMate / CyberGhost - Owned by [adware distributor Kape](https://redd.it/q3lepv)
|
||||
* BlueKik / Bluecord (chat mods) - History of [spam](https://redd.it/12h2v6n) / [spying](https://i.imgur.com/cK9dqQ5.png), [2](https://i.ibb.co/TBzGzFYN/05Bb5eD.png)
|
||||
* BlueKik / Bluecord (chat mods) - History of [spam](https://redd.it/12h2v6n) / [spying](https://rentry.co/tvrnw)
|
||||
* Kik (messaging app) - App used by mostly [predators / scammers](https://youtu.be/9sPaJxRmIPc)
|
||||
* Flix Vision - Malicious app that [remotely enables TraffMonetizer](https://github.com/fmhy/edit/issues/2835)
|
||||
* TLauncher (minecraft launcher) - [Shady](https://redd.it/zmzzrt) business practices / Note that TLauncher Legacy and ATLauncher are unrelated
|
||||
* GShade (ReShade mod) - Dev added code that can trigger unwanted [reboots](https://claraiscute.github.io/Guides/gshade_notice/)
|
||||
* GShade (ReShade mod) - Dev added code that can trigger unwanted [reboots](https://rentry.co/GShade_notice)
|
||||
* TotalAV / PC Protect / Protected - Antivirus Software [Scam](https://www.malwarebytes.com/blog/detections/pup-optional-totalav) / [2](https://www.malwarebytes.com/blog/detections/pup-optional-pcprotect) / [3](https://youtu.be/PcS3EozgyhI)
|
||||
* Watchug / Watchugofficial - Scammers that pretend their domain is for sale, then just block users after they've paid
|
||||
|
||||
|
|
@ -14,7 +14,6 @@
|
|||
* [VideoHelp Forum](https://forum.videohelp.com/) - All Things Media / Video
|
||||
* [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) - Video Quality Comparison & Analysis Tool
|
||||
* [videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder) - Duplicate Video Finder
|
||||
* [MP4Recover](https://github.com/ActiveTK/MP4Recover) - Recover Broken MP4 Files
|
||||
* [VHS Decode](https://github.com/oyvindln/vhs-decode) - VHS Decoder
|
||||
* [VidClue](https://vidclue.com/) - Short Form Video Inspiration
|
||||
|
||||
|
|
@ -24,12 +23,11 @@
|
|||
|
||||
* [ImgBurn](https://www.majorgeeks.com/files/details/imgburn.html), [CDBurnerXP](https://cdburnerxp.se/), [DVDStyler](https://www.dvdstyler.org/en/), [DeepBurner](https://www.deepburner.com/) or [Alcohol Soft](https://www.alcohol-soft.com/) - CD / DVD Burning
|
||||
* [VidCoder](https://vidcoder.net/) or [XReveal](https://www.xreveal.com/) - DVD / Blu-ray Ripping
|
||||
* [MakeMKV](https://www.makemkv.com/) - Create MKV from Blu-ray / DVD / [Beta Keys](https://rentry.co/FMHYB64#makemkv-beta)
|
||||
* [MakeMKV](https://www.makemkv.com/) - Create MKV from Blu-ray / DVD / [Beta Keys](https://rentry.co/FMHYBase64#makemkv-beta)
|
||||
* [DGDemux](https://www.rationalqm.us/dgdemux/dgdemux.html) - Blu-ray/UHD Disk Demuxer
|
||||
* [PgcDemux](https://www.videohelp.com/software/PgcDemux) - DVD Disk Demuxer
|
||||
* [BatchGuy](https://github.com/yaboy58/BatchGuy) - Blu-ray Ripping
|
||||
* [UHD Drives Flashing Guide](https://forum.makemkv.com/forum/viewtopic.php?f=16&t=19634)
|
||||
* [Redump](http://redump.org/) - Disc Preservation Project
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -51,9 +49,6 @@
|
|||
* [FileMoon](https://filemoon.sx/), [2](https://filemoon.in/), [3](https://filemoon.to/) - 50GB / 40TB per account / Forever / Sign-Up Required
|
||||
* [Hexupload](https://hexload.com/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days
|
||||
* [Vidoza](https://vidoza.net/) - 15GB / 15 Days / Sign-Up Required
|
||||
* [Vidmoly](https://vidmoly.me/) - 15TB / 1 Year
|
||||
* [Streamplay](https://streamplay.to/) - 30TB / 20GB
|
||||
* [Luluvdoo](https://luluvdoo.com/) - 15GB / 60 Days Since Last Download
|
||||
* [Streamtape](https://streamtape.com/) - 15GB / Sign-Up Required / [.to](https://streamtape.to/)
|
||||
* [Darkibox](https://darkibox.com/) - 10GB / 53 Days
|
||||
* [Dubz](https://dubz.co/) - 100MB / Forever
|
||||
|
|
@ -77,7 +72,6 @@
|
|||
* [ScreenREC](https://screen-rec.vercel.app/) / Web / [GitHub](https://github.com/heysagnik/screenREC)
|
||||
* [RecordScreen](https://recordscreen.io/) / Web
|
||||
* [Google Screen Recorder](https://toolbox.googleapps.com/apps/screen_recorder/) / Web
|
||||
* [Cursorful](https://cursorful.com/) - Browser Screen Recording
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -87,8 +81,9 @@
|
|||
* ⭐ **[FFmpeg](https://ffmpeg.org/)** - Multimedia Processors / Windows, Mac, Linux / [GitHub](https://github.com/FFmpeg/FFmpeg) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_ffmpeg_tools)
|
||||
* ⭐ **[Shutter Encoder](https://www.shutterencoder.com/)** - Video Encoding Software / Windows, Mac, Linux / [GitHub](https://github.com/paulpacifico/shutter-encoder)
|
||||
* ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools / Windows, Mac, Linux
|
||||
* ⭐ **[archived-things](https://sometimes-archives-things.github.io/archived-things/)**, [Codec Wiki](https://wiki.x266.mov/) / [Discord](https://discord.gg/bbQD5MjDr3) / [GitHub](https://github.com/av1-community-contributors/codec-wiki), [JET Guide](https://jaded-encoding-thaumaturgy.github.io/JET-guide/master/), [The Encoding Guide](https://encoding-guide.neocities.org/) or [Silentaperture](https://silentaperture.gitlab.io/mdbook-guide/) - Video Encoding Guides
|
||||
* ⭐ **[Basics to the Art of Remuxing](https://rentry.co/remuxing)** - Learn How to Remux Videos
|
||||
* ⭐ **[archived-things](https://sometimes-archives-things.github.io/archived-things/)**, [Codec Wiki](https://wiki.x266.mov/) / [Discord](https://discord.gg/bbQD5MjDr3) / [GitHub](https://github.com/av1-community-contributors/codec-wiki), [The Encoding Guide](https://encoding-guide.neocities.org/) or [Silentaperture](https://silentaperture.gitlab.io/mdbook-guide/) - Video Encoding Guides
|
||||
* ⭐ **[Disc Ripping Guide](https://nullish.cat/blog/disc-rip)**, [2](https://rentry.org/disc-rip) - Disc Ripping Guide
|
||||
* ⭐ **[Basics to the Art of Remuxing](https://rentry.co/Remuxing)** - Learn How to Remux Videos
|
||||
* [DDVT](https://forum.doom9.org/showthread.php?t=183479) - Dolby Vision RPU Demuxing / Injecting / Editing
|
||||
* [MKV Muxing Batch GUI](https://github.com/yaser01/mkv-muxing-batch-gui) - Mux Videos / Windows, Linux
|
||||
* [IFME](https://github.com/Anime4000/IFME) - Video Encoding / Windows, Linux
|
||||
|
|
@ -107,7 +102,7 @@
|
|||
## ▷ Online Processing
|
||||
|
||||
* [Compress Video Online](https://compress-video-online.com/) - Compress / Unlimited
|
||||
* [8mb.video](https://8mb.video/) - Compress / 2GB / [Discord](https://discord.com/invite/UzmzPfX)
|
||||
* [8mb.video](https://8mb.video/) - Compress / 2GB
|
||||
* [autocompressor](https://autocompressor.net/) - Compress / 2GB
|
||||
* [Rotato](https://tools.rotato.app/) - Compress / 2GB
|
||||
* [VideoSmaller](https://www.videosmaller.com/) - Compress / 500MB
|
||||
|
|
@ -123,9 +118,9 @@
|
|||
## ▷ FFmpeg Tools
|
||||
|
||||
* [FFmpeg-Builds](https://github.com/BtbN/FFmpeg-Builds) or [media-autobuild_suite](https://github.com/m-ab-s/media-autobuild_suite) - Autobuild Tools
|
||||
* [ffmpeg-web](https://ffmpeg-web.netlify.app/) or [ffmpegwasm](https://ffmpegwasm.netlify.app/) / [2](https://ffmpeg.gcc.ac.cn/) - FFmpeg Web App / [GitHub](https://github.com/Dinoosauro/ffmpeg-web)
|
||||
* [ffmpeg-web](https://ffmpeg-web.netlify.app/) - FFmpeg Web App / [GitHub](https://github.com/Dinoosauro/ffmpeg-web)
|
||||
* [FFmpeg Libav](https://github.com/leandromoreira/ffmpeg-libav-tutorial) or [ffmprovisr](https://amiaopensource.github.io/ffmprovisr/) - FFmpeg Guides
|
||||
* [ASM Lessons](https://github.com/FFmpeg/asm-lessons) - FFmpeg Assembly Language Lessons / Multiple Langauges
|
||||
* [ASM Lessons](https://github.com/FFmpeg/asm-lessons) - FFmpeg Assembly Language Lessons
|
||||
* [FFmpeg Cheat Sheet](https://gist.github.com/steven2358/ba153c642fe2bb1e47485962df07c730), [FFmpeg Commander](https://alfg.dev/ffmpeg-commander/) or [FFmpeg Buddy](https://evanhahn.github.io/ffmpeg-buddy/) - Command Lists
|
||||
* [WebMConverter](https://argorar.github.io/WebMConverter/) - WebM Converter
|
||||
* [PureMPV](https://github.com/4ndrs/PureMPV) - Info Copy Tool
|
||||
|
|
@ -151,6 +146,7 @@
|
|||
* [Strem](https://github.com/strem-app/strem) - Stream Automation
|
||||
* [ppInk](https://github.com/PubPub-zz/ppInk/), [AnnotateWeb](https://annotateweb.com/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation
|
||||
* [Amuse](https://6klabs.com/amuse) or [Songify](https://songify.overcode.tv/) - Now Playing Overlays
|
||||
* [StreamPi](https://stream-pi.com/) - ElGato Streamdeck Alternatives
|
||||
* [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs
|
||||
* [Chat-Downloader](https://github.com/xenova/chat-downloader) - Retrieve Chat Messages from Livestreams
|
||||
|
||||
|
|
@ -168,11 +164,10 @@
|
|||
* [Kalidoface 3D](https://3d.kalidoface.com/), [VRoid](https://vroid.com/en/studio), [Animaze](https://www.animaze.us/) or [TransTube](https://girkovarpa.itch.io/transtube) - VTuber Characters
|
||||
* [avatarify-python](https://github.com/alievk/avatarify-python) or [veadotube](https://olmewe.itch.io/veadotube-mini) - Video Call Avatars
|
||||
* [VTuberized Logos](https://vtuber-style-logos.vercel.app/) - VTuber Style Logos
|
||||
* [VSeeFace](https://www.vseeface.icu/) - Face / Hand Tracking VRM
|
||||
|
||||
***
|
||||
|
||||
## ▷ [Subtitle Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_subtitle_tools)
|
||||
## ▷ [Subtitle Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_subtitles)
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -204,9 +199,11 @@
|
|||
* [MoonPlayer](https://github.com/coslyk/moonplayer) - Video Player
|
||||
* [KikoPlay](https://kikoplay.fun/) - Video Player
|
||||
* [Plyr](https://plyr.io/) - Online HTML5, YouTube and Vimeo Player / [GitHub](https://github.com/sampotts/plyr)
|
||||
* [PlayVideo](https://playvideos.pages.dev/) - Google Drive Video Player
|
||||
* [panoptic](https://panoptic.live/) - Watch Multiple Live Streams At Once
|
||||
* [MotionMonkey](https://omega.gg/MotionMonkey/) - Stream Online Videos in Player
|
||||
* [StreamLink](https://streamlink.github.io/) - Extract Videos from Sites to Players / [Twitch Adblock](https://github.com/2bc4/streamlink-ttvlol) / [GitHub](https://github.com/streamlink/streamlink)
|
||||
* [Hohoema](https://github.com/tor4kichi/Hohoema) - Nico Nico Video Player
|
||||
* [polsy.org.uk](https://polsy.org.uk/) - Alt Players for Video Sites
|
||||
|
||||
***
|
||||
|
|
@ -265,17 +262,15 @@
|
|||
|
||||
# ► Media Servers
|
||||
|
||||
* ↪️ **[Torrent Automation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps)**
|
||||
* ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server / [Matrix](https://matrix.to/#/#jellyfinorg:matrix.org) / [Discord](https://discord.gg/zHBxVSXdBV) / [GitHub](https://github.com/jellyfin/jellyfin)
|
||||
* ⭐ **[Kodi](https://kodi.tv/)** - Media Server
|
||||
* [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides
|
||||
* [Self-Hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides
|
||||
* [Prowlarr](https://github.com/Prowlarr/Prowlarr), [FlexGet](https://flexget.com/) or [r/softwarr](https://reddit.com/r/softwarr) - Autodownload Tools
|
||||
* [Prowlarr](https://github.com/Prowlarr/Prowlarr), [FlexGet](https://flexget.com/) or [/r/softwarr](https://reddit.com/r/softwarr) - Autodownload Tools
|
||||
* [Reiverr](https://github.com/aleksilassila/reiverr) - Media Server Manager
|
||||
* [Fixarr](https://github.com/sachinsenal0x64/fixarr) - Media Server File Renamer
|
||||
* [HTPC Download Box](https://github.com/sebgl/htpc-download-box) - Media Server Automation
|
||||
* [Huntarr](https://github.com/plexguide/Huntarr.io) - Automate Media Server Missing Content / Quality Upgrades / [Discord](https://discord.com/invite/PGJJjR5Cww)
|
||||
* [Seanime](https://seanime.app/) - Anime Server
|
||||
* [Plex](https://www.plex.tv/) - Media Server
|
||||
* [Emby](https://emby.media/) - Media Server
|
||||
* [Universal Media Server](https://www.universalmediaserver.com/) - Media Server
|
||||
|
|
@ -286,15 +281,17 @@
|
|||
* [Homehost](https://github.com/ridhwaans/homehost) - Media Server
|
||||
* [Dim](https://github.com/Dusk-Labs/dim) - Media Server
|
||||
* [Kyoo](https://github.com/zoriya/Kyoo) - Media Server
|
||||
* [WatchIt](https://watchit.movie/) - Media Server / [Discord](https://discord.com/invite/4vQG56NuHA) / [GitHub](https://github.com/WatchItDev/watchit-app)
|
||||
* [Chocolate](https://github.com/ChocolateApp/Chocolate) - Media Server
|
||||
* [Media-Hoarder](https://github.com/theMK2k/Media-Hoarder) - Media Catalog Frontend
|
||||
* [Seanime](https://seanime.rahim.app/) - Anime Server
|
||||
* [Frames](https://github.com/Eleven-am/frames) - Google Drive Server
|
||||
* [HTPC](https://r-htpc.github.io/wiki/) - Home Theater PC guides / [Subreddit](https://www.reddit.com/r/htpc/)
|
||||
* [MSX](https://msx.benzac.de/info/) - Web App
|
||||
* [ErsatzTV](https://ersatztv.org/) or [dizqueTV](https://github.com/vexorian/dizquetv) - Live Channel Media Servers
|
||||
* [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) / [Mobile](https://github.com/jellyseerr/mobile-app) or [Ombi](https://github.com/Ombi-app/Ombi) - User Request Management
|
||||
* [YTDL-Sub](https://ytdl-sub.readthedocs.io/en/) - Add YouTube Channels to Media Servers / [GitHub](https://github.com/jmbannon/ytdl-sub)
|
||||
* [xTeVe](https://github.com/xteve-project/xTeVe) - Plex / Emby M3U Proxy
|
||||
* [Ombi](https://github.com/Ombi-app/Ombi) - Plex / Emby User Request Management
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -304,7 +301,7 @@
|
|||
* [Tautulli](https://tautulli.com/) - Server Monitor / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#tautulli-note)
|
||||
* [SuperPlex](https://normantheidiot.neocities.org/superplex/) - Plex Plugins
|
||||
* [Kitana](https://github.com/pannal/Kitana) - Plugin Frontend
|
||||
* [Reaparr](https://www.reaparr.rocks/) - Merge Plex Libraries w/ Your Own
|
||||
* [Plex Ripper](https://www.plexripper.rocks/) - Merge Plex Libraries w/ Your Own
|
||||
* [PlexDrive](https://github.com/plexdrive/plexdrive) or [mergerfs](https://docs.ultra.cc/books/rclone/page/rclone-vfs-and-mergerfs-setup) - Mount Google Drive
|
||||
* [SyncLounce](https://synclounge.tv/) - Media Sync
|
||||
* [PseudoTV](https://github.com/DEFENDORe/pseudotv) - Create TV Channels
|
||||
|
|
@ -316,16 +313,16 @@
|
|||
## ▷ Jellyfin Tools
|
||||
|
||||
* 🌐 **[Awesome Jellyfin](https://github.com/awesome-jellyfin/awesome-jellyfin)** - Jellyfin Resources
|
||||
* ⭐ **[Fladder](https://github.com/DonutWare/Fladder/)** - Desktop Client / Windows, Mac, Linux, Android, iOS
|
||||
* ⭐ **[Fladder](https://github.com/DonutWare/Fladder/)** - Desktop Client / Windows, Linux, Mac, Android, iOS
|
||||
* [Blink](https://github.com/prayag17/Blink) - Desktop Client
|
||||
* [jellyfin-media-player](https://github.com/jellyfin/jellyfin-media-player) - Desktop Client
|
||||
* [r/JellyfinShare](https://www.reddit.com/r/JellyfinShare/) - Jellyfin Server Sharing
|
||||
* [Findroid](https://github.com/jarnedemeulemeester/findroid) or [Streamyfin](https://github.com/streamyfin/streamyfin) - JellyFin Android Clients
|
||||
* [/r/JellyfinShare](https://www.reddit.com/r/JellyfinShare/) - Jellyfin Server Sharing
|
||||
* [Jellyfin Forum](https://forum.jellyfin.org/) - Official Jellyfin Forum
|
||||
* [Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue) - Jellyfin Web Client
|
||||
* [Jellyfin "arr" Setup Guide](https://www.fuzzygrim.com/posts/media-server)
|
||||
* [Jellyfin Customization Guide](https://youtu.be/F85qMyBeiDI)
|
||||
* [Jellyfin Themes](https://jellyfin.org/docs/general/clients/css-customization/#community-themes)
|
||||
* [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) - User Requests
|
||||
* [Jellyfin RPC](https://github.com/Radiicall/jellyfin-rpc) - Jellyfin Discord Rich Presence
|
||||
|
||||
***
|
||||
|
|
@ -335,7 +332,7 @@
|
|||
* ⭐ **[Elementum](https://elementum.surge.sh/)** - Torrent Streaming / Trakt Sync / Similar to Stremio + Torrentio
|
||||
* [EverythingKodi](https://rumble.com/c/EverythingKodi) - Kodi Addon Tutorials
|
||||
* [Kodi Builds Chart](https://kodiapps.com/builds-chart)
|
||||
* [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) - Kodi Addons
|
||||
* [/r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) - Kodi Addons
|
||||
* [Kodi Skins](https://kodi.tv/addons/omega/category/skins/) or [WIP Skins](https://forum.kodi.tv/forumdisplay.php?fid=160) - Kodi Skins
|
||||
* [Synko](https://github.com/Skaytacium/synko) - Kodi Stream Sync
|
||||
* [Plex Kodi Connect](https://github.com/croneter/PlexKodiConnect) or [plex-for-kodi](https://github.com/pannal/plex-for-kodi) - Plex for Kodi
|
||||
|
|
@ -371,9 +368,9 @@
|
|||
|
||||
# ► Video Editing
|
||||
|
||||
* ⭐ **[r/VideoEditing](https://www.reddit.com/r/VideoEditing/)** - Video Editing Subreddit / [Wiki](https://www.reddit.com/r/VideoEditing/wiki/index/)
|
||||
* ⭐ **[/r/VideoEditing](https://www.reddit.com/r/VideoEditing/)** - Video Editing Subreddit / [Wiki](https://www.reddit.com/r/VideoEditing/wiki/index/)
|
||||
* ⭐ **[Eyecandy](https://eyecannndy.com/)** - Visual Technique Examples / [Discord](https://discord.com/invite/WRyrPkWEzT)
|
||||
* ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [TheAnimeScripter](https://github.com/NevermindNilas/TheAnimeScripter), [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr), [Lossless Scaling](https://rentry.co/FMHYB64#lossless-scaling) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscaling
|
||||
* ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [TheAnimeScripter](https://github.com/NevermindNilas/TheAnimeScripter), [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr), [Lossless Scaling](https://rentry.co/FMHYBase64#lossless-scaling) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscaling
|
||||
* [Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers) - Info on Codecs & Containers
|
||||
* [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums
|
||||
|
||||
|
|
@ -383,7 +380,7 @@
|
|||
|
||||
* ⭐ **[LosslessCut](https://github.com/mifi/lossless-cut)** - Video Editor
|
||||
* ⭐ **[kdenlive](https://kdenlive.org/en/)** - Video Editor / [GitHub](https://github.com/KDE/kdenlive)
|
||||
* ⭐ **[DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve)** - Video Editor / Sign-Up Required / Fake Info Works
|
||||
* ⭐ **[DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve)** - Video Editor / Sign-Up Required
|
||||
* ⭐ **[Shotcut](https://shotcut.org/)** - Video Editor / [GitHub](https://github.com/mltframework/shotcut)
|
||||
* [Auto-Editor](https://auto-editor.com/) - CLI Editor
|
||||
* [MoviePy](https://zulko.github.io/moviepy/) - Python Editor
|
||||
|
|
@ -404,6 +401,7 @@
|
|||
* [suckless-cut](https://github.com/couleur-tweak-tips/suckless-cut) or [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos
|
||||
* [Opus](https://www.opus.pro/) - Clip Creator
|
||||
* [Kurku](https://app.kurku.tech/) or [FreeMoCap](https://freemocap.org/) - Motion Tracking Tools
|
||||
* [VSeeFace](https://www.vseeface.icu/) - Face / Hand Tracking VRM
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -446,9 +444,10 @@
|
|||
* [FreeVideoEffect](https://freevideoeffect.com/)
|
||||
* [VideoCoPilot](https://www.videocopilot.net/)
|
||||
* [VFXmed](https://www.vfxmed.com/)
|
||||
* [Team V.R releases](https://rentry.co/FMHYB64#team-vr)
|
||||
* [Team V.R releases](https://rentry.co/FMHYBase64#team-vr)
|
||||
* [flex_cg_vfx](https://t.me/flex_cg_vfx)
|
||||
* [Download Pirate](https://www.downloadpirate.com/) - **Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)** / [Discord](https://discord.gg/ucTvVtBz9Z)
|
||||
* [VFXLoot](https://vfxloot.com/)
|
||||
* [Download Pirate](https://www.downloadpirate.com/) - **Use Adblock / Avoid Fake Download Buttons** / [Discord](https://discord.gg/ucTvVtBz9Z)
|
||||
* [ShareAE](https://www.shareae.com/) - After Effects
|
||||
* [HunterAE](https://hunterae.com/) - After Effects
|
||||
* [AETemp](https://t.me/AETemp) - After Effects
|
||||
|
|
@ -483,11 +482,11 @@
|
|||
* [BestSnip](https://bestsnip.com/animation/), [Sketch Machine](https://sketchmachine.net/), [Plask](https://plask.ai/) or [Rive](https://rive.app/) - Online Animation Tools
|
||||
* [Glaxnimate](https://glaxnimate.mattbas.org/) or [Trangram](https://www.trangram.com/) - Vector Animation Tools
|
||||
* [LibreSprite](https://libresprite.github.io/), [GraphicsGale](https://graphicsgale.com/us/), [JPixel](https://emad.itch.io/jpixel), [Aseprite](https://github.com/aseprite/aseprite) / [Guide](https://youtu.be/Z4Enx-Nb43E) or [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Animation Tools
|
||||
* [Spritesheet Generator](https://spritesheetgenerator.online/) - Spritesheet Generator
|
||||
* [Spritesheet Generator](https://spritesheetgenerator.online/) - Spritesheet Generator / [Source Code](https://git.xvx.sh/root/spritesheet-generator)
|
||||
* [Animated Drawings](https://sketch.metademolab.com/), [FliiipBook](https://www.fliiipbook.com/), [Mutsuacen](https://mutsuacen.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home) or [MotorPen](https://motorpen.com/) - Animate Drawings
|
||||
* [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks
|
||||
* [Viggle](https://viggle.ai/) / [Discord](https://discord.com/invite/viggle) or [Picrew](https://picrew.me/) - Animated Character Creators
|
||||
* [Mixamo](https://www.mixamo.com/), [Endorphin](https://rentry.co/FMHYB64#endorphin) / [Subreddit](https://www.reddit.com/r/endorphin/) or [Cascadeur](https://cascadeur.com/) - 3D Character Animation Tools
|
||||
* [Mixamo](https://www.mixamo.com/), [Endorphin](https://rentry.co/FMHYBase64#endorphin) / [Subreddit](https://www.reddit.com/r/endorphin/) or [Cascadeur](https://cascadeur.com/) - 3D Character Animation Tools
|
||||
* [MMHuman3D](https://github.com/open-mmlab/mmhuman3d) - 3D Human Model Creator
|
||||
* [Talking Face Avatar](https://github.com/Yazdi9/Talking_Face_Avatar) - Talking Avatar Generator
|
||||
* [Blender Open Movies](https://youtube.com/playlist?list=PLav47HAVZMjnTFVZL-aImCQIC0uLZtNCz) - CGI Assets
|
||||
|
|
|
|||
|
|
@ -6,99 +6,99 @@
|
|||
|
||||
# ► Streaming Sites
|
||||
|
||||
* **Note** - Check our [grading system](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) to see scores for each site, as well as their respective pros & cons. Remember to use [throwaway emails](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail) or [aliases](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) when signing up for streaming sites. Try a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) if sites are blocked for you.
|
||||
* **Note** - Check our [grading system](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) to see scores for each site, as well as their respective pros & cons, and remember to use throwaway emails or [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) when signing up for streaming sites. Try a VPN if sites are blocked for you.
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[Cineby](https://www.cineby.app/)**, [2](https://www.bitcine.app/) or [Fmovies+](https://www.fmovies.gd/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/C2zGTdUbHE)
|
||||
* ⭐ **[XPrime](https://xprime.tv/)**, [2](https://xprime.today/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/pDjg5ccSgg)
|
||||
* ⭐ **[P-Stream](https://pstream.mov/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web) / [Discord](https://discord.gg/uHU4knYRPa) / [GitHub](https://github.com/p-stream)
|
||||
* ⭐ **[XPrime](https://xprime.tv/)**, [2](https://xprime.today/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/ZKcN9KNdn6)
|
||||
* ⭐ **[VeloraTV](https://veloratv.ru/)** or [456movie](https://456movie.net/), [2](https://345movie.net/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/4SJ5c9gZUQ)
|
||||
* ⭐ **[SpenFlix](https://watch.spencerdevs.xyz/)**, [2](https://spenflix.ru/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/RF8vMBRtTs)
|
||||
* ⭐ **[Flixer](https://flixer.su/)** / [2](https://flixy.watch/), [Hexa](https://hexa.watch/) or [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.com/invite/yvwWjqvzjE)
|
||||
* [Rive](https://rivestream.org/), [2](https://rivestream.net/), [3](https://www.rivestream.app/) or [CorsFlix](https://watch.corsflix.net), [2](https://watch.corsflix.dpdns.org/), [3](https://corsflix.net) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* [1Shows](https://www.1shows.ru/), [1Flex](https://www.1flex.ru/) or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / [Auto Next](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#rgshows-autoplay) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* [FlickyStream](https://flickystream.net) or [CineMora](https://cinemora.ru/) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream)
|
||||
* ⭐ **[Flixer](https://flixer.su/)**, [Hexa](https://hexa.watch/) or [Vidora](https://watch.vidora.su/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.com/invite/yvwWjqvzjE)
|
||||
* [Rive](https://rivestream.org/), [2](https://rivestream.net/) or [CorsFlix](https://watch.corsflix.net/), [2](https://corsflix.net/), [3](https://watch.corsflix.dpdns.org/) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* [FlickyStream](https://flickystream.net) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream)
|
||||
* [1Shows](https://www.1shows.ru/) or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / [Auto Next](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#rgshows-autoplay) / [Guide](https://www.rgshows.me/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* [Cinegram](https://cinegram.net/) - Movies / TV / Anime / Auto-Next
|
||||
* [FilmCave](https://filmcave.net/) - Movies / TV / Anime / Auto-Next / [Telegram](https://t.me/fmcave) / [Discord](https://discord.gg/BtpYzMbDjH)
|
||||
* [Smashystream](https://smashystream.com/), [2](https://flix.smashystream.xyz/) - Movies / TV / Anime / [Telegram](https://telegram.me/+vekZX4KtMPtiYmRl) / [Discord](https://discord.com/invite/tcdcxrbDkE)
|
||||
* [Netplay](https://netplayz.live/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36)
|
||||
* [PopcornMovies](https://popcornmovies.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd)
|
||||
* [FileCave](https://filmcave.net/) - Movies / TV / Anime / Auto-Next / [Telegram](https://t.me/fmcave) / [Discord](https://discord.gg/BtpYzMbDjH)
|
||||
* [Vidjoy](https://vidjoy.pro/) - Movies / TV / Anime / Auto-Next
|
||||
* [Smashystream](https://smashystream.xyz/), [2](https://flix.smashystream.xyz/) - Movies / TV / Anime / [Telegram](https://telegram.me/+vekZX4KtMPtiYmRl) / [Discord](https://discord.com/invite/tcdcxrbDkE)
|
||||
* [StreamM4u](https://streamm4u.com.co/) - Movies / TV / Anime / [Clones](https://rentry.co/sflix#streamm4u-clones)
|
||||
* [CineGo](https://cinego.co/) - Movies / TV
|
||||
* [BFLIX](https://bflix.sh/) - Movies / TV
|
||||
* [MovieHD](https://moviehd.us) - Movies / [Telegram](https://t.me/+NthvAOpP0oNkMWU1)
|
||||
* [PrimeWire](https://www.primewire.mov/), [2](https://www.primewire.tf/) - Movies / TV / Anime / 3rd Party Hosts
|
||||
* [StreamDB](https://streamdb.online/) - Movies / TV / 3rd Party Hosts / [Telegram](https://t.me/streamdb_online)
|
||||
* [SoaPy](https://soapy.to/) - Movies / TV / Anime
|
||||
* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / 3rd Party Hosts
|
||||
* [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies / 3rd Party Hosts
|
||||
* [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
|
||||
|
||||
***
|
||||
|
||||
## ▷ Stream Aggregators
|
||||
## ▷ API Frontends
|
||||
|
||||
* **Note** - These serve as interfacess for multiple stream providers or APIs. Many have custom players that auto test streams one-by-one without user input required. Sources vary site-to-site depending on which owners feel are worth using. See [website grading](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading#stream-aggregators) for scores.
|
||||
* **Note** - These serve as frontends or user interfaces for API sites. Sources will vary from site to site depending on which ones owners feel are worth using. Many listed have custom players that automatically test API streams one by one without user input required.
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[P-Stream](https://pstream.mov/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Alts](https://erynith.github.io/movie-web-instances/) / [Notes](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movie-web) / [Discord](https://discord.gg/uHU4knYRPa) / [GitHub](https://github.com/p-stream)
|
||||
* ⭐ **[BEECH](https://beech.watch/)** or [Mocine](https://mocine.cam/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* ⭐ **[CinemaOS](https://cinemaos.live/)**, [2](https://cinemaos.tech/), [3](https://cinemaos.me/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/38yFnFCJnA)
|
||||
* ⭐ **[Filmex](https://filmex.to/), [2](https://fmovies4u.com/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.com/invite/WWrWnG8qmh)
|
||||
* ⭐ **[Aether](https://aether.mom/)** - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/MadMF7xb5q)
|
||||
* [Vidbox](https://vidbox.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Discord](https://discord.com/invite/gmXvwcmxWR)
|
||||
* [Primeshows](https://www.primeshows.live/) - Movies / TV / Anime / [Discord](https://discord.com/invite/t2PnzRgKeM)
|
||||
* [Vidbox](https://vidbox.to/), [2](https://cinehd.cc/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* [Bludclart](https://watch.bludclart.com/), [2](https://watch.streamflix.one/) - Movies / TV / Anime / [Add Sources](https://greasyfork.org/en/scripts/538940) / [Discord](https://discord.gg/5Am2QQW6qZ)
|
||||
* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Telegram](https://t.me/+8OiKICptQwA4YTJk) / [Discord](https://discord.com/invite/gmXvwcmxWR)
|
||||
* [VLOP](https://www.vlop.fun/) - Movies / TV / Anime / Watch Parties / [Telegram](https://t.me/vlopstreaming) / [Discord](https://discord.gg/GzXQWKUbjh)
|
||||
* [Mapple.tv](https://mapple.mov/) - Movies / TV / Anime / Watch Parties / [Discord](https://discord.gg/V8XUhQb2MZ)
|
||||
* [HydraHD](https://hydrahd.io/) - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/)
|
||||
* [Cinepeace](https://cinepeace.in/) - Movies / TV / Anime / [Discord](https://discord.gg/htmB2TbK)
|
||||
* [Cinezo](https://www.cinezo.net/) - Movies / TV / Anime / Watch Parties / [Discord](https://discord.gg/Gx27YMK73d)
|
||||
* [Netplay](https://netplayz.live/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36)
|
||||
* [Cinezo](https://www.cinezo.net/) - Movies / TV / Anime / Watch Parties / [Discord](https://discord.gg/k6QxBBzr)
|
||||
* [Mapple.tv](https://mapple.tv/) - Movies / TV / Anime / Watch Parties / [Discord](https://discord.gg/V8XUhQb2MZ)
|
||||
* [ViewVault](https://viewvault.org/) - Movies / TV / Anime
|
||||
* [Nunflix](https://nunflix.org/), [2](https://nunflix-ey9.pages.dev/) - Movies / TV / Anime / Watch Parties / [Docs](https://nunflix-doc.pages.dev/) / [Discord](https://discord.gg/CXVyfhgn26)
|
||||
* [MovieMaze](https://moviemaze.cc/) - Movies / TV / Anime
|
||||
* [Nunflix](https://nunflix.org/), [2](https://nunflix-firebase.web.app/), [3](https://nunflix-ey9.pages.dev/), [4](https://nunflix-firebase.firebaseapp.com/) - Movies / TV / Anime / Watch Parties / [Docs](https://nunflix-doc.pages.dev/) / [Discord](https://discord.gg/CXVyfhgn26)
|
||||
* [Hopfly](https://watch.hopfly.site/) - Movies / TV / Anime
|
||||
* [TMovie](https://tmovie.tv/) - Movies / TV / Anime / [Discord](https://discord.com/invite/R7a6yWMmfK)
|
||||
* [BoredFlix](https://www.boredflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/VHDedCcbGY)
|
||||
* [Redflix](https://redflix.co/), [2](https://redflix.club/) - Movies / TV / Anime / [Discord](https://discord.gg/wp5SkSWHW5)
|
||||
* [PopcornMovies](https://popcornmovies.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd)
|
||||
* [HydraHD](https://hydrahd.sh/) - Movies / TV / Anime / [Status](https://hydrahd.info/)
|
||||
* [Maxflix](https://maxflix.top/) - Movies / TV / Anime
|
||||
* [1PrimeShows](https://1primeshow.online/) - Movies / TV / Anime / [Discord](https://discord.gg/7JKJSbnHqf)
|
||||
* [VoidFlix](https://voidflix.pages.dev/) - Movies / TV / Anime / [Discord](https://discord.gg/GDfP8S243T)
|
||||
* [Cinema Deck](https://cinemadeck.com/), [2](https://cinemadeck.st/) - Movies / TV / Anime / [Status](https://cinemadeck.com/official-domains) / [Discord](https://discord.com/invite/tkGPsX5NTT)
|
||||
* [7Xtream](https://movies.7xtream.com/), [2](https://cinema.7xtream.com/), [3](https://movies2.7xtream.com/) - Movies / TV / Anime / [Auto Next Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#7xtream-autoplay) / [Discord](https://discord.gg/TXqWTKeAAu)
|
||||
* [AlienFlix](https://alienflix.net/), [2](https://hexawatch.cc/) - Movies / TV / Anime
|
||||
* [Redflix](https://redflix.co/), [2](https://redflix.club/) - Movies / TV / Anime / [Discord](https://discord.gg/wp5SkSWHW5)
|
||||
* [Purplix](https://neoxa.transdev.pw/), [2](https://purplix.transdev.pw/), [3]( https://tv.starnode.host/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PwMYXRpWBD)
|
||||
* [CineBolt](https://cinebolt.net/) - Movies / TV / Anime / [Discord](https://discord.gg/7ZbCzMPt6f)
|
||||
* [Bingeflix](https://bingeflix.tv/) - Movies / TV / Anime / [Discord](https://discord.com/invite/ajRY6Bn3rr)
|
||||
* [Wooflix](https://www.wooflixtv.co/) - Movies / TV / Anime
|
||||
* [zmov](https://zmov.vercel.app/), [2](https://watch.coen.ovh/), [3](https://plexmovies.online/) - Movies / TV / Anime / [GitHub](https://github.com/coen-h/zmov)
|
||||
* [Arabflix](https://www.arabiflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/AMQdQehThg)
|
||||
* [KaitoVault](https://www.kaitovault.com/) - Movies / TV / Anime
|
||||
* [Yampi](https://yampi.live/) - Movies / TV / Anime
|
||||
* [M-Zone](https://www.m-zone.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PFvCNcZCQC)
|
||||
* [Lekuluent](https://lekuluent.et/) - Movies / TV / Anime
|
||||
* [MoviePluto](https://moviepluto.fun/) - Movies / TV / Anime / [Discord](https://discord.com/invite/ynfvjgHrBd)
|
||||
* [Flicker](https://flickermini.pages.dev/), [2](https://flickeraddon.pages.dev/) - Movies / TV / Anime / [Proxy](https://flickerminiproxy.pages.dev/) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#flicker-proxy) / [Subreddit](https://www.reddit.com/r/flickermini/)
|
||||
* [Cinema Deck](https://cinemadeck.com/), [2](https://cinemadeck.st/) - Movies / TV / Anime / [Status](https://cinemadeck.com/official-domains) / [Discord](https://discord.com/invite/tkGPsX5NTT)
|
||||
* [Flicker](https://flickermini.pages.dev/), [2](https://flickeraddon.pages.dev/) - Movies / TV / Anime / [Subreddit](https://www.reddit.com/r/flickermini/)
|
||||
* [Altair](https://altair.mollusk.top/) or [Nova](https://novastream.top/) - Movies / TV / [Discord](https://discord.gg/s9kUZw7CqP) / [GitHub](https://github.com/ambr0sial/nova/)
|
||||
* [Autoembed](https://watch.autoembed.cc/) - Movies / TV / Anime / Drama / [Discord](https://discord.gg/BWDSXV9aX4)
|
||||
* [Ask4Movies](https://ask4movie.app/) - Movies / TV / Anime
|
||||
* [CineGo](https://cinego.co/) - Movies / TV
|
||||
* [Novafork](https://novafork.cc/) - Movies / TV / [GitHub](https://github.com/noname25495/novafork)
|
||||
* [PlayIMDb](https://www.playimdb.com/) - Search VidSrc via IMDb URLs / Official Frontend
|
||||
|
||||
***
|
||||
|
||||
## ▷ Single Server
|
||||
|
||||
* **Note** - These are generally good in terms of speed, consistency, and having less mislabeled content. Many also remove and/or fix broken links manually. See [website grading](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading#single-server) for scores.
|
||||
* **Note** - These are generally good in terms of speed, consistency, and having less mislabeled content. Many listed also remove and or fix any broken links manually.
|
||||
|
||||
***
|
||||
|
||||
* ⭐ **[yFlix](https://yflix.to/)** or [1Movies](https://1movies.bz/) - Movies / TV / Anime / Auto-Next / [Clones](https://rentry.co/sflix#yflix-clones)
|
||||
* ⭐ **[EE3](https://ee3.me/)** or [RIPS](https://rips.cc/) - Movies / Invite Code: `fmhy` / Sign-Up Required
|
||||
* ⭐ **[Qstream](https://qstream.pages.dev/)** - Movies / TV / Anime
|
||||
* ⭐ **[NEPU](https://nepu.to/)** - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/nepu)
|
||||
* [Qstream](https://qstream.pages.dev/) - Movies / TV / Anime
|
||||
* [yFlix](https://yflix.to/) - Movies / TV / Anime / Auto-Next / [Clones](https://rentry.co/sflix#yflix-clones)
|
||||
* [EE3](https://ee3.me/), [2](https://rips.cc/) - Movies / Invite Code: `fmhy` / Sign-Up Required
|
||||
* [NEPU](https://nepu.to/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/nepu)
|
||||
* [PoorFlix](https://poorflix.net/) - Movies / TV / Anime / [Telegram](https://t.me/Poorflix_net)
|
||||
* [Movies7](https://movies7.im/) - Movies / TV / Auto-Next
|
||||
* [LookMovie](https://lookmovie2.to/) - Movies / TV / Auto-Next / 480p / [Clones](https://proxymirrorlookmovie.github.io/)
|
||||
* [Soaper](https://soaper.top/) - Movies / TV / Anime / Auto-Next / [Mirrors](https://www.soaperpage.com/)
|
||||
* [Vidsrc.cx](https://vidsrc.cx/) - Movies / TV
|
||||
* [RidoMovies](https://ridomovies.tv/) - Movies / TV
|
||||
* [24Drama](https://24drama.to/) - Movies / TV / Anime / 720p
|
||||
* [OnionPlay](https://onionplay.mx/) - Movies / TV / [Discord](https://discord.com/invite/4QxywT32Uz)
|
||||
* [OnionPlay](https://onionplay.ch/) - Movies / TV / [Discord](https://discord.com/invite/4QxywT32Uz)
|
||||
* [Mp4Hydra](https://mp4hydra.org/), [2](https://mp4hydra.top/) - Movies
|
||||
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / Use [Throwaway Gmail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail)
|
||||
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / Use Throwaway Gmail / [4K Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq)
|
||||
* [UniqueStream](https://uniquestream.net/) - Movies / TV / Anime / 720p
|
||||
* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime
|
||||
* [Movies4F](https://movies4f.com/) - Movies / TV / Anime
|
||||
|
|
@ -108,15 +108,14 @@
|
|||
* [SFlix](https://sflix2.to/), [2](https://sflix.to/), [3](https://sflixto.tube/) or [FlixHQ](https://flixhq.to/) - Movies / TV / [Clones](https://rentry.co/sflix)
|
||||
* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/), [4](https://nmovies.cc/) - Movies / TV / Anime
|
||||
* [Zoechip](https://zoechip.org/) - Movies / TV
|
||||
* [Player4U](https://rentry.co/FMHYB64#player4u) - Movies / TV / Anime
|
||||
* [Player4U](https://rentry.co/FMHYBase64#player4u) - Movies / TV / Anime
|
||||
* [Gir Society](https://discord.gg/WHxeZ3aTtb) - Movies / TV / Anime / Plex Required
|
||||
* [PlayIMDb](https://www.playimdb.com/) - Search VidSrc via IMDb URLs / Official Frontend
|
||||
|
||||
***
|
||||
|
||||
## ▷ Free w/ Ads
|
||||
|
||||
* 🌐 **[Free-Official-Youtube-Content](https://github.com/superlincoln953/Free-Official-Youtube-Content)** - YouTube Channel List
|
||||
* 🌐 **[Free-Official-Youtube-Content](https://rentry.co/Free-Official-Youtube-Content)** or [YT-Movies](https://rentry.co/YT-Movies) - YouTube Channel Lists
|
||||
* 🌐 **[YT Movies Multireddit](https://www.reddit.com/user/nbatman/m/streaming/)** - YouTube Streaming Subreddits
|
||||
* 🌐 **[JustWatch](https://www.justwatch.com/us?monetization_types=free)** - Free w/ Ads Directory
|
||||
* ⭐ **[Tubi](https://tubitv.com)** - Movies / TV / 720p / [Downloader](https://github.com/warren-bank/node-hls-downloader-tubitv) / [Avaliable Countries](https://corporate.tubitv.com/)
|
||||
|
|
@ -152,17 +151,19 @@
|
|||
* ⭐ **[VK](https://vkvideo.ru/)** / [Enhancement Extension](https://vknext.net/)
|
||||
* ⭐ **[OK](https://ok.ru/video)**
|
||||
* ⭐ **[YouTube](https://www.youtube.com/)** / [Advanced Search](https://playlists.at/youtube/search/) / [Resources / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25BA_youtube_tools) / [Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)
|
||||
* ⭐ **[Dailymotion](https://www.dailymotion.com/)**
|
||||
* ⭐ **[BiliBili](https://www.bilibili.com/)** / [.tv](https://www.bilibili.tv/) / [Client](https://xfangfang.github.io/wiliwili/) / [Sign-Up Block](https://greasyfork.org/en/scripts/467474) / [Sponsorblock](https://github.com/hanydd/BilibiliSponsorBlock) / [Enhancement Script](https://github.com/the1812/Bilibili-Evolved)
|
||||
* ⭐ **[Niconico](https://www.nicovideo.jp/)** / [Desktop](https://github.com/tor4kichi/Hohoema)
|
||||
* ⭐ **[Dailymotion](https://www.dailymotion.com/us)**
|
||||
* ⭐ **[BiliBili](https://www.bilibili.com/)** / [.tv](https://www.bilibili.tv/) / [Multi-Platform Client](https://xfangfang.github.io/wiliwili/) / [Sign-Up Block](https://greasyfork.org/en/scripts/467474) / [Sponsorblock](https://github.com/hanydd/BilibiliSponsorBlock) / [Enhancement Script](https://github.com/the1812/Bilibili-Evolved)
|
||||
* ⭐ **[Niconico](https://www.nicovideo.jp/)**
|
||||
* ⭐ **[Video Search CSE](https://cse.google.com/cse?cx=006516753008110874046:6v9mqdaai6q#gsc.tab=0)** - Multi-Site Video Search
|
||||
* [MotionBox](https://omega.gg/MotionBox/) - Online Video Aggregation App
|
||||
* [PeerTube](https://joinpeertube.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools)
|
||||
* [Vimeo](https://vimeo.com/watch)
|
||||
* [Vimeo](https://vimeo.com/)
|
||||
* [rutube](https://rutube.ru)
|
||||
* [BitChute](https://www.bitchute.com/)
|
||||
* [Videa](https://videa.hu/)
|
||||
* [tudou](https://www.tudou.com/)
|
||||
* [BitView](https://www.bitview.net/)
|
||||
* [Tape](https://tape.xyz/) / [GitHub](https://github.com/tapexyz/tape)
|
||||
* [Tape](https://tape.xyz/)
|
||||
* [Naver](https://tv.naver.com/)
|
||||
* [ultimedia](https://www.ultimedia.com/)
|
||||
* [odysee](https://odysee.com/) / [Instances](https://codeberg.org/librarian/librarian#instances)
|
||||
|
|
@ -190,13 +191,13 @@
|
|||
* [0xDB](https://0xdb.org/) - Rare Movies
|
||||
* [HomeMovies101](https://www.homemovies100.it/en/) - Home Movies
|
||||
* [Prelinger Archives](https://www.panix.com/~footage/) - Ephemeral Films [Archive](https://archive.org/details/prelinger)
|
||||
* [Clownsec](https://rentry.co/FMHYB64#clownsec) - 3D Movies for 3DS / [Discord](https://discord.gg/fk3yPBY7s9)
|
||||
* [r/MusicalBootlegs](https://www.reddit.com/r/MusicalBootlegs) or ["Slime Tutorials"](https://youtube.com/playlist?list=PLsIt5G4GJ27lxWP9Qi5N70zRSkJAT0ntc) - Broadway Show Recordings
|
||||
* [Clownsec](https://rentry.co/FMHYBase64#clownsec) - 3D Movies for 3DS / [Discord](https://discord.gg/fk3yPBY7s9)
|
||||
* [/r/MusicalBootlegs](https://www.reddit.com/r/MusicalBootlegs) or ["Slime Tutorials"](https://youtube.com/playlist?list=PLsIt5G4GJ27lxWP9Qi5N70zRSkJAT0ntc) - Broadway Show Recordings
|
||||
* [GlobalShakespeares](https://globalshakespeares.mit.edu/) - Shakespeare Performance Recordings
|
||||
* [Domain Expansion](https://rentry.co/FMHYB64#domain-expansion) - Reaction Channel Content
|
||||
* [Domain Expansion](https://rentry.co/FMHYBase64#domain-expansion) - Reaction Channel Content
|
||||
* [SidePlusLeaks](https://sideplusleaks.online/) - Sidemen Content / [Telegram](https://t.me/sideplusleaks)
|
||||
* [Unus Annus](https://archive.org/details/unus-annus) - Unus Annus Archive
|
||||
* [TVARK](https://tvark.org/) or [Daily Commercials](https://dailycommercials.com/) - Commercial / TV Promo Archives
|
||||
* [Daily Commercials](https://dailycommercials.com/) - Commercial Archive
|
||||
* [Yuzu4K Japanese Commercials](https://archive.org/details/jpcm_yuzu4k) - Japanese Commercial Archive
|
||||
* [Bandersnatch Interactive Player](https://mehotkhan.github.io/BandersnatchInteractive/) - Interactive player for Black Mirror: Bandersnatch / [GitHub](https://github.com/joric/bandersnatch)
|
||||
* [Lumo TV](https://lumotv.co.uk/) - Deaf Entertainment / BSL-Based
|
||||
|
|
@ -206,34 +207,33 @@
|
|||
|
||||
## ▷ Anime Streaming
|
||||
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS) - Anime Site Indexes
|
||||
* 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)
|
||||
* ⭐ **[AnimeKai](https://animekai.to/home)**, [2](https://animekai.cc/), [3](https://animekai.ac/), [4](https://animekai.bz/) or [AniGo](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [Status](https://animekai.me/) / [X](https://x.com/animekai_to) / [Subreddit](https://www.reddit.com/r/AnimeKAI/) / [Discord](https://discord.com/invite/at5d9rkfUy)
|
||||
* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [Discord](https://discord.gg/miruro) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)
|
||||
* ⭐ **[HiAnime](https://hianime.to/)**, [2](https://hianime.nz/), [3](https://hianime.sx/), [4](https://hianime.bz/), [5](https://hianime.pe/) - Sub / Dub / Auto-Next / [Subreddit](https://reddit.com/r/HiAnimeZone/) / [Telegram](https://t.me/HiAnimeLobby) / [Discord](https://discord.gg/hianime)
|
||||
* ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891)
|
||||
* ⭐ **[All Manga](https://allmanga.to/)** - Sub / Dub / [Discord](https://discord.gg/YbuYYUwhpP)
|
||||
* ⭐ **[animepahe](https://animepahe.si/)** - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
|
||||
* ⭐ **[animepahe](https://animepahe.ru/)** - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
|
||||
* ⭐ **[KickAssAnime](https://kaa.to/)** - Sub / Dub / Auto-Next / [Telegram](https://t.me/kickassanimev3) / [Discord](https://discord.gg/6EGTnNQAaV)
|
||||
* ⭐ **[Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei)** or **[Kuroiru](https://kuroiru.co/)** - Multi-Site Anime Search
|
||||
* [Anify](https://anify.to/) - Sub / Dub / [Discord](https://discord.com/invite/79GgUXYwey)
|
||||
* [123anime](https://123animes.ru/) - Sub / Dub / Auto-Next
|
||||
* [Gojo](https://animetsu.to/), [2](https://animetsu.cc/) - Sub / Dub
|
||||
* [AnimeZ](https://animeyy.com/) - Sub / Dub
|
||||
* [otakuu](https://otakuu.se/), [2](https://aniwave.at/) - Sub / Dub / Auto-Next
|
||||
* [TAnime](https://tanime.tv/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/R7a6yWMmfK)
|
||||
* [Animag](https://animag.to/) - Sub / Dub
|
||||
* [AnimeNoSub](https://animenosub.to/) - Sub / Dub
|
||||
* [Anime Nexus](https://anime.nexus/) - Sub / Dub / [Discord](https://discord.gg/AfMau96ppt)
|
||||
* [AnimeRealms](https://www.animerealms.org/) - Sub / Dub
|
||||
* [Anixl](https://anixl.to/) - Sub / Dub / [Discord](https://discord.gg/prmJz2av76)
|
||||
* [BingoAnime](https://bingoanime.net/) - Sub / Dub / [Discord](https://discord.gg/ca7yFWfTJJ)
|
||||
* [AnimeHub](https://animehub.ac/) - Sub / Dub / Auto-Next
|
||||
* [Aninow](https://aninow.tv/) - Sub / Dub / [Subreddit](https://www.reddit.com/r/aninow/) / [Discord](https://discord.gg/tydKVrQ3jS)
|
||||
* [Rive](https://rivestream.org/), [2](https://rivestream.net/) - Sub / Dub / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* [Aniplay](https://aniplay.lol/), [2](https://aniplaynow.live/), [3](https://aniwave.at/) - Sub / Dub
|
||||
* [AniZone](https://anizone.to/) - Sub
|
||||
* [AniHQ](https://anihq.to/) - Sub / Dub
|
||||
* [Anoboye](https://anoboye.com/) - Sub
|
||||
* [AnimeParadise](https://www.animeparadise.moe/) - Sub / Dub / [Discord](https://discord.com/invite/q3N6eWMMNP)
|
||||
* [KissAnime](https://kissanime.com.ru/) - Sub / Dub / Auto-Next / [Clones](https://kissanime.help/) / [Discord](https://discord.com/invite/w5ghWQG8uM)
|
||||
* [KissAnime](https://kissanime.com.ru/) - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/w5ghWQG8uM) / [Clones](https://kissanime.help/)
|
||||
* [AnimeOnsen](https://animeonsen.xyz/) - Sub / 720p / [Discord](https://discord.com/invite/U56ZMrD)
|
||||
* [AnimeStream](https://anime.uniquestream.net/) - Sub / 720p
|
||||
* [AnimeXin](https://animexin.dev/) - Donghua / Sub
|
||||
|
|
@ -245,28 +245,27 @@
|
|||
* [Crimson Subs](https://crimsonfansubs.com/) - Donghua / Sub / [Discord](https://discord.gg/PmYn97vtue)
|
||||
* [Crunchyroll](https://www.crunchyroll.com/videos/anime) - Sub / Dub / Auto-Next / [US Proxy](https://addons.mozilla.org/en-US/firefox/addon/crunchy-unblocker/) / [Intro Skip](https://github.com/aniskip/aniskip-extension)
|
||||
* [Miu](https://discord.gg/pwkuanXBJh) or [AnimeThemes](https://animethemes.moe/) / [Discord](https://discord.com/invite/m9zbVyQ) / [GitHub](https://github.com/AnimeThemes) - Anime Themes
|
||||
* [Layendimator](https://github.com/Layendan/Layendanimator), [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [GitHub](https://github.com/RyanYuuki/AnymeX), [Anikin](https://github.com/jerry08/Anikin) / [Discord](https://discord.com/invite/U7XweVubJN), [Unyo](https://github.com/K3vinb5/Unyo), [Seanime](https://seanime.app/) / [Discord](https://discord.gg/3AuhRGqUqh) / [GitHub](https://github.com/5rahim/seanime) or [Miru](https://miru.js.org/en/) / [Telegram](https://t.me/MiruChat) / [GitHub](https://github.com/miru-project/miru-app) - Desktop Streaming Apps
|
||||
* [Layendimator](https://github.com/Layendan/Layendanimator), [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [GitHub](https://github.com/RyanYuuki/AnymeX), [Anikin](https://github.com/jerry08/Anikin) / [Discord](https://discord.com/invite/U7XweVubJN), [Unyo](https://github.com/K3vinb5/Unyo), [Seanime](https://seanime.rahim.app/) / [Discord](https://discord.gg/3AuhRGqUqh) / [GitHub](https://github.com/5rahim/seanime) or [Miru](https://miru.js.org/en/) / [Telegram](https://t.me/MiruChat) / [GitHub](https://github.com/miru-project/miru-app) - Desktop Streaming Apps
|
||||
|
||||
***
|
||||
|
||||
## ▷ Cartoon Streaming
|
||||
|
||||
* ⭐ **[WCO](https://www.wco.tv/)**, [2](https://www.wcostream.tv/) - TV / Movies / Anime / [Status](https://www.wcostatus.com/) / [Anti-Adblock Fix](https://github.com/uBlockOrigin/uAssets/issues/29349#issuecomment-3231974507)
|
||||
* ⭐ **[WCO](https://www.wco.tv/)**, [2](https://www.wcostream.tv/) - TV / Movies / Anime / [Status](https://www.wcostatus.com/) / [Anti-Adblock Fix](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#wco-note)
|
||||
* ⭐ **[KimCartoon](https://kimcartoon.si/)** - TV
|
||||
* [KissCartoon](https://kisscartoon.nz/), [2](https://kisscartoon.sh/) - TV / [Discord](https://discord.gg/YwpgPrWVSH)
|
||||
* [HiCartoon](https://hicartoon.to/) - TV / Movies
|
||||
* [KissCartoon](https://kisscartoon.nz/) - TV / [Discord](https://discord.gg/YwpgPrWVSH)
|
||||
* [TamilToon](https://tamiltoon.net/) - TV / Movies / Anime / Switch Language in Player
|
||||
* [HiCartoons](https://hicartoon.to/) - TV / Movies
|
||||
* [Watch Cartoon Online](https://www.watchcartoononline.com/) - TV / Movies / Anime
|
||||
* [FunnierMoments](https://www.funniermoments.net/) - TV
|
||||
* [ToonTales](https://www.toontales.net/) - Classic / TV
|
||||
* [SuperCartoons](https://www.supercartoons.net/) - Classic / TV
|
||||
* [ToonamiAftermath](https://www.toonamiaftermath.com/schedule) - Toonami Streams
|
||||
* [ToonamiAftermath](https://www.toonamiaftermath.com/) - Toonami Streams
|
||||
|
||||
***
|
||||
|
||||
## ▷ TV Streaming
|
||||
|
||||
* **Note** - Keep in mind sites listed in the main streaming sections also have TV shows. The sites below offer exclusively TV content.
|
||||
* **Note** - Keep in mind sites listed in the main streaming sections (like PrimeWire) also have TV shows. The sites in the section below are simply sites that have exclusively TV.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -280,7 +279,7 @@
|
|||
* [SFBTV](https://diva.sfsu.edu/collections/sfbatv) - San Francisco TV Archive
|
||||
* [HDclump](https://hdclump.com/) - Documentaries / Cooking / Gardening
|
||||
* [BrokenSilenze](https://www.brokensilenze.net/) - Reality TV
|
||||
* [r/Panelshow](https://www.reddit.com/r/panelshow/) - Panel Shows
|
||||
* [/r/Panelshow](https://www.reddit.com/r/panelshow/) - Panel Shows
|
||||
* [Taskmaster](https://rentry.co/bbbr4cfr) - Full Taskmaster Episodes
|
||||
* [The Silent Library](https://thesilentlibrary.com/) - Japanese Game Shows
|
||||
* [MyRM](https://myrunningman.com/) - My Running Man Episodes / [Subreddit](https://www.reddit.com/r/runningman/) / [Telegram](https://t.me/myrunningmancom) / [Discord](https://discord.gg/ARvZ4rwZzh)
|
||||
|
|
@ -297,7 +296,7 @@
|
|||
* ⭐ **[DramaGo](https://dramago.me/)** - TV / Movies
|
||||
* ⭐ **[Dramacool](https://dramacool.com.tr/)**, [2](https://dramacoold.pl/) - TV / Movies
|
||||
* [Einthusan](https://einthusan.tv/intro/) - Movies
|
||||
* [kisskh](https://kisskh.ovh/), [2](https://kisskh.run/), [3](https://kissasian.com.lv/), [4](https://kisskh.id/) - TV / Movies
|
||||
* [kisskh](https://kisskh.ovh/), [2](https://kisskh.run/), [3](https://kissasian.com.lv/) - TV / Movies
|
||||
* [Dramahood](https://dramahood.top/) - TV / Movies
|
||||
* [Asiaflix](https://asiaflix.net/) - TV / Movies / [Subreddit](https://www.reddit.com/r/Asiaflix/) / [Telegram](https://t.me/asiaflixapp) / [Discord](https://discord.com/invite/JTxEVkZWhc)
|
||||
* [Rive](https://rivestream.org/kdrama) - Korean Drama / TV / Movies / [Discord](https://discord.com/invite/6xJmJja8fV)
|
||||
|
|
@ -306,16 +305,18 @@
|
|||
* [AsianCrush](https://www.asiancrush.com/) - TV / Movies
|
||||
* [AsianSubs](https://asiansubs.com/) - TV / Movies
|
||||
* [KissAsian](https://kissasian.video/) - TV / Movies
|
||||
* [KissAsianTV](https://kissasiantv.blog/) - TV / Movies
|
||||
* [Dramacool](https://dramacoolk.one/), [2](https://dramacool.com.ly/) - TV / Movies
|
||||
* [Dramacool.sr](https://www12.dramacool.sr/) - TV / Movies
|
||||
* [Dramacool9](https://dramacools9.cam/) - TV / Movies
|
||||
* [dramacool](https://dramacool.com.cv/) - TV / Movies
|
||||
* [OnDemandChina](https://www.ondemandchina.com/) - TV / Movies
|
||||
|
||||
***
|
||||
|
||||
## ▷ Classics / Public Domain
|
||||
|
||||
* ⭐ **[Internet Archive](https://archive.org/details/moviesandfilms)** - Classic / Silent Films / [Spreadsheet](https://rentry.co/FMHYB64#archive-films)
|
||||
* ⭐ **[Internet Archive](https://archive.org/details/moviesandfilms)** - Classic / Silent Films
|
||||
* [Classic Cinema Online](https://classiccinemaonline.com/) - Classic Films
|
||||
* [The Classic Movies](https://www.the-classic-movies.com/) - Classic Films
|
||||
* [WikiFlix](https://wikiflix.toolforge.org/) - Classic Films
|
||||
|
|
@ -372,12 +373,13 @@
|
|||
* ⭐ **[EasyWebTV](https://zhangboheng.github.io/Easy-Web-TV-M3u8/routes/countries.html)** or [IPTV Web](https://iptv-web.app/) - TV / Sports
|
||||
* ⭐ **[NTV](https://ntvstream.cx/)** - TV / Sports / Aggregator / [Telegram](https://t.me/ntvsteam) / [Discord](https://discord.gg/uY3ud5gcpW)
|
||||
* ⭐ **[RgShows](https://www.rgshows.me/livetv/)** or **[Heartive](https://heartive.pages.dev/live/)** - TV / Sports
|
||||
* ⭐ **[DaddyLive TV](https://dlhd.dad/24-7-channels.php)**, [2](https://daddylive.sx/), [3](https://thedaddy.dad/), [4](https://dlhd.click/), [5](https://daddylivestream.com/) - TV / [Self-Hosted Proxy](https://rentry.co/FMHYB64#daddylive-proxy) / [Mirrors](https://daddyny.com/)
|
||||
* ⭐ **[DaddyLive TV](https://thedaddy.dad/24-7-channels.php)** - TV / [Self-Hosted Proxy](https://rentry.co/FMHYBase64#daddylive-proxy) / [Mirrors](https://daddyny.com/)
|
||||
* [huhu.to](http://huhu.to/), [vavoo.to](http://vavoo.to/), [kool.to](http://kool.to/) or [oha.to](http://oha.to/) - TV / Sports / European
|
||||
* [Xumo Play](https://play.xumo.com/networks) - TV / US Only
|
||||
* [Pluto](https://pluto.tv/live-tv), [2](https://app-lgwebos.pluto.tv/live-tv) - TV / Sports / US Only
|
||||
* [USTVGo](https://ustvgo.click/) - TV / Sports / [Player Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sport7)
|
||||
* [LiveHDTV](https://www.livehdtv.com/) - TV
|
||||
* [IPTV Play](https://iptvplay.stream/live-tv) - TV / Sports
|
||||
* [Globe TV](https://globetv.app/) - TV / Sports
|
||||
* [CXtv](https://www.cxtvlive.com/) - TV / Sports
|
||||
* [lmao.love](https://lmao.love/channels/) - TV / Sports
|
||||
|
|
@ -409,44 +411,45 @@
|
|||
|
||||
## ▷ Live Sports
|
||||
|
||||
* 🌐 **[/sport calendars/](https://dan.valeena.dev/guides/sports-calendar), [2](https://rentry.co/sportcalendars)** - Importable Sports Calendars
|
||||
* 🌐 **[/sport calendars/](https://dan.valeena.dev/guides/sport-calendars/), [2](https://rentry.co/sportcalendars)** - Importable Sports Calendars
|
||||
* ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator
|
||||
* ⭐ **[SportyHunter](https://sportyhunter.com/)**, [2](https://nflhunter.com/), [3](https://nhlstreams.io/v1/), [4](https://mlbgamepass.com/) / Community Aggregator / [Discord](https://discord.gg/BZVQ4Ndd)
|
||||
* ⭐ **[SportyHunter](https://sportyhunter.com/)**, [2](https://nflhunter.com/), [3](https://nhlstreams.io/v1/), [4](https://mlbgamepass.com/) / Community Aggregator / [Discord](https://discord.gg/zbxWcejadm)
|
||||
* ⭐ **[Streamed](https://streamed.su/)**, [2](https://strmd.link/) / [Discord](https://discord.gg/streamed)
|
||||
* ⭐ **[DaddyLive](https://dlhd.dad/)**, [2](https://daddylive.sx/), [3](https://thedaddy.dad/), [4](https://dlhd.click/), [5](https://daddylivestream.com/) - TV / Sports / [Self-Hosted Proxy](https://rentry.co/FMHYB64#daddylive-proxy) / [Mirrors](https://daddyny.com/)
|
||||
* ⭐ **[DaddyLive](https://thedaddy.dad/)** - TV / Sports / [Self-Hosted Proxy](https://rentry.co/FMHYBase64#daddylive-proxy) / [Mirrors](https://daddyny.com/)
|
||||
* ⭐ **[PPV.TO](https://ppv.to/)** - Live Events / [Mirrors](https://ppv.zone/) / [Discord](https://discord.gg/5AMPdpckjH)
|
||||
* ⭐ **[Sport7](https://sport71.pro//)** / [Player Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sport7) / [Telegram](https://t.me/goatifisports) / [Discord](https://discord.gg/xcdfVwgEx3)
|
||||
* ⭐ **[Sport7](https://sport7.pro/)** / [Player Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#sport7) / [Telegram](https://t.me/goatifisports) / [Discord](https://discord.gg/xcdfVwgEx3)
|
||||
* ⭐ **[FSTV](https://fstv.online/)**, [2](https://fstv.space/) / [Mirrors](https://gofstv.live/) / [Discord](https://discord.gg/j9EfEm4AMW)
|
||||
* ⭐ **[BINTV](https://bintv.fun/)** / [Discord](https://discord.gg/fMU4hpDjPg)
|
||||
* ⭐ **[StreamEast](https://www.streameast.sk/v8/)** / [Mirrors](https://v2.gostreameast.link/)
|
||||
* ⭐ **[RBTV77](https://www.rbtv77.kaufen/)**
|
||||
* ⭐ **[StreamEast](https://www.streameast.sk/v8/)** / [Mirrors](https://v1.gostreameast.link/)
|
||||
* ⭐ **[LiveTV](https://livetv.sx/enx/)**
|
||||
* ⭐ **[VIP Box Sports](https://www.viprow.nu/)** / [Mirrors](https://rentry.co/VIPSportsBox)
|
||||
* ⭐ **[TimStreams](https://timstreams.xyz/)**, [2](https://timstreams.cfd/) - Live Events / [Status](https://timstreams.online/) / [Discord](https://discord.com/invite/p3aJ7rJGrz)
|
||||
* ⭐ **[TimStreams](https://timstreams.site/)**, [2](https://timstreams.xyz/) - Live Events / [Status](https://timstreams.online/) / [Discord](https://discord.com/invite/p3aJ7rJGrz)
|
||||
* ⭐ **[WeAreChecking](https://wearechecking.online/)** - Live Events / Motorsports / [Discord](https://discord.com/invite/wearechecking)
|
||||
* [GoToStreamly](https://gotostreamly.sbs/) - Stream Aggregator / [Discord](https://discord.gg/HwXeKNu8FU)
|
||||
* [Sportsurge](https://v2.sportsurge.net/home5/) - Stream Aggregator
|
||||
* [TotalSportek.to](https://totalsportek.me/), [2](https://buffstreams.app/) - Stream Aggregator
|
||||
* [CricHD.to](https://crichd.at/), [2](https://crichd.com.co/)
|
||||
* [GoalieTrend](https://goalietrend.com/) / [Discord](https://discord.gg/VKbvRcjDwa)
|
||||
* [TotalSportek.to](https://www.totalsportek.to/), [2](https://totalsportek.me/), [3](https://buffstreams.app/) - Stream Aggregator
|
||||
* [SportsLive](https://sportslive.me/)
|
||||
* [CricHD.to](https://crichd.to/), [2](https://crichd.at/), [3](https://crichd.com.co/)
|
||||
* [MrGamingStreams](http://mrgamingstreams.org/), [2](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR)
|
||||
* [SportOnTV](https://sportontv.xyz/) / [Discord](https://discord.gg/YhQPSSMps2)
|
||||
* [SportOnTV](https://sportontv.xyz/), [2](https://sotmatches.netlify.app/) / [Discord](https://discord.gg/YhQPSSMps2)
|
||||
* [Sports Plus](https://en12.sportplus.live/)
|
||||
* [TotalSportek](https://totalsportek.at/), [2](https://streameast.cz/)
|
||||
* [TotalSportek](https://totalsportek.at/), [2](https://streameast.cz/), [3](https://streameast.cz/)
|
||||
* [CrackStreams](https://crackstreams.blog/)
|
||||
* [720pStream](https://720pstream.nu/)
|
||||
* [BuffStream](https://app.buffstream.io/)
|
||||
* [TopSport](https://topsport.live/), [2](https://sport4all.live/)
|
||||
* [LiveMatches](https://livematches.net/) - Live Events
|
||||
* [StarLive](https://starlive.click/) - Live MMA Events
|
||||
* [TFLIX](https://tv.tflix.app/) - Sports Channels
|
||||
* [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator
|
||||
* [Boxing-100](https://boxing-100.com/) - Boxing / Aggregator
|
||||
* [Soccerdoge](https://soccerdoge.com/) - Football
|
||||
* [CricHD](https://crichd.at/) - Cricket / Aggregator
|
||||
* [OnHockey](https://onhockey.tv/) - Hockey / Aggregator
|
||||
* [MLB24ALL](https://mlb24all.ir/) or [NHL24ALL](https://nhl24all.ir/) - Baseball / Hockey
|
||||
* [OvertakeFans](https://overtakefans.com/) - Motorsports / [Discord](https://discord.gg/ZKwTUbdbmc)
|
||||
* [Aceztrims](https://aceztrims.pages.dev/) - Motorsports
|
||||
* [DD12](https://dd12streams.com/) - Motorsports / [Discord](https://discord.com/invite/TTFE8Jfz7G)
|
||||
* [NontonGP](https://esp32.nontonx.com/) - Motorcycle Racing
|
||||
* [r/rugbystreams](https://www.reddit.com/r/rugbystreams/) - Rugby
|
||||
* [/r/rugbystreams](https://www.reddit.com/r/rugbystreams/) - Rugby
|
||||
* [Live Snooker Guide](https://redd.it/1ibz2yz) - Snooker
|
||||
* [Tiz-Cycling](https://tiz-cycling.tv/) - Cycling
|
||||
* [F1 Dash](https://f1-dash.com/) - F1 Live Stats / [GitHub](https://github.com/slowlydev/f1-dash)
|
||||
|
|
@ -456,21 +459,24 @@
|
|||
## ▷ Sports Replays
|
||||
|
||||
* ⭐ **[720pier](https://720pier.ru/)** - Sports Replays / Torrents
|
||||
* ⭐ **[FullReplays](https://www.fullreplays.com/)** - Football Replays
|
||||
* ⭐ **[Basketball Video](https://basketball-video.com/)** - Basketball Replays
|
||||
* ⭐ **[Footballia](https://footballia.net/)**, [2](https://footballia.eu/) - Classic Football Replays
|
||||
* ⭐ **[Watch-Wrestling.eu](https://watch-wrestling.eu/)** - MMA / Wrestling Replays
|
||||
* ⭐ **[1Max](https://1max.top/)** or [RealFights](https://realfight.org/) - MMA / Wrestling / Boxing Replays / 720p
|
||||
* ⭐ **[1Max](https://1max.top/)** or [RealFights](https://realfight.org/) - MMA / Wrestling Replays / 720p
|
||||
* ⭐ **[Nascar Classics](https://classics.nascar.com/)** - Nascar Replays
|
||||
* ⭐ **[FullRaces](https://fullraces.com/)** - Motorsport Replays
|
||||
* [SportsReplay](https://discord.com/invite/2r4pj67gCv) - Sports Replays / [Basketball](https://watchreplay.net/) / [Motorsports](https://watchf1full.com/) / [MMA / Wrestling](https://watchmmafull.com/)
|
||||
* [AllReplays](https://allreplays.com/) - Sports Replays
|
||||
* [Classic Sports Fanatic](https://www.youtube.com/@classicsportsfanatic7183/playlists) - Full Classic Sports Replays
|
||||
* [NFL Video](https://nfl-video.com/), [2](https://nfl-replays.com/) - American Football Replays
|
||||
* [NFL Video](https://nfl-video.com/), [2](https://nfl-replays.com/) - American Football
|
||||
* [BasketballReplays](https://basketballreplays.net/) - Basketball Replays
|
||||
* [MLBLive](https://mlblive.net/) - Baseball Replays
|
||||
* [Steves Classic Baseball](https://www.youtube.com/playlist?list=PLbbmEcFXHSnOHeJdpQr0K808cPVzP0t_B) - Baseball Replays
|
||||
* [FootballOrigin](https://www.footballorgin.com/) - Football Replays
|
||||
* [r/footballhighlights](https://www.reddit.com/r/footballhighlights/) - Football Replays
|
||||
* [/r/footballhighlights](https://www.reddit.com/r/footballhighlights/) - Football Replays
|
||||
* [Time Soccer TV](https://timesoccertv.com/) - Football Replays
|
||||
* [Full Match](https://fullmatch.info/) - Football Replays
|
||||
* [SoccerFull](https://soccerfull.net/) - Football Replays
|
||||
* [HooFoot](https://hoofoot.com/) - Spoiler Free Football Highlights
|
||||
* [RuTracker Sports](https://rutracker.org/forum/index.php?c=28) - Sports Replays / Torrents
|
||||
|
|
@ -487,9 +493,9 @@
|
|||
* [AllTheBestFights](https://www.allthebestfights.com/) - MMA / Boxing / Kickboxing Replays
|
||||
* [TNA / Impact Replays](https://www.youtube.com/playlist?list=PLSadBNbijyoGV44wd96Fda7-GDYh9UktC) - TNA / Impact Wrestling Replays
|
||||
* [OvertakeFans](https://overtakefans.com/) - Motorsports Replays / [Discord](https://discord.gg/ZKwTUbdbmc)
|
||||
* [r/MotorsportsReplays](https://reddit.com/r/MotorsportsReplays) - Motorsports Replays
|
||||
* [/r/MotorsportsReplays](https://reddit.com/r/MotorsportsReplays) - Motorsports Replays
|
||||
* [F1 Full Races](https://f1fullraces.com/) - Motorsports Replays
|
||||
* [NontonGP](https://replay.nontonx.com/) - Motorcycle Racing Replays
|
||||
* [opendir](https://rentry.co/FMHYBase64#opendir) - Motorsports Replays
|
||||
* [Rugby24](https://rugby24.net/) - Rugby Replays
|
||||
|
||||
***
|
||||
|
|
@ -497,14 +503,14 @@
|
|||
## ▷ IPTV Tools
|
||||
|
||||
* 🌐 **[Awesome IPTV](https://github.com/iptv-org/awesome-iptv)** - IPTV Resources
|
||||
* 🌐 **[IPTV Playlists](https://rentry.co/FMHYB64#iptv-playlists)** - List of Playlists
|
||||
* 🌐 **[IPTV Playlists](https://rentry.co/fmhybase64#iptv-playlists)** - List of Playlists
|
||||
* ↪️ **[Android IPTV Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_live_tv)**
|
||||
* ⭐ **[IPTVNator](https://github.com/4gray/iptvnator)** - IPTV Player / [Web App](https://iptvnator.vercel.app) / [Telegram](https://t.me/iptvnator) / [GitHub](https://github.com/4gray/iptvnator)
|
||||
* ⭐ **[Best Player](https://apps.microsoft.com/detail/9wzdncrdpqsx?hl=en-US&gl=US)** - IPTV Player / [Unlock](https://rentry.co/FMHYBase64#best-player)
|
||||
* ⭐ **[Open TV](https://github.com/fredolx/open-tv)** - IPTV Player
|
||||
* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories
|
||||
* [PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV) - IPTV Player
|
||||
* [LivePush](https://livepush.io/hls-player/index.html) - IPTV Player
|
||||
* [Best Player](https://apps.microsoft.com/detail/9wzdncrdpqsx?hl=en-US&gl=US) - IPTV Player / [Unlock](https://rentry.co/FMHYB64#best-player)
|
||||
* [IPTVPlayer](https://iptvplayer.stream/) - IPTV Web Player
|
||||
* [M3U IPTV](https://m3u-ip.tv/browser) - IPTV Web Player
|
||||
* [TMDB-To-VOD](https://github.com/gogetta69/TMDB-To-VOD-Playlist) - Generate Playlists
|
||||
|
|
@ -521,7 +527,7 @@
|
|||
# ► Smart TV / Firestick
|
||||
|
||||
* ⭐ **[Tizentube](https://tizenbrew.6513006.xyz/)** - Ad-Free Samsung Smart TV YouTube / [GitHub](https://github.com/reisxd/TizenTube), [2](https://github.com/reisxd/TizenBrew)
|
||||
* ⭐ **[webOS Homebrew](https://www.webosbrew.org/)** - LG TV Homebrew / [Guide](https://wispydocs.pages.dev/lg-tv-homebrew/) / [Discord](https://discord.gg/xWqRVEm) / [GitHub](https://github.com/webosbrew/)
|
||||
* ⭐ **[webOS Homebrew](https://www.webosbrew.org/)** - LG TV Homebrew / [Guide](https://gist.github.com/VVispy/044cd8005260b270728e1d9aa8f6af51) / [Discord](https://discord.gg/xWqRVEm) / [GitHub](https://github.com/webosbrew/)
|
||||
* [Smart TV Guide](https://redd.it/xa0aya) - Smart TV Piracy Guide
|
||||
* [KPFire](https://linktr.ee/kpfire) - Firestick Apps
|
||||
* [YTCast](https://github.com/MarcoLucidi01/ytcast) - Cast YouTube Videos to Smart TV
|
||||
|
|
@ -530,11 +536,11 @@
|
|||
* [Playlet](https://channelstore.roku.com/details/4a41d0921265a5e31429a7679442153f:b5bcb5b630c28b01e93bf59856317b43/playlet) - Ad-Free YouTube Roku Client / [GitHub](https://github.com/iBicha/playlet)
|
||||
* [SmartTwitchTV](https://github.com/fgl27/SmartTwitchTV) - Smart TV Twitch Player
|
||||
* [Go2TV](https://github.com/alexballas/go2tv) or [FCast](https://fcast.org/) - Cast to Smart TVs
|
||||
* [StreamFire](https://rentry.co/FMHYB64#streamfire), [2](https://streamfireapp.tv/) - Live TV for Smart TV & Firestick
|
||||
* [smart-tv-telegram](https://github.com/andrew-ld/smart-tv-telegram) - Stream Media from Telegram to Smart TV
|
||||
* [StreamFire](https://rentry.co/FMHYBase64#streamfire), [2](https://streamfireapp.tv/) - Live TV for Smart TV & Firestick
|
||||
* [smart-tv-telegram](https://github.com/andrew-ld/smart-tv-telegram) - Stream Media from iOS to Smart TV
|
||||
* [ChanSort](https://github.com/PredatH0r/ChanSort) - TV Channel List Editor for Samsung, LG, etc.
|
||||
* [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung Smart TV Ads
|
||||
* [tvQuickActions](https://rentry.co/FMHYB64#tvquickactions) - Remote Button Remapper / Sign-Up Required
|
||||
* [tvQuickActions](https://rentry.co/FMHYBase64#tvquickactions) - Remote Button Remapper / Sign-Up Required
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -542,13 +548,12 @@
|
|||
|
||||
* 🌐 **[Awesome Android TV](https://github.com/Generator/Awesome-Android-TV-FOSS-Apps)** - Android TV App Index
|
||||
* ⭐ **[SmartTube](https://github.com/yuliskov/SmartTube)** / [2](https://smarttubeapp.github.io/) or [TizenTube Cobalt](https://github.com/reisxd/TizenTubeCobalt) - Ad-Free Android TV YouTube
|
||||
* [Flicky](https://github.com/mlm-games/flicky) - F-Droid Client
|
||||
* [Android TV Tools v4](https://xdaforums.com/t/tool-all-in-one-tool-for-windows-android-tv-tools-v4.4648239/) - Multiple Android TV Tools
|
||||
* [Android TV Piracy](https://rentry.co/androidtvpiracy) - Android TV Piracy Guide
|
||||
* [Android TV Guide](https://www.androidtv-guide.com/) - Certified Android TV Devices / [Spreadsheet](https://docs.google.com/spreadsheets/d/1kdnHLt673EjoAJisOal2uIpcmVS2Defbgk1ntWRLY3E/)
|
||||
* [S0undTV](https://github.com/S0und/S0undTV) - Android TV Twitch Player / [Discord](https://discord.gg/zmNjK2S)
|
||||
* [Serenity Android](https://github.com/NineWorlds/serenity-android) - Emby Android TV App
|
||||
* [atvTools](https://rentry.co/FMHYB64#atvtools) - Install Apps, Run ADB, Shell Commands, etc.
|
||||
* [atvTools](https://rentry.co/FMHYBase64#atvtools) - Install Apps, Run ADB, Shell Commands, etc.
|
||||
* [Projectivy Launcher](https://play.google.com/store/apps/details?id=com.spocky.projengmenu) / [XDA Thread](https://xdaforums.com/t/app-android-tv-projectivy-launcher.4436549/) / [GitHub](https://github.com/spocky/miproja1/releases) or [Leanback on Fire](https://github.com/tsynik/LeanbackLauncher) - Android TV Launchers
|
||||
* [Launcher Manager](https://xdaforums.com/t/app-firetv-noroot-launcher-manager-change-launcher-without-root.4176349/) - Change Default Launcher
|
||||
* [AerialViews](https://github.com/theothernt/AerialViews) - Custom Screensaver App
|
||||
|
|
@ -572,48 +577,45 @@
|
|||
|
||||
* ↪️ **[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)**
|
||||
* ⭐ **[VegaMovies](https://vegamovies.gmbh/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[VegaMovies](https://vegamovies.yoga/)** - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials)
|
||||
* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Ad-Bypass (Must Have)](https://greasyfork.org/en/scripts/443277) / [Discord](https://discord.gg/4AvaCsd2J4)
|
||||
* ⭐ **[MovieParadise](https://movieparadise.org/)** - Movies / TV / [Sign-Up Code (Important)](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#movieparadise-code)
|
||||
* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.net/) - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* ⭐ **[1Shows](https://www.1shows.ru/)** or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* ⭐ **[Cinepeace](https://cinepeace.in/)** - Movies / TV / Anime / [Discord](https://discord.gg/htmB2TbK)
|
||||
* ⭐ **[VidBox](https://vidbox.to/)** / [Discord](https://discord.gg/VGQKGPM9Ej)
|
||||
* ⭐ **[BEECH](https://beech.watch/)** or [Mocine](https://mocine.cam/) - Movies / TV / Anime / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* ⭐ **[Drama Day](https://dramaday.me/)** - Asian Drama
|
||||
* ⭐ **[MKVDrama](https://mkvdrama.org/)** - Asian Drama
|
||||
* ⭐ **[Video Download CSE](https://cse.google.com/cse?cx=006516753008110874046:wevn3lkn9rr)** / [CSE 2](https://cse.google.com/cse?cx=89f2dfcea452fc451) / [CSE 3](https://cse.google.com/cse?cx=aab218d0aa53e3578)
|
||||
* [TFPDL](https://tfpdl.se/category/movies/), [2](https://tfpdl.to/category/movies/) - Movies / TV / Anime
|
||||
* [P-Stream](https://pstream.mov/) - Movies / TV / Anime / [Discord](https://discord.gg/uHU4knYRPa)
|
||||
* [1Shows](https://www.1shows.ru/) or [RgShows](https://www.rgshows.me/) - Movies / TV / Anime / [Discord](https://discord.com/invite/K4RFYFspG4)
|
||||
* [P-Stream](https://pstream.mov/) - Movies / TV / Anime / [Alts](https://erynith.github.io/movie-web-instances/) / [Discord](https://discord.gg/uHU4knYRPa)
|
||||
* [CinemaOS](https://cinemaos.live/download), [2](https://cinemaos.tech/download), [3](https://cinemaos.me/download) - Movies / TV / Anime / [Discord](https://discord.gg/38yFnFCJnA)
|
||||
* [9xFlix](https://www.9xflix.me/) - Movies / TV / Anime
|
||||
* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime
|
||||
* [TMovie](https://tmovie.tv/) - Movies / TV / Anime / [Discord](https://discord.com/invite/R7a6yWMmfK)
|
||||
* [BEECH](https://beech.watch/) or [Mocine](https://mocine.cam/) - Movies / TV / Anime / [Discord](https://discord.gg/FekgaSAtJa)
|
||||
* [Sinflix](https://rentry.co/FMHYB64#sinflix) - Asian Drama
|
||||
* [OlaMovies](https://olamovies.top/) - Movies / TV / 4K / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Chromium Required
|
||||
* [Sinflix](https://rentry.co/FMHYBase64#sinflix) - Asian Drama
|
||||
* [OlaMovies](https://olamovies.top/) - Movies / TV / 4K / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / Chrome Required
|
||||
* [KatMovie4k](https://katworld.net/?type=Katmovie4k) - Movies / TV / 4K
|
||||
* [PSArips](https://psa.wf/) - Movies / TV / 4K
|
||||
* [DDLBase](https://ddlbase.com/) - Movies / 4K
|
||||
* [TVSeries](https://www.tvseries.in/) - TV / Anime
|
||||
* [StagaTV](https://www.stagatv.com/) - Movies / TV
|
||||
* [LightDLMovies](https://lightdl.xyz/) - Movies / TV / [Use Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [Cineby](https://www.cineby.app/), [2](https://www.bitcine.app/) - Movies / TV / Anime / 4K / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE) (unofficial)
|
||||
* [FlickyStream](https://flickystream.net) or [CineMora](https://cinemora.ru/) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.gg/M7y867cg)
|
||||
* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [Telegram](https://t.me/+8OiKICptQwA4YTJk) / [Discord](https://discord.com/invite/gmXvwcmxWR)
|
||||
* [FlickyStream](https://flickystream.net) - Movies / TV / Anime / [Telegram](https://t.me/FlickyStream) / [Discord](https://discord.com/invite/flickystream)
|
||||
* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [4K Guide](https://rentry.co/willow-guide) / [Discord](https://discord.com/invite/gmXvwcmxWR)
|
||||
* [Movies Ni Pipay](https://moviesnipipay.me/) - Movies / TV
|
||||
* [HDRush](https://hdrush.cc/) - Movies / TV / [Telegram](https://t.me/hdrushxyz)
|
||||
* [HDRush](https://hdrush.cc/) - Movie / TV / [Telegram](https://t.me/hdrushxyz)
|
||||
* [RLSXTVT](https://rlsxtvt.icu/) - Movies / TV
|
||||
* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime / Right Click to Save
|
||||
* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / Right Click to Save
|
||||
* [downloads-anymovies](https://www.downloads-anymovies.co/) - Movies / Right Click to Save
|
||||
* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/)
|
||||
* [Cinemalux](https://cinemalux.autos/) - Movies / TV
|
||||
* [Cinemalux](https://cinemalux.store/) - Movie / TV
|
||||
* [ProtonMovies](https://m2.protonmovies.top/) - Movies / TV
|
||||
* [Download.ir](https://download.ir/topics/film/) - Movies / TV
|
||||
* [UHDMovies](https://modlist.in/?type=uhdmovies) - Movies / 4K
|
||||
* [4KHDHub](https://4khdhub.fans/) - Movies / TV / 4K
|
||||
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use [Throwaway Gmail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail)
|
||||
* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use Throwaway Gmail / [Guide](https://rentry.co/febbox), [2](https://pastebin.com/raw/jtwMfCcq)
|
||||
* [HDHub4u](https://hdhublist.com/?re=hollywood) - Movies / TV / 4K / [Telegram](https://hdhublist.com/?re=telegram)
|
||||
* [ShareSpark](https://ww1.sharespark.cfd/) - Movies / TV
|
||||
* [Cinemalux](https://cinemalux.sbs/) - Movies / TV
|
||||
* [Free Movies](https://free-movies.to/) - Movies / TV
|
||||
* [SeriesVault](https://seriesvault.win/), [2](https://seriesvault.org/) - TV / Anime
|
||||
* [FilmFans](https://filmfans.org/) - Movies / 4K
|
||||
|
|
@ -628,15 +630,15 @@
|
|||
* [Bollywood.eu](https://bollywood.eu.org/) - Movies / Telegram Required
|
||||
* [FilmGo](https://www.filmgo.live/) - Movies / TV / 720p
|
||||
* [FZMovies](https://fzmovies.host/) - Movies / 720p
|
||||
* [TodayTVSeries](https://www.todaytvseries6.com/) - TV / 1080p
|
||||
* [TV Shows](https://tvshows.ac/) - TV / 720p
|
||||
* [TVSBoy](https://tvsboy.com/) - TV / 720p
|
||||
* [TodayTVSeries](https://www.todaytvseries6.com/) - TV / 1080p
|
||||
* [TodayTVSeries](https://www.todaytvseries6.com/) - TV / 720p
|
||||
* [GoDrivePlayer](https://godriveplayer.com/) - Movies / TV / Anime / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [TvShows4Mobile](https://tvshows4mobile.org/) - TV / Anime / 480p / [Telegram](https://t.me/o2tvseries_new)
|
||||
* [NetNaija](https://netnaija.xyz/) - Movies / 480p
|
||||
* [Naijavault](https://www.naijavault.com/) - Movies / TV / 480p
|
||||
* [Waploaded](https://films.waploaded.com/movie) - Movies / TV / 480p
|
||||
* [r/DownUnderTV](https://www.reddit.com/r/DownUnderTV/) - AU / NZ TV
|
||||
* [/r/DownUnderTV](https://www.reddit.com/r/DownUnderTV/) - AU / NZ TV
|
||||
* [CondensedAudioCatalog](https://condensedaudiocatalog.com/) - Asian Drama
|
||||
* [nKiri](https://nkiri.com/) - Asian Drama / 720p
|
||||
* [RareDoramas](https://www.raredoramas.com/) - Rare JDrama / 480p
|
||||
|
|
@ -649,17 +651,15 @@
|
|||
|
||||
## ▷ Drives / Directories
|
||||
|
||||
* ⭐ **[Scloud](https://rentry.co/FMHYB64#scloud)** - Movies / TV / 4K / [Telegram](https://t.me/scloudmediahub)
|
||||
* ⭐ **[Acer Movies](https://rentry.co/FMHYB64#acermovies)** - Movies / TV / Anime
|
||||
* ⭐ **[111477](https://rentry.co/FMHYB64#directory-111477)** - Movies / TV / Anime / [Discord](https://discord.gg/YjkP4pANpg)
|
||||
* ⭐ **[DramaSuki](https://rentry.co/FMHYB64#dramasuki)** - Asian Drama
|
||||
* [LightDLMovies](https://rentry.co/FMHYB64#lightdl) - Movies / TV / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)
|
||||
* [Medeberiya](https://rentry.co/FMHYB64#medeberiya) - Movie / TV
|
||||
* [Vadapav](https://rentry.co/FMHYB64#vadapav) - Movies / TV
|
||||
* [Cinefy](https://thecinefy.site/) - Movies / TV / Telegram
|
||||
* [T4TSA](https://t4tsa.cc/) - Movies / TV / Telegram
|
||||
* ⭐ **[Scloud](https://rentry.co/FMHYBase64#scloud)** - Movies / TV / 4K / [Telegram](https://t.me/scloudmediahub)
|
||||
* ⭐ **[Acer Movies](https://rentry.co/FMHYBase64#acermovies)** - Movies / TV / Anime
|
||||
* ⭐ **[111477](https://rentry.co/FMHYBase64#directory-111477)** - Movies / TV / Anime / [Discord](https://discord.gg/YjkP4pANpg)
|
||||
* ⭐ **[DramaSuki](https://rentry.co/fmhybase64#dramasuki)** - Asian Drama
|
||||
* [Vadapav](https://rentry.co/FMHYBase64#vadapav) - Movies / TV
|
||||
* [T4TSA](https://t4tsa.cc/) - Movies / TV / Telegram Required
|
||||
* [ProSearch4Bot](https://t.me/ProSearch4Bot) - Movies / Telegram
|
||||
* [SolidarityCinema](https://www.solidaritycinema.com/) - Movies
|
||||
* [opendir](https://rentry.co/FMHYBase64#opendir) - Stand Up Comedy
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -673,18 +673,18 @@
|
|||
* 🌐 **[EverythingMoe](https://everythingmoe.com/#section-download)**, [2](https://everythingmoe.org/#section-download) - Anime DDL Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)
|
||||
* 🌐 **[The Index DDL](https://theindex.moe/collection/ddl-communities)** - Anime DDL Sites / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/snackbox)
|
||||
* ⭐ **[Tokyo Insider](https://www.tokyoinsider.com/)** - Sub / Dub / [Bulk Downloader](https://github.com/MaJoRX0/Tokyo-Downloader)
|
||||
* ⭐ **[Flugel Anime](https://rentry.co/FMHYBase64#flugel-anime)** - Sub
|
||||
* ⭐ **[Kayoanime](https://kayoanime.com/)** - Sub / Dub / Google Account Required / [Telegram](https://t.me/AnimeKayo)
|
||||
* ⭐ **[hi10anime](https://hi10anime.com/)** - Sub / Sign-Up Required / [Discord](https://discord.gg/uZ85cbAg4T)
|
||||
* ⭐ **[Anime Download CSE](https://cse.google.com/cse?cx=006516753008110874046:osnah6w0yw8)**
|
||||
* ⭐ **[HakuNeko](https://hakuneko.download/) / [GitHub](https://github.com/manga-download/hakuneko)** or [Senpwai](https://github.com/SenZmaKi/Senpwai) - Anime Download Apps
|
||||
* [Anime-Sharing](https://www.anime-sharing.com/) - Sub / Dub / Anime / Manga Download Forum
|
||||
* [Anime2Enjoy](https://www.anime2enjoy.com/) - Sub / [Discord](https://discord.gg/PxSmumS)
|
||||
* [animepahe](https://animepahe.si/) - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
|
||||
* [animepahe](https://animepahe.ru/) - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)
|
||||
* [Chiby](https://www.animechiby.com/) - Sub / [Discord](https://discord.com/invite/WagHbBz)
|
||||
* [anime7.download](https://anime7.download/) - Sub
|
||||
* [AnimeOut](https://www.animeout.xyz/) - Sub / Sign-Up Required
|
||||
* [belia](https://rentry.co/FMHYB64#belia) - Sub / Dub
|
||||
* [AnimeDDL](https://www.animeddl.xyz/) - Sub / Dub
|
||||
* [belia](https://rentry.co/FMHYBase64#belia) - Sub / Dub
|
||||
* [nibl](https://nibl.co.uk/) - Sub / Dub / XDCC / [Discord](https://discord.com/invite/bUESsAg)
|
||||
* [myanimetvbot](https://t.me/myanimetvbot), [Any_Animebot](https://t.me/Any_Animebot) or [anidlws](https://t.me/anidlws) - Telegram Anime Download Channels
|
||||
* [anime-dl](https://github.com/gabelluardo/anime-dl) / [Frontend](https://github.com/vrienstudios/anime-dl) or [anigrab](https://github.com/ngomile/anigrab) - Anime CLI Downloaders
|
||||
|
|
@ -699,15 +699,13 @@
|
|||
|
||||
# ► Torrent Apps
|
||||
|
||||
* **Note** - Remember to use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://wispydocs.pages.dev/vpn-binding/) if it allows.
|
||||
* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8) if it allows.
|
||||
|
||||
***
|
||||
|
||||
* 🌐 **[Awesome *Arr](https://ravencentric.cc/awesome-arr/)** - Torrent App / Automation Tool Index / [GitHub](https://github.com/Ravencentric/awesome-arr)
|
||||
* ↪️ **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** - Torrent Remotely Without Needing VPN
|
||||
* ↪️ **[Media Server Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_media_servers)**
|
||||
* ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming App / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools) / [Subreddit](https://www.reddit.com/r/Stremio/) / [GitHub](https://github.com/Stremio)
|
||||
* ⭐ **[Prowlarr](https://github.com/Prowlarr/Prowlarr)**, **[Jackett](https://github.com/Jackett/Jackett)**, [nefarious](https://lardbit.github.io/nefarious/), [Traktarr](https://github.com/l3uddz/traktarr), [FlexGet](https://flexget.com/), [r/softwarr](https://reddit.com/r/softwarr) or [Watcher](https://nosmokingbandit.github.io/) - Autodownload Torrents
|
||||
* ⭐ **[Stremio](https://www.stremio.com/)** - Torrent Streaming App / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools) / [Subreddit](https://www.reddit.com/r/Stremio/)
|
||||
* ⭐ **[Prowlarr](https://github.com/Prowlarr/Prowlarr)**, **[Jackett](https://github.com/Jackett/Jackett)**, [nefarious](https://lardbit.github.io/nefarious/), [Traktarr](https://github.com/l3uddz/traktarr), [FlexGet](https://flexget.com/), [/r/softwarr](https://reddit.com/r/softwarr) or [Watcher](https://nosmokingbandit.github.io/) - Autodownload Torrents
|
||||
* ⭐ **[Radarr](https://radarr.video/)** - Autodownload Movie Torrents / [Auto-Subtitles](https://www.bazarr.media/) / [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/) / [Auto-Subtitles](https://www.bazarr.media/)
|
||||
* ⭐ **[Requestrr](https://github.com/thomst08/requestrr)** or [Doplarr](https://github.com/kiranshila/Doplarr) - Discord Torrent Bots
|
||||
|
|
@ -716,11 +714,11 @@
|
|||
* [Autobrr](https://github.com/autobrr/autobrr) - Autodownload Movie Torrents
|
||||
* [Powder](https://powder.media/) - Torrent Streaming App
|
||||
* [Popcorn Time](https://popcorn-time.site/) - Torrent Streaming App / [GitHub](https://github.com/popcorn-official/popcorn-desktop/)
|
||||
* [Ace Stream](https://acestream.org/) - Torrent Streaming App / [Channels](https://acestreamid.com/), [2](https://acestreamsearch.net/en/), [3](https://search-ace.stream/) / [Modded APK](https://rentry.co/FMHYB64#modded-acestream-apk) / [Docker Image](https://github.com/magnetikonline/docker-acestream-server) / [Mpv Script](https://github.com/Digitalone1/mpv-acestream)
|
||||
* [Ace Stream](https://acestream.org/) - Torrent Streaming App / [Channels](https://acestreamid.com/), [2](https://acestreamsearch.net/en/), [3](https://search-ace.stream/) / [Modded APK](https://rentry.co/FMHYBase64#modded-acestream-apk) / [Docker Image](https://github.com/magnetikonline/docker-acestream-server) / [Mpv Script](https://github.com/Digitalone1/mpv-acestream)
|
||||
* [WebTorrent](https://webtorrent.io/) - Torrent Streaming App / [GitHub](https://github.com/webtorrent/webtorrent)
|
||||
* [NotFlix](https://github.com/Bugswriter/notflix) - Torrent Streaming Script
|
||||
* [Magnet Player](https://ferrolho.github.io/magnet-player/) - Stream Torrents in Browser
|
||||
* [Bobarr](https://github.com/iam4x/bobarr) / [Discord](https://discord.gg/PFwM4zk) or [Nefarious](https://github.com/lardbit/nefarious) - Movies / TV Autodownload
|
||||
* [Bobarr](https://github.com/iam4x/bobarr) or [Nefarious](https://github.com/lardbit/nefarious) - Movie / TV Autodownload / [Discord](https://discord.gg/PFwM4zk)
|
||||
* [SickChill](https://sickchill.github.io/) - Automatic Torrent / NZB Searching, Downloading & Processing / [GitHub](https://github.com/SickChill/SickChill)
|
||||
* [GMDB](https://github.com/Dentrax/GMDB), [PeerFlix](https://github.com/mafintosh/peerflix) / [Server](https://github.com/asapach/peerflix-server) - Torrent Streaming CLIs
|
||||
* [Autosearch Extension](https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension) - Sonarr/Radarr/Lidarr Autosearch Extension
|
||||
|
|
@ -733,11 +731,11 @@
|
|||
|
||||
## ▷ Stremio Tools
|
||||
|
||||
* 🌐 **[Stremio Addons](https://stremio-addons.net/)** / [Subreddit](https://www.reddit.com/r/StremioAddons/) / [Discord](https://discord.com/invite/zNRf6YF) or [Midnight's Addons](https://addonsfortheweebs.midnightignite.me/addons) - Stremio Addons
|
||||
* 🌐 **[Stremio Addons](https://stremio-addons.net/)** - Stremio Addons / [Subreddit](https://www.reddit.com/r/StremioAddons/) / [Discord](https://discord.com/invite/zNRf6YF)
|
||||
* ⭐ **[Bye Sudo](https://bye.undi.rest/)** - Simple Stremio Guide
|
||||
* ⭐ **[Viren070's Guides](https://guides.viren070.me/stremio)** - Advanced Stremio Guide
|
||||
* [Stremio Addon Manager](https://addon-manager.viren070.me/) - Addon Manager / [GitHub](https://github.com/pancake3000/stremio-addon-manager)
|
||||
* [Stremio Account Bootstrapper](https://stremio-account-bootstrapper.vercel.app/) - Easy Stremio Setup / [GitHub](https://github.com/DryKillLogic/stremio-account-bootstrapper)
|
||||
* [Stremio Account Bootstrapper](https://stremio-account-bootstrapper.vercel.app/) - Easy Stremio Setup
|
||||
* [Up Next](https://up-next.dontwanttos.top/) - Stremio Catalogs
|
||||
* [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) - Stremio Anime Catalogs
|
||||
* [Simkl Stremio](https://simkl.com/apps/stremio/) - Simkl for Stremio
|
||||
|
|
@ -747,7 +745,7 @@
|
|||
|
||||
# ► Torrent Sites
|
||||
|
||||
* **Note** - Keep in mind that [torrent aggregators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25B7_aggregators), or setups like Stremio & Torrentio, are sometimes better when it comes to finding content.
|
||||
* **Note** - Keep in mind Stremio + Torrentio or other [aggregators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25B7_aggregators) are sometimes best when it comes to finding content.
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -755,8 +753,8 @@
|
|||
* ⭐ **[1337x Movies](https://1337x.to/movie-library/1/)** - Movies / TV / Anime
|
||||
* ⭐ **[RuTracker Movies](https://rutracker.org/forum/index.php?c=2)** - Movies / TV / Anime / [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045)
|
||||
* ⭐ **[Rive](https://rivestream.org/)** - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)
|
||||
* ⭐ **[Kinozal](https://kinozal.tv/)** - Movies / TV / 4K / Sign-Up Required
|
||||
* ⭐ **[Heartive](https://heartive.pages.dev/)** - Movies / TV / Anime / Magnets on Files
|
||||
* ⭐ **[Kinozal](https://kinozal.tv/)** - Movies / TV / 4K / Sign-Up Required
|
||||
* ⭐ **[EZTV](https://eztvx.to/)** - TV / Anime
|
||||
* [Video Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:gaoebxgop7j) or [RGShows](https://www.rgshows.me/torrent/) - Multi-Site Search
|
||||
* [TPB Movies](https://thepiratebay.org/search.php?q=top100:200) - Movies / TV / 4K / **Avoid Software / Games**
|
||||
|
|
@ -776,14 +774,13 @@
|
|||
|
||||
* ⭐ **[Nyaa](https://nyaa.si/)**, [2](https://nyaa.iss.one/), [3](https://nyaa.iss.ink/) - Sub / Dub
|
||||
* ⭐ **Nyaa Tools** - [TUI](https://github.com/Beastwick18/nyaa) / [Batch Download](https://github.com/wotakumoe/meow), [2](https://github.com/marcpinet/nyaadownloader), [3](https://t.me/meow_in_japanese_bot), [4](https://t.me/NyaaTorrents) / [Python Wrapper](https://github.com/JuanjoSalvador/NyaaPy) / [Torrent Fetch](https://github.com/daynum/nyaabag) / [Quality Tags](https://releases.moe/about/)
|
||||
* ⭐ **[Hayase](https://hayase.watch/)** - Torrent Streaming App / [Discord](https://discord.com/invite/Z87Nh7c4Ac)
|
||||
* [Seanime](https://seanime.app/) - Torrent Streaming App
|
||||
* [Shiru](https://github.com/RockinChaos/Shiru) or [Migu](https://miguapp.pages.dev/) - Torrent Streaming Apps
|
||||
* ⭐ **[Hayase](https://hayase.watch/)** / [Discord](https://discord.com/invite/Z87Nh7c4Ac) or [Migu](https://miguapp.pages.dev/) - Stream Anime Torrents
|
||||
* [AnimeTosho](https://animetosho.org/) - Sub / Dub
|
||||
* [TokyoTosho](https://www.tokyotosho.info/) - Sub
|
||||
* [ShanaProject](https://www.shanaproject.com/) - Sub
|
||||
* [Hi10Anime](https://hi10anime.com/) - Sub
|
||||
* [bakabt](https://bakabt.me/) - Sub / Dub / [Interviews](https://wiki.bakabt.me/index.php/Sign_up)
|
||||
* [Shiru](https://github.com/RockinChaos/Shiru) or [Seanime](https://seanime.rahim.app/) - Anime Torrent App
|
||||
* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz)
|
||||
* [SeaDex](https://releases.moe/) - Anime Video Quality Guides
|
||||
* [Fansub Cartel](https://index.fansubcar.tel/), [2](https://docs.google.com/spreadsheets/d/1PJYwhjzLNPXV2X1np-S4rdZE4fb7pxp-QbHY1O0jH6Q/htmlview) - Fansubbers Index
|
||||
|
|
@ -843,14 +840,12 @@
|
|||
* ⭐ **[FlickMetrix](https://flickmetrix.com/)** or [agoodmovietowatch](https://agoodmovietowatch.com/) - Combine IMDb, Rotten Tomatoes & Letterboxd Ratings
|
||||
* ⭐ **[TasteDive](https://tastedive.com/)** - Recommendations
|
||||
* ⭐ **[RatingsGraph](https://www.ratingraph.com/)** - Movie / TV Ratings Graphs
|
||||
* [RYM Ultimate Film Lists](https://rateyourmusic.com/list/TheScientist/rym-ultimate-film-genres-and-lists/) - In-Depth Film Genre & Recommendation Lists
|
||||
* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Movie / TV / Anime Recommendation Directory
|
||||
* [Rec Charts](https://pastebin.com/ayuqSpGR) - Movie / TV / Anime Recommendation Guides
|
||||
* [listal](https://www.listal.com/) - Movies / TV
|
||||
* [RelatedAnime](https://relatedanime.com/) - Related Anime Index
|
||||
* [IMDb Table](https://docyx.github.io/imdb-table), [TV Chart](https://tvchart.benmiz.com/), [Episode Hive](https://episodehive.com/), [TV Charts](https://tvcharts.co/), [SeriesGraph](https://seriesgraph.com), [TheShowGrid](https://theshowgrid.com/) or [WhatToWatchOn.tv](https://whattowatchon.tv/) - TV Episode Rating Graphs
|
||||
* [AnimeStats](https://anime-stats.net/), [AnimeKarmaList](https://animekarmalist.com/) or [Sprout](https://anime.ameo.dev/) - Anime Recommendations
|
||||
* [MRQE](https://www.mrqe.com/) - Movie Review Search Engine
|
||||
* [Sight and Sound](https://www.bfi.org.uk/sight-and-sound/greatest-films-all-time/) - Movie Top 250 List
|
||||
* [kudos.wiki](https://kudos.wiki/) - Wikipedia Top 1000 List
|
||||
* [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists
|
||||
* [They Shoot Zombies](https://theyshootzombies.com/) - Horror Movie Top 1000 List
|
||||
|
|
@ -864,12 +859,11 @@
|
|||
|
||||
## ▷ Recommendation Tools
|
||||
|
||||
* [Nothing To Watch](https://nothing-to-watch.port80.ch/) - Interactive Movie Discovery Visualization / [GitHub](https://github.com/gnovotny/nothing-to-watch)
|
||||
* [SuggestStream](https://suggestream.com/) - Movie / TV Recommendations
|
||||
* [BestSimilar](https://bestsimilar.com/) - Movie Recommendations
|
||||
* [Taste.io](https://www.taste.io/) - Movie Recommendations
|
||||
* [MovieLens](https://movielens.org/) - Movie Recommendations
|
||||
* [r/MovieSuggestions](https://www.reddit.com/r/MovieSuggestions/) - Movie Recommendations
|
||||
* [/r/MovieSuggestions](https://www.reddit.com/r/MovieSuggestions/) - Movie Recommendations
|
||||
* [MovieSync](https://movie-sync-app.web.app/) - Movie Recommendations
|
||||
* [Cinetrii](https://cinetrii.com/) - Discover Movies with Similar Themes
|
||||
* [Simkl](https://simkl.com/) - Recommendations Based on Your Ratings
|
||||
|
|
@ -911,7 +905,7 @@
|
|||
* [mkv-extract](https://qgustavor.github.io/mkv-extract/), [gmkvextractgui](https://sourceforge.net/projects/gmkvextractgui/) or [MKVcleaver](https://www.videohelp.com/software/MKVcleaver) - Extract Subtitles from MKV Files
|
||||
* [VideoSubFinder](https://sourceforge.net/projects/videosubfinder/) - Hardcoded Subtitle Extractor
|
||||
* [Subtitling Guide](https://baechusquad.download/guide/) - Subtitling Guide
|
||||
* [YukiSubs Guides](https://yukisubs.wordpress.com/guides/), [I am Scum](https://iamscum.wordpress.com/guides/) or [Fansub Guide](https://unanimated.github.io/guides.htm) - Fansubbing Encoding Guides
|
||||
* [YukiSubs Guides](https://yukisubs.wordpress.com/guides/), [I am Scum](https://iamscum.wordpress.com/guides/), [Fansub Guide](https://unanimated.github.io/guides.htm) or [JET Guide](https://jaded-encoding-thaumaturgy.github.io/JET-guide/master/) - Fansubbing Encoding Guides
|
||||
|
||||
***
|
||||
|
||||
|
|
@ -921,10 +915,9 @@
|
|||
* ⭐ **[Subscene](https://sub-scene.com/)** - Subtitles
|
||||
* ⭐ **[SubDL](https://subdl.com/)** - Subtitles
|
||||
* ⭐ **[Addic7ed](https://www.addic7ed.com/)** - Subtitles / [Frontend](https://www.gestdown.info/)
|
||||
* ⭐ **[Auto-Subtitles](https://www.bazarr.media/)** - Subtitle Autosearch / Download Tool
|
||||
* [Subsearch](https://github.com/vagabondHustler/subsearch) or [Subliminal](https://subliminal.readthedocs.io/) - Python Download Scripts
|
||||
* [SubSource](https://subsource.net/) - Subtitles
|
||||
* [Subtitle Cat](https://www.subtitlecat.com/) - Subtitles
|
||||
* [SubSource](https://subsource.net/) - Subtitles
|
||||
* [Podnapisi](https://www.podnapisi.net/) - Subtitles
|
||||
* [opensubtitles.com](https://www.opensubtitles.com/) - Subtitles
|
||||
* [Subs4Free](https://www.subs4free.info/) - Subtitles
|
||||
|
|
@ -942,13 +935,13 @@
|
|||
|
||||
# ► Helpful Sites / Tools
|
||||
|
||||
* 🌐 **[r/Animepiracy Wiki](https://thewiki.moe/)** or [Awesome ACG](https://github.com/soruly/awesome-acg) - Anime Tool Indexes
|
||||
* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_media_covers_.2F_posters)**
|
||||
* 🌐 **[/r/Animepiracy Wiki](https://thewiki.moe/)** or [Awesome ACG](https://github.com/soruly/awesome-acg) - Anime Tool Indexes
|
||||
* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/img-tools#wiki_.25B7_media_covers_.2F_posters)**
|
||||
* ↪️ **[Media Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25BA_media_soundtracks)**
|
||||
* ↪️ **[File Data Automation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_data_automation)**
|
||||
* ⭐ **[FastStream](https://faststream.online/)** - Fragmentation Streaming Extension / [GitHub](https://github.com/Andrews54757/FastStream/)
|
||||
* ⭐ **[OpenVideo](https://openvideofs.github.io)** or [Stream-Bypass](https://github.com/ByteDream/stream-bypass) - Use Streaming Sites in Ad-Free Player with Subs, Speed Control & More
|
||||
* ⭐ **[WhereYouWatch](https://whereyouwatch.com/latest-reports/)** or [r/movieleaks](https://reddit.com/r/movieleaks) - Movie Leak Notifications
|
||||
* ⭐ **[WhereYouWatch](https://whereyouwatch.com/latest-reports/)** or [/r/movieleaks](https://reddit.com/r/movieleaks) - Movie Leak Notifications
|
||||
* ⭐ **[BingeClock](https://www.bingeclock.com/)**, [Can I Binge?](https://canibinge.com/) or [tiii.me](https://tiii.me/) - TV Show Length Calculators
|
||||
* ⭐ **[Quality / Release Type Guide](https://redd.it/1ktgh4h)** / [2](https://www.reddit.com/r/Piracy/wiki/guides/video_quality_and_types_of_releases) or [Streaming Site Guide](https://redd.it/yykvnv) - Video Quality / Release Type Guide
|
||||
* ⭐ **[Release Group Qualities](https://docs.google.com/spreadsheets/u/0/d/1xz5zqrBumfMtLGA4VMt1VtOyh-47HDTv_swIYktX6AQ/htmlview)** - Movie / TV Release Group Quality Indexes
|
||||
16600
package-lock.json
generated
16600
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -66,7 +66,6 @@
|
|||
"typescript": "^5.8.2",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"vite-plugin-optimize-exclude": "^0.0.1",
|
||||
"vite-plugin-pwa": "^1.0.3",
|
||||
"vite-plugin-terminal": "^1.2.0",
|
||||
"wrangler": "^3.114.1"
|
||||
},
|
||||
|
|
|
|||
2778
pnpm-lock.yaml
generated
2778
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue