mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +10:00
Update multiple documentation pages to replace references to Twitter with X.com, update links, and enhance clarity across various guides.
This commit is contained in:
parent
d63cab4430
commit
6e35c3f80f
19 changed files with 58 additions and 72 deletions
|
@ -278,24 +278,12 @@ const transformLinks = (text: string): string =>
|
||||||
replace:
|
replace:
|
||||||
'<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github" /></a>'
|
'<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github" /></a>'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'GitHub Fallback',
|
|
||||||
find: /\[Github\]\(([^\)]*?)\)/gm,
|
|
||||||
replace:
|
|
||||||
'<a target="_blank" href="$1"><div alt="GitHub" class="i-carbon:logo-github" /></a>'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'GitLab',
|
name: 'GitLab',
|
||||||
find: /\[GitLab\]\(([^\)]*?)\)/gm,
|
find: /\[GitLab\]\(([^\)]*?)\)/gm,
|
||||||
replace:
|
replace:
|
||||||
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
|
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'GitLab Fallback',
|
|
||||||
find: /\[Gitlab\]\(([^\)]*?)\)/gm,
|
|
||||||
replace:
|
|
||||||
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Telegram',
|
name: 'Telegram',
|
||||||
find: /\[Telegram\]\(([^\)]*?)\)/gm,
|
find: /\[Telegram\]\(([^\)]*?)\)/gm,
|
||||||
|
@ -309,10 +297,10 @@ const transformLinks = (text: string): string =>
|
||||||
'<a target="_blank" href="$1"><div alt="Reddit" class="i-mdi:reddit" /></a>'
|
'<a target="_blank" href="$1"><div alt="Reddit" class="i-mdi:reddit" /></a>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Twitter',
|
name: 'X',
|
||||||
find: /\[Twitter\]\(([^\)]*?)\)/gm,
|
find: /\[X\]\(([^\)]*?)\)/gm,
|
||||||
replace:
|
replace:
|
||||||
'<a target="_blank" href="$1"><div alt="Twitter" class="i-mdi:twitter" /></a>'
|
'<a target="_blank" href="$1"><div alt="X" class="i-cabon:logo-x" /></a>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Tor',
|
name: 'Tor',
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# ► Adblocking
|
# ► Adblocking
|
||||||
|
|
||||||
* **Note** - Don't run multiple general adblockers (e.g., uBlock Origin and AdGuard) simultaneously to [avoid breakage](https://twitter.com/gorhill/status/1033706103782170625). Combining general adblockers with tools like SponsorBlock is fine.
|
* **Note** - Don't run multiple general adblockers (e.g., uBlock Origin and AdGuard) simultaneously to [avoid breakage](https://x.com/gorhill/status/1033706103782170625). Combining general adblockers with tools like SponsorBlock is fine.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
|
* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**
|
||||||
* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)** or [uBO Lite](https://github.com/uBlockOrigin/uBOL-home) (MV3 compatible) - Adblocker / [Redundant Extensions](https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother)
|
* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)** or [uBO Lite](https://github.com/uBlockOrigin/uBOL-home) (MV3 compatible) - Adblocker / [Redundant Extensions](https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother)
|
||||||
* ⭐ **Report Issues** - [uAssets](https://github.com/uBlockOrigin/uAssets/issues) / [Hosts](https://github.com/uBlockOrigin/uAssets/discussions/17361) / [AdGuard](https://reports.adguard.com/new_issue.html) / [EasyList](https://github.com/easylist/easylist/issues)
|
* ⭐ **Report Issues** - [uAssets](https://github.com/uBlockOrigin/uAssets/issues) / [Hosts](https://github.com/uBlockOrigin/uAssets/discussions/17361) / [AdGuard](https://reports.adguard.com/new_issue.html) / [EasyList](https://github.com/easylist/easylist/issues)
|
||||||
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320) / [Discord](https://discord.gg/SponsorBlock) / [Twitter](https://twitter.com/SponsorBlock) / [GitHub](https://github.com/ajayyy/SponsorBlock)
|
* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [Script](https://github.com/mchangrh/sb.js), [2](https://greasyfork.org/en/scripts/453320) / [Discord](https://discord.gg/SponsorBlock) / [X](https://x.com/SponsorBlock) / [GitHub](https://github.com/ajayyy/SponsorBlock)
|
||||||
* [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Discord Nitro / Boost Ads
|
* [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://github.com/CroissantDuNord/discord-adblock) - Hide Discord Nitro / Boost Ads
|
||||||
* [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/), [PopUpOFF](https://romanisthere.github.io/PopUpOFF-Website/index.html), [Popup Blocker (strict)](https://github.com/schomery/popup-blocker) or [PopupBlocker](https://github.com/AdguardTeam/PopupBlocker) - Popup / New Tab Blockers
|
* [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/), [PopUpOFF](https://romanisthere.github.io/PopUpOFF-Website/index.html), [Popup Blocker (strict)](https://github.com/schomery/popup-blocker) or [PopupBlocker](https://github.com/AdguardTeam/PopupBlocker) - Popup / New Tab Blockers
|
||||||
* [AdGuard](https://github.com/AdguardTeam/AdguardBrowserExtension) - Adblocker
|
* [AdGuard](https://github.com/AdguardTeam/AdguardBrowserExtension) - Adblocker
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
* 🌐 **[DNS Providers](https://adguard-dns.io/kb/general/dns-providers/)** - DNS Provider Index
|
* 🌐 **[DNS Providers](https://adguard-dns.io/kb/general/dns-providers/)** - DNS Provider Index
|
||||||
* ↪️ **[DNS Filters / Blocklists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dns_filters)**
|
* ↪️ **[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)**
|
* ↪️ **[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 / [Subreddit](https://reddit.com/r/pihole/) / [Twitter](https://twitter.com/The_Pi_Hole)
|
* ⭐ **[Pi-Hole](https://pi-hole.net/)** - Self-Hosted DNS Adblocking / [Subreddit](https://reddit.com/r/pihole/) / [X](https://x.com/The_Pi_Hole)
|
||||||
* ⭐ **Pi-Hole Tools** - [WSL1](https://github.com/DesktopECHO/Pi-Hole-for-WSL1) / [Filters](https://firebog.net/) / [Anti-Telemetry](https://github.com/MoralCode/pihole-antitelemetry)
|
* ⭐ **Pi-Hole Tools** - [WSL1](https://github.com/DesktopECHO/Pi-Hole-for-WSL1) / [Filters](https://firebog.net/) / [Anti-Telemetry](https://github.com/MoralCode/pihole-antitelemetry)
|
||||||
* ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-Adguard](https://github.com/klutchell/balena-adguard) / [GitHub](https://github.com/AdguardTeam/AdGuardHome) / [Twitter](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
|
* ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-Adguard](https://github.com/klutchell/balena-adguard) / [GitHub](https://github.com/AdguardTeam/AdGuardHome) / [X](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
|
||||||
* ⭐ **[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)
|
* ⭐ **[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
|
* ⭐ **[YogaDNS](https://yogadns.com/)** - Custom DNS Client for Windows
|
||||||
* [BlahDNS](https://blahdns.com/) - DNS Adblocking / [GitHub](https://github.com/zoonderkins/blahdns)
|
* [BlahDNS](https://blahdns.com/) - DNS Adblocking / [GitHub](https://github.com/zoonderkins/blahdns)
|
||||||
|
@ -52,12 +52,12 @@
|
||||||
* [LibreDNS](https://libredns.gr/) - DNS Adblocking / [GitLab](https://gitlab.com/libreops/libredns)
|
* [LibreDNS](https://libredns.gr/) - DNS Adblocking / [GitLab](https://gitlab.com/libreops/libredns)
|
||||||
* [Tiarap](https://doh.tiar.app/) - DNS Adblocking / [GitHub](https://github.com/pengelana/blocklist)
|
* [Tiarap](https://doh.tiar.app/) - DNS Adblocking / [GitHub](https://github.com/pengelana/blocklist)
|
||||||
* [NextDNS](https://nextdns.io) - Customizable DNS Adblocking Service / [Guide](https://github.com/yokoffing/NextDNS-Config) / [Video](https://youtu.be/WUG57ynLb8I)
|
* [NextDNS](https://nextdns.io) - Customizable DNS Adblocking Service / [Guide](https://github.com/yokoffing/NextDNS-Config) / [Video](https://youtu.be/WUG57ynLb8I)
|
||||||
* [AdGuard DNS](https://adguard-dns.io/) - Customizable DNS Adblocking Service / [Twitter](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
|
* [AdGuard DNS](https://adguard-dns.io/) - Customizable DNS Adblocking Service / [X](https://x.com/adguard) / [Telegram](https://t.me/adguarden) / [Subreddit](https://reddit.com/r/Adguard)
|
||||||
* [Control D](https://controld.com/free-dns) - Customizable DNS Adblocking Service / [Twitter](https://twitter.com/controldns) / [Subreddit](https://reddit.com/r/ControlD/) / [Discord](https://discord.gg/dns)
|
* [Control D](https://controld.com/free-dns) - Customizable DNS Adblocking Service / [X](https://x.com/controldns) / [Subreddit](https://reddit.com/r/ControlD/) / [Discord](https://discord.gg/dns)
|
||||||
* [NxFilter](https://nxfilter.org/) - Self-Hosted Customizable DNS Adblocking / [Subreddit](https://reddit.com/r/nxfilter)
|
* [NxFilter](https://nxfilter.org/) - Self-Hosted Customizable DNS Adblocking / [Subreddit](https://reddit.com/r/nxfilter)
|
||||||
* [TBlock](https://tblock.me/) - DNS Adblocking Client / [CodeBerg](https://codeberg.org/tblock/tblock)
|
* [TBlock](https://tblock.me/) - DNS Adblocking Client / [CodeBerg](https://codeberg.org/tblock/tblock)
|
||||||
* [Diversion](https://diversion.ch/) - Asuswrt-Merlin Router Adblock Manager
|
* [Diversion](https://diversion.ch/) - Asuswrt-Merlin Router Adblock Manager
|
||||||
* [Phishing Army](https://phishing.army/) - DNS Phishing Blocklist / [Twitter](https://twitter.com/PhishingArmy)
|
* [Phishing Army](https://phishing.army/) - DNS Phishing Blocklist / [X](https://x.com/PhishingArmy)
|
||||||
* [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles for Apple Devices
|
* [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles for Apple Devices
|
||||||
* [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung Smart TV Ads
|
* [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung Smart TV Ads
|
||||||
* [Technitium](https://technitium.com/dns) - Self-Hosted DNS Server / [Subreddit](https://reddit.com/r/technitium/) / [GitHub](https://github.com/TechnitiumSoftware/DnsServer)
|
* [Technitium](https://technitium.com/dns) - Self-Hosted DNS Server / [Subreddit](https://reddit.com/r/technitium/) / [GitHub](https://github.com/TechnitiumSoftware/DnsServer)
|
||||||
|
@ -86,14 +86,14 @@
|
||||||
* 🌐 **[/r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tools Index
|
* 🌐 **[/r/Antivirus Index](https://www.reddit.com/r/antivirus/wiki/index/)** - Antivirus Tools Index
|
||||||
* ↪️ **[Site Legitimacy Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_site_legitimacy_check)**
|
* ↪️ **[Site Legitimacy Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_site_legitimacy_check)**
|
||||||
* ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)**
|
* ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)**
|
||||||
* ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware / [Twitter](https://twitter.com/malwarebytes)
|
* ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware / [X](https://x.com/malwarebytes)
|
||||||
* ⭐ **[Malwarebytes](https://rentry.co/FMHYBase64#malwarebytes)**, [2](https://www.malwarebytes.com/) - Antivirus / [Twitter](https://twitter.com/malwarebytes)
|
* ⭐ **[Malwarebytes](https://rentry.co/FMHYBase64#malwarebytes)**, [2](https://www.malwarebytes.com/) - Antivirus / [X](https://x.com/malwarebytes)
|
||||||
* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities
|
* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities
|
||||||
* ⭐ **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** - Check Trusted Sites Easily
|
* ⭐ **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** - Check Trusted Sites Easily
|
||||||
* [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)
|
* [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)
|
* [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
|
* [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Full Virtual Machine Sandbox Environment
|
||||||
* [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus / [Twitter](https://twitter.com/esetglobal)
|
* [ESET](https://rentry.co/FMHYBase64#eset) - Antivirus / [X](https://x.com/esetglobal)
|
||||||
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
|
* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)
|
||||||
* [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
|
* [Triage](https://tria.ge/) or [Cuckoo](https://cuckoo.cert.ee/) - Online Sandboxes
|
||||||
* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools
|
* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools
|
||||||
|
@ -211,9 +211,9 @@
|
||||||
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
|
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
|
||||||
* [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications
|
* [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications
|
||||||
* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)
|
* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)
|
||||||
* [Redact](https://redact.dev/) - Delete Twitter / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV)
|
* [Redact](https://redact.dev/) - Delete X.com / Reddit Data / [Discord](https://discord.com/invite/PbyTFBEhtV)
|
||||||
* [tweetXer](https://github.com/lucahammer/tweetXer) - Delete Twitter Posts
|
* [tweetXer](https://github.com/lucahammer/tweetXer) - Delete X.com Posts
|
||||||
* [delete-likes-from-twitter.md](https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d) - Delete Twitter Likes / Favorites
|
* [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
|
* [Power Delete Suite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete
|
||||||
* [Hyphanet](https://www.hyphanet.org/) - Browse / Publish Freenet Sites / [GitHub](https://github.com/hyphanet)
|
* [Hyphanet](https://www.hyphanet.org/) - Browse / Publish Freenet Sites / [GitHub](https://github.com/hyphanet)
|
||||||
* [mat2](https://0xacab.org/jvoisin/mat2) / [Web Version](https://0xacab.org/jvoisin/mat2-web) or [Metadata Cleaner](https://metadatacleaner.romainvigier.fr/) - Remove Metadata from Files / [GitLab](https://gitlab.com/rmnvgr/metadata-cleaner)
|
* [mat2](https://0xacab.org/jvoisin/mat2) / [Web Version](https://0xacab.org/jvoisin/mat2-web) or [Metadata Cleaner](https://metadatacleaner.romainvigier.fr/) - Remove Metadata from Files / [GitLab](https://gitlab.com/rmnvgr/metadata-cleaner)
|
||||||
|
@ -292,7 +292,7 @@
|
||||||
* [Locale Switcher](https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc), [2](https://addons.mozilla.org/en-US/firefox/addon/languageswitch) - Change Language Identifier / [GitHub](https://github.com/locale-switcher/locale-switcher)
|
* [Locale Switcher](https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc), [2](https://addons.mozilla.org/en-US/firefox/addon/languageswitch) - Change Language Identifier / [GitHub](https://github.com/locale-switcher/locale-switcher)
|
||||||
* [AnonymousRedirect](https://adguardteam.github.io/AnonymousRedirect/) - Anonymize Links
|
* [AnonymousRedirect](https://adguardteam.github.io/AnonymousRedirect/) - Anonymize Links
|
||||||
* [Simple Opt Out](https://simpleoptout.com/) - Turn off Targeted Ads / [GitHub](https://github.com/troy/simpleoptout)
|
* [Simple Opt Out](https://simpleoptout.com/) - Turn off Targeted Ads / [GitHub](https://github.com/troy/simpleoptout)
|
||||||
* [Twitter Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from Twitter
|
* [X.com Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from X.com
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
* [SambaNova](https://sambanova.ai/) - Llama 3.1 / Enter Fake Info
|
* [SambaNova](https://sambanova.ai/) - Llama 3.1 / Enter Fake Info
|
||||||
* [Lambda Chat](https://lambda.chat/chatui/) - Llama 3.1 / Unlimited / No Signup
|
* [Lambda Chat](https://lambda.chat/chatui/) - Llama 3.1 / Unlimited / No Signup
|
||||||
* [Maisa](https://maisa.ai/) - Vinci KPU Chatbot
|
* [Maisa](https://maisa.ai/) - Vinci KPU Chatbot
|
||||||
* [Grok](https://x.ai/grok) - Twitter's Chatbot
|
* [Grok](https://x.ai/grok) - X.com Chatbot
|
||||||
* [Meta AI](https://www.meta.ai/) - Llama 3 Chatbot
|
* [Meta AI](https://www.meta.ai/) - Llama 3 Chatbot
|
||||||
* [NVIDIA NIM](https://build.nvidia.com/) - Llama 3 Chatbot / No Signup
|
* [NVIDIA NIM](https://build.nvidia.com/) - Llama 3 Chatbot / No Signup
|
||||||
* [Pi](https://pi.ai/) - Inflection AI's Chatbot
|
* [Pi](https://pi.ai/) - Inflection AI's Chatbot
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
* [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory
|
* [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory
|
||||||
* [ChatGPT & Bing AI Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory
|
* [ChatGPT & Bing AI Prompts](https://github.com/yokoffing/ChatGPT-Prompts) - Prompt Directory
|
||||||
* [Awesome Claude Prompts](https://github.com/langgptai/awesome-claude-prompts/) - Prompt Directory
|
* [Awesome Claude Prompts](https://github.com/langgptai/awesome-claude-prompts/) - Prompt Directory
|
||||||
* [L1B3RT45](https://github.com/elder-plinius/L1B3RT45) - Jailbreak Prompts / [Discord](https://discord.gg/basi) / [Twitter](https://x.com/elder_plinius)
|
* [L1B3RT45](https://github.com/elder-plinius/L1B3RT45) - Jailbreak Prompts / [Discord](https://discord.gg/basi) / [X](https://x.com/elder_plinius)
|
||||||
* [promptfoo](https://www.promptfoo.dev/) / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo) or [Knit](https://promptknit.com/) - Prompt Playgrounds
|
* [promptfoo](https://www.promptfoo.dev/) / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo) or [Knit](https://promptknit.com/) - Prompt Playgrounds
|
||||||
* [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts
|
* [Marketing 2099](https://sintralabs.notion.site/Marketing-2099-Ultimate-ChatGPT-Marketing-Prompts-To-Copy-Paste-200-tasks-fc22c9142d6a4a4286a3fe755be932e6) - ChatGPT Marketing Prompts
|
||||||
* [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
|
* [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
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
* ⭐ **[Reddit Client Patch](https://rentry.co/FMHYBase64#patch-clients)**, [Stealth](https://gitlab.com/cosmosapps/stealth) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients / Patch Guide
|
* ⭐ **[Reddit Client Patch](https://rentry.co/FMHYBase64#patch-clients)**, [Stealth](https://gitlab.com/cosmosapps/stealth) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients / Patch Guide
|
||||||
* ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps)
|
* ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps)
|
||||||
* ⭐ **[Tusky](https://tusky.app/)**, [Mastify](https://github.com/whitescent/Mastify), [Dhaaga](https://github.com/suvam0451/dhaaga), [tooot](https://tooot.app/ ), [SubwayTooter](https://github.com/tateisu/SubwayTooter) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients / [GitHub](https://github.com/LucasGGamerM/moshidon)
|
* ⭐ **[Tusky](https://tusky.app/)**, [Mastify](https://github.com/whitescent/Mastify), [Dhaaga](https://github.com/suvam0451/dhaaga), [tooot](https://tooot.app/ ), [SubwayTooter](https://github.com/tateisu/SubwayTooter) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients / [GitHub](https://github.com/LucasGGamerM/moshidon)
|
||||||
* ⭐ **[piko](https://t.me/pikopatches)** / [Builds](http://github.com/crimera/twitter-apk) / [GitHub](https://github.com/crimera/piko) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter Apps
|
* ⭐ **[piko](https://t.me/pikopatches)** / [Builds](http://github.com/crimera/twitter-apk) / [GitHub](https://github.com/crimera/piko) or [Squawker](https://github.com/j-fbriere/squawker) - X.com Apps
|
||||||
* [Watomatic](https://watomatic.app/) / [GitHub](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders
|
* [Watomatic](https://watomatic.app/) / [GitHub](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders
|
||||||
* [MessengerEx](https://github.com/C10udburst/MessengerEx/) - Facebook Messenger Adblocker
|
* [MessengerEx](https://github.com/C10udburst/MessengerEx/) - Facebook Messenger Adblocker
|
||||||
* [Openvibe](https://openvibe.social/) - Combine Social Media Apps
|
* [Openvibe](https://openvibe.social/) - Combine Social Media Apps
|
||||||
|
@ -1123,7 +1123,7 @@
|
||||||
* [Stay](https://apps.apple.com/app/stay-for-safari/id1591620171) - Safari Adblocker / Userscript Manager
|
* [Stay](https://apps.apple.com/app/stay-for-safari/id1591620171) - Safari Adblocker / Userscript Manager
|
||||||
* [iSponsorBlock](https://github.com/Galactic-Dev/iSponsorBlock) - Skip YouTube Sponsorships
|
* [iSponsorBlock](https://github.com/Galactic-Dev/iSponsorBlock) - Skip YouTube Sponsorships
|
||||||
* [SponsorBlock for YT Music](https://github.com/dayanch96/SponsorBlock-YouTubeMusic) - Skip Non-Music Segments in YouTube Music
|
* [SponsorBlock for YT Music](https://github.com/dayanch96/SponsorBlock-YouTubeMusic) - Skip Non-Music Segments in YouTube Music
|
||||||
* [TwitterNoAds](https://github.com/Netskao/TwitterNoAds) - iOS Twitter AdBlock / Download DEB then add to decrypted IPA
|
* [TwitterNoAds](https://github.com/Netskao/TwitterNoAds) - iOS X.com AdBlock / Download DEB then add to decrypted IPA
|
||||||
* [SLC-DNS](https://github.com/Realmzer/SLC-DNS) - Anti-Revoke & AdBlock DNS
|
* [SLC-DNS](https://github.com/Realmzer/SLC-DNS) - Anti-Revoke & AdBlock DNS
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -1198,7 +1198,7 @@
|
||||||
* ⭐ **[Acorn](https://acorn.blue/)** / [Discord](https://discord.gg/sWzw5GU5RV), [Reddit Deluxe](https://t.me/SultanModsiOS), [RedditFilter](https://github.com/level3tjg/RedditFilter) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#redditfilter-note), [Winston](https://winston.cafe/), [Apollo](https://github.com/Balackburn/Apollo) / [Tweak](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi), [Lurker](https://apps.apple.com/app/lurkur-for-reddit/id6470203216), [RDX](https://apps.apple.com/app/rdx-for-reddit/id6503479190 ) or [OpenArtemis](https://apps.apple.com/app/id6473462587) - Reddit Clients
|
* ⭐ **[Acorn](https://acorn.blue/)** / [Discord](https://discord.gg/sWzw5GU5RV), [Reddit Deluxe](https://t.me/SultanModsiOS), [RedditFilter](https://github.com/level3tjg/RedditFilter) / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#redditfilter-note), [Winston](https://winston.cafe/), [Apollo](https://github.com/Balackburn/Apollo) / [Tweak](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi), [Lurker](https://apps.apple.com/app/lurkur-for-reddit/id6470203216), [RDX](https://apps.apple.com/app/rdx-for-reddit/id6503479190 ) or [OpenArtemis](https://apps.apple.com/app/id6473462587) - Reddit Clients
|
||||||
* ⭐ **[Arctic](https://getarctic.app/)**, [Voyager](https://apps.apple.com/app/id6451429762) / [GitHub](https://github.com/aeharding/voyager), [Mlem](https://apps.apple.com/app/id6450543782) / [GitHub](https://github.com/mlemgroup/mlem) or [Thunder](https://thunderapp.dev/) / [GitHub](https://github.com/thunder-app/thunder) - Lemmy Clients
|
* ⭐ **[Arctic](https://getarctic.app/)**, [Voyager](https://apps.apple.com/app/id6451429762) / [GitHub](https://github.com/aeharding/voyager), [Mlem](https://apps.apple.com/app/id6450543782) / [GitHub](https://github.com/mlemgroup/mlem) or [Thunder](https://thunderapp.dev/) / [GitHub](https://github.com/thunder-app/thunder) - Lemmy Clients
|
||||||
* ⭐ **[Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884)**, [Gazzetta ](https://apps.apple.com/app/id6738706671) or [Mastodon](https://apps.apple.com/app/id1571998974) - Mastodon Clients
|
* ⭐ **[Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884)**, [Gazzetta ](https://apps.apple.com/app/id6738706671) or [Mastodon](https://apps.apple.com/app/id1571998974) - Mastodon Clients
|
||||||
* ⭐ **[BHTwitter](https://github.com/BandarHL/BHTwitter)** or [Twitter Branding](https://github.com/ghl3m0n/FuckElon) - Twitter Apps / [Extension](https://github.com/BandarHL/OpenTwitterSafariExtension)
|
* ⭐ **[BHTwitter](https://github.com/BandarHL/BHTwitter)** or [Twitter Branding](https://github.com/ghl3m0n/FuckElon) - X.com Apps
|
||||||
* ⭐ **[OpenInYT](https://apps.apple.com/app/id1591585819)** - Adds "Open In" Popup to iOS Social Media Apps
|
* ⭐ **[OpenInYT](https://apps.apple.com/app/id1591585819)** - Adds "Open In" Popup to iOS Social Media Apps
|
||||||
* [Openvibe](https://openvibe.social/) - Combine Social Media Apps
|
* [Openvibe](https://openvibe.social/) - Combine Social Media Apps
|
||||||
* [SNMessenger](https://github.com/NguyenASang/SNMessenger) - Facebook Messenger Tweak
|
* [SNMessenger](https://github.com/NguyenASang/SNMessenger) - Facebook Messenger Tweak
|
||||||
|
|
|
@ -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://fmhy.net/internet-tools#redirect-bypass)** to skip annoying countdowns.
|
For browsers we recommend **[uBO](https://github.com/gorhill/uBlock)**, and you can also use a **[Redirect Skipper](https://fmhy.net/internet-tools#redirect-bypass)** to skip annoying countdowns.
|
||||||
|
|
||||||
For mobile **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** / [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 Twitter ads with **[ReVanced Manager](https://github.com/revanced/revanced-manager)** / [Easy Setup](https://rentry.co/revanced-auto-update).
|
For mobile **[AdGuard Premium](https://rentry.co/FMHYBase64#adguard-premium)** / [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://rentry.co/revanced-auto-update).
|
||||||
|
|
||||||
!!!note Using several ad blockers, like uBO and Adguard at the same time can [mess things up](https://twitter.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.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* [Blind](https://www.teamblind.com/) - Developer Forum
|
* [Blind](https://www.teamblind.com/) - Developer Forum
|
||||||
* [IndieHackers](https://www.indiehackers.com/) - Developer Forum
|
* [IndieHackers](https://www.indiehackers.com/) - Developer Forum
|
||||||
* [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums
|
* [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums
|
||||||
* [TheSecMaster](https://twitter.com/TheSecMaster1) - Cybersecurity Twitter
|
* [TheSecMaster](https://x.com/TheSecMaster1) - Cybersecurity Blog
|
||||||
* [Tech-Blogs](https://tech-blogs.dev/) - Blogs for Developers
|
* [Tech-Blogs](https://tech-blogs.dev/) - Blogs for Developers
|
||||||
* [The Devs Network](https://thedevs.network/) - Developer Chat
|
* [The Devs Network](https://thedevs.network/) - Developer Chat
|
||||||
* [DevBuddies](https://buddies.dev/) - Search for Programming Partners
|
* [DevBuddies](https://buddies.dev/) - Search for Programming Partners
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
* [posh-git](https://github.com/dahlbyk/posh-git) - Git Powershell Environment
|
* [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
|
* [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/Extrawurst/gitui) - Git GUIs
|
* [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/Extrawurst/gitui) - Git GUIs
|
||||||
* [Gut](https://gut-cli.dev/), [Jujutsu](https://github.com/martinvonz/jj), [Github Cli](https://cli.github.com/) or [gitu](https://github.com/altsem/gitu) - Git CLI / TUI
|
* [Gut](https://gut-cli.dev/), [Jujutsu](https://github.com/martinvonz/jj), [GitHub Cli](https://cli.github.com/) or [gitu](https://github.com/altsem/gitu) - Git CLI / TUI
|
||||||
* [Lab+](https://github.com/thelooter/labplus_for_gitlab) - GitLab Android App
|
* [Lab+](https://github.com/thelooter/labplus_for_gitlab) - GitLab Android App
|
||||||
* [SparkleShare](https://sparkleshare.org) or [git-pr](https://github.com/picosh/git-pr) - Git Collab Tools
|
* [SparkleShare](https://sparkleshare.org) or [git-pr](https://github.com/picosh/git-pr) - Git Collab Tools
|
||||||
* [Git-notify](https://github.com/jevakallio/git-notify) - Embed Announcements into Git Commit Messages
|
* [Git-notify](https://github.com/jevakallio/git-notify) - Embed Announcements into Git Commit Messages
|
||||||
|
@ -619,7 +619,7 @@
|
||||||
|
|
||||||
# ► Programming Languages
|
# ► Programming Languages
|
||||||
|
|
||||||
* 🌐 **[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
|
* 🌐 **[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
|
||||||
* 🌐 **[Awesome Go](https://awesome-go.com/)** or [Go Recipes](https://github.com/nikolaydubina/go-recipes) - Go Resources
|
* 🌐 **[Awesome Go](https://awesome-go.com/)** or [Go Recipes](https://github.com/nikolaydubina/go-recipes) - Go Resources
|
||||||
* 🌐 **[TheAlgorithms](https://github.com/TheAlgorithms/)** - Coding Algorithms
|
* 🌐 **[TheAlgorithms](https://github.com/TheAlgorithms/)** - Coding Algorithms
|
||||||
* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_programming_languages)**
|
* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_programming_languages)**
|
||||||
|
@ -1120,7 +1120,7 @@
|
||||||
|
|
||||||
## ▷ Reverse Engineering
|
## ▷ Reverse Engineering
|
||||||
|
|
||||||
* 🌐 **[Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering)** or [ReversingBits](https://mohitmishra786.github.io/reversingBits/) / [Github](https://github.com/mohitmishra786/reversingBits) - Reverse Engineering Resources
|
* 🌐 **[Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering)** or [ReversingBits](https://mohitmishra786.github.io/reversingBits/) / [GitHub](https://github.com/mohitmishra786/reversingBits) - Reverse Engineering Resources
|
||||||
* 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources
|
* 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources
|
||||||
* ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering
|
* ⭐ **[GHIDRA](https://ghidra-sre.org/)** - Reverse Engineering
|
||||||
* ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering
|
* ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
* ⭐ **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Multi-Site Search
|
* ⭐ **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Multi-Site Search
|
||||||
* ⭐ **[FilePursuit](https://filepursuit.com)** / [Discord](https://discord.gg/xRfFd8h)
|
* ⭐ **[FilePursuit](https://filepursuit.com)** / [Discord](https://discord.gg/xRfFd8h)
|
||||||
* ⭐ **[4Shared](https://www.4shared.com/)**
|
* ⭐ **[4Shared](https://www.4shared.com/)**
|
||||||
* [Meawfy](https://meawfy.com/) - Mega.nz Search
|
* [Meawfy](https://meawfy.com/) - Mega, GoFile and MediaFire Search
|
||||||
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1)
|
* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1)
|
||||||
* [scnlog](https://scnlog.me/)
|
* [scnlog](https://scnlog.me/)
|
||||||
* [fidigger](https://fidigger.com/)
|
* [fidigger](https://fidigger.com/)
|
||||||
|
|
|
@ -279,7 +279,7 @@
|
||||||
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges
|
* [DoArtDaily](https://dad.gallery) - Daily Art Challenges
|
||||||
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
|
* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library
|
||||||
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [Let's Learn Storyboarding](https://nicparris.gumroad.com/l/JyCxo), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides
|
* [FloobyNooby](http://www.floobynooby.com/comp1.html), [Let's Learn Storyboarding](https://nicparris.gumroad.com/l/JyCxo), [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/), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [Twitter](https://twitter.com/mangamaterials2) / [Pixiv](https://www.pixiv.net/en/users/16776564)
|
* [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [X](https://x.com/mangamaterials2) / [Pixiv](https://www.pixiv.net/en/users/16776564)
|
||||||
* [Settei Dreams](https://setteidreams.net/) - Anime Production Materials
|
* [Settei Dreams](https://setteidreams.net/) - Anime Production Materials
|
||||||
* [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community
|
* [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community
|
||||||
* [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial
|
* [McLelun](http://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial
|
||||||
|
@ -301,7 +301,7 @@
|
||||||
* [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide
|
* [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide
|
||||||
* [Dimensions](https://www.dimensions.com/) - Object Dimension Reference
|
* [Dimensions](https://www.dimensions.com/) - Object Dimension Reference
|
||||||
* [The Dimensions Of Colour](http://www.huevaluechroma.com/) - Colour Theory Guide
|
* [The Dimensions Of Colour](http://www.huevaluechroma.com/) - Colour Theory Guide
|
||||||
* [DevinKorwin Color Guide](https://twitter.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide
|
* [DevinKorwin Color Guide](https://x.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide
|
||||||
* [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting
|
* [Draw Mix Paint](https://www.drawmixpaint.com/) - Learn Oil Painting
|
||||||
* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations
|
* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Feedback
|
title: Feedback
|
||||||
description: Anonymous comments taken from Reddit, Discord, Twitter and our feedback system.
|
description: Anonymous comments taken from Reddit, Discord, X.com and our feedback system.
|
||||||
next: false
|
next: false
|
||||||
prev: false
|
prev: false
|
||||||
lastUpdated: false
|
lastUpdated: false
|
||||||
|
@ -10,7 +10,7 @@ outline: false
|
||||||
### Feedback
|
### Feedback
|
||||||
|
|
||||||
:::tip What is this?
|
:::tip What is this?
|
||||||
These are all anonymous comments taken from Reddit, Discord, Twitter and our feedback system. This is why we do it. People are the motivation, equality is the goal.
|
These are all anonymous comments taken from Reddit, Discord, X.com and our feedback system. This is why we do it. People are the motivation, equality is the goal.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
|
@ -417,10 +417,8 @@
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## ▷ Mega Tools
|
## ▷ MEGA Tools
|
||||||
|
|
||||||
* ⭐ **[Megabasterd](https://github.com/tonikelope/megabasterd)** - MEGA Quota Bypass / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#megabasterd-note)
|
* ⭐ **[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_generator](https://github.com/qtchaos/py_mega_account_generator)** - Unlimited Upload Size
|
* ⭐ **[Mega_account_generator](https://github.com/qtchaos/py_mega_account_generator)** or [Mega Gen](https://github.com/f-o/MEGA-Account-Generator) / [Note](https://github.com/qtchaos/py_mega_account_generator/issues/16#issuecomment-2579635374) - Account Generators / Unlimited Upload Size
|
||||||
* [MEGASync](https://mega.io/desktop) or [MegaCMD](https://mega.io/cmd) - Mega Apps
|
* [MEGA Desktop](https://mega.io/desktop) / [GitHub](https://github.com/meganz/MEGAsync) or [MEGA CMD](https://mega.io/cmd) / [GitHub](https://github.com/meganz/MEGAcmd) - Official Apps
|
||||||
* [Mega Gen](https://rentry.co/FMHYBase64#mega-gen) - Mega Account Generator
|
|
||||||
* [Mega-to-Google-Drive](https://github.com/menukaonline/Mega-to-Google-Drive) - Transfer Files from Mega to GDrive
|
|
|
@ -820,7 +820,7 @@ generate various codes codes for the Pokémon Mystery Dungeon series
|
||||||
* ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/pizzaboxer/bloxstrap)
|
* ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/pizzaboxer/bloxstrap)
|
||||||
* [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client
|
* [Novetus](https://bitl.itch.io/novetus) - Self-Hosted Multi-version Roblox Client
|
||||||
* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper
|
* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper
|
||||||
* [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://twitter.com/AntiBoomz/status/1378597179556823040), [RoGold](https://rogold.live/) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website
|
* [RoPro](https://ropro.io/), [Roblox+](https://chromewebstore.google.com/detail/roblox/jfbnmfgkohlfclfnplnlenbalpppohkm), [BTRoblox](https://x.com/AntiBoomz/status/1378597179556823040), [RoGold](https://rogold.live/) or [RoSeal](https://www.roseal.live/) - Enhance Roblox Website
|
||||||
* [RBXServers](https://rbxservers.xyz/) or [Freevipservers](https://freevipservers.net/) - Roblox VIP Servers
|
* [RBXServers](https://rbxservers.xyz/) or [Freevipservers](https://freevipservers.net/) - Roblox VIP Servers
|
||||||
* [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs
|
* [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs
|
||||||
* [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing
|
* [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing
|
||||||
|
|
|
@ -567,7 +567,7 @@
|
||||||
* [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books
|
* [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books
|
||||||
* [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations
|
* [Plant Illustrations](http://www.plantillustrations.org/) - Plant Illustrations
|
||||||
* [Yummybooru](https://github.com/Yochyo/Yummybooru) or [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161)
|
* [Yummybooru](https://github.com/Yochyo/Yummybooru) or [Animes Boxes](https://animebox.es/) - Booru Clients / [Telegram](https://t.me/Flexbooru/161)
|
||||||
* [Buhitter](https://buhitter.com/) - Twitter Illustration Search
|
* [Buhitter](https://buhitter.com/) - X.com Illustration Search
|
||||||
* [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader
|
* [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader
|
||||||
* [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining
|
* [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining
|
||||||
|
|
||||||
|
@ -603,7 +603,7 @@
|
||||||
* [/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
|
* [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator
|
||||||
* [PixelPeeper](https://pixelpeeper.com/) - Extract Lightroom Edits / Settings
|
* [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) / [Twitter](https://twitter.com/autoexec_bin) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC)
|
* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [X](https://x.com/autoexec_bin) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC)
|
||||||
* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware
|
* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware
|
||||||
* [fSpy](https://fspy.io/) - Still Image Camera Matching
|
* [fSpy](https://fspy.io/) - Still Image Camera Matching
|
||||||
* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Comparison Web App
|
* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Comparison Web App
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
## ▷ Paywall Bypass
|
## ▷ Paywall Bypass
|
||||||
|
|
||||||
* ⭐ **[Archive.today](https://archive.is/)** - Archived Articles
|
* ⭐ **[Archive.today](https://archive.is/)** - Archived Articles
|
||||||
* ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** - Browser Extensions / [Twitter](https://twitter.com/Magnolia1234B)
|
* ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** - Browser Extensions / [X](https://x.com/Magnolia1234B)
|
||||||
* ⭐ **[Freedium](https://freedium.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls
|
* ⭐ **[Freedium](https://freedium.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls
|
||||||
* ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted
|
* ⭐ **[wallabag](https://wallabag.org/)** / [Discord Bot](https://github.com/FahadBinHussain/wallabot) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted
|
||||||
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
|
* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tools
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
* [LinkMix](https://linkmix.co/) / 20 Limit
|
* [LinkMix](https://linkmix.co/) / 20 Limit
|
||||||
* [pronouns.cc](https://pronouns.cc/) - Share Preferred Pronouns
|
* [pronouns.cc](https://pronouns.cc/) - Share Preferred Pronouns
|
||||||
* [seemless](https://www.linkinbio.website/) - Link in Bio for Tiktok & Instagram
|
* [seemless](https://www.linkinbio.website/) - Link in Bio for Tiktok & Instagram
|
||||||
* [itsmy.fyi](https://itsmy.fyi/) - Create Homepage via Github Issues / [GitHub](https://github.com/rishi-raj-jain/itsmy.fyi)
|
* [itsmy.fyi](https://itsmy.fyi/) - Create Homepage via GitHub Issues / [GitHub](https://github.com/rishi-raj-jain/itsmy.fyi)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
@ -570,7 +570,7 @@
|
||||||
|
|
||||||
## ▷ Email Aliasing
|
## ▷ Email Aliasing
|
||||||
|
|
||||||
* ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [Twitter](https://twitter.com/SimpleLogin) / [GitHub](https://github.com/simple-login/app)
|
* ⭐ **[SimpleLogin](https://simplelogin.io/)** - Email Aliasing / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [X](https://x.com/SimpleLogin) / [GitHub](https://github.com/simple-login/app)
|
||||||
* ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
|
* ⭐ **[addy.io](https://addy.io/)** - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)
|
||||||
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing
|
* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** - Email Aliasing
|
||||||
* [Mailgw](https://mailgw.com/) - Email Aliasing
|
* [Mailgw](https://mailgw.com/) - Email Aliasing
|
||||||
|
|
|
@ -1460,7 +1460,7 @@
|
||||||
* [TwistyPuzzles](https://twistypuzzles.com/) or [HyperCubing](https://hypercubing.xyz/) - Twisty Puzzle Wikis
|
* [TwistyPuzzles](https://twistypuzzles.com/) or [HyperCubing](https://hypercubing.xyz/) - Twisty Puzzle Wikis
|
||||||
* [Game a-b-street](https://a-b-street.github.io/docs/) - Traffic Simulation
|
* [Game a-b-street](https://a-b-street.github.io/docs/) - Traffic Simulation
|
||||||
* [Moral Machine](https://www.moralmachine.net/) - Decision-Making AIs
|
* [Moral Machine](https://www.moralmachine.net/) - Decision-Making AIs
|
||||||
* [Chirper](https://chirper.ai/) - AI Generated Twitter
|
* [Chirper](https://chirper.ai/) - AI Generated X.com
|
||||||
* [Judge My Music](https://pudding.cool/2021/10/judge-my-music/) - Have an AI Judge Your Taste in Music
|
* [Judge My Music](https://pudding.cool/2021/10/judge-my-music/) - Have an AI Judge Your Taste in Music
|
||||||
* [Common Voice](https://www.saveriomorelli.com/commonvoice/) - Help Teach a Machine How to Talk
|
* [Common Voice](https://www.saveriomorelli.com/commonvoice/) - Help Teach a Machine How to Talk
|
||||||
* [Michaelbach](https://michaelbach.de/ot/) or [Optical Toys](https://optical.toys/) - Optical Illusions
|
* [Michaelbach](https://michaelbach.de/ot/) or [Optical Toys](https://optical.toys/) - Optical Illusions
|
||||||
|
|
|
@ -96,7 +96,7 @@ in seeing all minor changes you can follow our
|
||||||
Android Keyboard Tools. Privacy-focused keyboards.
|
Android Keyboard Tools. Privacy-focused keyboards.
|
||||||
|
|
||||||
- Starred [Piko](https://fmhy.net/android-iosguide#social-media-apps) in Android
|
- Starred [Piko](https://fmhy.net/android-iosguide#social-media-apps) in Android
|
||||||
Social Media. ReVanced patches for Twitter / X.
|
Social Media. ReVanced patches for X.com.
|
||||||
|
|
||||||
- Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in
|
- Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in
|
||||||
Minecraft Server Tools. Simple Minecraft server setup.
|
Minecraft Server Tools. Simple Minecraft server setup.
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
* [Discord Webhooks Guide](https://birdie0.github.io/discord-webhooks-guide/) - Webhooks Guide
|
* [Discord Webhooks Guide](https://birdie0.github.io/discord-webhooks-guide/) - Webhooks Guide
|
||||||
* [Webhooker](https://xdfnleaks.github.io/webhooker/) - Simple Webhooks App
|
* [Webhooker](https://xdfnleaks.github.io/webhooker/) - Simple Webhooks App
|
||||||
* [Embed Visualizer](https://embed.discord.website/) - Preview Embeds
|
* [Embed Visualizer](https://embed.discord.website/) - Preview Embeds
|
||||||
* [BetterTwitFix](https://github.com/dylanpdx/BetterTwitFix) - Fix Twitter / Telegram Embeds
|
* [BetterTwitFix](https://github.com/dylanpdx/BetterTwitFix) - Fix X.com / Telegram Embeds
|
||||||
* [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds
|
* [InstaFix](https://ddinstagram.com/) - Fix Instagram Embeds
|
||||||
* [8mbvideo](https://8mb.video/) or [@Snooober's Script](https://redd.it/o7vqm4) - Encode Videos to <8MB
|
* [8mbvideo](https://8mb.video/) or [@Snooober's Script](https://redd.it/o7vqm4) - Encode Videos to <8MB
|
||||||
* [Discord Packages](https://github.com/peterhanania/discord-package) - View Discord Packages / Self Host for Privacy / [Discord](https://discordpackage.com/discord)
|
* [Discord Packages](https://github.com/peterhanania/discord-package) - View Discord Packages / Self Host for Privacy / [Discord](https://discordpackage.com/discord)
|
||||||
|
@ -223,7 +223,7 @@
|
||||||
* [tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion
|
* [tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion
|
||||||
* [Scored](https://communities.win/) - User-Driven Discussion
|
* [Scored](https://communities.win/) - User-Driven Discussion
|
||||||
* [Ramble](https://ramble.pw/) - Privacy-Focused
|
* [Ramble](https://ramble.pw/) - Privacy-Focused
|
||||||
* [Squabblr](https://squabblr.co/) - Twitter / Reddit Style Alt
|
* [Squabblr](https://squabblr.co/) - X.com / Reddit Style Alt
|
||||||
* [Discuit](https://discuit.net/) - Centralized Reddit Alt with User Control
|
* [Discuit](https://discuit.net/) - Centralized Reddit Alt with User Control
|
||||||
|
|
||||||
***
|
***
|
||||||
|
@ -301,7 +301,7 @@
|
||||||
* [GdriveXbot](https://t.me/TheGdriveXBot), [google-drive-telegram-bot](https://github.com/viperadnan-git/) or [Python Aria Mirror Bot](https://github.com/lzzy12/python-aria-mirror-bot) / [Telegram](https://t.me/pythonmirrorsupport) - GDrive Upload Bots
|
* [GdriveXbot](https://t.me/TheGdriveXBot), [google-drive-telegram-bot](https://github.com/viperadnan-git/) or [Python Aria Mirror Bot](https://github.com/lzzy12/python-aria-mirror-bot) / [Telegram](https://t.me/pythonmirrorsupport) - GDrive Upload Bots
|
||||||
* [DrClonerBot](https://t.me/DrClonerBot) - GDrive Clone Bot
|
* [DrClonerBot](https://t.me/DrClonerBot) - GDrive Clone Bot
|
||||||
* [SearchX](https://github.com/iamLiquidX/SearchX) - GDrive Search Bot
|
* [SearchX](https://github.com/iamLiquidX/SearchX) - GDrive Search Bot
|
||||||
* [MEGA Uploader X](https://t.me/MegaUploadXbot) or [Mega.nz-Bot](https://github.com/Itz-fork/Mega.nz-Bot) - Remote Mega File Upload Bot
|
* [MEGA Uploader X](https://t.me/MegaUploadXbot) or [Mega-Bot](https://github.com/Itz-fork/Mega.nz-Bot) - Remote Mega File Upload Bot
|
||||||
* [OneDrive X](https://t.me/onedrivexbot) - Remote OneDrive File Upload Bot
|
* [OneDrive X](https://t.me/onedrivexbot) - Remote OneDrive File Upload Bot
|
||||||
* [AIO Uploader](https://t.me/aiouploaderbot), [LinkForFilebot](https://t.me/LinkForFilebot) or [MultiUpload-Bot](https://github.com/oVoIndia/MultiUpload-Bot) - Telegram to File Host Upload Bot
|
* [AIO Uploader](https://t.me/aiouploaderbot), [LinkForFilebot](https://t.me/LinkForFilebot) or [MultiUpload-Bot](https://github.com/oVoIndia/MultiUpload-Bot) - Telegram to File Host Upload Bot
|
||||||
* [telegram-download-daemon](https://github.com/alfem/telegram-download-daemon/) - Download Large Telegram Files
|
* [telegram-download-daemon](https://github.com/alfem/telegram-download-daemon/) - Download Large Telegram Files
|
||||||
|
@ -572,18 +572,18 @@
|
||||||
# ► Twitter Tools
|
# ► Twitter Tools
|
||||||
|
|
||||||
* ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers
|
* ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers
|
||||||
* ⭐ **[/r/Twitter](https://reddit.com/r/Twitter)** - Twitter Subreddit
|
* ⭐ **[/r/Twitter](https://reddit.com/r/Twitter)** - X.com Subreddit
|
||||||
* [Typefully](https://typefully.com/) - Schedule Tweets
|
* [Typefully](https://typefully.com/) - Schedule Tweets
|
||||||
* [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/) or [nitter](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances) - Twitter Frontends
|
* [twstalker](https://twstalker.com/), [X Cancelled](https://xcancel.com/) or [nitter](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 Twitter Threads / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/chirr-app/) / [Chrome](https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg)
|
* [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
|
* [Klear](https://klear.com/free-tools/find-twitter-influencers) - Find Influencers
|
||||||
* [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers
|
* [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers
|
||||||
* [Scoutzen](https://www.scoutzen.com/twitter-lists/search) - Search Twitter Use Lists
|
* [Scoutzen](https://www.scoutzen.com/twitter-lists/search) - Search X.com Use Lists
|
||||||
* [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - Twitter Community Notes Leaderboard
|
* [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - X.com Community Notes Leaderboard
|
||||||
* [Hoaxy](https://hoaxy.osome.iu.edu/) - Twitter Info Spread Data
|
* [Hoaxy](https://hoaxy.osome.iu.edu/) - Twitter Info Spread Data
|
||||||
* [tinfoleak](https://tinfoleak.com/) - View Your Geosocial Footprint
|
* [tinfoleak](https://tinfoleak.com/) - View Your Geosocial Footprint
|
||||||
* [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - Twitter Unfollow Tool
|
* [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - X.com Unfollow Tool
|
||||||
* [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect Twitter Link on a Page
|
* [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect X.com Link on a Page
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
## ▷ Remote Desktop
|
## ▷ Remote Desktop
|
||||||
|
|
||||||
* ⭐ **[Parsec](https://parsec.app/)** - Desktop Client / [Twitter](https://twitter.com/parsecteam) / [Discord]( https://discordapp.com/invite/cQjEGFy)
|
* ⭐ **[Parsec](https://parsec.app/)** - Desktop Client / [X](https://x.com/parsecteam) / [Discord]( https://discordapp.com/invite/cQjEGFy)
|
||||||
* ⭐ **[RustDesk](https://rustdesk.com/)** - Desktop Client / [Subreddit](https://www.reddit.com/r/rustdesk/) / [Discord](https://discord.com/invite/nDceKgxnkV) / [GitHub](https://github.com/rustdesk/rustdesk)
|
* ⭐ **[RustDesk](https://rustdesk.com/)** - Desktop Client / [Subreddit](https://www.reddit.com/r/rustdesk/) / [Discord](https://discord.com/invite/nDceKgxnkV) / [GitHub](https://github.com/rustdesk/rustdesk)
|
||||||
* ⭐ **[Aspia](https://aspia.org/)** - Desktop Client / [Telegram](https://t.me/aspia_talks) / [GitHub](https://github.com/dchapyshev/aspia)
|
* ⭐ **[Aspia](https://aspia.org/)** - Desktop Client / [Telegram](https://t.me/aspia_talks) / [GitHub](https://github.com/dchapyshev/aspia)
|
||||||
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)
|
* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
* 🌐 **[PrivateBin Instances](https://privatebin.info/directory)**
|
* 🌐 **[PrivateBin Instances](https://privatebin.info/directory)**
|
||||||
* ⭐ **[Rentry](https://rentry.co/)**, [2](https://rentry.org/) - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentry)
|
* ⭐ **[Rentry](https://rentry.co/)**, [2](https://rentry.org/) - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentry)
|
||||||
* ⭐ **[Github Gists](https://gist.github.com/)** - Multi-Syntax / Account Needed
|
* ⭐ **[GitHub Gists](https://gist.github.com/)** - Multi-Syntax / Account Needed
|
||||||
* ⭐ **[Stellular](https://stellular.net/)**, [2](https://bundlrs.cc/), [3](https://www.sentrytwo.com/) - Markdown Support
|
* ⭐ **[Stellular](https://stellular.net/)**, [2](https://bundlrs.cc/), [3](https://www.sentrytwo.com/) - Markdown Support
|
||||||
* ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste)
|
* ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste)
|
||||||
* ⭐ **[PrivateBin](https://privatebin.net/)** - Markdown Support / Syntax Highlighting / [GitHub](https://github.com/PrivateBin/PrivateBin)
|
* ⭐ **[PrivateBin](https://privatebin.net/)** - Markdown Support / Syntax Highlighting / [GitHub](https://github.com/PrivateBin/PrivateBin)
|
||||||
|
|
|
@ -206,7 +206,7 @@
|
||||||
* [HyperBeam](https://hyperbeam.com/) / [VIP](https://greasyfork.org/en/scripts/457795) - Virtual Computer Embed
|
* [HyperBeam](https://hyperbeam.com/) / [VIP](https://greasyfork.org/en/scripts/457795) - Virtual Computer Embed
|
||||||
* [Trast](https://trast.live/), [OpenTogetherTube](https://opentogethertube.com/), [TurtleTV](https://turtletv.app/) or [twoseven](https://twoseven.xyz/) - Online Player
|
* [Trast](https://trast.live/), [OpenTogetherTube](https://opentogethertube.com/), [TurtleTV](https://turtletv.app/) or [twoseven](https://twoseven.xyz/) - Online Player
|
||||||
* [bear.cat](https://bear.cat/) - Online Virtual Machine / Allows NSFW
|
* [bear.cat](https://bear.cat/) - Online Virtual Machine / Allows NSFW
|
||||||
* [Metastream](https://getmetastream.com/) - Online Extension / [Discord](https://discord.com/invite/nfwPRb9) / [GitHub](https://github.com/samuelmaddock/metastream) / [X](https://twitter.com/getmetastream)
|
* [Metastream](https://getmetastream.com/) - Online Extension / [Discord](https://discord.com/invite/nfwPRb9) / [GitHub](https://github.com/samuelmaddock/metastream) / [X](https://x.com/getmetastream)
|
||||||
* [Caracal Club](https://caracal.club/) - Online Video Player
|
* [Caracal Club](https://caracal.club/) - Online Video Player
|
||||||
* [CyTube](https://cytu.be/) - Online Video Player
|
* [CyTube](https://cytu.be/) - Online Video Player
|
||||||
* [VideoTogether](https://2gether.video/en-us/) - App
|
* [VideoTogether](https://2gether.video/en-us/) - App
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue