Commit graph

192 commits

Author SHA1 Message Date
fynks
3e333f3fd0 chore: update last updated dates to March 9, 2026 in documentation and metadata 2026-03-09 12:18:37 +05:00
fynks
8cc75b292b refactor(index): remove unused search and comparison functionality for cleaner code 2026-03-09 12:00:32 +05:00
fynks
7aa14208a3 refactor(UIFeatures): remove back to top button functionality for cleaner code 2026-03-09 12:00:23 +05:00
fynks
4a5a6fd53e refactor(footer): simplify footer structure and improve responsiveness 2026-03-09 11:43:18 +05:00
fynks
6e2af5717e refactor(styles): streamline transition properties and enhance accessibility support 2026-03-09 11:26:36 +05:00
fynks
09dbd77cc0 fix(styles): correct animation duration syntax and enhance header blur effect 2026-03-09 11:15:18 +05:00
fynks
6e9fc22c34 feat(nav): enhance mobile navigation with dynamic link generation and improved scroll handling 2026-03-09 10:54:29 +05:00
fynks
dca987df03 fix: deepbrid supports Usenet 2026-03-02 21:05:53 +05:00
fynks
ea7c42cf58 fix: update URLs to point to the new pages.dev domain for consistency 2026-02-21 13:54:06 +05:00
fynks
500047eb0c fix(images): update og.png for improved visual representation 2025-12-06 00:05:45 +05:00
fynks
1336ce38ab fix(index.html): remove structured data script for debrid services 2025-12-05 11:53:08 +05:00
fynks
a667057606 fix(index.html): update pricing information for clarity 2025-11-29 11:57:46 +05:00
fynks
b6232cfc8c refactor(robots.txt): remove unnecessary user-agent rules and crawl-delay settings
fix(sitemap.xml): update homepage URL and change frequency; add flowchart image with caption
2025-11-13 09:29:12 +05:00
fynks
89c6258840 fix description length 2025-11-13 09:23:42 +05:00
fynks
296e36e92a feat(README): replace flowchart code block with SVG image for better visualization 2025-11-08 16:58:25 +05:00
fynks
0e6d3f5c0f sync web app to readme hosts version 2025-10-27 11:26:20 +05:00
fynks
3aa5083fdc fix(manifest): replace site.webmanifest with manifest.json for improved structure 2025-10-27 10:54:12 +05:00
fynks
7e2566b493 fix(robots.txt): remove disallow rules for cgi-bin, admin, and JSON files 2025-10-27 10:37:44 +05:00
fynks
4eef89c2b0 updated date 2025-10-24 10:30:09 +05:00
fynks
5bfbbe163b removed uneeded console logging 2025-10-24 10:06:47 +05:00
fynks
72cc64f624 feat: implement component lifecycle management and enhance caching mechanisms 2025-10-24 10:04:19 +05:00
fynks
ea0fab628f fix(status-indicator): reduce font size for better alignment 2025-10-24 10:02:48 +05:00
fynks
0fc060fb05 fix: duplicated drop down options in comparison 2025-10-24 09:51:29 +05:00
fynks
f68f90fccc Remove search worker implementation to streamline codebase and improve performance 2025-10-24 09:47:35 +05:00
fynks
5917c1e042 style(nav): improve overlay and navigation styles for better usability and aesthetics 2025-10-22 13:39:36 +05:00
fynks
34856ab44b feat(worker): implement search worker for fuzzy matching and data filtering
- Added a new search worker to offload heavy search/filter operations from the main thread.
- Implemented fuzzy matching using Levenshtein distance and hostname normalization.
- Added functions to extract hostnames from URLs and perform similarity calculations.
- Included data filtering and sorting capabilities based on specified criteria.
- Handled various message actions for search, filter, sort, and similarity calculations.
2025-10-22 13:32:20 +05:00
fynks
2f28fe71a4 updated title and meta tags for consistency in debrid services comparison 2025-10-15 20:01:39 +05:00
fynks
bfbdeea795 updated host count from 500+ to 450+ after deduplication 2025-10-15 19:58:44 +05:00
fynks
08539597ec Deduplicated contents 2025-10-15 19:58:00 +05:00
fynks
de79772ff9 enhanced ComparisonManager with detailed logging and improved service key matching 2025-10-15 11:24:49 +05:00
fynks
0faf41fb8e removed duplicate prefetching 2025-10-15 11:13:42 +05:00
fynks
995bdaf245 corrected TorBox for adult hosts 2025-10-15 11:03:19 +05:00
fynks
84137bfb9e updated stats 2025-10-15 10:57:30 +05:00
fynks
2e65882044 updated file hosts json 2025-10-15 10:56:31 +05:00
fynks
5cd1708686 updated adult hosts json 2025-10-15 10:55:50 +05:00
fynks
3f368edc70 fix: simplify navigation menu by renaming and removing redundant links 2025-10-13 18:07:48 +05:00
fynks
38e80ff8a0 fix: update navigation labels and add links to GitHub and contribution guidelines 2025-10-13 18:03:21 +05:00
fynks
a225143ddb fix: enhance resource section in README with updated links and descriptions 2025-10-13 18:00:21 +05:00
fynks
32e44c2f2a fix: adjust button padding for better layout and improve table cell word wrapping 2025-10-12 18:39:07 +05:00
fynks
8fe55a2a9b style: refine load-all button styles for improved appearance and responsiveness 2025-10-12 18:37:11 +05:00
fynks
093237aecb feat: implement mobile navigation enhancements with close button and scroll locking 2025-10-12 18:21:31 +05:00
fynks
110c15792c fix: update search input placeholder for clarity in user instructions 2025-10-12 18:00:41 +05:00
fynks
2b5ccdf6e9 feat: enhance search functionality with URL extraction and fuzzy matching for improved user experience 2025-10-12 17:59:06 +05:00
fynks
1bf25d3878 feat: implement "Load All" button with lazy loading functionality for improved user experience 2025-10-12 17:49:54 +05:00
fynks
4cf024c44b hopefully fixed mobile nav 2025-10-12 17:42:44 +05:00
fynks
92bb628a2b refactor: enhance dropdown functionality for improved mobile responsiveness and accessibility 2025-10-12 16:57:49 +05:00
fynks
3defd1b68c refactor: remove unused meta chips styles for improved maintainability 2025-10-12 08:51:09 +05:00
fynks
2b94fb29a0 refactor: simplify section title and remove unnecessary meta chips for clarity 2025-10-12 08:49:51 +05:00
fynks
a169f1d93b refactor: update navigation link text from 'About' to 'Intro' for clarity 2025-10-12 08:48:34 +05:00
fynks
2971f77133 refactor: optimize CSS for performance and responsiveness on mobile devices 2025-10-12 08:43:54 +05:00