fixed typos

This commit is contained in:
fynks 2024-12-13 10:06:34 +05:00
parent 07f64ac357
commit e0f283eaac
3 changed files with 201 additions and 192 deletions

View file

@ -1,32 +1,32 @@
# Debrid services comparison # Debrid services comparison
A quick camprision of available hosts for [AllDebrid](https://alldebrid.com/), [Real-Debrid](https://real-debrid.com/), [LinkSnappy](https://linksnappy.com/myaccount/status), [Premiumize](https://www.premiumize.me/services), [Debrid-Link](https://debrid-link.com/) and [TorBox](https://torbox.app/). A comparison of available hosts and pricing for [AllDebrid](https://alldebrid.com/), [Real-Debrid](https://real-debrid.com/), [LinkSnappy](https://linksnappy.com/myaccount/status), [Premiumize](https://www.premiumize.me/services), [Debrid-Link](https://debrid-link.com/) and [TorBox](https://torbox.app/).
> For a better experience, I would suggest: > For a better experience, I would suggest:
[Web version of this comparision](https://debrid-services-comparison.netlify.app/) [Web version of this comparision](https://debrid-services-comparison.netlify.app/)
## Contents: ## Contents:
- [Signing Up](#signing-up) - [Signing Up](#signing-up)
- [Referrel Links](#referrel-links) - [referral Links](#referral-links)
- [Non-referrel Links](#non-referrel-links) - [Non-referral Links](#non-referral-links)
- [Pricing](#pricing) - [Pricing](#pricing)
- [Up-to-date Pricing](#up-to-date-pricing) - [Up-to-date Pricing](#up-to-date-pricing)
- [Avialble Hosts](#avialble-hosts) - [Available Hosts](#available-hosts)
- [File Hosts](#file-hosts) - [File Hosts](#file-hosts)
- [Adult Hosts](#adult-hosts) - [Adult Hosts](#adult-hosts)
- [Live status](#live-status) - [Live status](#live-status)
## Signing Up ## Signing Up
#### Referrel Links #### referral Links
If you are signing up for any above service, Pleasew consider buying from my referrel link: If you are signing up for any above service, Pleasew consider buying from my referral link:
- [AllDebrid](https://alldebrid.com/?uid=3wvya&lang=en) - [AllDebrid](https://alldebrid.com/?uid=3wvya&lang=en)
- [Real-Debrid](http://real-debrid.com/?id=10990901) - [Real-Debrid](http://real-debrid.com/?id=10990901)
- [TorBox](https://torbox.app/subscription?referral=47eece72-46b8-483b-8b7a-79d6c16dedf2) - [TorBox](https://torbox.app/subscription?referral=47eece72-46b8-483b-8b7a-79d6c16dedf2)
- [LinkSnappy](http://linksnappy.com/?ref=774668) - [LinkSnappy](http://linksnappy.com/?ref=774668)
- [Debrid-Link](https://debrid-link.com/id/7B3BO) - [Debrid-Link](https://debrid-link.com/id/7B3BO)
#### Non-referrel Links #### Non-referral Links
- [AllDebrid](https://alldebrid.com/register/) - [AllDebrid](https://alldebrid.com/register/)
- [Real-Debrid](http://real-debrid.com/) - [Real-Debrid](http://real-debrid.com/)
- [TorBox](https://torbox.app/login) - [TorBox](https://torbox.app/login)
@ -61,7 +61,7 @@ If you are signing up for any above service, Pleasew consider buying from my ref
- [Debrid-Link](https://debrid-link.com/premium) - [Debrid-Link](https://debrid-link.com/premium)
## Avialble Hosts ## Available Hosts
### File Hosts ### File Hosts
| **Service Name** | **AllDebrid** | **Premiumize** | **RealDebrid** | **Debrid-Link** | **TorBox** | **LinkSnappy** | | **Service Name** | **AllDebrid** | **Premiumize** | **RealDebrid** | **Debrid-Link** | **TorBox** | **LinkSnappy** |
| --------------------------- | ------------- | -------------- | -------------- | --------------- | --------------------------- | -------------- | | --------------------------- | ------------- | -------------- | -------------- | --------------- | --------------------------- | -------------- |

View file

@ -45,7 +45,7 @@ cat > template.html << 'EOL'
</footer> </footer>
<script> <script>
document.addEventListener("DOMContentLoaded",(function(){const e=document.getElementById("avialble-hosts");if(e){const t=document.createElement("div");t.id="search-container",t.innerHTML='\n <input type="text" id="search-input" placeholder="Search the table..." />\n ',e.insertAdjacentElement("afterend",t);const n=document.getElementById("search-input");n.addEventListener("input",(function(){const e=n.value.toLowerCase(),t=document.querySelectorAll("table");if(t.length>1){const n=t[1].getElementsByTagName("tr");for(let t=1;t<n.length;t++){const o=n[t].getElementsByTagName("td");let a=!1;for(let t=0;t<o.length;t++)if(o[t].innerText.toLowerCase().includes(e)){a=!0;break}n[t].style.display=a?"":"none"}}}))}})); document.addEventListener("DOMContentLoaded",(function(){const e=document.getElementById("available-hosts");if(e){const t=document.createElement("div");t.id="search-container",t.innerHTML='\n <input type="text" id="search-input" placeholder="Search the table..." />\n ',e.insertAdjacentElement("afterend",t);const n=document.getElementById("search-input");n.addEventListener("input",(function(){const e=n.value.toLowerCase(),t=document.querySelectorAll("table");if(t.length>1){const n=t[1].getElementsByTagName("tr");for(let t=1;t<n.length;t++){const o=n[t].getElementsByTagName("td");let a=!1;for(let t=0;t<o.length;t++)if(o[t].innerText.toLowerCase().includes(e)){a=!0;break}n[t].style.display=a?"":"none"}}}))}}));
</script> </script>
</body> </body>
</html> </html>

File diff suppressed because it is too large Load diff