From 82ac885bb5bf4277f03865c9a634d7b7ba50b514 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Fri, 22 Aug 2025 08:34:38 +0500 Subject: [PATCH] improved html --- dist/index.html | 983 ++++++++++++++++++++++++------------------------ 1 file changed, 499 insertions(+), 484 deletions(-) diff --git a/dist/index.html b/dist/index.html index ca84968..04adfd1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,35 +1,35 @@ - - - - - - - Debrid Services Comparison - Compare Pricing & Hosts + + - - - - - - - - + Debrid Services Comparison - Compare Pricing & Hosts + + + + - - - - + + + - - + + + + + + + + + + + + - - - - + + + @@ -40,478 +40,493 @@ - - - - - - + - - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + - -
- - -
- -
-
-
-

- Compare Premium Debrid Services -

-

- Find the perfect premium download service for your needs. Compare pricing, features, and - supported hosts across all major debrid providers. -

- -
-
- 8 - Services -
-
- 300+ - File Hosts -
-
-
-
-
- - -
- -
- - -
-
-
-

Pricing Comparison

-

Compare subscription plans across all major debrid services

-
-
-
-
- -

Loading pricing data...

-
-
-
- -
-
- - -
-
-

Support This Project

-

Consider using our referral links - it helps maintain this project at no extra cost to - you!

-
- -
- - -
-
-
-

Supported File Hosts

-

Browse and search through 300+ supported file hosting - services -

-
- -
-
- - - -
-
- -
-
- -

Loading file hosts...

-
-
-
-
- - -
-
-
-

Compare Services

-

Select two services to see a detailed side-by-side - comparison

-
- -
-
- -
- -
-
- -
- -
- -
-
-
- -
-
- -

Ready to Compare

-

Select two services above to see a detailed comparison

-
-
-
-
- - -
-
-
-

Adult Content Hosts

-

Supported adult content hosting services

-
- -
-
- - - -
-
- -
-
- -

Loading adult hosts...

-
-
-
-
- - -
- -
-
- - +
+ + + + +
+
+ +
+
+ + +
+
+
+

Pricing Comparison

+

Compare subscription plans across all major debrid services

+
+ +
+
+
+ +

Loading pricing data...

+
+
+ +
+ +
+
+ + +
+
+

Support This Project

+

Consider using our referral links - it helps maintain this project at no extra cost to you!

+
+ +
+
+
+ + +
+
+
+

Supported File Hosts

+

Browse and search through 300+ supported file hosting services

+
+ +
+ +
+ +
+
+ +

Loading file hosts...

+
+
+
+
+ + +
+
+
+

Compare Services

+

Select two services to see a detailed side-by-side comparison

+
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+ +

Ready to Compare

+

Select two services above to see a detailed comparison

+
+
+
+
+ + +
+
+
+

Adult Content Hosts

+

Supported adult content hosting services

+
+ +
+ +
+ +
+
+ +

Loading adult hosts...

+
+
+
+
+ + +
+
+
+

Service Status

+

Check real-time status and official host lists

+
+ + +
+
+ + + + + + + + + - - + - - - + }; + window.addEventListener('scroll', handleScroll, { passive: true }); + backToTopBtn.addEventListener('click', () => { + window.scrollTo({ top: 0, behavior: 'smooth' }); + }); + + // Smooth scroll + focus management for in-page links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', (e) => { + const targetId = anchor.getAttribute('href'); + const target = targetId && document.querySelector(targetId); + if (!target) return; + e.preventDefault(); + target.scrollIntoView({ behavior: 'smooth', block: 'start' }); + const focusEl = target.querySelector('h1, h2, h3, h4, h5, h6') || target; + focusEl.setAttribute('tabindex', '-1'); + focusEl.focus({ preventScroll: true }); + setTimeout(() => focusEl.removeAttribute('tabindex'), 500); + }); + }); + }); + + + + \ No newline at end of file