mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
Compare commits
19 commits
fe743e69b9
...
4fd889e392
Author | SHA1 | Date | |
---|---|---|---|
|
4fd889e392 | ||
|
4c52b93139 | ||
|
da2d493ab2 | ||
|
a3f5808d19 | ||
|
6f453d70bb | ||
|
144fc1b721 | ||
|
ddb1d518db | ||
|
6e6d432798 | ||
|
efa6b6c05e | ||
|
2b8447b4d6 | ||
|
47b11dfc4c | ||
|
300c103717 | ||
|
99a6ebf8b1 | ||
|
6fed0c1c89 | ||
|
1babb405a7 | ||
|
7c677f1888 | ||
|
09a70961c8 | ||
|
500d38f5a7 | ||
|
7e0b28b20f |
23 changed files with 29 additions and 56 deletions
4
.github/README.md
vendored
4
.github/README.md
vendored
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
<p align="center"> <b> The largest collection of free stuff on the internet! </b> </p>
|
<p align="center"> <b> The largest collection of free stuff on the internet! </b> </p>
|
||||||
|
|
||||||
|
<p align="center"> This site does not host any files.</p>
|
||||||
|
|
||||||
## 📖 Wiki
|
## 📖 Wiki
|
||||||
|
|
||||||
- Website: [fmhy.net](https://fmhy.net)
|
- Website: [fmhy.net](https://fmhy.net)
|
||||||
|
@ -31,5 +33,5 @@ Here are a few ways you can get involved:
|
||||||
## 🔔 Follow
|
## 🔔 Follow
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://rentry.co/fmhy-invite"><img width="30px" src="./assets/discord.svg" alt="Discord"></a> <a href="https://github.com/fmhy"><img width="30px" src="./assets/github.svg" alt="GitHub"></a> <a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./assets/bluesky.svg" alt="Bluesky"></a>
|
<a href="https://rentry.co/fmhy-invite"><img width="30px" src="./discord.svg" alt="Discord"></a> <a href="https://github.com/fmhy"><img width="30px" src="./github.svg" alt="GitHub"></a> <a href="https://bsky.app/profile/fmhy.net"><img width="30px" src="./bluesky.svg" alt="Bluesky"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
2
.github/workflows/deploy-gh-pages.yml
vendored
2
.github/workflows/deploy-gh-pages.yml
vendored
|
@ -1,8 +1,6 @@
|
||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
@ -53,7 +53,7 @@ export default defineConfig({
|
||||||
'meta',
|
'meta',
|
||||||
{
|
{
|
||||||
name: 'msvalidate.01',
|
name: 'msvalidate.01',
|
||||||
content: '55ae5a0600A8C7827B59CFD506D76DC2'
|
content: 'F3028112EF6F929B562F4B18E58E3691'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// Google site verification
|
// Google site verification
|
||||||
|
@ -152,7 +152,7 @@ export default defineConfig({
|
||||||
search,
|
search,
|
||||||
footer: {
|
footer: {
|
||||||
message: `${feedback} (rev: ${commitRef})`,
|
message: `${feedback} (rev: ${commitRef})`,
|
||||||
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a>`
|
copyright: `© ${new Date().getFullYear()}, <a href="https://i.ibb.co/pLVXBSh/image.png">Estd 2018.</a><div></div>This site does not host any files.`
|
||||||
},
|
},
|
||||||
editLink: {
|
editLink: {
|
||||||
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
|
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
|
||||||
|
|
|
@ -152,7 +152,6 @@ export const nav: DefaultTheme.NavItem[] = [
|
||||||
{ text: '🌐 Search', link: '/posts/search' },
|
{ text: '🌐 Search', link: '/posts/search' },
|
||||||
{ text: '🔖 Bookmarks', link: 'https://github.com/fmhy/bookmarks' },
|
{ text: '🔖 Bookmarks', link: 'https://github.com/fmhy/bookmarks' },
|
||||||
{ text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' },
|
{ text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' },
|
||||||
{ text: '📕 Piracy Glossary', link: 'https://rentry.org/the-piracy-glossary' },
|
|
||||||
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
|
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
|
||||||
{ text: '®️ Redlib', link: 'https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index' },
|
{ text: '®️ Redlib', link: 'https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index' },
|
||||||
{ text: '🔎 SearXNG', link: 'https://searx.fmhy.net/' },
|
{ text: '🔎 SearXNG', link: 'https://searx.fmhy.net/' },
|
||||||
|
|
|
@ -366,7 +366,7 @@
|
||||||
* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**
|
* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**
|
||||||
* ⭐ **[How to Bind VPN to Client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** - Bind VPN to Client to Avoid ISP Letters
|
* ⭐ **[How to Bind VPN to Client](https://gist.github.com/VVispy/765c6723436f386ef113040f8fc968b8)** - Bind VPN to Client to Avoid ISP Letters
|
||||||
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
|
* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Setup Guide](https://github.com/amritb/poor-mans-vpn) / [Tools](https://guardline-vpn.github.io/wireguard-tools/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)
|
||||||
* ⭐ **[Tailscale](https://tailscale.com/)**, [Headscale](https://github.com/juanfont/headscale) or [ZeroTier](https://www.zerotier.com/) - Secure Network VPN
|
* ⭐ **[Tailscale](https://tailscale.com/)**, [Nebula](https://github.com/slackhq/nebula), [Headscale](https://github.com/juanfont/headscale) or [ZeroTier](https://www.zerotier.com/) - Secure Network VPN
|
||||||
* [WGDashboard](https://donaldzou.github.io/WGDashboard-Documentation/) - WireGuard Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
|
* [WGDashboard](https://donaldzou.github.io/WGDashboard-Documentation/) - WireGuard Manager / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)
|
||||||
* [OpenVPN](https://openvpn.net/) or [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnels
|
* [OpenVPN](https://openvpn.net/) or [tinc VPN](https://www.tinc-vpn.org/) / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc) - VPN Tunnels
|
||||||
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
|
* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard VPN with Adblocking Capabilities / [Web UI](https://github.com/10h30/wirehole-ui)
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
|
|
||||||
## ▷ Proxy Apps
|
## ▷ Proxy Apps
|
||||||
|
|
||||||
* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - Self-Hosted Proxy Client
|
* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - V2Ray / Shadowsock / 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)
|
* [Hola Proxy](https://github.com/Snawoot/hola-proxy) - Alternative Client for Hola Free Proxy Service / [Privacy Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#hola-proxy-note)
|
||||||
* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension
|
* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension
|
||||||
* [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions
|
* [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o / o4-mini Chatbot / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [Subreddit](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
|
* ⭐ **[ChatGPT](https://chatgpt.com/)** - GPT-4o / o4-mini Chatbot / [/r/OpenAI](https://www.reddit.com/r/OpenAI/) / [Subreddit](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai)
|
||||||
* ⭐ **[Qwen](https://chat.qwen.ai/)** - Alibaba's Chatbots / Qwen3-235B-A22B / Qwen3-32B
|
* ⭐ **[Qwen](https://chat.qwen.ai/)** - Alibaba's Chatbots / Qwen3-235B-A22B / Qwen3-32B
|
||||||
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [GitHub](https://github.com/deepseek-ai)
|
* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek-V3 / DeepSeek-R1 / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [GitHub](https://github.com/deepseek-ai)
|
||||||
* ⭐ **[Grok](https://grok.com/)** - X.com Chatbot / Grok 2 (30 Hourly) / Grok 3 (18 Per Two Hours) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
* ⭐ **[Grok](https://grok.com/)** - Grok 3 (20 per 2 hours) / Grok 3 Mini Thinking (8 daily) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)
|
||||||
* ⭐ **[LMArena](https://lmarena.ai)** - Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
|
* ⭐ **[LMArena](https://lmarena.ai)** - Multiple Chatbots / No Sign-Up / [Discord](https://discord.gg/6GXcFg3TH8) / [GitHub](https://github.com/lm-sys/FastChat)
|
||||||
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o / OpenAI o3-Mini-High / No Sign-Up
|
* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-4o / OpenAI o3-Mini-High / No Sign-Up
|
||||||
* ⭐ **[Mistral](https://chat.mistral.ai)** - Mistral Large 24.11 / [Discord](https://discord.gg/mistralai)
|
* ⭐ **[Mistral](https://chat.mistral.ai)** - Mistral Large 24.11 / [Discord](https://discord.gg/mistralai)
|
||||||
|
|
|
@ -82,10 +82,11 @@
|
||||||
## ▷ Concerts / Live Shows
|
## ▷ Concerts / Live Shows
|
||||||
|
|
||||||
* 🌐 **[365 Radio](https://365.ilysm.nl/)** - List of YouTube DJ Channels
|
* 🌐 **[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
|
* ⭐ **[hate5six](https://hate5six.com/)** - Concert Recordings
|
||||||
|
* ⭐ **[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
|
* [JamBase](https://www.jambase.com/videos) - Concert Recordings
|
||||||
* [Relisten](https://relisten.net/) - Concert Recordings / [GitHub](https://github.com/relistennet)
|
* [Relisten](https://relisten.net/) - Concert Recordings / [GitHub](https://github.com/relistennet)
|
||||||
* [bt.etree](https://bt.etree.org/) - Concert Recordings / Torrents
|
|
||||||
* [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents
|
* [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents
|
||||||
* [ZOMB Torrents](http://zombtracker.the-zomb.com/) - Concert Recordings / Torrents
|
* [ZOMB Torrents](http://zombtracker.the-zomb.com/) - Concert Recordings / Torrents
|
||||||
* [Guitars101](https://www.guitars101.com/) - Concert Recordings / Bootlegs
|
* [Guitars101](https://www.guitars101.com/) - Concert Recordings / Bootlegs
|
||||||
|
@ -97,7 +98,6 @@
|
||||||
* [TopDJMixes](https://topdjmixes.com/) - DJ Mixes / Livesets
|
* [TopDJMixes](https://topdjmixes.com/) - DJ Mixes / Livesets
|
||||||
* [Mixing.dj](https://mixing.dj/) - DJ Mixes / Streaming
|
* [Mixing.dj](https://mixing.dj/) - DJ Mixes / Streaming
|
||||||
* [BBC Essential Mix](https://rentry.co/FMHYBase64#bbc-essential) - BBC Essential Mix / 1993-2023 / Torrent
|
* [BBC Essential Mix](https://rentry.co/FMHYBase64#bbc-essential) - BBC Essential Mix / 1993-2023 / Torrent
|
||||||
* [ASOTArchive](http://www.asotarchive.org/) - A State of Trance Archive / DJ Mixes / Streaming
|
|
||||||
* [Volume](https://volume.com/) - Live Cam Concerts
|
* [Volume](https://volume.com/) - Live Cam Concerts
|
||||||
* [ConcertArchives](https://www.concertarchives.org/) - Concert Tracking / Database
|
* [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
|
* [SongKick](https://www.songkick.com/), [ConcertArchives](https://www.concertarchives.org/) or [FindYourFest](https://www.findyourfest.com/) - Find Concerts / Music Festivals
|
||||||
|
@ -461,7 +461,6 @@
|
||||||
## ▷ Genre Specific
|
## ▷ Genre Specific
|
||||||
|
|
||||||
* [Take Metal](https://takemetal.org/) - Metal / MP3
|
* [Take Metal](https://takemetal.org/) - Metal / MP3
|
||||||
* [Me-4U](https://me-4u.com/index.php) - Metal / MP3
|
|
||||||
* [Metalminos](https://metalminos.net/) - Metal / MP3
|
* [Metalminos](https://metalminos.net/) - Metal / MP3
|
||||||
* [In The Fog](https://in-the-fog.ru/) - Metal / MP3
|
* [In The Fog](https://in-the-fog.ru/) - Metal / MP3
|
||||||
* [TechnicalDeathMetal](https://technicaldeathmetal.org/) - Metal / MP3
|
* [TechnicalDeathMetal](https://technicaldeathmetal.org/) - Metal / MP3
|
||||||
|
@ -569,7 +568,7 @@
|
||||||
* ⭐ **[Squidify](https://www.squidify.org)**, [2](https://www.squidify.net/) - Game / Anime Soundtracks / [Resources](https://wotaku.wiki/guides/music/squidify)
|
* ⭐ **[Squidify](https://www.squidify.org)**, [2](https://www.squidify.net/) - Game / Anime Soundtracks / [Resources](https://wotaku.wiki/guides/music/squidify)
|
||||||
* ⭐ **[Sitting on Clouds](https://www.sittingonclouds.net/)**, [2](https://sittingonclouds.com/) - Anime / Game Soundtracks / [Discord](https://discord.com/invite/x23SFbE) / [.onion](http://cloudscbr2l7prtthmz5jk5hxpndisu4ohqytsri5vyua3ksfswl7gyd.onion/)
|
* ⭐ **[Sitting on Clouds](https://www.sittingonclouds.net/)**, [2](https://sittingonclouds.com/) - Anime / Game Soundtracks / [Discord](https://discord.com/invite/x23SFbE) / [.onion](http://cloudscbr2l7prtthmz5jk5hxpndisu4ohqytsri5vyua3ksfswl7gyd.onion/)
|
||||||
* [MusicDex](https://musicdex.org/) - Anime Soundtracks / [Discord](https://discord.gg/yCXJkbdCHt)
|
* [MusicDex](https://musicdex.org/) - Anime Soundtracks / [Discord](https://discord.gg/yCXJkbdCHt)
|
||||||
* [3ost](https://3ost.ru/), [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) or [tanikal](https://www.tanikal.com/) - Soundtracks
|
* [3ost](https://3ost.ru/) or [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) - Soundtracks
|
||||||
* [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks
|
* [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks
|
||||||
* [KDramaOST](https://kdramaost.com/en/) - KDrama Soundtracks
|
* [KDramaOST](https://kdramaost.com/en/) - KDrama Soundtracks
|
||||||
* [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio
|
* [Animal Crossing Radio](https://animal-crossing-radio.com/) - Animal Crossing Radio
|
||||||
|
|
|
@ -1097,7 +1097,6 @@
|
||||||
* [Advisory Database](https://github.com/github/advisory-database), [ThreatFox](https://threatfox.abuse.ch/), [Exploit DB](https://www.exploit-db.com/) or [Att&ck](https://attack.mitre.org/) - Cybersecurity Defense Databases
|
* [Advisory Database](https://github.com/github/advisory-database), [ThreatFox](https://threatfox.abuse.ch/), [Exploit DB](https://www.exploit-db.com/) or [Att&ck](https://attack.mitre.org/) - Cybersecurity Defense Databases
|
||||||
* [Bazaar](https://bazaar.abuse.ch/), [MalShare](https://malshare.com/), [URLhaus](https://urlhaus.abuse.ch/), [PulseDive](https://pulsedive.com/) or [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/) - Malware Search / Indexes
|
* [Bazaar](https://bazaar.abuse.ch/), [MalShare](https://malshare.com/), [URLhaus](https://urlhaus.abuse.ch/), [PulseDive](https://pulsedive.com/) or [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/) - Malware Search / Indexes
|
||||||
* [ThreatMap](https://threatmap.checkpoint.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps
|
* [ThreatMap](https://threatmap.checkpoint.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps
|
||||||
* [The Void](https://www.thevoid.community/) - Software Incident Reports
|
|
||||||
* [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - Cybersecurity Resources
|
* [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - Cybersecurity Resources
|
||||||
* [CybersecResources](https://www.cybersources.site/) - Cybersecurity Resources / [GitHub](https://github.com/bst04/cybersources)
|
* [CybersecResources](https://www.cybersources.site/) - Cybersecurity Resources / [GitHub](https://github.com/bst04/cybersources)
|
||||||
* [Awesome List](https://github.com/0xor0ne/awesome-list) - Cybersecurity Resources
|
* [Awesome List](https://github.com/0xor0ne/awesome-list) - Cybersecurity Resources
|
||||||
|
@ -1144,7 +1143,7 @@
|
||||||
* [IP Intelligence](https://getipintel.net/), [AbuseIPDB](https://www.abuseipdb.com/) or [Proxy Check](https://proxycheck.io/) - Proxy / VPN / Bad IP Detection
|
* [IP Intelligence](https://getipintel.net/), [AbuseIPDB](https://www.abuseipdb.com/) or [Proxy Check](https://proxycheck.io/) - Proxy / VPN / Bad IP Detection
|
||||||
* [Fail2Ban](https://github.com/fail2ban/fail2ban) - Protect Servers from Brute Force Attacks
|
* [Fail2Ban](https://github.com/fail2ban/fail2ban) - Protect Servers from Brute Force Attacks
|
||||||
* [Tempesta FW](https://tempesta-tech.com/) - DDoS / Web Attack Protection
|
* [Tempesta FW](https://tempesta-tech.com/) - DDoS / Web Attack Protection
|
||||||
* [IPv6 Leak Test](https://ip6.nl/), [Test-IPv6](https://test-ipv6.com/) or [IPv6 Test](https://ipv6-test.com/) - IPv6 Test
|
* [IPv6 Leak Test](https://ip6.nl/) or [Test-IPv6](https://test-ipv6.com/) - IPv6 Test
|
||||||
* [How To Turn off IPv6](https://www.itechguides.com/disable-ipv6-windows-10/) - Prevent IPv6 Leaks
|
* [How To Turn off IPv6](https://www.itechguides.com/disable-ipv6-windows-10/) - Prevent IPv6 Leaks
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
|
@ -126,7 +126,6 @@
|
||||||
* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search
|
* ⭐ **[Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4)** - Multi-Site Software Search
|
||||||
* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
|
* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations
|
||||||
* [AIOWares](https://www.aiowares.com/)
|
* [AIOWares](https://www.aiowares.com/)
|
||||||
* [DownloadHa](https://www.downloadha.com/) - Use [Translator](https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/)
|
|
||||||
* [Heidoc](https://www.heidoc.net/joomla/)
|
* [Heidoc](https://www.heidoc.net/joomla/)
|
||||||
* [Softlay](https://www.softlay.com/downloads/)
|
* [Softlay](https://www.softlay.com/downloads/)
|
||||||
* [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/)
|
* [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/)
|
||||||
|
|
|
@ -482,9 +482,9 @@
|
||||||
* [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps
|
* [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps
|
||||||
* [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
|
* [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)
|
* [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)
|
||||||
* [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive 3D Star Visualization
|
* [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
|
* [AndroidPlanisphere](https://github.com/tengel/AndroidPlanisphere) - Android Star Chart
|
||||||
* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image Viewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/)
|
* [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
|
* [Siril](https://siril.org/) - Astronomical Image Processor
|
||||||
* [ESAsky](https://sky.esa.int/) - Public Astronomical Data
|
* [ESAsky](https://sky.esa.int/) - Public Astronomical Data
|
||||||
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums
|
* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) - Virtual Stellariums
|
||||||
|
@ -594,7 +594,7 @@
|
||||||
* [QuickChem](https://play.google.com/store/apps/details?id=com.map.michael.chemistry) - Chemistry Calculator
|
* [QuickChem](https://play.google.com/store/apps/details?id=com.map.michael.chemistry) - Chemistry Calculator
|
||||||
* [PubChem](https://pubchem.ncbi.nlm.nih.gov/), [MOTM](https://www.chm.bris.ac.uk/motm/motm.htm), [NIST](https://webbook.nist.gov/chemistry/) or [EssentialChemicalIndustry](https://www.essentialchemicalindustry.org/) - Chemistry Wikis
|
* [PubChem](https://pubchem.ncbi.nlm.nih.gov/), [MOTM](https://www.chm.bris.ac.uk/motm/motm.htm), [NIST](https://webbook.nist.gov/chemistry/) or [EssentialChemicalIndustry](https://www.essentialchemicalindustry.org/) - Chemistry Wikis
|
||||||
* [ChemistrySteps](https://www.chemistrysteps.com/), [Science Geek](https://www.sciencegeek.net/) or [DocBrown](https://docbrown.info/) - Chemistry Practice / Guides
|
* [ChemistrySteps](https://www.chemistrysteps.com/), [Science Geek](https://www.sciencegeek.net/) or [DocBrown](https://docbrown.info/) - Chemistry Practice / Guides
|
||||||
* [Cliffnotes Chemistry](https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity) / [Organic Chemistry I](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i) / [Organic Chemistry II](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii), [Chem Wiki](https://wiki.ch.ic.ac.uk/wiki/) or [chemguide](https://www.chemguide.co.uk) - Study Guides
|
* [Cliffnotes Chemistry](https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity) / [Organic Chemistry I](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i) / [Organic Chemistry II](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii) or [chemguide](https://www.chemguide.co.uk) - Study Guides
|
||||||
* [ReactionFlash](https://play.google.com/store/apps/details?id=ch.reaxys.reactionflash&hl=en-US) / [iOS](https://apps.apple.com/us/app/reactionflash/id432080813) - Chemical Reaction Flashcards
|
* [ReactionFlash](https://play.google.com/store/apps/details?id=ch.reaxys.reactionflash&hl=en-US) / [iOS](https://apps.apple.com/us/app/reactionflash/id432080813) - Chemical Reaction Flashcards
|
||||||
* [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles
|
* [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles
|
||||||
* [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions
|
* [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions
|
||||||
|
@ -813,7 +813,6 @@
|
||||||
* [Read Korean Letters](https://readkoreanletters.com/) - Learn Korean Characters
|
* [Read Korean Letters](https://readkoreanletters.com/) - Learn Korean Characters
|
||||||
* [KR Dict](https://krdict.korean.go.kr/eng/) - Korean Learning Dictionary
|
* [KR Dict](https://krdict.korean.go.kr/eng/) - Korean Learning Dictionary
|
||||||
* [HowToStudyKorean](https://www.howtostudykorean.com/) - Korean Lessons / Practice
|
* [HowToStudyKorean](https://www.howtostudykorean.com/) - Korean Lessons / Practice
|
||||||
* [iksi](https://www.iksi.or.kr/) - Korean Classes
|
|
||||||
* [TalkToMeInKorean](https://talktomeinkorean.com/) - Korean Learning Courses
|
* [TalkToMeInKorean](https://talktomeinkorean.com/) - Korean Learning Courses
|
||||||
* [Sogang](https://korean.sogang.ac.kr/) or [90 Day Korean](https://www.90daykorean.com/) - Korean Learning Lessons
|
* [Sogang](https://korean.sogang.ac.kr/) or [90 Day Korean](https://www.90daykorean.com/) - Korean Learning Lessons
|
||||||
* [Mirinae](https://mirinae.io/) - Korean Word Breakdown
|
* [Mirinae](https://mirinae.io/) - Korean Word Breakdown
|
||||||
|
@ -1080,7 +1079,6 @@
|
||||||
* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts
|
* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts
|
||||||
* [You-Dont-Need-jQuery](https://github.com/camsong/You-Dont-Need-jQuery) - JavaScript Query Style Events Guide
|
* [You-Dont-Need-jQuery](https://github.com/camsong/You-Dont-Need-jQuery) - JavaScript Query Style Events Guide
|
||||||
* [Untrusted](https://untrustedgame.com/) - JavaScript Learning Game
|
* [Untrusted](https://untrustedgame.com/) - JavaScript Learning Game
|
||||||
* [HTML DOM](https://phuoc.ng/collection/html-dom/) - Learn DOM Manipulation
|
|
||||||
* [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials
|
* [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials
|
||||||
* [Pixactly](https://pixact.ly/) - Test Pixel Dimension Orientation
|
* [Pixactly](https://pixact.ly/) - Test Pixel Dimension Orientation
|
||||||
|
|
||||||
|
@ -1182,7 +1180,7 @@
|
||||||
* [Deceptive Patterns](https://www.deceptive.design/) - Deceptive User Experience Examples
|
* [Deceptive Patterns](https://www.deceptive.design/) - Deceptive User Experience Examples
|
||||||
* [UI Coach](https://uicoach.io/) - UI Design Challenge Generator
|
* [UI Coach](https://uicoach.io/) - UI Design Challenge Generator
|
||||||
* [HTML Dog](https://htmldog.com/) or [Front Tips](https://front.tips/) - Frontend Tutorials & Examples
|
* [HTML Dog](https://htmldog.com/) or [Front Tips](https://front.tips/) - Frontend Tutorials & Examples
|
||||||
* [FrontEndMentor](https://www.frontendmentor.io/), [Phuoc](https://phuoc.ng/) or [Frontend Challenges](https://github.com/felipefialho/frontend-challenges) - Frontend Design Challenges
|
* [FrontEndMentor](https://www.frontendmentor.io/) or [Frontend Challenges](https://github.com/felipefialho/frontend-challenges) - Frontend Design Challenges
|
||||||
* [Frontend Learning Kit](https://github.com/sadanandpai/frontend-learning-kit) - Frontend Learning Index
|
* [Frontend Learning Kit](https://github.com/sadanandpai/frontend-learning-kit) - Frontend Learning Index
|
||||||
* [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop
|
* [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,8 @@ These are all anonymous comments taken from Reddit, Discord, X.com and our feedb
|
||||||
|
|
||||||
* *I can't begin to express how much of a godsend this website is! Please keep up the terrific work and know that you are making a massive difference in the lives of students like me who can't always pay for subscriptions, or are just looking for a neat tool!*
|
* *I can't begin to express how much of a godsend this website is! Please keep up the terrific work and know that you are making a massive difference in the lives of students like me who can't always pay for subscriptions, or are just looking for a neat tool!*
|
||||||
|
|
||||||
|
* *"Me and my sibling have made visiting this site a ritual. Seriously, we can't thank you enough for your work! Our broke third world living country asses would've never dreamed of seeing this much media."*
|
||||||
|
|
||||||
* *"I love FMHY's wiki, to the point I can't use the internet without it."*
|
* *"I love FMHY's wiki, to the point I can't use the internet without it."*
|
||||||
|
|
||||||
* *"In this age of the internet, search engines are getting worse to find stuff we searching for. This site has helped me not only the when I can't find something on search engines, but also to find new stuff I didn't know existed. I go here first before I consult google. Thank you and everyone for your hard work. Don't loose this site, no matter the cost."*
|
* *"In this age of the internet, search engines are getting worse to find stuff we searching for. This site has helped me not only the when I can't find something on search engines, but also to find new stuff I didn't know existed. I go here first before I consult google. Thank you and everyone for your hard work. Don't loose this site, no matter the cost."*
|
||||||
|
|
|
@ -309,7 +309,6 @@
|
||||||
* [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer
|
* [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer
|
||||||
* [Steam Link Dropdown](https://greasyfork.org/en/scripts/523078) - Add Piracy Site Links to Steam Store
|
* [Steam Link Dropdown](https://greasyfork.org/en/scripts/523078) - Add Piracy Site Links to Steam Store
|
||||||
* [UWPHook](https://briano.dev/UWPHook/) - Add Windows Store Games to Steam
|
* [UWPHook](https://briano.dev/UWPHook/) - Add Windows Store Games to Steam
|
||||||
* [Free Packages](https://steamdb.info/freepackages/) - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)
|
|
||||||
* [Wishlist Removals](https://steamcommunity.com/sharedfiles/filedetails/?id=1746978201) - Remove Hidden Items from Steam Wishlist
|
* [Wishlist Removals](https://steamcommunity.com/sharedfiles/filedetails/?id=1746978201) - Remove Hidden Items from Steam Wishlist
|
||||||
* [Steam URL Opener](https://github.com/veteran29/steam-url-open-extension) - Open URLs Inside Steam Client
|
* [Steam URL Opener](https://github.com/veteran29/steam-url-open-extension) - Open URLs Inside Steam Client
|
||||||
* [Steam Age Bypass](https://greasyfork.org/en/scripts/18450-steam-bypass-age-confirmation-prompts) - Bypass Age Confirmation
|
* [Steam Age Bypass](https://greasyfork.org/en/scripts/18450-steam-bypass-age-confirmation-prompts) - Bypass Age Confirmation
|
||||||
|
@ -354,7 +353,6 @@
|
||||||
* [Slippi](https://slippi.gg/) - Super Smash Bros Melee Online / [Discord](https://discord.com/invite/pPfEaW5)
|
* [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 / [GitHub](https://github.com/tiltedphoques/TiltedEvolution) / [Discord](https://discord.gg/skyrimtogether) / [Setup Guide](https://youtu.be/ytSftFoQQHA)
|
* [Tilted Online](https://wiki.tiltedphoques.com/tilted-online/) - Multiplayer Skyrim & Fallout 4 / [GitHub](https://github.com/tiltedphoques/TiltedEvolution) / [Discord](https://discord.gg/skyrimtogether) / [Setup Guide](https://youtu.be/ytSftFoQQHA)
|
||||||
* [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discordapp.com/invite/mKVdhmEDrW)
|
* [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discordapp.com/invite/mKVdhmEDrW)
|
||||||
* [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer
|
|
||||||
* [BeamMP](https://beammp.com/) - BeamNG Multiplayer / [GitHub](https://github.com/BeamMP/BeamMP)
|
* [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
|
* [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
|
* [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer
|
||||||
|
@ -720,7 +718,6 @@
|
||||||
* ⭐ **[DPM.LOL](https://dpm.lol/)**, **[U.GG](https://u.gg/)**, [KoreanBuilds](https://en.koreanbuilds.net/), [EuropeanBuilds](https://en.europeanbuilds.net/), [LoLTheory](https://loltheory.gg/), [MurderBridge](https://www.murderbridge.com/) or [LoLAlytics](https://lolalytics.com/) / [Discord](https://discord.com/invite/zKyaZ6w) - LoL Builds / Tiers
|
* ⭐ **[DPM.LOL](https://dpm.lol/)**, **[U.GG](https://u.gg/)**, [KoreanBuilds](https://en.koreanbuilds.net/), [EuropeanBuilds](https://en.europeanbuilds.net/), [LoLTheory](https://loltheory.gg/), [MurderBridge](https://www.murderbridge.com/) or [LoLAlytics](https://lolalytics.com/) / [Discord](https://discord.com/invite/zKyaZ6w) - LoL Builds / Tiers
|
||||||
* ⭐ **[Gol.gg](https://gol.gg/esports/home/)** - LoL Competitive Stats, All Regions
|
* ⭐ **[Gol.gg](https://gol.gg/esports/home/)** - LoL Competitive Stats, All Regions
|
||||||
* [MobaFire](https://www.mobafire.com/) - LoL Champion Guides
|
* [MobaFire](https://www.mobafire.com/) - LoL Champion Guides
|
||||||
* [ProBuilds](https://www.probuilds.net/) - LoL Pro Player Builds
|
|
||||||
* [LoL Wiki](https://wiki.leagueoflegends.com/) - Official LoL Wiki
|
* [LoL Wiki](https://wiki.leagueoflegends.com/) - Official LoL Wiki
|
||||||
* [LoL Math](https://lolmath.net/) - LoL Item Optimizer / [Discord](https://discord.com/invite/BpGpdzw)
|
* [LoL Math](https://lolmath.net/) - LoL Item Optimizer / [Discord](https://discord.com/invite/BpGpdzw)
|
||||||
* [iTero](https://www.itero.gg/) - LoL AI Coach
|
* [iTero](https://www.itero.gg/) - LoL AI Coach
|
||||||
|
|
|
@ -650,7 +650,6 @@
|
||||||
* [TextAventures](http://textadventures.co.uk/) - User-Made Text Adventures
|
* [TextAventures](http://textadventures.co.uk/) - User-Made Text Adventures
|
||||||
* [WrittenRealms](https://writtenrealms.com/), [Genesis](https://www.genesismud.org/), [Fateful Quest](https://fateful.quest/) or [Level 13](https://nroutasuo.github.io/level13/) - Individual Adventures
|
* [WrittenRealms](https://writtenrealms.com/), [Genesis](https://www.genesismud.org/), [Fateful Quest](https://fateful.quest/) or [Level 13](https://nroutasuo.github.io/level13/) - Individual Adventures
|
||||||
* [Muds](https://muds.fandom.com/wiki/) - Text Adventure ROMs
|
* [Muds](https://muds.fandom.com/wiki/) - Text Adventure ROMs
|
||||||
* [Mudlet](https://www.mudlet.org/) - Text Adventure Game Platform
|
|
||||||
* [SolutionArchive](https://solutionarchive.com/) - Text Adventure Solutions
|
* [SolutionArchive](https://solutionarchive.com/) - Text Adventure Solutions
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -797,7 +796,6 @@
|
||||||
* [KittensGame](https://kittensgame.com/web/) - Incremental Kitten Maker
|
* [KittensGame](https://kittensgame.com/web/) - Incremental Kitten Maker
|
||||||
* [Incremancer](https://incremancer.gti.nz/) or [Danemancer](https://cirusdane.github.io/incremancer/) - Incremental Zombie Game
|
* [Incremancer](https://incremancer.gti.nz/) or [Danemancer](https://cirusdane.github.io/incremancer/) - Incremental Zombie Game
|
||||||
* [A Dark Room](https://adarkroom.doublespeakgames.com/) - Dark Room Survival Game
|
* [A Dark Room](https://adarkroom.doublespeakgames.com/) - Dark Room Survival Game
|
||||||
* [The Fed](https://thefed.app/) - Incremental Banking Game
|
|
||||||
* [WarClicks](https://warclicks.com/) - Incremental War Game
|
* [WarClicks](https://warclicks.com/) - Incremental War Game
|
||||||
* [Goblin Bet](https://goblin.bet/) - Bet on 1v1 Monster Fights
|
* [Goblin Bet](https://goblin.bet/) - Bet on 1v1 Monster Fights
|
||||||
* [The First Alkahistorian](https://nagshell.github.io/elemental-inception-incremental/) - Incremental Elemental Game
|
* [The First Alkahistorian](https://nagshell.github.io/elemental-inception-incremental/) - Incremental Elemental Game
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
* [mRemoteNG](https://mremoteng.org/) - Remote Connections Manager
|
* [mRemoteNG](https://mremoteng.org/) - Remote Connections Manager
|
||||||
* [Netbalancer](https://netbalancer.com/) - Internet Traffic Control
|
* [Netbalancer](https://netbalancer.com/) - Internet Traffic Control
|
||||||
* [Arcai](https://arcai.com/) - WiFi Speed Control
|
* [Arcai](https://arcai.com/) - WiFi Speed Control
|
||||||
* [NeverSSL](http://neverssl.com/) - Fix Public Wi-Fi Login Pages
|
|
||||||
* [SwitchHosts](https://github.com/oldj/SwitchHosts) - Windows Hosts File Editor
|
* [SwitchHosts](https://github.com/oldj/SwitchHosts) - Windows Hosts File Editor
|
||||||
* [MAC Address](https://macaddress.io/) - MAC Address Lookup
|
* [MAC Address](https://macaddress.io/) - MAC Address Lookup
|
||||||
* [masscan](https://github.com/robertdavidgraham/masscan) - Port Scanner
|
* [masscan](https://github.com/robertdavidgraham/masscan) - Port Scanner
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
## ▷ Free Games
|
## ▷ Free Games
|
||||||
|
|
||||||
* ⭐ **[Free Packages](https://steamdb.info/freepackages/)** - Mass Activate All Free Steam Games / [Guide](https://youtu.be/svbdw-pYNT8)
|
* **[Free Packages](https://steamdb.info/freepackages/)** - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)
|
||||||
* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/giveaways/)** - Games
|
* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/giveaways/)** - Games
|
||||||
* [Free Games Claimer](https://github.com/vogler/free-games-claimer) - Auto-Claim Free Epic, Amazon, and GOG Games
|
* [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
|
* [epicgames-freegames-node](https://github.com/claabs/epicgames-freegames-node) - Auto-Claim Free Epic Games
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
|
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
|
||||||
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
|
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
|
||||||
* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes
|
* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes
|
||||||
* [Fit Men Cook](https://fitmencook.com/) or [PunchFork](https://www.punchfork.com/) - Recipes
|
* [Fit Men Cook](https://fitmencook.com/) - Recipes
|
||||||
* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search
|
* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search
|
||||||
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
|
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
|
||||||
* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
|
* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
|
||||||
|
|
|
@ -858,7 +858,6 @@
|
||||||
* ⭐ **[TheMoeWay](https://learnjapanese.moe/)** - Japanese Media / [Discord](https://discord.gg/nhqjydaR8j)
|
* ⭐ **[TheMoeWay](https://learnjapanese.moe/)** - Japanese Media / [Discord](https://discord.gg/nhqjydaR8j)
|
||||||
* [Akiba-Online](https://www.akiba-online.com/) - Video / Audio / Comics / NSFW / 1080p
|
* [Akiba-Online](https://www.akiba-online.com/) - Video / Audio / Comics / NSFW / 1080p
|
||||||
* [Asia Media Blog](https://asiamediablog.com/) - Video / Audio / Magazines / NSFW / 1080p
|
* [Asia Media Blog](https://asiamediablog.com/) - Video / Audio / Magazines / NSFW / 1080p
|
||||||
* [jpddl](https://jpddl.com/) - Manga / Raw Anime / Music / Drama / 1080p
|
|
||||||
* [Sukidesuost](https://sukidesuost.info/) - Music / MP3 / FLAC
|
* [Sukidesuost](https://sukidesuost.info/) - Music / MP3 / FLAC
|
||||||
* [JPop Singles](https://www.jpopsingles.eu/) - Music / MP3 / FLAC
|
* [JPop Singles](https://www.jpopsingles.eu/) - Music / MP3 / FLAC
|
||||||
* [Doujin Cafe (Discord)](https://discord.gg/doujincafe) - Music / MP3 / FLAC
|
* [Doujin Cafe (Discord)](https://discord.gg/doujincafe) - Music / MP3 / FLAC
|
||||||
|
@ -1009,7 +1008,6 @@
|
||||||
* [MusicDagh](https://www.musicdagh.ir/) - Music / MP3
|
* [MusicDagh](https://www.musicdagh.ir/) - Music / MP3
|
||||||
* [GolsarMusic](https://golsarmusic.ir/) - Music / MP3
|
* [GolsarMusic](https://golsarmusic.ir/) - Music / MP3
|
||||||
* [Download1Music](https://download1music.ir/) - Music / MP3
|
* [Download1Music](https://download1music.ir/) - Music / MP3
|
||||||
* [UpMusics](https://upmusics.com/) - Music / MP3
|
|
||||||
* [Just Music](https://just-music.ir/) - Classical Music / MP3
|
* [Just Music](https://just-music.ir/) - Classical Music / MP3
|
||||||
* [Pixinema](https://www.pixinema.ir/) - Soundtracks
|
* [Pixinema](https://www.pixinema.ir/) - Soundtracks
|
||||||
* [farsroid](https://www.farsroid.com/) - APKs
|
* [farsroid](https://www.farsroid.com/) - APKs
|
||||||
|
@ -1027,12 +1025,10 @@
|
||||||
* [Sepehr](https://sepehrtv.ir/) - Live TV
|
* [Sepehr](https://sepehrtv.ir/) - Live TV
|
||||||
* [ParsaTV](https://www.parsatv.com/) - Live TV
|
* [ParsaTV](https://www.parsatv.com/) - Live TV
|
||||||
* [MusicGeek](https://musicgeek.ir/) - Music
|
* [MusicGeek](https://musicgeek.ir/) - Music
|
||||||
* [mytehranmusic](https://mytehranmusic.com/) - Music
|
|
||||||
* [Awesome Persian Podcasts](https://github.com/ashkanRmk/awesome-persian-podcasts) - Podcasts
|
* [Awesome Persian Podcasts](https://github.com/ashkanRmk/awesome-persian-podcasts) - Podcasts
|
||||||
|
|
||||||
## ▷ Reading / خواندن
|
## ▷ Reading / خواندن
|
||||||
|
|
||||||
* [parsbook.com](https://www.parsbook.com/) - Educational / Programming / Engineering
|
|
||||||
* [Afghanistandl](https://afghanistandl.nyu.edu/) - Historical Books
|
* [Afghanistandl](https://afghanistandl.nyu.edu/) - Historical Books
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -1560,7 +1556,7 @@
|
||||||
* [ModoCine](https://modocine.com/) - Movies / TV
|
* [ModoCine](https://modocine.com/) - Movies / TV
|
||||||
* [poseidonhd2](https://www.poseidonhd2.co/) - Movies / TV
|
* [poseidonhd2](https://www.poseidonhd2.co/) - Movies / TV
|
||||||
* [PelisPedia](https://pelispedia.mov/) - Movies / TV / Latino
|
* [PelisPedia](https://pelispedia.mov/) - Movies / TV / Latino
|
||||||
* [futbollibrehd](https://futbol-libre.org/) / [2](https://futbollibrehd.cl/) - Live Sports
|
* [futbollibrehd](https://futbollibrehd.cl/) - Live Sports
|
||||||
* [la12hd](https://la12hd.com/) - Live Sports
|
* [la12hd](https://la12hd.com/) - Live Sports
|
||||||
* [Zanex](https://zanex.lat/) - Live Sports
|
* [Zanex](https://zanex.lat/) - Live Sports
|
||||||
* [streamtp2](https://streamtp2.com/) - Live Sports
|
* [streamtp2](https://streamtp2.com/) - Live Sports
|
||||||
|
|
|
@ -50,8 +50,6 @@ in seeing all minor changes you can follow our
|
||||||
- Our Minecraft Server is now live. Click
|
- Our Minecraft Server is now live. Click
|
||||||
**[here](https://fmhy.net/posts/minecraft-server)** to join.
|
**[here](https://fmhy.net/posts/minecraft-server)** to join.
|
||||||
|
|
||||||
- Moved `fmhy.tk` to `old.fmhy.net`
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Stars Added ⭐
|
### Stars Added ⭐
|
||||||
|
|
|
@ -13,11 +13,6 @@ footer: true
|
||||||
|
|
||||||
### New URL: https://fmhy.net/
|
### New URL: https://fmhy.net/
|
||||||
|
|
||||||
:::info Old Frontend
|
|
||||||
You can use https://old.fmhy.net if you'd like to use the
|
|
||||||
original version.
|
|
||||||
:::
|
|
||||||
|
|
||||||
Hey everyone, just wanted to let you all know that we're finally done with the
|
Hey everyone, just wanted to let you all know that we're finally done with the
|
||||||
new website, and are officially launching it today! I know a lot of different
|
new website, and are officially launching it today! I know a lot of different
|
||||||
versions of FMHY have been made over the years, but we've put a ton of effort
|
versions of FMHY have been made over the years, but we've put a ton of effort
|
||||||
|
|
1
docs/public/key.txt
Normal file
1
docs/public/key.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
840b532f9bc147c489c250a37a4b8527
|
|
@ -215,7 +215,7 @@
|
||||||
* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [CAPA](https://capa.conncoll.edu/), [DiscoverPoetry](https://discoverpoetry.com/), [RUVerses](https://ruverses.com/) or [Poetry.com](https://www.poetry.com/) - Poetry
|
* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**, [Poetry In Translation](https://www.poetryintranslation.com/), [PoemHunter](https://www.poemhunter.com/), [CAPA](https://capa.conncoll.edu/), [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
|
* ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism
|
||||||
* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy
|
* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy
|
||||||
* [eBookHunter.net](https://www.ebookhunter.net/), [EpubPuB](https://www.epub.pub/) or [ReadOnlineFreeBook](https://readonlinefreebook.com/) - Romance / Fantasy
|
* [eBookHunter.net](https://www.ebookhunter.net/) or [EpubPuB](https://www.epub.pub/) - Romance / Fantasy
|
||||||
* [HourWolf](https://www.hourwolf.com/sfbooks/) - 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
|
* [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
|
* [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
|
||||||
|
@ -722,7 +722,7 @@
|
||||||
* ⭐ **[Sci-Hub](https://sci-hub.se/)**, [2](https://sci-hub.ru/) - Science Articles / Research Papers / [Mirrors](https://vertsluisants.fr/index.php?article4/where-scihub-libgen-server-down) / [VK](https://vk.com/sci_hub) / [Subreddit](https://reddit.com/r/scihub)
|
* ⭐ **[Sci-Hub](https://sci-hub.se/)**, [2](https://sci-hub.ru/) - Science Articles / Research Papers / [Mirrors](https://vertsluisants.fr/index.php?article4/where-scihub-libgen-server-down) / [VK](https://vk.com/sci_hub) / [Subreddit](https://reddit.com/r/scihub)
|
||||||
* ⭐ **Sci-Hub Tools** - [Official TG Bot](https://t.me/scihubot), [2](https://t.me/freescience) / [Extension](https://addons.mozilla.org/en-US/firefox/addon/sci-hub-scholar/) / [DL Button](https://greasyfork.org/zh-CN/scripts/370246-sci-hub-button), [2](https://github.com/gchenfc/sci-hub-now) / [PDF Download](https://gagarine.medium.com/use-sci-hub-with-zotero-as-a-fall-back-pdf-resolver-cf139eb2cea7) / [Dumps](https://redd.it/edwi9b) / [DOI Redirect](https://greasyfork.org/en/scripts/412498)
|
* ⭐ **Sci-Hub Tools** - [Official TG Bot](https://t.me/scihubot), [2](https://t.me/freescience) / [Extension](https://addons.mozilla.org/en-US/firefox/addon/sci-hub-scholar/) / [DL Button](https://greasyfork.org/zh-CN/scripts/370246-sci-hub-button), [2](https://github.com/gchenfc/sci-hub-now) / [PDF Download](https://gagarine.medium.com/use-sci-hub-with-zotero-as-a-fall-back-pdf-resolver-cf139eb2cea7) / [Dumps](https://redd.it/edwi9b) / [DOI Redirect](https://greasyfork.org/en/scripts/412498)
|
||||||
* ⭐ **[arXiv](https://arxiv.org/)** - Research Papers
|
* ⭐ **[arXiv](https://arxiv.org/)** - Research Papers
|
||||||
* ⭐ **arXiv Tools** - [Search Engine](https://arxivxplorer.com/), [2](https://searchthearxiv.com/), [3](https://papermatch.mitanshu.tech/) / [3D Viewer](https://soarxiv.org/) / [Chatbot](https://www.alphaxiv.org/), [2](https://explainarxiv.org/), [3](https://github.com/evanhu1/talk2arxiv) / [Mobile](https://github.com/dagmawibabi/ScholArxiv)
|
* ⭐ **arXiv Tools** - [Search Engine](https://arxivxplorer.com/), [2](https://searchthearxiv.com/) / [3D Viewer](https://soarxiv.org/) / [Chatbot](https://www.alphaxiv.org/), [2](https://explainarxiv.org/), [3](https://github.com/evanhu1/talk2arxiv) / [Mobile](https://github.com/dagmawibabi/ScholArxiv)
|
||||||
* ⭐ **[Google Scholar](https://scholar.google.com/)** - Academic Papers Search Engine
|
* ⭐ **[Google Scholar](https://scholar.google.com/)** - Academic Papers Search Engine
|
||||||
* ⭐ **[Citrus Search](https://citrus-search.com/)** - Find Similar Research Papers
|
* ⭐ **[Citrus Search](https://citrus-search.com/)** - Find Similar Research Papers
|
||||||
* ⭐ **[ResearchGate](https://www.researchgate.net/)** - Research Papers / Publications
|
* ⭐ **[ResearchGate](https://www.researchgate.net/)** - Research Papers / Publications
|
||||||
|
|
|
@ -331,7 +331,7 @@
|
||||||
* [Microsoft SD](https://www.microsoft.com/en-us/software-download/) - Windows ISOs / Official Site
|
* [Microsoft SD](https://www.microsoft.com/en-us/software-download/) - Windows ISOs / Official Site
|
||||||
* [Old School OS](https://www.oldschoolos.com/), [OS Vault](https://osvault.weebly.com/directory.html), [VETUSWARE](https://vetusware.com/) or [WinWorldPC](https://winworldpc.com/) - Oldschool ISOs
|
* [Old School OS](https://www.oldschoolos.com/), [OS Vault](https://osvault.weebly.com/directory.html), [VETUSWARE](https://vetusware.com/) or [WinWorldPC](https://winworldpc.com/) - Oldschool ISOs
|
||||||
* [Fido](https://github.com/pbatard/Fido) - ISO Powershell Script
|
* [Fido](https://github.com/pbatard/Fido) - ISO Powershell Script
|
||||||
* [NetBoot](https://netboot.xyz/) - Boot Operating Systems without ISOs
|
* [NetBoot](https://netboot.xyz/) - iPXE Network Boot
|
||||||
* [CoolStar](https://coolstar.org/chromebook/windows-install.html) - Install Windows on Chromebook
|
* [CoolStar](https://coolstar.org/chromebook/windows-install.html) - Install Windows on Chromebook
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -373,7 +373,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
|
* [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
|
* [Medicat](https://medicatusb.com/) / [GitHub](https://github.com/mon5termatt/medicat_installer), [SergeiStrelec](https://sergeistrelec.name/), [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) or [Hiren's BootCD PE](https://www.hirensbootcd.org/) - WinPE / Recovery Toolkits
|
||||||
* [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
|
* [/r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)
|
||||||
* [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums
|
* [Hardforum](https://hardforum.com/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -22,12 +22,10 @@
|
||||||
## ▷ Disc Utilities
|
## ▷ Disc Utilities
|
||||||
|
|
||||||
* [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
|
* [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
|
||||||
* [MakeMKV](https://www.makemkv.com/) - Create MKV from Blu-ray / DVD / [Beta Keys](https://rentry.co/FMHYBase64#makemkv-beta)
|
|
||||||
* [VidCoder](https://vidcoder.net/) or [DVDDecrypter](http://dvddecrypter.org.uk/) - DVD / Blu-ray Ripping
|
* [VidCoder](https://vidcoder.net/) or [DVDDecrypter](http://dvddecrypter.org.uk/) - DVD / Blu-ray Ripping
|
||||||
* [DGDemux](https://www.rationalqm.us/dgdemux/dgdemux.html) - Blu-ray/UHD Disk Demuxer
|
* [DGDemux](https://www.rationalqm.us/dgdemux/dgdemux.html) - Blu-ray/UHD Disk Demuxer
|
||||||
* [PgcDemux](https://www.videohelp.com/software/PgcDemux) - DVD Disk Demuxer
|
* [PgcDemux](https://www.videohelp.com/software/PgcDemux) - DVD Disk Demuxer
|
||||||
* [BatchGuy](https://github.com/yaboy58/BatchGuy) - Blu-ray Ripping
|
* [BatchGuy](https://github.com/yaboy58/BatchGuy) - Blu-ray Ripping
|
||||||
* [UHD Drives Flashing Guide](https://forum.makemkv.com/forum/viewtopic.php?f=16&t=19634)
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
## ▷ Anime Streaming
|
## ▷ 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/) / [Discord](https://discord.gg/GuueaDgKdS)
|
* 🌐 **[Wotaku](https://wotaku.wiki/websites)** / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku), [The Index](https://theindex.moe/library/anime) / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox) or [EverythingMoe](https://everythingmoe.com/), [2](https://everythingmoe.org/) / [Discord](https://discord.gg/GuueaDgKdS)
|
||||||
* ⭐ **[AnimeKai](https://animekai.to/)**, [2](https://animekai.bz/), [3](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [X](https://x.com/animekai_to) / [Discord](https://discord.com/invite/at5d9rkfUy)
|
* ⭐ **[AnimeKai](https://animekai.to/)**, [2](https://animekai.bz/), [3](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [X](https://x.com/animekai_to) / [Status](https://animekai.me/) / [Discord](https://discord.com/invite/at5d9rkfUy)
|
||||||
* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)
|
* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)
|
||||||
* ⭐ **[HiAnime](https://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](https://hianime.to/)**, [2](https://hianime.nz/), [3](https://hianime.sx/), [4](https://hianime.bz/), [5](https://hianime.pe/) - Sub / Dub / Auto-Next / [Subreddit](https://reddit.com/r/HiAnimeZone/) / [Telegram](https://t.me/HiAnimeLobby) / [Discord](https://discord.gg/hianime)
|
||||||
* ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891)
|
* ⭐ **HiAnime Resources** - [Official Mirrors](https://hianime.tv/) / [Enhancements](https://greasyfork.org/en/scripts/506340) / [Auto-Focus](https://greasyfork.org/en/scripts/506891)
|
||||||
|
@ -175,7 +175,6 @@
|
||||||
* [Gojo](https://gojo.live/) - Sub / Dub
|
* [Gojo](https://gojo.live/) - Sub / Dub
|
||||||
* [AnimeXin](https://animexin.dev/) - Donghua / Sub / [Discord](https://discord.com/invite/SkxhVzTV)
|
* [AnimeXin](https://animexin.dev/) - Donghua / Sub / [Discord](https://discord.com/invite/SkxhVzTV)
|
||||||
* [Lucifer Donghua](https://luciferdonghua.in/) - Donghua / Sub / [Telegram](https://telegram.me/luciferdonghuaz)
|
* [Lucifer Donghua](https://luciferdonghua.in/) - Donghua / Sub / [Telegram](https://telegram.me/luciferdonghuaz)
|
||||||
* [Anoboye](https://anoboye.com/) - Donghua / Sub
|
|
||||||
* [LMANIME](https://lmanime.com/) - Donghua / Sub
|
* [LMANIME](https://lmanime.com/) - Donghua / Sub
|
||||||
* [CKSub](https://cksub.org/) - Donghua / Sub / [Telegram](https://t.me/CKSubORG)
|
* [CKSub](https://cksub.org/) - Donghua / Sub / [Telegram](https://t.me/CKSubORG)
|
||||||
* [MyAnime](https://myanime.live/) - Donghua / Sub
|
* [MyAnime](https://myanime.live/) - Donghua / Sub
|
||||||
|
@ -246,7 +245,7 @@
|
||||||
* [Drama-Cool](https://drama-cool.pl/), [2](https://dramacool.com.ly/) - TV / Movies
|
* [Drama-Cool](https://drama-cool.pl/), [2](https://dramacool.com.ly/) - TV / Movies
|
||||||
* [DramaCool.bg](https://dramacool.bg/) - TV / Movies
|
* [DramaCool.bg](https://dramacool.bg/) - TV / Movies
|
||||||
* [DramaCool9](https://dramacools9.cam/) - TV / Movies
|
* [DramaCool9](https://dramacools9.cam/) - TV / Movies
|
||||||
* [dramacool](https://dramacool.com.cv/), [2](https://asianc.org.es/), [3](https://kissasian.com.lv/) - TV / Movies
|
* [dramacool](https://dramacool.com.cv/), [2](https://kissasian.com.lv/) - TV / Movies
|
||||||
* [OnDemandChina](https://www.ondemandchina.com/) - TV / Movies
|
* [OnDemandChina](https://www.ondemandchina.com/) - TV / Movies
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -339,7 +338,6 @@
|
||||||
* [rutube](https://rutube.ru)
|
* [rutube](https://rutube.ru)
|
||||||
* [BitChute](https://www.bitchute.com/)
|
* [BitChute](https://www.bitchute.com/)
|
||||||
* [Videa](https://videa.hu/)
|
* [Videa](https://videa.hu/)
|
||||||
* [Aparat](https://www.aparat.com/)
|
|
||||||
* [tudou](https://www.tudou.com/)
|
* [tudou](https://www.tudou.com/)
|
||||||
* [BitView](https://www.bitview.net/)
|
* [BitView](https://www.bitview.net/)
|
||||||
* [Tape](https://tape.xyz/)
|
* [Tape](https://tape.xyz/)
|
||||||
|
@ -426,8 +424,8 @@
|
||||||
* [LiveMatches](https://livematches.net/) - Live Events
|
* [LiveMatches](https://livematches.net/) - Live Events
|
||||||
* [StarLive](https://starlive.click/) - Live MMA Events
|
* [StarLive](https://starlive.click/) - Live MMA Events
|
||||||
* [TFLIX](https://tv.tflix.app/) - Sports Channels
|
* [TFLIX](https://tv.tflix.app/) - Sports Channels
|
||||||
* [AntenaCentral](https://antenacentral.store/) - Direct Live Sports Links
|
|
||||||
* [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator
|
* [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator
|
||||||
|
* [SoccerDoge](https://soccerdoge.com/) - Football
|
||||||
* [Boxing-100](https://boxing-100.com/) - Boxing / Aggregator
|
* [Boxing-100](https://boxing-100.com/) - Boxing / Aggregator
|
||||||
* [CricHD](https://crichd.at/) - Cricket / Aggregator
|
* [CricHD](https://crichd.at/) - Cricket / Aggregator
|
||||||
* [OnHockey](https://onhockey.tv/) - Hockey / Aggregator
|
* [OnHockey](https://onhockey.tv/) - Hockey / Aggregator
|
||||||
|
@ -607,7 +605,6 @@
|
||||||
* [ShareBB](https://sharebb.me/) - Movies / TV
|
* [ShareBB](https://sharebb.me/) - Movies / TV
|
||||||
* [SD Toons](https://sdtoons.in) - Movies / TV / Anime
|
* [SD Toons](https://sdtoons.in) - Movies / TV / Anime
|
||||||
* [PrivateMovieZ](https://privatemoviez.help/) - Movies / TV
|
* [PrivateMovieZ](https://privatemoviez.help/) - Movies / TV
|
||||||
* [FilmDuty](https://filmduty.com/) - Movies / TV / Anime
|
|
||||||
* [Bollywood.eu](https://bollywood.eu.org/) - Movies / Telegram Required
|
* [Bollywood.eu](https://bollywood.eu.org/) - Movies / Telegram Required
|
||||||
* [FilmGo](https://www.filmgo.live/) - Movies / TV / 720p
|
* [FilmGo](https://www.filmgo.live/) - Movies / TV / 720p
|
||||||
* [FZMovies](https://fzmovies.host/), [2](https://fzmovies.net/) - Movies / 720p
|
* [FZMovies](https://fzmovies.host/), [2](https://fzmovies.net/) - Movies / 720p
|
||||||
|
@ -739,7 +736,6 @@
|
||||||
* [LimeTorrents](https://www.limetorrents.lol/) - Movies / TV
|
* [LimeTorrents](https://www.limetorrents.lol/) - Movies / TV
|
||||||
* [Youplex Torrents](https://torrents.youplex.site/) - Movies / TV / Anime / 4K
|
* [Youplex Torrents](https://torrents.youplex.site/) - Movies / TV / Anime / 4K
|
||||||
* [MSearch](https://msearch.vercel.app/) - Movies / TV
|
* [MSearch](https://msearch.vercel.app/) - Movies / TV
|
||||||
* [Play](http://127.0.0.1:43110/1PLAYgDQboKojowD3kwdb3CtWmWaokXvfp/), [2](https://proxy.zeronet.dev/1PLAYgDQboKojowD3kwdb3CtWmWaokXvfp/) - [ZeroNet Required](https://zeronet.io/) / Movies / TV
|
|
||||||
* [Public Domain Movie Torrents](https://www.publicdomaintorrents.info/) - Movies
|
* [Public Domain Movie Torrents](https://www.publicdomaintorrents.info/) - Movies
|
||||||
* [YTS](https://yts.mx/) or [YifyMovies](https://yifymovies.xyz/) - Movies / [Discord](https://discord.gg/GwDraJjMga) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#yts--yify-note) / [Proxies](https://ytsproxies.com/)
|
* [YTS](https://yts.mx/) or [YifyMovies](https://yifymovies.xyz/) - Movies / [Discord](https://discord.gg/GwDraJjMga) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#yts--yify-note) / [Proxies](https://ytsproxies.com/)
|
||||||
* [JapaneseTorrents](https://japanesetorrents.wordpress.com/) - Asian Drama
|
* [JapaneseTorrents](https://japanesetorrents.wordpress.com/) - Asian Drama
|
||||||
|
@ -762,7 +758,6 @@
|
||||||
* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz)
|
* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz)
|
||||||
* [SeaDex](https://releases.moe/) or [SneeDex](https://sneedex.moe/) / [Discord](https://discord.com/invite/jPeeZewWRn) - Anime Video Quality Guides
|
* [SeaDex](https://releases.moe/) or [SneeDex](https://sneedex.moe/) / [Discord](https://discord.com/invite/jPeeZewWRn) - Anime Video Quality Guides
|
||||||
* [Fansub Cartel](https://index.fansubcar.tel/), [2](https://docs.google.com/spreadsheets/d/1PJYwhjzLNPXV2X1np-S4rdZE4fb7pxp-QbHY1O0jH6Q/htmlview) - Fansubbers Index
|
* [Fansub Cartel](https://index.fansubcar.tel/), [2](https://docs.google.com/spreadsheets/d/1PJYwhjzLNPXV2X1np-S4rdZE4fb7pxp-QbHY1O0jH6Q/htmlview) - Fansubbers Index
|
||||||
* [Play Anime](http://127.0.0.1:43110/1AnimePihDhcbVdK1nvnbSEtH4oKU8RAYG/), [2](https://proxy.zeronet.dev/1AnimePihDhcbVdK1nvnbSEtH4oKU8RAYG/) - Sub / [ZeroNet Required](https://zeronet.io/)
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue