chore(source): update 4KHDHub TLD and re-generate fixtures

This commit is contained in:
WebStreamr 2026-01-02 08:47:12 +00:00
parent 9b3c7c76cf
commit 1f4d7c752d
No known key found for this signature in database
86 changed files with 5630 additions and 6495 deletions

View file

@ -18,7 +18,7 @@ export class FourKHDHub extends Source {
public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.hi];
public readonly baseUrl = 'https://4khdhub.fans';
public readonly baseUrl = 'https://4khdhub.dad';
private readonly fetcher: Fetcher;

View file

@ -25,6 +25,9 @@
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
@ -33,17 +36,17 @@
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/movie-page.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/movie-page.js?v=0.14.69c19"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<!-- JavaScript to apply font-display: swap -->
@ -953,6 +956,47 @@ p, .metadata-value, .episode-description, .movie-tagline {
}
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
<!-- Google tag (gtag.js) -->
@ -1000,7 +1044,9 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1012,12 +1058,36 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1109,7 +1179,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-movies-10810.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-movies-10810/" class="text-muted-foreground hover:text-foreground">
Movies
</a>
</div>
@ -1132,8 +1202,8 @@ p, .metadata-value, .episode-description, .movie-tagline {
<p class="movie-tagline">There are a thousand ways to raise your adrenaline. Today, Chev Chelios will need every single one.</p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>2006</span>
<span>•</span>
<span class="badge badge-outline">Action</span>
<span class="badge badge-outline">Crime</span>
@ -1162,7 +1232,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
Watch Online
</button>
<button id="trailer-btn" style="font-family:'Open Sans',sans-serif !important;" class="btn flex items-center gap-2 bg-red-600 hover:bg-red-700 text-white font-medium px-4 py-2 rounded-md shadow-md transition-colors " data-trailer-url="https://www.youtube.com/embed/uEXsOqdzYhE?autoplay=1&enablejsapi=1">
<button id="trailer-btn" style="font-family:'Open Sans',sans-serif !important;" class="btn flex items-center gap-2 bg-red-600 hover:bg-red-700 text-white font-medium px-4 py-2 rounded-md shadow-md transition-colors " data-trailer-url="https://www.youtube.com/embed/218nsccFpag?autoplay=1&enablejsapi=1">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polygon points="5 3 19 12 5 21 5 3"></polygon>
</svg>
@ -1240,7 +1310,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">16.07 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanB0K1l2RFBwbmtYNGJFYmRMbGJvMWVSTktjMUVmK2wrbEVxcUhKU0Zjb3c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanB0K1l2RFBwbmtYNGJFYmRMbGJvMWVSTktjMUVmK2wrbEVxcUhKU0Zjb3c9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1248,7 +1318,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanB0K1l2RFBwbmtYNGJFYmRMbGJvMWVSTktjMUVmK2wrbEVxcUhKU0Zjb3c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanB0K1l2RFBwbmtYNGJFYmRMbGJvMWVSTktjMUVmK2wrbEVxcUhKU0Zjb3c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1290,7 +1360,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">9.76 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0RTMXdWbE1jKzJIMlJRamZBTElEb05iL1VmWTNaWnlWSXpsdHAwTk1NdWc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0RTMXdWbE1jKzJIMlJRamZBTElEb05iL1VmWTNaWnlWSXpsdHAwTk1NdWc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1298,7 +1368,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0RTMXdWbE1jKzJIMlJRamZBTElEb05iL1VmWTNaWnlWSXpsdHAwTk1NdWc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0RTMXdWbE1jKzJIMlJRamZBTElEb05iL1VmWTNaWnlWSXpsdHAwTk1NdWc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1340,7 +1410,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">3.89 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVQejIwcTFybnQ0aUk4TXJTL1BjNTdhWnpaMVJ1SFRwTlFpUmcwZGpjWnc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVQejIwcTFybnQ0aUk4TXJTL1BjNTdhWnpaMVJ1SFRwTlFpUmcwZGpjWnc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1348,7 +1418,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVQejIwcTFybnQ0aUk4TXJTL1BjNTdhWnpaMVJ1SFRwTlFpUmcwZGpjWnc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVQejIwcTFybnQ0aUk4TXJTL1BjNTdhWnpaMVJ1SFRwTlFpUmcwZGpjWnc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1420,74 +1490,144 @@ p, .metadata-value, .episode-description, .movie-tagline {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/beauty-and-the-bester-series-3461.html" class="movie-card">
<a href="/demon-slayer-kimetsu-no-yaiba-infinity-castle-movie-5110/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/obSkCHbM7FSxYS1raahO7TLVifO.jpg" alt="Beauty and the Bester" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/fWVSwgjpT2D78VUh6X8UBd2rorW.jpg" alt="Demon Slayer: Kimetsu no Yaiba Infinity Castle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Beauty and the Bester</h3>
<p class="movie-card-meta">2025 • S1.0 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/mcwalter-movie-3458.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/93XDwOGPFh4HJEMmOSSrWL29tOM.jpg" alt="McWalter" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">McWalter</h3>
<h3 class="movie-card-title">Demon Slayer: Kimetsu no Yaiba Infinity Castle</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/strange-harvest-movie-3455.html" class="movie-card">
<a href="/mayor-of-kingstown-series-4053/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/fYe0FNJNy0EIb8q4JUMLbbSmCth.jpg" alt="Strange Harvest" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/86OUOPulMiM8rjrQSt4KMev7UAa.jpg" alt="Mayor of Kingstown" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">JioHotstar</span>
<span class="movie-card-format">Paramount+</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Strange Harvest</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Mayor of Kingstown</h3>
<p class="movie-card-meta">2021 • S1.0-S4.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/somnium-movie-3454.html" class="movie-card">
<a href="/justice-league-movie-5109/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/cPUeMJkPLDWSOA6OU862EdZhylS.jpg" alt="Somnium" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/eifGNCSDuxJeS1loAXil5bIGgvC.jpg" alt="Justice League" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">DV HDR</span>
<span class="movie-card-format">SDR</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Somnium</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Justice League</h3>
<p class="movie-card-meta">2017 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/the-hobbit-the-battle-of-the-five-armies-movie-946/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xT98tLqatZPQApyRmlPL12LtiWp.jpg" alt="The Hobbit: The Battle of the Five Armies" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">DV HDR</span>
<span class="movie-card-format">SDR</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Hobbit: The Battle of the Five Armies</h3>
<p class="movie-card-meta">2014 </p>
</div>
</a>

View file

@ -25,6 +25,9 @@
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
@ -33,17 +36,17 @@
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/movie-page.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/movie-page.js?v=0.14.69c19"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<!-- JavaScript to apply font-display: swap -->
@ -953,6 +956,47 @@ p, .metadata-value, .episode-description, .movie-tagline {
}
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
<!-- Google tag (gtag.js) -->
@ -1000,7 +1044,9 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1012,12 +1058,36 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1109,7 +1179,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-movies-10810.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-movies-10810/" class="text-muted-foreground hover:text-foreground">
Movies
</a>
</div>
@ -1127,13 +1197,18 @@ p, .metadata-value, .episode-description, .movie-tagline {
<h1 class="page-title">Crayon Shin-chan: Action Mask vs. Leotard Devil (1993)</h1>
<p class="my-2 flex flex-wrap items-center gap-2"><span class="badge tag-badge">#Sinchan_Collection</span>
<p class="my-2 flex flex-wrap items-center gap-2"><span class="badge tag-badge"><a href='/category/tag-sinchan_collection/'>#Sinchan_Collection</a></span>
<p class="movie-tagline"></p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>1993</span>
<span>•</span>
<div class="imdb-badge badge">
<span class="imdb-logo">IMDb</span>
<span class="imdb-score">6.7</span>
</div>
<span>•</span>
<span class="badge badge-outline">1080p</span>
<span class="badge badge-outline">10Bit</span>
@ -1244,7 +1319,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">26.59 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUnFxdTdFNWU5QTlEWXJic0xBNlVWN2orVnBDVHZVT3RFRWs4a2dZYk9CQUE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZCsxZlEyd2lDQkp3NXpka1IzREp6VlJDeUZKT21SRmpEMm5nYzN3dmlUQnc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1252,7 +1327,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1VvanRzVnVvcVBxWUZHa0VueWRTYk1JZ011ajdDZEt2eXMwQitVaDRWZVE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1VvanRzVnVvcVBxWUZHa0VueWRTYk1JZ011ajdDZEt2eXMwQitVaDRWZVE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1294,7 +1369,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">9.67 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzBQTzVyS3dIMW1CVmwxOG0xWlp5SE05aXpsb0hvSTJTemIwTm1ZVU80aXc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnYzFoNWxMUDhmTGtQTmNWd2VlZE9DT1BxU2N4S1BCRkZLUjVXV09mOVk4U2c9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1302,7 +1377,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUNUQThoNEt1UmVvWkpDNTdnQjc0dFZ6QS93VFFiLzBaU0FjUTd2MlZUU3c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUNUQThoNEt1UmVvWkpDNTdnQjc0dFZ6QS93VFFiLzBaU0FjUTd2MlZUU3c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1344,7 +1419,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">5.38 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUXpxSVFENDJzWVE5MGg2cDkzUFhGUy9JL0V1eTlwd01VUTRWWUNrMlJwOXc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmFhWUc0ZHVBT3VDTkV3em1NdTBsSUtDRjV4blB6cHFzbnlJV2dMOEJ2enc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1352,7 +1427,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXFqcXFuUmhucDEvVm12RE5KeGtkR3JZb3k3YmNYWTdobGpyL0JQYU9TcGc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXFqcXFuUmhucDEvVm12RE5KeGtkR3JZb3k3YmNYWTdobGpyL0JQYU9TcGc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1424,27 +1499,69 @@ p, .metadata-value, .episode-description, .movie-tagline {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/the-wrong-paris-movie-3459.html" class="movie-card">
<a href="/demon-slayer-kimetsu-no-yaiba-infinity-castle-movie-5110/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/52G8MVrrcmS7lHjDRnQbJz3VtkW.jpg" alt="The Wrong Paris" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/fWVSwgjpT2D78VUh6X8UBd2rorW.jpg" alt="Demon Slayer: Kimetsu no Yaiba Infinity Castle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Wrong Paris</h3>
<h3 class="movie-card-title">Demon Slayer: Kimetsu no Yaiba Infinity Castle</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/dealing-with-mikadono-sisters-is-a-breeze-series-3141.html" class="movie-card">
<a href="/your-lie-in-april-series-5108/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7JMW8B6JqARUxc01h6mctKp1TFv.jpg" alt="Dealing with Mikadono Sisters Is a Breeze" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/rRjfH3ckTYz8z8aSkJshFL4VyK9.jpg" alt="Your Lie in April" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
<span class="movie-card-format">Amazon Prime Video</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Your Lie in April</h3>
<p class="movie-card-meta">2014 • S1.0 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/one-punch-man-series-565/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/sCYBBcI1PQFUsPWYVtW1dR1dhY7.jpg" alt="One Punch Man" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
@ -1452,50 +1569,54 @@ p, .metadata-value, .episode-description, .movie-tagline {
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dealing with Mikadono Sisters Is a Breeze</h3>
<p class="movie-card-meta">2025 • S1.0 EP11 </p>
<h3 class="movie-card-title">One Punch Man</h3>
<p class="movie-card-meta">2015 • S1.0-S3.0 EP13 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/yaiba-samurai-legend-series-1305.html" class="movie-card">
<a href="/gachiakuta-series-2210/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/cxD3FQP4hDU5hSABwdQCvGrrnz6.jpg" alt="YAIBA: Samurai Legend" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/84LdrRRvpWk8g0EaaW7z3eKdfum.jpg" alt="Gachiakuta" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">YAIBA: Samurai Legend</h3>
<p class="movie-card-meta">2025 • S1.0 EP16 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/mcwalter-movie-3458.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/93XDwOGPFh4HJEMmOSSrWL29tOM.jpg" alt="McWalter" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Comedy</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">McWalter</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Gachiakuta</h3>
<p class="movie-card-meta">2025 • S1.1-S1.2 EP22 </p>
</div>
</a>

View file

@ -34,13 +34,16 @@
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
@ -59,9 +62,9 @@
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/series-page.js?v=0.14.69c18"></script>
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/series-page.js?v=0.14.69c19"></script>
<style>
@ -1086,6 +1089,47 @@ code {
margin-left: -10px;
margin-right: -10px;
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
@ -1133,7 +1177,9 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1145,12 +1191,36 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1242,7 +1312,7 @@ code {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-series-10811.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-series-10811/" class="text-muted-foreground hover:text-foreground">
Web Series
</a>
</div>
@ -1260,8 +1330,9 @@ code {
<h1 class="page-title">Dexter: Original Sin</h1>
<p class="movie-tagline">They're catching killers. He's about to become one.</p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>2024</span>
<span>•</span>
<span class="badge badge-outline">Crime</span>
<span class="badge badge-outline">DDP</span>
@ -1298,7 +1369,7 @@ code {
<div class="metadata-item" style="display: flex;">
<span class="metadata-label">Stars:</span>
<span class="metadata-value">Patrick Gibson (Dexter Morgan), Christian Slater (Harry Morgan), Molly Brown (Debra Morgan), Patrick Dempsey (Aaron Spencer), Christina Milian (Maria LaGuerta)</span>
<span class="metadata-value">Patrick Gibson (Dexter Morgan), Christian Slater (Harry Morgan), Molly Brown (Debra Morgan), James Martinez (Angel Batista), Christina Milian (Maria LaGuerta)</span>
</div>
<div class="metadata-item" style="display: flex;">
<span class="metadata-label">Last Air:</span>
@ -1392,12 +1463,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVZnQ1hkQTg0RENXSTZsN0lvek1qWGErcUxiRFN6ZUdEclBuenZCZHYwWlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2hqSGo5RGg0N1M5Uk55SU55bzNVMFlmUk45ZzlDOFJHNzJWdWtXdm14VlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEJQVEZmM3Jkc3J0SllxSHkyQTNlbUlRWC9sUlVROER0VU03aGlXQ3pDamc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEJQVEZmM3Jkc3J0SllxSHkyQTNlbUlRWC9sUlVROER0VU03aGlXQ3pDamc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1418,12 +1489,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUTRSNHRxN2p6TVp2bm5Pa1NPa1dkcjV0Z1djZVdXdTZML2c4eVZETlUvZVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZDlKRnJUVVpEU3p3dkw3QXg5TWJnMVdZQXh1TVBHeGR5eVFOcFlhM2VyaWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzlKUXpSdUJ1cmpxQkFiR0FZUjEzR3pvbHRWUWlxb1NlT2tMeXNyYmtFZ2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzlKUXpSdUJ1cmpxQkFiR0FZUjEzR3pvbHRWUWlxb1NlT2tMeXNyYmtFZ2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1444,12 +1515,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUy84VEVSWXBxN1VkU0tYdTRXM3lnNXdKc3BIQVdEcW41YzBWTkc4RythQVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY04vVzdMdk5IRVlLSW02aW9zYUhRMWhqc1NNMUp4aUtUeUZLMXgvTVdhR1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamhUYXoxYkY0SW9XVDBkUmZaZUpMNU5LcXV1TUprVUM3QUVSM3NKalFzUkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamhUYXoxYkY0SW9XVDBkUmZaZUpMNU5LcXV1TUprVUM3QUVSM3NKalFzUkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1470,12 +1541,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3VCaDVtSU00UWdGUnprNG1TNVdaRUk1aHhFcWtKbDkzR0lwcDd6bG53dWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjg2NzFtZGQ3Wi9kNzB3VVhxd3VLWU5zeVFjYTREK09wSDFrdlBSV2NYV0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFc5Q1ExSlI0V2pZa1QwRU1Xa0VGOUozZWJkTE5rOVhYa1Q0Vk1RVHozUEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFc5Q1ExSlI0V2pZa1QwRU1Xa0VGOUozZWJkTE5rOVhYa1Q0Vk1RVHozUEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1496,12 +1567,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzVpL1NUMDIxQlBMVVIzbFRSQ0FtYkZxVTdDWnJ1UGZOWDlGbmdhRGk1Umc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmZqLys2U0piNEI4c2xnRmVuYVdrRXJiR3UyQmMzbUZubmNNVnNPTVpyVmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamc5dHkvVi9jbm9JY0tEVnNPUyttbjBMZnFDaFByZUxpcXc1MzUrMkljbWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamc5dHkvVi9jbm9JY0tEVnNPUyttbjBMZnFDaFByZUxpcXc1MzUrMkljbWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1522,12 +1593,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUTJKL3VTQzBOWkRaQlhOYlR1V29GMTB2dGJzQjJyR1ZvRGpPZFQzTmZPM3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2J1VHNFR3kyRTdTWGdkZU9ObzRqVUhnZ28vT2VzNGpRai8zY2lna1lENUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUF1MzdQNjJDV3lUMzVTK2xQa2xmSmp5RVFJSFMwcXlTUEtaWU83VWtTS1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUF1MzdQNjJDV3lUMzVTK2xQa2xmSmp5RVFJSFMwcXlTUEtaWU83VWtTS1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1548,12 +1619,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUWpLcktueG1yNUIrcTBPMzF0Z3pka2RtN2o2aFI0NjV0L0pwblB6RCtOZ3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnVtNzRsOXdGRUpvSzNLQlNtM0FTTHczeER3b2FORGxGeEQ4c3gyRDZva1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1VyaUVFUmpDbXZrWWFSeUptcUtuSlRsSC9PeitURTlEamJReGRVTEU3dlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1VyaUVFUmpDbXZrWWFSeUptcUtuSlRsSC9PeitURTlEamJReGRVTEU3dlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1574,12 +1645,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVEp4TmJwNGNlR1ltNFB4U29xc05RTWoyQit3blZ3R0pyaVg1eVZERTNLT0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZGFScWU2dU5Gb2FDOUxOYzNVYWpsaWVyMEV5K3dnNnIwUUxmTWFrQm0zQ2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2Rxam4zYVhPVUJYcjUxMlY4OGxPbFQvL3R1NklqcWwybnROTERZM2FaM3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2Rxam4zYVhPVUJYcjUxMlY4OGxPbFQvL3R1NklqcWwybnROTERZM2FaM3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1600,12 +1671,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUi9rbEZTU2owM1VHaXU5Z2tEYnFBZ0FtYlltOU1rY2JuVDBYOU92ak0vVmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZVNsSXNBbW5ybmJyOFk1ZVMxd2hwNnZPQ3g3d2s0ajA2QllRNUxPSk55bGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVhyTnVWRWpPS1JST2hRQTJ4K0RtQkx6VDNWTmJBQmx2Nk80OVcyUzRRS3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVhyTnVWRWpPS1JST2hRQTJ4K0RtQkx6VDNWTmJBQmx2Nk80OVcyUzRRS3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1626,12 +1697,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVZsWjlBNEsyS0FKSnhvOFNMekZBYmxDUnBwcFRxTkFHaHcwcm1PQ3F2eHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZDNyaGNGOFo1T2EvZlF3TXAzUTlub3U4aDc1elhwUTJUWFRqelhFTlg5SWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaml4OGlVNzl4V0diUWFjMFNSRFA1VktGVXlTSlJNVEp2Vk5ITGFUdTErOGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaml4OGlVNzl4V0diUWFjMFNSRFA1VktGVXlTSlJNVEp2Vk5ITGFUdTErOGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1680,12 +1751,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlN6Y0RvVmlCRzNGN25NUmZWUEV5cCt4MTNzOVNsdGlBUDlNdm9oam5YSnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZU5GdnpVc0xiWWFxZ3B5RkNWNHFzamdUSmRoK3E3aUhYS1kxQlZ5Q0RkeHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWl2ZTRXU3E3cVFxdjlhdTFaNjZ4SUFLdUE1L1AwNlFuTk03ZUt2WU9PMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWl2ZTRXU3E3cVFxdjlhdTFaNjZ4SUFLdUE1L1AwNlFuTk03ZUt2WU9PMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1706,12 +1777,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1M5OHQ3SEs5NjN4L2RFdms5RXZPTnZTWUEyaW1lbXFFMDVGQnRHVzNGMWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0RFTXJpOEVRMUVObHBJbHl6Y1N1bUVjWE1EWklPeGpXalhLSWpLUHdtRUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1JMQlBPeEIzL0dXMWF4MFlwZnB1TmoxZlpSYldFR1JJSUdNbmI2WnhxS3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1JMQlBPeEIzL0dXMWF4MFlwZnB1TmoxZlpSYldFR1JJSUdNbmI2WnhxS3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1732,12 +1803,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVDlqbkxseTJDL3NqallIZHBKV2xTT29paW81a3IvQk5UTzA1aCs0S2hiUUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZlF2Zld0V3BsNFgwd2ZNb0lNM1NTZkl3NnBIL1JsM0VTQjFObjNoa0NUd0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTdCTG5JOEVBUmFQRDZvV3NoUC9HTXhPTjloM0pyUjNRTDBJTkRWQngwSmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTdCTG5JOEVBUmFQRDZvV3NoUC9HTXhPTjloM0pyUjNRTDBJTkRWQngwSmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1758,12 +1829,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUW9ZOU1GZnhVbDE5UXJiWHU1cG1TNjJvSXQ2cGRyVUw2T1dxbFlXV0FOM0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjJiWUhWeGJ1ODZENDd6STB5Rm81VnVkdkNrbjdlM011VGxUOWZQamkxOWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanRoQXhhdzd6VTUrRlZrU290SzFNRlVkUEpsaTV3emlKZElsOEplekdESkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanRoQXhhdzd6VTUrRlZrU290SzFNRlVkUEpsaTV3emlKZElsOEplekdESkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1784,12 +1855,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVEdsOWVKN0dpWXFFNE1KZHZld1FheGk3b20yYlpMQUxDOHhaUEY4L0hrS0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZE5DaFpDYlZ5N2o2OVMyci92enFPRDZoUTlvVlMvMTdNb3h5czNIOXVtK1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXVxcGVYaVExOFl4aHk5MGN1ZEVGY1J0MU9iOStQblBsUlVyT2ZMaHJSUUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXVxcGVYaVExOFl4aHk5MGN1ZEVGY1J0MU9iOStQblBsUlVyT2ZMaHJSUUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1810,12 +1881,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUUtqZndYRCtQRnJmM2RmVVQxbVlPMFlZSGU4OHhPaFpIUDZSWTg1VUZ4cHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnYzhUL3YvNUhwc2JqZVdpRWlnc08yWk1LRkZ0RVFMTkdyR1ZVM25ZVC9BYmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1dxYXhGSCtLMDNBU0lQczM4OWFPQjlWaEZVOHlkamY0NUs4MGo1NUhmWHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1dxYXhGSCtLMDNBU0lQczM4OWFPQjlWaEZVOHlkamY0NUs4MGo1NUhmWHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1836,12 +1907,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlMwL3V1VnV1MVNxWEpaMUV2dlhzUmdVTXlGZVVRMXZWYXc3ZjZwY1dOOWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFZwWGlrSUVKZmlXL1NvTWZLQTZ3MkZybnRsZWM1UjhmOGI1cHNJRlJyU1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXF2UUJwcm05NUxoUjlYdmlWbUJjdVcwbHJtQkJkWi8vVU1TY2h0ZGYzZXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXF2UUJwcm05NUxoUjlYdmlWbUJjdVcwbHJtQkJkWi8vVU1TY2h0ZGYzZXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1862,12 +1933,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU0I1MjVsbGR2OUdwc1hzY3krbEZVYis0YXRMMWQ4WU9SZk04b2NYdVZwUWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZWlac1c1THh3VUs2TzJtNWEvQ3JhYk43OG5QQ1B4Vk5lK2trNVMwYmYzY3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTY2R251WGYrMHY1VTkvYVA3MHZBc0o1NzNDMVJqVlc2QWE0TFNMaGtUeUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTY2R251WGYrMHY1VTkvYVA3MHZBc0o1NzNDMVJqVlc2QWE0TFNMaGtUeUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1888,12 +1959,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzJqbkl6OHVpc1llTFl5MTJkVmw3clRmZHkxUnpuaTY4WEJYb3FhajlmSXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZXVLWDFMT2J3dVRiL25NbFgwejEyM25QazNHWjNLemtRRFpjTGhvV2kvS0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaE5nMHRXZWhWbHdhVUNoQloyZG16RXlwTnF6QTExdFNyeTNteVlqeEJ0NHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaE5nMHRXZWhWbHdhVUNoQloyZG16RXlwTnF6QTExdFNyeTNteVlqeEJ0NHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1914,12 +1985,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVDZBZWMrYVVMdGlyN3c5a3JOMmZndXo5WDdRL3YyWGdJNlZEOVhiaGxpZXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFpVWEF6S2dnRFZoSCtoR1BNYnNIVXlmemNCZDJ0UkpUYTMrK3Zqbk90TkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3dmNHlkY2ZFNjVDQlFITmQvcVR0MTl5a1o5Z1l6a3R2dXhYWnBjeEtFRHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3dmNHlkY2ZFNjVDQlFITmQvcVR0MTl5a1o5Z1l6a3R2dXhYWnBjeEtFRHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1968,12 +2039,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUWYzZHg5Z2FMcXVWTlpRNDJMTktMTmxETTJhbHNBZi9LU1NxdzFrTXBadUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHdxQ0sraW5YYWt4OE03M1dXdGVmdTNzeDNkck03cHlmQXNhaW5ETlZRQmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzFnZzZrNktVU1lLR1J0YUJndTgrSmhJaTJkWm1XZENsbjlOTjFJekJId0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzFnZzZrNktVU1lLR1J0YUJndTgrSmhJaTJkWm1XZENsbjlOTjFJekJId0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1994,12 +2065,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlpvZmdNS25zKzNMaVNjZnRnclRFUFFsRE4zNlZwS3N1U1IyLy83V1VKSmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjBJSzFRN2VnQWdvNktpdHhYTkNRZk5XZ2FpSHVlS3NPUnJUZHRyS3NTbUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlvWG53bFpmSjE0QW1HbkwzNlJ1NWF0ZzJ4eGxYeFhhNXlaNmlXNkVIZGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlvWG53bFpmSjE0QW1HbkwzNlJ1NWF0ZzJ4eGxYeFhhNXlaNmlXNkVIZGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2020,12 +2091,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1VTODk2ZmxpaDR5YjF6dTZyUi84WVZ0MXZISGJyOFJGR0FubjBZRE5NaHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0ZLT002NG9VaGI5bnNaZk5Jb1ROdmJ6cnQrUlRySWxBYjA0aHEzMmJLc3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1cxMlBiZ1F2OEplVVVSOG9tTFlwTXQreXBvaGxWTTVyeVNMWkNiLzRGRmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1cxMlBiZ1F2OEplVVVSOG9tTFlwTXQreXBvaGxWTTVyeVNMWkNiLzRGRmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2046,12 +2117,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU0dsS2JRR2swV1B4bWpFNUxPL3JuQm50d09WL0kwblFPNjg5THVhS21iQkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZkZEd3hpUzc3UVp4MngrRndyRkR1bE44NmNjSlFIbUhFRzVuN0FxSkQ2bnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJHNitzbnZ5S090SWpvanFYWS9UYm80OWlXSjlIUWxtdktiNE1xdVREWHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJHNitzbnZ5S090SWpvanFYWS9UYm80OWlXSjlIUWxtdktiNE1xdVREWHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2072,12 +2143,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHNWMDJNUkxzelQzQlpPVVdxa3JITG16VXVLeXhYNUkyN1g5b0IzVzJUNkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZm9rWFpmZHRJZitTZ3ozWmM5ZFNqNVFsN0tRYXpVcEI5NVBpTHFlNXVpUWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaW1GRE1YMWFZNmQrV2U2Y2E3RVlaSTRTRFp2dER2cEN6cjFHSFh1aS9qbEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaW1GRE1YMWFZNmQrV2U2Y2E3RVlaSTRTRFp2dER2cEN6cjFHSFh1aS9qbEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2098,12 +2169,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUW5wN2hCd2hGSUc2UHZTSEY1WHNRd1dmT3dyV3Y2OTRZODZ2UzlQMVBMZmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFZuRTJTcXhXVnV1dXp3S2VaTWo5Sk1JMkN3S0ltSktCRWFNZ3NEVkU5dEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFLcTNNUm1RcUxLRGFvLzFCQ0NwZlRpY1VEOGtUekpuUXhCYlJDbFZKMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFLcTNNUm1RcUxLRGFvLzFCQ0NwZlRpY1VEOGtUekpuUXhCYlJDbFZKMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2124,12 +2195,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVGJZYXdPS2xXSHgyWkNPM20zZWZZOHlrcWNSWSt2Y2Y4eFQ3ekhxMXZUNnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZndjYVYycVorRTVlSFNxQm8yaWpyL0Fjd1FBRU1UMHNJTlVHK0pDeVg3Wnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUJKNVp6VktBbkt3ek5Hcm1UdEhBV2lKTkNjSWxWZkoycXhaejZnekgzaGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUJKNVp6VktBbkt3ek5Hcm1UdEhBV2lKTkNjSWxWZkoycXhaejZnekgzaGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2150,12 +2221,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUmdIT0prVnFpK0dGQXM3NXNwNGVsankvSENLWjJSMEtFQnBDWU4vWWVJSVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0VYbjZNNHdhVldSRGo5YWUvQW41dnVCY2FPcEh5V3g4c0Y5MmppLzUyMHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVhuWE1IWkJHLzc3NE9KekhXSnlxUGlUQTlCeldvakVDOExxbjZSK3l0V2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVhuWE1IWkJHLzc3NE9KekhXSnlxUGlUQTlCeldvakVDOExxbjZSK3l0V2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2176,12 +2247,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlNMb3hic2VOZ0RRU3Q5UXRmaUhGWGs2V1ltaU9UWWNKb3dnQVhZeDQvc3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTEvbEFzNXNpaGRwaUNzemI0ZHhKMGFhTHZQcGxRWVlxWHU5dmJxQzU5SEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamRKQUVPMzFFc3ZYc1p5V2tTUzhmZnJUNmdrY3FmSVFqTVRSWUFoV1Urdmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamRKQUVPMzFFc3ZYc1p5V2tTUzhmZnJUNmdrY3FmSVFqTVRSWUFoV1Urdmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2202,12 +2273,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUmdpOFJ0ZGhSNGZaSC9qSVU4Nnc5OWEyV0RidmdGOENyc2laMmhscVJZS2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZDkrbHo0eTk4b25LenN1bzhhZktFVy9sa2ZoUFdDQUZFbnZZK2ptb1VYemc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3g4Y0JESzdqWFkwMjhNZkszMGpBdUNLS1pNMjZVR3RCenpZWSsrU09CdEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3g4Y0JESzdqWFkwMjhNZkszMGpBdUNLS1pNMjZVR3RCenpZWSsrU09CdEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2256,12 +2327,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3lPR2h6ZlVlNjl6Q1VKeDBITFlMRGdxRGE3M2xQS0JKTHBSWEpjakQvb3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2pVcno4NHlsN1dpT3IweE1QMUh6cmcxTjdGVDRGcVNzZ0FscWg1cDgvRmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalh1bDFpTms5REN0ZldPY3ZBeWV5RXl4aE1KQTcrbDd3WXFhbXlEeE5FdFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalh1bDFpTms5REN0ZldPY3ZBeWV5RXl4aE1KQTcrbDd3WXFhbXlEeE5FdFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2282,12 +2353,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlMzSGpoM01UR1RJb0ZmakJxSFBleDRBc3BxVk50ZHQwMUJISmZLQ3hZS0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnpOOFF3aU1LTW4yN01TVnVBS0NDczRZS2MyK0Zwam5lNWU2SFZOM2dyZnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEltcG5oaVpJNkQwR09Vd0xsUWxpUzZwYWxFL1RndTRDZFF1WDl5KzdneFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEltcG5oaVpJNkQwR09Vd0xsUWxpUzZwYWxFL1RndTRDZFF1WDl5KzdneFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2308,12 +2379,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVElEU0VZdFFXeE5PMlFuM3lsc0V6OHduTUNSSE9vWVUxTG9kRWpGL0tidXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHYxcnZySTNRUVhQem90VENmOUk3Rkl5cUxQWm1Gelc2WUdWNHdxenZvSEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWNoMHFIZkdhZFN4TjdYL3psckJkTk9palhxcUZJNDJ4WUdpR3NVaWVkb0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWNoMHFIZkdhZFN4TjdYL3psckJkTk9palhxcUZJNDJ4WUdpR3NVaWVkb0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2334,12 +2405,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVFVHUWNMYnZxZjI4VktSbmFrNTY2ZnN1SmV3QUZzanduOU55MUN3WTlISGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmd4SHVidGwxemJCRVJzWUtxeEUwMGFjUnBrTERKWmdXZklEVFBFRng2cXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1pURStXUWR2YTVvNVQ3ekhLWithWlozd1dzbW40Vm9OWmFBZkJMeS9RUVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1pURStXUWR2YTVvNVQ3ekhLWithWlozd1dzbW40Vm9OWmFBZkJMeS9RUVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2360,12 +2431,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzE2NlVOOGtEcTdvUStWa2s4NVRTMGViczdzNHN6R3hqN0VjQUdaNWQxWFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2FQMlZBamlaZlJYYlg4NGpYK2s4WTBFcFV2QzM3cWoxaVpvYVoyTllNemc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalErc1I5OUlUSUVDQ0lMUU5xZ3YrdS9CeG4vUCswMFY5amFzeW5vbjRSVWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalErc1I5OUlUSUVDQ0lMUU5xZ3YrdS9CeG4vUCswMFY5amFzeW5vbjRSVWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2386,12 +2457,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHo1SEd4UFpFamFtU2I4d3ZvTUlKWWV0QVA1RGhCM0lOc3BzTWQ5b0t1aFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTBMZURyMnM1c0VjdjloYXl4YkZjQ0dwQXY1TGQ3ekxKbldmQVl4RjVoMkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVreUhZNjVmemZSMXJUS3ZqeUlOQTIxV0tLQmt2NjhiVHo0cjVrWU9rOFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUVreUhZNjVmemZSMXJUS3ZqeUlOQTIxV0tLQmt2NjhiVHo0cjVrWU9rOFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2412,12 +2483,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzMzL3NGV2hvSWhxS1FsY3A5QUkwQnBrbzk4UklrVXBlUzRSSGJlQkJNdHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZW5oeUFObUtvNWZKaWRZdi82elExT3AzWUpXU1V5ZlkyTWE0d3d6WXNuNGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZak1EV00rTHpsUGtydXQwTHdTN3B3VU9aQy9RelNXZHpDdFhlWFN0T0NhcXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZak1EV00rTHpsUGtydXQwTHdTN3B3VU9aQy9RelNXZHpDdFhlWFN0T0NhcXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2438,12 +2509,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU21WOG1xNEI5MVBlYTdLRTMzbnI1NlhCZytUOVVsUjdaRXcyWHBIaTVhZ3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2Fwb0FGYUd3aUNsNksyQmhSaTg0QTl0T3ZhYml1LzBWMkkreGRXL2dGRkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHh2aG5leWIwUE55U0tYWnJoNG1lNi9GbGpHL01OYkxWellONDIyb3kvWFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHh2aG5leWIwUE55U0tYWnJoNG1lNi9GbGpHL01OYkxWellONDIyb3kvWFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2464,12 +2535,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzlaU2s0Z2x4UVU4RlYxSWZWY0dtcW9MZGtkeVl3Q2dpUEZPcXhDRG5ZeEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnJpWE1xTmQ4UUlGQnU5RXlJd0xqMzFjT3lNbWdWWVZRQXhteGR3QmFENlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVUwTXlQeDJVSVV1NHhWSHNBa3J0UEg3Nm9SUE55MDg0MGZXMVZ1YW5xenc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVUwTXlQeDJVSVV1NHhWSHNBa3J0UEg3Nm9SUE55MDg0MGZXMVZ1YW5xenc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2490,12 +2561,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3RYazFIZTlQbG8wM1RiTkVrNnlra3E1eW5zUzRtSjlCZEkraVNobHN5S3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZGV5MUN3SEpSQW52UWt2TmRoTVl0RjdMS0JQU2Q1YWsySVBzWUllTGlJcVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVxRHpuY2haZzA0cXAvUmkxbEF5aXdwTE1ZSytNdCs0RDNOdTA1Vk05a0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVxRHpuY2haZzA0cXAvUmkxbEF5aXdwTE1ZSytNdCs0RDNOdTA1Vk05a0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2583,74 +2654,140 @@ code {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/you-and-everything-else-series-3457.html" class="movie-card">
<a href="/stranger-things-series-414/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/o6h56VuZMmBDxmpRGwCYqGkMGCj.jpg" alt="You and Everything Else" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg" alt="Stranger Things" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Netflix</span>
<span class="movie-card-format">Tamil</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Telugu</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">You and Everything Else</h3>
<p class="movie-card-meta">2025 • S1.0 </p>
<h3 class="movie-card-title">Stranger Things</h3>
<p class="movie-card-meta">2016 • S1.0-S5.2 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/foundation-series-2054.html" class="movie-card">
<a href="/mayor-of-kingstown-series-4053/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tg9I5pOY4M9CKj8U0cxVBTsm5eh.jpg" alt="Foundation" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/86OUOPulMiM8rjrQSt4KMev7UAa.jpg" alt="Mayor of Kingstown" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">JioHotstar</span>
<span class="movie-card-format">Paramount+</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Foundation</h3>
<p class="movie-card-meta">2021 • S1.0-S3.0 EP10 </p>
<h3 class="movie-card-title">Mayor of Kingstown</h3>
<p class="movie-card-meta">2021 • S1.0-S4.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/maledictions-series-3463.html" class="movie-card">
<a href="/gachiakuta-series-2210/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/nXze4Ya0DhcnF3qeypE0b7X1DZ5.jpg" alt="Maledictions" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/84LdrRRvpWk8g0EaaW7z3eKdfum.jpg" alt="Gachiakuta" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Maledictions</h3>
<p class="movie-card-meta">2025 • S1.0 </p>
<h3 class="movie-card-title">Gachiakuta</h3>
<p class="movie-card-meta">2025 • S1.1-S1.2 EP22 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/kontrabida-academy-movie-3439.html" class="movie-card">
<a href="/surely-tomorrow-series-4772/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/uiW2ff73RZzPABKtnjW5wmt43CU.jpg" alt="Kontrabida Academy" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/k9xPcIsxXbc1Xuf45K0FU8yM2m5.jpg" alt="Surely Tomorrow" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Korean</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Kontrabida Academy</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Surely Tomorrow</h3>
<p class="movie-card-meta">2025 • S1.0 EP08 </p>
</div>
</a>

View file

@ -34,13 +34,16 @@
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
@ -59,9 +62,9 @@
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/series-page.js?v=0.14.69c18"></script>
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/series-page.js?v=0.14.69c19"></script>
<style>
@ -1086,6 +1089,47 @@ code {
margin-left: -10px;
margin-right: -10px;
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
@ -1133,7 +1177,9 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1145,12 +1191,36 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1242,7 +1312,7 @@ code {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-series-10811.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-series-10811/" class="text-muted-foreground hover:text-foreground">
Web Series
</a>
</div>
@ -1260,8 +1330,9 @@ code {
<h1 class="page-title">Dexter: Resurrection</h1>
<p class="movie-tagline">He's alive & killing it.</p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>2025</span>
<span>•</span>
<span class="badge badge-outline">1080p</span>
<span class="badge badge-outline">2160p</span>
@ -1298,7 +1369,7 @@ code {
<div class="metadata-item" style="display: flex;">
<span class="metadata-label">Stars:</span>
<span class="metadata-value">Michael C. Hall (Dexter Morgan), Uma Thurman (Charley), Jack Alcott (Harrison Morgan), David Zayas (Angel Batista), James Remar (Harry Morgan)</span>
<span class="metadata-value">Michael C. Hall (Dexter Morgan), Jack Alcott (Harrison Morgan), Uma Thurman (Charley), David Zayas (Angel Batista), James Remar (Harry Morgan)</span>
</div>
<div class="metadata-item" style="display: flex;">
<span class="metadata-label">Last Air:</span>
@ -1372,7 +1443,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakFudjRrQk16b1FVb2pOc2h2eGM2QXA2QjNELzBvdHBsOWZFRFdmRDZhT0E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakFudjRrQk16b1FVb2pOc2h2eGM2QXA2QjNELzBvdHBsOWZFRFdmRDZhT0E9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1380,7 +1451,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVDdqSVpJQWZ2dE1odjQwdXhIVFBjdUJVZ3NFa0RTRE9WRitNTE9mNFFSM3c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVDdqSVpJQWZ2dE1odjQwdXhIVFBjdUJVZ3NFa0RTRE9WRitNTE9mNFFSM3c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1423,7 +1494,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaU9tRSt1YnhKVGZWR3FaSzd3aGtkbGRqMEU2eXRQWHhtejNKS0t0WlNpTkE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaU9tRSt1YnhKVGZWR3FaSzd3aGtkbGRqMEU2eXRQWHhtejNKS0t0WlNpTkE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1431,7 +1502,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU2laelRaZDZaSkNuSk5Hcjl0SHFOSkVGN0VLUTB6TTNwVm5iR2MwVEFzdnc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU2laelRaZDZaSkNuSk5Hcjl0SHFOSkVGN0VLUTB6TTNwVm5iR2MwVEFzdnc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1474,7 +1545,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalArYzdnZC8xdHlMRUdXWVBPUHdzMGVBM3ZvNkh0QzFhRGdxTEt0VHBpUmc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalArYzdnZC8xdHlMRUdXWVBPUHdzMGVBM3ZvNkh0QzFhRGdxTEt0VHBpUmc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1482,7 +1553,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzh6VlFxTEtVRys1amRLbm1qa0gxMFZnVmJvRHp2WHcwM2kxbmRkbWljUXc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzh6VlFxTEtVRys1amRLbm1qa0gxMFZnVmJvRHp2WHcwM2kxbmRkbWljUXc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1545,12 +1616,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVFpEajdFaVFWSUt5TTF4eFF0WDF4bXVkNFI0S2lsdWFVTkFqODFyTzhKeGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFR1S3VvaU83cXVoUmJMYitvdVpjWDNIbDdYUmtaTGM2QVE4ZDY4UXBuU0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2VwZGVtKzREQkN3NFREWVYvSGh6c3RqWS95Rk00TEpNUFYxNjYxRk1MWnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2VwZGVtKzREQkN3NFREWVYvSGh6c3RqWS95Rk00TEpNUFYxNjYxRk1MWnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1571,12 +1642,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUSswUE9OY21XN2lYWStZM1ZlMXFEaFNOY2R5bnB3L1pURWo1VmVtNktyR3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnZiT1dnZm56VmdCV0lseDdJSnhEZFBkUXZxZXpwUXc0OEZNR3lVdFYrU2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajlIclREMG83dlNGUk1BTTd5bnEyYkFNZ1ZpbU5YdkszdzMwQTE3R3o3UUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajlIclREMG83dlNGUk1BTTd5bnEyYkFNZ1ZpbU5YdkszdzMwQTE3R3o3UUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1597,12 +1668,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUnovU0tWQ0kweHh2M0podHJTcUxpM1ZmL25aQ0pUYUxuWlg3N0JseXpHSWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZk1NVmRGOE1pRW01UTBVOEQ3NDI5b1ppa3NKSGlBcEhYK0s2MER1Tmwza0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaS84TTg2Zk11d2ZtVkpwc1pzMUpZTFViRlgvWDkybHdDTnJydUNSS3Fha3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaS84TTg2Zk11d2ZtVkpwc1pzMUpZTFViRlgvWDkybHdDTnJydUNSS3Fha3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1623,12 +1694,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVFGby9YSHM2NzFMZlRiQUxXM0NWQ005RnBPY29DZ3VhMzhyQ09XTXljTWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHpudWh6bnNkOG4xWGIwQUxoMGoxa0pMMWx2d3FRY1lMUXdrRDg0T2F6ZkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFR4WDl3aWcyZW1JNXp1TGh5TzFCWGZLV1RvTDE3cW9qRFJtVjkwTTA4b3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFR4WDl3aWcyZW1JNXp1TGh5TzFCWGZLV1RvTDE3cW9qRFJtVjkwTTA4b3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1649,12 +1720,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUTNJZWRTZk1rNW1lcWZEaXpWK3VyTzVYNUtUVkVHb0FtZWwrVXY2Qm9PbFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZWFiclRlZWsxbHJMYkVnVTNSZzN6d09Kb1BSc3FBNGVqeDFnWCtRSHNnaVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEM2bGNQZUtuWlRkQ1UvOElxL0lFQzF1K2htVE9qZEw3WW9pZVhsVFVYM2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEM2bGNQZUtuWlRkQ1UvOElxL0lFQzF1K2htVE9qZEw3WW9pZVhsVFVYM2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1675,12 +1746,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUXZ6TGtZTndMQ0Q1TFlCbktuaG4zZVpDM3lWVSsvdnhYYk1QK2I5M2Zic0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZkFXQndpY3BGMG4zdkFzVHAwSjl4NGpscFJqd3YzaXE5NGtHcmc2MDA2VFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalRrNXU1RFk5RUcrWjYyZExqcTNjRlVjZXJjYjlBeG1qdlJtWnVWZ0Rhb1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalRrNXU1RFk5RUcrWjYyZExqcTNjRlVjZXJjYjlBeG1qdlJtWnVWZ0Rhb1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1701,12 +1772,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVFo4MWR1ejJvOFRlZVZSOWlYczAxNUhXd0lKdDVSNDRxaDdLOHZ5N21oRXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZEJ6NWNpOUx6Z1VMeHl3anRPcjFQSUFZSjV2ZjlOZmtxR25wb1ZkZmZUa2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1BQZXZsbXdnQjEzeHJyRGRQVXpJbVh4MWp4Sitnd0tWbWttdWllcDFUVUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1BQZXZsbXdnQjEzeHJyRGRQVXpJbVh4MWp4Sitnd0tWbWttdWllcDFUVUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1727,12 +1798,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1VzYTdHZERMU1c5RVFwNWs3U2lZTzVUTVpDSDhuUUM4U21OK3ZHR1hSOWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY3BJeCtqaW16VDlMeURDNld2TzBSSVFScXJrQVJVM0k3dkNZaDZBYzFZMVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0IzTDN0TldwU3F3S3U4ZXJicUozMVRIajhlUXo2RGtFQlpudjFKTXJCd3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0IzTDN0TldwU3F3S3U4ZXJicUozMVRIajhlUXo2RGtFQlpudjFKTXJCd3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1753,12 +1824,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlNEY3FmQ0V6cGhpSmdTL1ZhRFRYUUhNeWdBMHFPS3ZsQzlmSUEwK1BvVnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZkJFMnV1OE1hOWF1UDVBaGtOM1FoQ2NMTDJpOGw4UVhMTVZ3cWZtZzRyTlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanhvd2VyaFcwZ0tFNE4xaTgvZVE1OEdIQ3V2c0xaVjhKck9uQmxuOGo2K0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZanhvd2VyaFcwZ0tFNE4xaTgvZVE1OEdIQ3V2c0xaVjhKck9uQmxuOGo2K0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1779,12 +1850,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUXNONWpzTEZ2VDczRFROWnZZVWVKV2NDVHdJc2hkaWRDY2txSVZnYlZMMmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZEFmWkhwL24rNDlnUldXZXcya082OWcxOVVjMjExWVNFSkFNR1VxUFZyZlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamJPbHBOY0JhNlU3RllQZGFiZUFEYjZ3Q3JOcSt0NHVaTHJkQmx2VUJPZnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamJPbHBOY0JhNlU3RllQZGFiZUFEYjZ3Q3JOcSt0NHVaTHJkQmx2VUJPZnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1833,12 +1904,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVE56MEFUZGw4V1hZa2RJQkUzK0t1bjVBd0c5c0JVTm5XaDJQb3Ztd0Y3REE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZE9iZmZkdjZqQTcxbGh2dzRqR2VIa1hZWUNzL3hSa3JxaUJ3S0x4VEQvUEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzM0M3duckFTT3dTeTA0SGMxcS9RWDZrMGNJNkgvS2I0Sk9ldHp6NjlrNkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzM0M3duckFTT3dTeTA0SGMxcS9RWDZrMGNJNkgvS2I0Sk9ldHp6NjlrNkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1859,12 +1930,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVGdwTWN0cGUwNWxVZXViR0pOOWFkVWVxY1EzQXlVRVZKRFpmYk5jczZXRFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY3VOejhkREoydlpjU0c1NkU2TjZobld3d3l6UjVjeVo1YjlWMnBuRFlLaWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3RNT3NSdzZJVnZwOENFUHkrMVprQ1dNUStub3IyUUt6TFlPZ0Jqa0U3YkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3RNT3NSdzZJVnZwOENFUHkrMVprQ1dNUStub3IyUUt6TFlPZ0Jqa0U3YkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1885,12 +1956,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3d1dlQwM0c3eUpxdlBYTWFaNnhRWW5tNXJXZHpvM1A4UFRwZkJMS3FLbGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHEvS29iMFRueUtHSEcrVk1UMWpPVEZncDEyOVM1NzJTR0pLVEN1ZGlSd0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJ3ZkN1RE4xcWMrbk5sUUlSRzZGZ2VnSm9DMGQ1MkhjVFAzZy9lTWtGV1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJ3ZkN1RE4xcWMrbk5sUUlSRzZGZ2VnSm9DMGQ1MkhjVFAzZy9lTWtGV1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1911,12 +1982,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVGxWbjFydnoxcTZuMllSRWNjMHVkODNVWDN5NTFFQUZRbkg3THBwV2Exb0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZVlHMVREc2c2VUhqdm1EMEViYW91VVFtQVg0VVRrbHhjL1hQWFJBMUNCanc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUw0SDdUTDNiMGZKL2JmNFBjTEVvdHBIYVlvRzZQL2hXb056ZFI2VXZHb2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUw0SDdUTDNiMGZKL2JmNFBjTEVvdHBIYVlvRzZQL2hXb056ZFI2VXZHb2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1937,12 +2008,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVGdzdmg2TjRCVUt3VjJPV0lxbkVGU1NrTGhBemdVMm04MFhjSFJHSXZFUnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZUNVKys0ZWY0U1Q4aDhlOEtYYUxxR3lHNXdaMCs0bjdaNE5PczZDWTM5Wmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVphcnViK2VGMVU2Uk45MnhtaU8zQlpVYm8zY2FCanF0MkJZQTdCUytQYXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVphcnViK2VGMVU2Uk45MnhtaU8zQlpVYm8zY2FCanF0MkJZQTdCUytQYXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1963,12 +2034,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1hyWjV3cG5ydDI5MCtiMkNhQnJJUkhjSlp1VHpEaXROT0pHcFpyWE9NRmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZVJ0aFZUZFJGVWluckFaMW0yVlY2MmE3bHYyT3pSY2lmS2hQMHlFaW5PSHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhXMUo0QnBhaVBJTU1ERVhWMlIxamhWYm5mTDlCdlNXYW1YODZMM3FRNUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhXMUo0QnBhaVBJTU1ERVhWMlIxamhWYm5mTDlCdlNXYW1YODZMM3FRNUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1989,12 +2060,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUjVYT0pGK0xyaFN6Sjg2U2U0NkhpbDBVUHNodloxUjNBb04yT2lJdmZFK0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZENUMUxwbDc3cDBJZERqNFd6aWVDbGxuU3d1RzdXWll6MFArWUcxNStKTVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0U0dTU4K3lmTjUvZEt0dXB2WVQ0K1Z1OVJ4ZThPNGVMb3FFUXY5MmFONnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0U0dTU4K3lmTjUvZEt0dXB2WVQ0K1Z1OVJ4ZThPNGVMb3FFUXY5MmFONnc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2015,12 +2086,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVVMRDdJaVpnQnA0N0FNc0QzWFJIbFVMeHlxcVNVcERCcmVTbGU2TVh4OHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFVCK0tBSlFaRzlBWndWTG1vRG9IaW5NdVN6cHNqcC83aXFhdTd4OGRhRHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTZZaUd0eldUcktSTWxsUHp6aFhzbzBVWEhOcUllVThrb0pkOXZWdFdXTVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaTZZaUd0eldUcktSTWxsUHp6aFhzbzBVWEhOcUllVThrb0pkOXZWdFdXTVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2041,12 +2112,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUXJNY21kcS9ZYk1KQjgyMlo1MGtpMUdBcTNka21MWFNTVHJpNndvNmd0NEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmtTeENGYU8rYXVRVUFzYkNBT2NVM1JJbFFXTE9HOTdLbThXaDE0bE5PWkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzlQMG1UdmM3dDF1QmlyZm12cW1wZWRYcGlkeEdMQURZeHZ1TElrR3JVbmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzlQMG1UdmM3dDF1QmlyZm12cW1wZWRYcGlkeEdMQURZeHZ1TElrR3JVbmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2067,12 +2138,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU2IzNlpnVWVubUpjdW9iaFgrKzJhMzZBVGF1bmdNOVVCaEh1Rm41VGRjR2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZlJHUjZsMEZxbVRwU0hNSHJsa1FwL2gwZk9oSUhBMjAzWWc2bE5tb1UyVXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUg5UUxpdnBnay9DZVJVMm8rU2NUbWtkaXdBUEN1RzVnaWt5R2hBNmFLa3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUg5UUxpdnBnay9DZVJVMm8rU2NUbWtkaXdBUEN1RzVnaWt5R2hBNmFLa3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2121,12 +2192,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlhlemFmc1hrQzQ5Z3ZYWUxwMi80cStZR0lmcVptenNaS2wwV3cvN1FUQWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZURtWE9ZaDBoNGJlYlZXNDhNMTIyclZXWEpBQjRDQ0JmNkQrcFB3ZE5xWEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFjL2o0NWNqMEFEZktDemJYNSsvZWtVOFRYa0RHazJzVlo3aFR0aENRbWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFjL2o0NWNqMEFEZktDemJYNSsvZWtVOFRYa0RHazJzVlo3aFR0aENRbWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2147,12 +2218,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3h3eUZUVU85U2xaYTVVYXdRUENjeElRMlZHQldnOXdxWWRBUzJ6blhLL0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZU12TW5jMUNscVVvZ0hjOFpxdDIwWU1LdEY3blNyUm0xbVY4ZzJsb1JNbGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajQ2YlJUUzFJbFlQSnVWNlNLZ3RTUTI0aU4ydlI5aDVmYWZVOGJnOTJQdUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajQ2YlJUUzFJbFlQSnVWNlNLZ3RTUTI0aU4ydlI5aDVmYWZVOGJnOTJQdUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2173,12 +2244,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3d1dlQwM0c3eUpxdlBYTWFaNnhRWW5tNXJXZHpvM1A4UFRwZkJMS3FLbGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHEvS29iMFRueUtHSEcrVk1UMWpPVEZncDEyOVM1NzJTR0pLVEN1ZGlSd0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJ3ZkN1RE4xcWMrbk5sUUlSRzZGZ2VnSm9DMGQ1MkhjVFAzZy9lTWtGV1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWJ3ZkN1RE4xcWMrbk5sUUlSRzZGZ2VnSm9DMGQ1MkhjVFAzZy9lTWtGV1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2199,12 +2270,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUTZBVVhFTHBudEtaaURMUCtxQ0VEWXd6M01kVG9RUE1DdjhMUnZ1OExTaVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZVhtSVY5RXQyK3dzWUZkM1lPQ2VjMmJhUlFuRU1nNnh4RWFuMDhpK1dyZHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalRuYjd1NXpNaW1vN29kSmxBVkJtOWcxWGh0SlJzNXZja21CKzNOSTJXckE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalRuYjd1NXpNaW1vN29kSmxBVkJtOWcxWGh0SlJzNXZja21CKzNOSTJXckE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2225,12 +2296,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHNKSnkvSU1WYXl1OGNoQ21WK1BnazFTQWM0dktiNnZkMzFVQ1RDS3M5WUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmliOTFEMHMxNmpKSnZPOGRGSVVpdWc5YjNmM0pXWTY4L1Q5M3MySTVtNFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWt1d1BCd3lyMFJLYWlTcmtWQ0FwVVA4cCtWQ2JySEZnckM0STVnd256U0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWt1d1BCd3lyMFJLYWlTcmtWQ0FwVVA4cCtWQ2JySEZnckM0STVnd256U0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2251,12 +2322,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3VrdzlFUm1mWkJhRHFnQzdLZ3l4c3JYVnpZMmpRMFVtRURkRmxCbmZaU0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0hQTVFTcmZHNHNLZGVXcXN6KzYxZExna1BSbWJyUWRkemZ6QlFwNkhLaVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDNuajhZaHZvNlJrbkhNUnVsamVsdUlOZlRRekZ5Sk51a0dSQU44c2YyWkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDNuajhZaHZvNlJrbkhNUnVsamVsdUlOZlRRekZ5Sk51a0dSQU44c2YyWkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2277,12 +2348,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUitWK3VLK2tyMnlybDlwMm0rNUttUnFCUS9WUnFWWmhtZUNGeWZZcHNIY2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZmFqSm5rNXhIc3EzNk5nbGREaEhjZXUvZVBKYS9YMXo0SlVob1VnOVFnRUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHEyNkNNaTJ4NTdiZkxlcW1NcnFodzFGcGRJdmkyQjliOHF4Rmk3VFE2SWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHEyNkNNaTJ4NTdiZkxlcW1NcnFodzFGcGRJdmkyQjliOHF4Rmk3VFE2SWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2303,12 +2374,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzd6aDNDMTZqVjN3cTFRbkpaUjJJSklPdjZVNnBEaEZIOCtCdVBVVnF1UFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2ZtWU1XNFV1MHlRazJpakJUeWlkdHpwdExWaisyVnhiTW90ZXFuK3lTelE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZallzZ3ljc2RuRDRrSGd6VTFodmpFQnZPWUtqbi9XbDBDd2N2c1R3cEhNZEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZallzZ3ljc2RuRDRrSGd6VTFodmpFQnZPWUtqbi9XbDBDd2N2c1R3cEhNZEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2329,12 +2400,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzN4NjBJM2Z5MXU5UjNleTB1UnY2MXNiRDhWVTFhZ3ozUW11aVQ2dDlLRnc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZXZIdC93ZzQrOHl0UVBLSG0zL1UyS0VYNzhGNXl3TGVqSlZ3ZGFuYjMxWEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaExRVUlSdXp4UHZwVjBVQ2VGbE12ZkhJSW1oYmhHUGxJWmlHR2dWRWJQanc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaExRVUlSdXp4UHZwVjBVQ2VGbE12ZkhJSW1oYmhHUGxJWmlHR2dWRWJQanc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2355,12 +2426,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzI3ZFhld05TbmVhOGpVZ1N6VnVaY0luZHN0d2FyTEZRaWk4ZW1TTGhnb1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0s4NU92RnhyZFZKMmd4a3FlaTRLU1l4dVQ2YlltT3lmK2haNjRFRjhZU1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1NJNlFmc1pQSEJxTlp3cGFGb1BucHJPZzJoNFdhbzczUGt2UnJra0twRkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1NJNlFmc1pQSEJxTlp3cGFGb1BucHJPZzJoNFdhbzczUGt2UnJra0twRkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2448,73 +2519,139 @@ code {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/foundation-series-2054.html" class="movie-card">
<a href="/stranger-things-series-414/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tg9I5pOY4M9CKj8U0cxVBTsm5eh.jpg" alt="Foundation" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg" alt="Stranger Things" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Foundation</h3>
<p class="movie-card-meta">2021 • S1.0-S3.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/tarot-series-3443.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/diEPoV1IgS0RCAae3pE4ZVkCq2A.jpg" alt="Tarot" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Netflix</span>
<span class="movie-card-format">Tamil</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Telugu</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Tarot</h3>
<p class="movie-card-meta">2024 • S1.0 </p>
<h3 class="movie-card-title">Stranger Things</h3>
<p class="movie-card-meta">2016 • S1.0-S5.2 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/kontrabida-academy-movie-3439.html" class="movie-card">
<a href="/mayor-of-kingstown-series-4053/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/uiW2ff73RZzPABKtnjW5wmt43CU.jpg" alt="Kontrabida Academy" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/86OUOPulMiM8rjrQSt4KMev7UAa.jpg" alt="Mayor of Kingstown" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Kontrabida Academy</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/chief-of-war-series-2767.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8Mckh3qJRTzXTQNZtpb133RHmO4.jpg" alt="Chief of War" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">JioHotstar</span>
<span class="movie-card-format">Paramount+</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Chief of War</h3>
<h3 class="movie-card-title">Mayor of Kingstown</h3>
<p class="movie-card-meta">2021 • S1.0-S4.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/gachiakuta-series-2210/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/84LdrRRvpWk8g0EaaW7z3eKdfum.jpg" alt="Gachiakuta" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Gachiakuta</h3>
<p class="movie-card-meta">2025 • S1.1-S1.2 EP22 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/surely-tomorrow-series-4772/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/k9xPcIsxXbc1Xuf45K0FU8yM2m5.jpg" alt="Surely Tomorrow" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Korean</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Surely Tomorrow</h3>
<p class="movie-card-meta">2025 • S1.0 EP08 </p>
</div>
</a>

View file

@ -34,13 +34,16 @@
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
@ -59,9 +62,9 @@
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/series-page.js?v=0.14.69c18"></script>
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/series-page.js?v=0.14.69c19"></script>
<style>
@ -1086,6 +1089,47 @@ code {
margin-left: -10px;
margin-right: -10px;
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
@ -1133,7 +1177,9 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1145,12 +1191,36 @@ code {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1242,7 +1312,7 @@ code {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-series-10811.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-series-10811/" class="text-muted-foreground hover:text-foreground">
Web Series
</a>
</div>
@ -1260,8 +1330,14 @@ code {
<h1 class="page-title">Lovely Runner</h1>
<p class="movie-tagline">I will protect both you and me.</p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>2024</span>
<span>•</span>
<div class="imdb-badge badge">
<span class="imdb-logo">IMDb</span>
<span class="imdb-score">8.6</span>
</div>
<span>•</span>
<span class="badge badge-outline">Amazon Prime Video</span>
<span class="badge badge-outline">Comedy</span>
@ -1380,7 +1456,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUnF2dFJXbllRbmdHQWFSSDVaYXROWmh5RENaTWJnaGxJY2phYkJtOE1reXc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUnF2dFJXbllRbmdHQWFSSDVaYXROWmh5RENaTWJnaGxJY2phYkJtOE1reXc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1388,7 +1464,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXY5REthR1hmbUdEQ2trYnRRWWwrTzZQUkEyczhTanJRNkpFelA2WVNQS3c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXY5REthR1hmbUdEQ2trYnRRWWwrTzZQUkEyczhTanJRNkpFelA2WVNQS3c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1431,7 +1507,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUU5oZmFsUjFHM0Q0MmdKNUU3N3o3Ymk5TVZEYVVoQnRGa0xFZGF0WXY1VGc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUU5oZmFsUjFHM0Q0MmdKNUU3N3o3Ymk5TVZEYVVoQnRGa0xFZGF0WXY1VGc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1439,7 +1515,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEVIc0VvN1hhbkJhK2tKV1Q4M3JBejBoa2lJbDk5NFkrSlRZaUNaa00rSHc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEVIc0VvN1hhbkJhK2tKV1Q4M3JBejBoa2lJbDk5NFkrSlRZaUNaa00rSHc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1482,7 +1558,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlGVmxyZElCZG45dm96aDltVW9zWXFpaFVtUDdUQ0dhdEhWeTlEcVo5MkE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlGVmxyZElCZG45dm96aDltVW9zWXFpaFVtUDdUQ0dhdEhWeTlEcVo5MkE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1490,7 +1566,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU09BTGhFeWZSQ0tRZzBIMWJLaTF0RUJuRjV2SkV3ZG4vSUx5ampOS2JHenc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU09BTGhFeWZSQ0tRZzBIMWJLaTF0RUJuRjV2SkV3ZG4vSUx5ampOS2JHenc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1533,7 +1609,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVVRQU9EYWQrUFpPSTFoTXNqcEVzeVJXZG5rb3BDMitIZ3ErRE5zZ1J2Q0E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVVRQU9EYWQrUFpPSTFoTXNqcEVzeVJXZG5rb3BDMitIZ3ErRE5zZ1J2Q0E9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1541,7 +1617,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVdKbEtBWjlTb0RjTlczNk0veWdiQ1hjSTNRRWthSzRxSmRFQjl5d3ZFdGc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVdKbEtBWjlTb0RjTlczNk0veWdiQ1hjSTNRRWthSzRxSmRFQjl5d3ZFdGc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1584,7 +1660,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEUzblE2ZGt6TVFZdXdxbEpmU1c2REhzbWVjSGhWdjBlaUNCaTJZL3pHV1E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEUzblE2ZGt6TVFZdXdxbEpmU1c2REhzbWVjSGhWdjBlaUNCaTJZL3pHV1E9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1592,7 +1668,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3NOU3hHbVJhY1VOM2lDK09CNUIyK0RvU1FiWmdEeGZLMGFRS1dwWFZra2c9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3NOU3hHbVJhY1VOM2lDK09CNUIyK0RvU1FiWmdEeGZLMGFRS1dwWFZra2c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1635,7 +1711,7 @@ code {
<span class="badge" style="background-color: #dc2626; color: white;">4KHDHub.com</span>
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFoSzZZRHhheHM5MGRnSlhQSi92OTMxMndaZHR6VUt3WXZRdldNREpySUE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalFoSzZZRHhheHM5MGRnSlhQSi92OTMxMndaZHR6VUt3WXZRdldNREpySUE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1643,7 +1719,7 @@ code {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHBUSWtrZWdWVG9GRDhNRGhtZlhUK2xBUHBBZFNXSnVYNVREQ0MxejBEYWc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHBUSWtrZWdWVG9GRDhNRGhtZlhUK2xBUHBBZFNXSnVYNVREQ0MxejBEYWc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1706,12 +1782,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVCtjSXVTeEF6TThBWUJIalBwcjQxdFpIRUdxSXE1d2sya0dCc3dYdXJyQ1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTlBbmZEL1hOS09XcDZXQzlkemp3SDVwOUxYMjYreWcxSC94S3BLWThIVVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlkRi93OE9kLzB0VDlJMnNYd3M3MTBrdE1VTUxiWWovdGE1SmlQa0luWmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZamlkRi93OE9kLzB0VDlJMnNYd3M3MTBrdE1VTUxiWWovdGE1SmlQa0luWmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1732,12 +1808,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1JKR2tPVUdVMVg0bk9pR2RFdko0c1NoQ2xOQUpObjJvU1VpTjFSZUdiOUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTZwSVJzcExMVWJRSVdrRERBZGlZN0xkMFFDSm1kL09wakMxMmpiZ3VPQ0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWxxbUxCWkk0QWVlbGlJL0JTdEpOQml2RTFQK3pQOC9YWjJUbXRaK0pDbUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWxxbUxCWkk0QWVlbGlJL0JTdEpOQml2RTFQK3pQOC9YWjJUbXRaK0pDbUE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1758,12 +1834,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU1F0SnJDUzNBYjVCMEZaUzhQM1dNbkNLWUpIQ216Y3N5aUp4OFhBL0ZPanc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjI1Zi9HOG1ha3JzcUxWQzR4MWh5aG9LMXV1ekNuSGkzR2Fac1BETEdNU2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakN1ZEc5cGtIY0xRQnV5RnFtSmpORzdtVDBxa0xtUzZEVHkyZjZxRlhLVlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakN1ZEc5cGtIY0xRQnV5RnFtSmpORzdtVDBxa0xtUzZEVHkyZjZxRlhLVlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1784,12 +1860,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3Rxc2tWaEl4OUlHYWdkSXNkSnRRZis0cENqSFVnTEczVkUrR2FXdWt0VEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZG1MMmVvZnMzYVRXb0RnaFRNbzdoeVVJMnNBV2YwSmRVR3ljTk1qTmZZRkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHZiM01wRHlGcHZOT25TU2pkNTNwTWxuMHpOTVRYYlU0bFUyaXNMUE5PUHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaHZiM01wRHlGcHZOT25TU2pkNTNwTWxuMHpOTVRYYlU0bFUyaXNMUE5PUHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1810,12 +1886,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUTBzaFFObEVJOE9JbndaRmFQRmxTamYwT0hBcFk4aGhyMU1LQ1hSTTI3S2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjVFUkRETEFWYVVMV2pBNldyRXVncDc3RkdRYmJxNkhYWi9vVEhsVkNuNEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalBNYXNua2V4dkl2VkJTZHhUWms3RWU5d3NLUzU4cHVDTjdTZk13ZkRKNHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalBNYXNua2V4dkl2VkJTZHhUWms3RWU5d3NLUzU4cHVDTjdTZk13ZkRKNHc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1836,12 +1912,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUkhyYWpJUDUzUVcyUktlY0tvOGVRTHIwU1lWNEJmSXlrdFhGN1dKTkJKaEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZlppUE1SWnpCQnRqRU9yNzBDcnhNQ1ZqUnBFcnJhd05CVjFtQmJUUjN0RVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2lMNHZ0M0dhSWIwMnNIenZIbHkxeEhnc3NiRERQT3Q3U2w5RWtQZmdpeFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2lMNHZ0M0dhSWIwMnNIenZIbHkxeEhnc3NiRERQT3Q3U2w5RWtQZmdpeFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1862,12 +1938,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHNjMzAxL1QydHgyVExoR1BkU2xRMVA0MS9HRWNiNEdkYncxamJQMXIyOEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjJ1elN2OWRkeFp2ejlpak1OVC84TUpSaE9BUE1SU2l6MDJJaEpDbzdvc3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2lWZldrdTJua0hKbmluc1ZOWTB3azF0dTFwVzlhMXc5RFhwZ01rd29sUGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2lWZldrdTJua0hKbmluc1ZOWTB3azF0dTFwVzlhMXc5RFhwZ01rd29sUGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1888,12 +1964,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUUlXK0hsb29NVnVNUkEvMEJKcEJWc0pVM3JtbzZ4QlB2N05rUmJWVUMyVEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZEZrVGFwczdpQmE5eEVjaGQ1cEp4Uko0Y3RDanVycnFZTVR1NjhtYmxabHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUpuTzVKV0xNblRuNzdaclJBbHQ0Y2Rna1oxWlNXb1Y0cUtibjlWY055OFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUpuTzVKV0xNblRuNzdaclJBbHQ0Y2Rna1oxWlNXb1Y0cUtibjlWY055OFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1914,12 +1990,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVlvR3Bkci9EMkxlOG5qS2M1OU1FbDZJQ2pXN1JmSFZvMjZQeGVBd0wwRGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY3lyN1ovRnFpd1ZZa1R0a2VuN3UrOXBjZDhSWGFHTE9NRCt5MXdFR3Ftcmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEFXS3dhUWNyUm5IWnhxVENqWXBNZEJqVlNOMU9CZ3pFZEkrSExjREE4WFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEFXS3dhUWNyUm5IWnhxVENqWXBNZEJqVlNOMU9CZ3pFZEkrSExjREE4WFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1940,12 +2016,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHlIdnFSekp2aFlSa1hianl4Yks1Y0ZodTJtUG9aaVFUTVJaSkd4VW5Sc2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZGxvNWlsRmZGdlc1ZjF3emN2V0FRNWVOQ1hsNkUrVzZMRitLMm96M20wb0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZai83TW8zeG9UbUEzd3AyMUNiR2N3ZUEyNWMzYlNUemEvTll2bTdndHF4cEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZai83TW8zeG9UbUEzd3AyMUNiR2N3ZUEyNWMzYlNUemEvTll2bTdndHF4cEE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1966,12 +2042,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHk1NXB4cHlFdkxuNnphYWh2YjZXNXNONjhzK2NuWGtwa2dqc0RIQWtDaFE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZGRvVDNlMUVRNzBYOURqOUMzTzJJR3AxR3lRekpKd3Z4Z0h0bUs1b3d4N2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVORHRucm5PdUJNUXl3M3RURFZ5Qk9KZVBGaHJYWldtMTdyck0wcUN3c1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVORHRucm5PdUJNUXl3M3RURFZ5Qk9KZVBGaHJYWldtMTdyck0wcUN3c1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -1992,12 +2068,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVEd4NExuQXFQL2hqblE3NWJzaEhWRldOU2tLb05GWS9BbHJweDczb2hacHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnhvM0ZEM3gra0RhQkgrQW9jS2hEaWNDSzBWOHIyeExLbG02N1VIRVMvaHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaGMvcGR2NXFxdThKWHRLMmpESE1aSHRaazJMOFVJQjJaazFaVENiSUVPTlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaGMvcGR2NXFxdThKWHRLMmpESE1aSHRaazJMOFVJQjJaazFaVENiSUVPTlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2018,12 +2094,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUjkxZ3JJaDBvamZjQ0FyQ3IxNHlwU3pYa3R6YUZRMjBjTHB5dW93WlBaYXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZDlyQ013cnlRbStRODZ3NnRmelJPc3dYcnZZWHBBZXMrNnBiUjZPTU0yYWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalp0OCthN3JaUDZ5bWVxT2dCbUtmOVc4UDdIYlluUlJwaER4WDczM2g0UkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZalp0OCthN3JaUDZ5bWVxT2dCbUtmOVc4UDdIYlluUlJwaER4WDczM2g0UkE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2044,12 +2120,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3dQSGFJTlR2WW9sSUNqUWV0dVduNS90dFNWWWhhaXQweWozSVJHQitadHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZkxKRE9ISWlDbFBEeWV1eXNpbWxQYjFFWG5lZDc4V2pYNTRSZFNjSHBqZlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhRYklqR2Z0Q1lwWlljL1padXc3dmFUMDFMUUhIdlYzSTNxTk1vYlZjamc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhRYklqR2Z0Q1lwWlljL1padXc3dmFUMDFMUUhIdlYzSTNxTk1vYlZjamc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2070,12 +2146,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUkpKbTBUSTg3aGhhaHhTdVJxT1A5L3h6bFVWci9MREdjY0ZRc0pDTFVxekE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjh5elcyZ3NFUmpVUUZpTXdkdm8wdnRjM2ZTKzNxVzZpSitNd0FGSDNYZlE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVpJOXZxQVhrTFVCQzRGdlF6d2Q2dEpwUnBNc1g2cUxKUUltbDdkOXB4N3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVpJOXZxQVhrTFVCQzRGdlF6d2Q2dEpwUnBNc1g2cUxKUUltbDdkOXB4N3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2096,12 +2172,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU0FDTTBLKzJIalYyNUhNSzRObzhtTUZldmEvdnoxa3Vxb1grMmlQbkQvcEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTY3c2VyZmpiM09zbHZxSUlpWEpVa1VqQm5Ed21BQTRtWFhMd2U1bVloeUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVlDbkFpRFV5ZmxSZWU1b0k1MlNYQm52Q2ZZbm1hSTM4aFExb2F2R3dXc2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVlDbkFpRFV5ZmxSZWU1b0k1MlNYQm52Q2ZZbm1hSTM4aFExb2F2R3dXc2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2150,12 +2226,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUVphYTBtL0JxS3E4RFFUVklpU3BHemJHTVNhRGl4MllzR1dLRi9CaDBUU2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnYzFRK1Q3VWE0UHUvMHNSNHFmY2JydHQzbzREM0xKS3A0VzE1cVhIdXppM3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakZmYldGdTkvSGlHYXU5T1hEcC8rTWc0OW5oZDJUbnB1eHJWb0ZyS0ZwMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZakZmYldGdTkvSGlHYXU5T1hEcC8rTWc0OW5oZDJUbnB1eHJWb0ZyS0ZwMVE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2176,12 +2252,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU2h2WGUrZjVhaFZPMllFSklFbEdxS2grVEtBRlIrc091YzdpeXo2d0pTL2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZXJSTlJzWnMralN3V3IxSmI1NEd6MER4THpHamJqWmNFd3UxQnIrQTlTN0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVFrci8wakdMTmNzbnVQdktPc0dyTDkvTTZJZytWQXZvS0xrMGpvODA0WXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaVFrci8wakdMTmNzbnVQdktPc0dyTDkvTTZJZytWQXZvS0xrMGpvODA0WXc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2202,12 +2278,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3dONkp3NnFQSkpEbGtBRXZBNWVIYUgxcXJYeW8xZTh1WHptaVNEOUllanc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFJVZldEbmxjc2tweFgzVS8yangzcytPZjdoYVR0NVNIMVFxSzVmSkk2TEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFpKc2tMYXJ5c2RXQmFvM0EwZkU3WmJyQ0ZzYnkyd0dQRDRsT0JXdzduU1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFpKc2tMYXJ5c2RXQmFvM0EwZkU3WmJyQ0ZzYnkyd0dQRDRsT0JXdzduU1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2228,12 +2304,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU0FCU0xiNTNxQUptcXlzZ2NVb216SmszQVVqWE9yY1hBTDZUb0JzMjVCUkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZUsxU2FYM05PVHBLdmlickg2SHBtTzU3WXRPWm1BYlhTQVYwZUg2bE00QVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXFCS3FFWWZnL3RSNWZnclovU003aTBaUW9jOVl1ZGpnUzB1MXoySGtKR0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXFCS3FFWWZnL3RSNWZnclovU003aTBaUW9jOVl1ZGpnUzB1MXoySGtKR0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2254,12 +2330,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUUY2bE96L2JjcjNYa1lubnFFRXJhVHBoaExjeWxmblBGT09aMGREam9pUVE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZXRQMUhGS0JBUGlrK1lhY2N2NlBWMXFqbTNrZXhhU29NN2NBblpjOTlWdXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0tza2k5RkpIOSsxb3RVS3JGQ2dxODFKSHFqVDU4RW9LM0NSWllMZHVGS0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0tza2k5RkpIOSsxb3RVS3JGQ2dxODFKSHFqVDU4RW9LM0NSWllMZHVGS0E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2280,12 +2356,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUm5TdG1aQWlhYndjeEdlLzd6MFBoMjVHdEQ1Vld1bDd3VlB5NXRIMm1nY2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTBXakVraVBHOXNqYUtRT1hLU2FHOW1iWXB5M04vZ2Y1OXQweTFUV0czRHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWZ0ZHM5OXBPUU1KeFUyRDF0bUw2eFJ2eC91OEVZUWhWdVJaL1hoTTF6VlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWZ0ZHM5OXBPUU1KeFUyRDF0bUw2eFJ2eC91OEVZUWhWdVJaL1hoTTF6VlE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2306,12 +2382,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUlo2WHlkMi82UkQyOGd4bzZTS2lrTVhSTC9RMjQra0Y1dmoza0VndU5SVHc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHlHUUYzZkZpQzh4emtUYVhXaDZENmlSbEZFdWh4ODFpeUtmc25kRG1Bd0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0xQK2lEMmJMNzJUY3N0TTh4eCtldlY0b3hzSEVPbXA5ZXB1NlRpd29CTmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ0xQK2lEMmJMNzJUY3N0TTh4eCtldlY0b3hzSEVPbXA5ZXB1NlRpd29CTmc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2332,12 +2408,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUWhEV2xDWTFrK3JMQjFqcFF6aU1aQUp5ZXhMMTA4dmJTVWkrdDBsMThaZGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnVNRlQ1V2V1WjM1eWRLOTNUNG05eUl0VUhpd2JSeDdaTkdPNVpnWS9LZ0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaERtL1Z6UjgzcTRBOEsrdm53ekRNZVFZWGV6QnFGL1pKVlpnejdGY016ckE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaERtL1Z6UjgzcTRBOEsrdm53ekRNZVFZWGV6QnFGL1pKVlpnejdGY016ckE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2386,12 +2462,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3VjQ05saEdUQkhpR3pwZkFua0x4NzlacGt2YnN1THBsZ0RNNWhRY1FlYWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY3JjVVlJTG1jelBCd1lRZHFpSmUvanA3RzRuWHdqVlNQeUF1Z2hxTUxZWEE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEV2ZHc3QkR4anVPTjlqS0tMMjJhU0ZsOTZ0akFpVjVYd0lSNk91RzlDZ3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaEV2ZHc3QkR4anVPTjlqS0tMMjJhU0ZsOTZ0akFpVjVYd0lSNk91RzlDZ3c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2412,12 +2488,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUjFMek5kcDl5cFhRS2FDb0NhNitHWmFVZGovNWU3SWdxNXR3MncyV215N0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHdtT1FPUE9TbzF6YU9pZnUvazdETTlLdGtYZWpsTzQ5NW5MenJkUUN2REE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVPOVdoVDNpV3laSmd2RVk0TTNyNm1DdGhCUmwxN1Rad21nT0U1dThBaGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajVPOVdoVDNpV3laSmd2RVk0TTNyNm1DdGhCUmwxN1Rad21nT0U1dThBaGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2438,12 +2514,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUWFUci9BZG4wZm1QRzl3b21hQkxEWGthS203NTdDZ093TEc4cENPSmZxWUE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZjN1WEZXSmVJM1JvQ1QvaGtnSWgwck14TDhubjdLS0NYcHNmN05GMEdrZkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzhrbHFxZGNqQ3hDMmd6TVJnb1ZIMTc5TmQvS1JOdHFaUmk2bDE3NUtyK2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzhrbHFxZGNqQ3hDMmd6TVJnb1ZIMTc5TmQvS1JOdHFaUmk2bDE3NUtyK2c9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2464,12 +2540,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUzB2c25DcjN1K2pPZ1hRYTAxMmJvMmJuSm9jZkNxeFdzeWZNeGdVMnNld2c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2d1RFFSMzd5a1JabEJOWGwvaGQ5N05yOTZVUDdIdGVzLzlyRjhLVVpYM1E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2hYNEVMQkN0ZEJXN1NTTVRlSVUxUk40UUo4MjFNRWFES1hvYm1ZQ21aSFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ2hYNEVMQkN0ZEJXN1NTTVRlSVUxUk40UUo4MjFNRWFES1hvYm1ZQ21aSFE9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2490,12 +2566,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUk9PV2h0NUVvbzA2OUIyUzhaQmwzMVhrYkxVbnRoNEFDNU5BdXJpd1FaWkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZXBpRkVYdlVmdWVuTU41SWkrWnBVZkJNSzlWSVJxTnVtZnNQbEs2emhkeXc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDNlYlFqYTcvWDEzZzJmemhrRDRIN2I2cTIralk0ZmRVSU8zSFZGWnQ2T1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDNlYlFqYTcvWDEzZzJmemhrRDRIN2I2cTIralk0ZmRVSU8zSFZGWnQ2T1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2516,12 +2592,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVEdVYjVCK1h5ZE4zc2tvdG9xbGFsZytHUm90ZGxmRWg3NGUrS0N2SlNWV3c9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZDRBK1Jhek5xQ01mYTROUmlHa1FSZ1F5RW5KQUxnSFJoczU1dkVHbGJRN0E9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1ZEeWVYa0ZVK3J5aFQ3emY3YTRWS2VYa1BJSHJQemtueHE5UFlocFhyNWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1ZEeWVYa0ZVK3J5aFQ3emY3YTRWS2VYa1BJSHJQemtueHE5UFlocFhyNWc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2542,12 +2618,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3hkU0YvQVBKTVZ1SGJPdWp1b3UvWWNqTFlPc0QxNTlKd1JpVmRzN0RCYkE9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZFdMRVgzY0ZxN2k0ZmgxUjdVcms3dTg2UlkvOFFWL2dRY0Vmd0R0amc0QWc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhCaXo0T20yenpaRE9kWXcrdlZVUmxwOG40LzRoQzA2Y0MyNFRlY21mVGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUhCaXo0T20yenpaRE9kWXcrdlZVUmxwOG40LzRoQzA2Y0MyNFRlY21mVGc9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2568,12 +2644,12 @@ code {
<div class="episode-links">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUmFteTRlWisvZjJkeTZ4OEFqMS94T21QcHptNXNRdVNsTVdnamRpdW9JQmc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnRVOEtDVVhaWk51cFQ3cGlib0twRlloT3hJVCtNSXZFRnJsTkM3OGFiWGc9PQ==" class="btn btn-sm">Download HubCloud&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg></a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUg2UXpHenFtS3VjYXhDMTJMNlZDSUhrSitLQXF0WWRpTXBpOE5HZkVhN1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaUg2UXpHenFtS3VjYXhDMTJMNlZDSUhrSitLQXF0WWRpTXBpOE5HZkVhN1E9PQ==" class="btn btn-sm">Download HubDrive&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
@ -2661,78 +2737,140 @@ code {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/foundation-series-2054.html" class="movie-card">
<a href="/stranger-things-series-414/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tg9I5pOY4M9CKj8U0cxVBTsm5eh.jpg" alt="Foundation" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg" alt="Stranger Things" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Foundation</h3>
<p class="movie-card-meta">2021 • S1.0-S3.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/tarot-series-3443.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/diEPoV1IgS0RCAae3pE4ZVkCq2A.jpg" alt="Tarot" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Netflix</span>
<span class="movie-card-format">Tamil</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Telugu</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Tarot</h3>
<p class="movie-card-meta">2024 • S1.0 </p>
<h3 class="movie-card-title">Stranger Things</h3>
<p class="movie-card-meta">2016 • S1.0-S5.2 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/wolf-king-series-3433.html" class="movie-card">
<a href="/mayor-of-kingstown-series-4053/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/jgs2AtxtOMRuVHYjSofbv3P9WnN.jpg" alt="Wolf King" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Sci-Fi & Fantasy</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Wolf King</h3>
<p class="movie-card-meta">2025 • S1.0-S2.0 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/kontrabida-academy-movie-3439.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/uiW2ff73RZzPABKtnjW5wmt43CU.jpg" alt="Kontrabida Academy" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/86OUOPulMiM8rjrQSt4KMev7UAa.jpg" alt="Mayor of Kingstown" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">JioHotstar</span>
<span class="movie-card-format">Paramount+</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Kontrabida Academy</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Mayor of Kingstown</h3>
<p class="movie-card-meta">2021 • S1.0-S4.0 EP10 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/one-punch-man-series-565/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/sCYBBcI1PQFUsPWYVtW1dR1dhY7.jpg" alt="One Punch Man" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">One Punch Man</h3>
<p class="movie-card-meta">2015 • S1.0-S3.0 EP13 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/gachiakuta-series-2210/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/84LdrRRvpWk8g0EaaW7z3eKdfum.jpg" alt="Gachiakuta" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Gachiakuta</h3>
<p class="movie-card-meta">2025 • S1.1-S1.2 EP22 </p>
</div>
</a>

View file

@ -0,0 +1,400 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/crank-movie-1745/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg" alt="Crank" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crank</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/crank-high-voltage-movie-1746/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tzTC4EEvF0OPL63frEiogxL2T8M.jpg" alt="Crank: High Voltage" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crank: High Voltage</h3>
<p class="movie-card-meta">2009 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -0,0 +1,372 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/crayon-shin-chan-action-mask-vs-leotard-devil-movie-2971/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/bLqbZSY1uZUFtZBM0dvx6YHLiJJ.jpg" alt="Crayon Shin-chan: Action Mask vs. Leotard Devil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Action Mask vs. Leotard Devil</h3>
<p class="movie-card-meta">1993 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -13,8 +13,8 @@
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
@ -25,11 +25,14 @@
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
@ -89,7 +92,9 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -101,12 +106,36 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -203,368 +232,160 @@
<a href="/crayon-shin-chan-unkokusais-ambition-movie-2991.html" class="movie-card">
<a href="/crayon-shin-chan-the-legend-called-dance-amigo-movie-4609/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/53Ed1lW5ciHRJngMaNeVanzS8DY.jpg" alt="Crayon Shin-chan: Unkokusai's Ambition" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/vjWBUrPshZiBHAEXR9mlMlVlbOZ.jpg" alt="Crayon Shin-chan: The Legend Called Dance! Amigo!" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Unkokusai's Ambition</h3>
<p class="movie-card-meta">1995 </p>
</div>
</a>
<a href="/crayon-shinchan-blitzkrieg-pigs-hoofs-secret-mission-movie-3116.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8Wd9O0IjvUPMITU9HNA7elUCYkH.jpg" alt="Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Multi Audios</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission</h3>
<p class="movie-card-meta">1998 </p>
<h3 class="movie-card-title">Crayon Shin-chan: The Legend Called Dance! Amigo!</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/crayon-shin-chan-great-adventure-in-henderland-movie-3029.html" class="movie-card">
<a href="/crayon-shin-chan-invoke-a-storm-the-kasukabe-boys-of-the-evening-sun-movie-4414/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/t2cKB9N95so7tKtlz71cBTGg2UD.jpg" alt="Crayon Shin-chan: Great Adventure In Henderland" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/1o0VFMuFrcczh3vNPWOGzEPjMjK.jpg" alt="Crayon Shin-chan: Invoke a Storm! The Kasukabe Boys of the Evening Sun" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Great Adventure In Henderland</h3>
<p class="movie-card-meta">1996 </p>
</div>
</a>
<a href="/crayon-shin-chan-action-mask-vs-leotard-devil-movie-2971.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/bLqbZSY1uZUFtZBM0dvx6YHLiJJ.jpg" alt="Crayon Shin-chan: Action Mask vs. Leotard Devil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Action Mask vs. Leotard Devil</h3>
<p class="movie-card-meta">1993 </p>
</div>
</a>
<a href="/crayon-shin-chan-pursuit-of-the-balls-of-darkness-movie-3094.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8NlnDeZtscTjOEFTzDRZzI2vIXJ.jpg" alt="Crayon Shin-chan: Pursuit of the Balls of Darkness" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Pursuit of the Balls of Darkness</h3>
<p class="movie-card-meta">1997 </p>
<h3 class="movie-card-title">Crayon Shin-chan: Invoke a Storm! The Kasukabe Boys of the Evening Sun</h3>
<p class="movie-card-meta">2004 </p>
</div>
</a>
<a href="/crayon-shin-chan-a-storm-invoking-jungle-movie-3145.html" class="movie-card">
<a href="/crayon-shin-chan-the-legend-called-buri-buri-3-minutes-charge-movie-4413/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pbcpCQ8sHRUhNCeCnBTgdver4N6.jpg" alt="Crayon Shin-chan: A Storm-invoking Jungle" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/34FK9wKwkaIyM8CG3UCPodeBMUe.jpg" alt="Crayon Shin-chan: The Legend Called Buri Buri 3 Minutes Charge" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: A Storm-invoking Jungle</h3>
<p class="movie-card-meta">2000 </p>
<h3 class="movie-card-title">Crayon Shin-chan: The Legend Called Buri Buri 3 Minutes Charge</h3>
<p class="movie-card-meta">2005 </p>
</div>
</a>
<a href="/crayon-shin-chan-explosion-the-hot-springs-feel-good-final-battle-movie-3128.html" class="movie-card">
<a href="/crayon-shinchan-the-storm-called-the-battle-of-the-warring-states-movie-3257/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/kYDZKDB0mkAglbl2phJfLFJmKqe.jpg" alt="Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/tmfQp0pG9BsdTpmFpBIuUuCxtWA.jpg" alt="Crayon Shinchan : The Storm Called The Battle of the Warring States" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle</h3>
<p class="movie-card-meta">1999 </p>
<h3 class="movie-card-title">Crayon Shinchan : The Storm Called The Battle of the Warring States</h3>
<p class="movie-card-meta">2002 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-hidden-treasure-of-the-buri-buri-kingdom-movie-2976.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pKAKgrrz4jyl7HlQETu8grWR3t4.jpg" alt="Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom</h3>
<p class="movie-card-meta">1994 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-movie-our-dinosaur-diary-movie-744.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/n7YcOeqPOmvQ2PUatn4UqV5YStj.jpg" alt="Crayon Shin-chan the Movie: Our Dinosaur Diary" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan the Movie: Our Dinosaur Diary</h3>
<p class="movie-card-meta">2024 </p>
</div>
</a>
<a href="/crayon-shin-chan-honeymoon-hurricane-the-lost-hiroshi-movie-2686.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/lX4GqaRoOdnQB34mQjDzwnscvj6.jpg" alt="Crayon Shin-chan: Honeymoon Hurricane ~The Lost Hiroshi~" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Honeymoon Hurricane ~The Lost Hiroshi~</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-adult-empire-strikes-back-movie-3154.html" class="movie-card">
<a href="/crayon-shin-chan-the-adult-empire-strikes-back-movie-3154/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/heJkgOCx4pHqdooYA1h7B65ghvf.jpg" alt="Crayon Shin-chan: The Adult Empire Strikes Back" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
@ -577,40 +398,244 @@
<a href="/go-movie-2895.html" class="movie-card">
<a href="/crayon-shin-chan-a-storm-invoking-jungle-movie-3145/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/kP0OOAa4GTZSUPW8fgPbk1OmKEW.jpg" alt="Go" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/pbcpCQ8sHRUhNCeCnBTgdver4N6.jpg" alt="Crayon Shin-chan: A Storm-invoking Jungle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Go</h3>
<h3 class="movie-card-title">Crayon Shin-chan: A Storm-invoking Jungle</h3>
<p class="movie-card-meta">2000 </p>
</div>
</a>
<a href="/crayon-shin-chan-explosion-the-hot-springs-feel-good-final-battle-movie-3128/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/kYDZKDB0mkAglbl2phJfLFJmKqe.jpg" alt="Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle</h3>
<p class="movie-card-meta">1999 </p>
</div>
</a>
<a href="/crayon-shinchan-blitzkrieg-pigs-hoofs-secret-mission-movie-3116/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8Wd9O0IjvUPMITU9HNA7elUCYkH.jpg" alt="Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission</h3>
<p class="movie-card-meta">1998 </p>
</div>
</a>
<a href="/crayon-shin-chan-pursuit-of-the-balls-of-darkness-movie-3094/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8NlnDeZtscTjOEFTzDRZzI2vIXJ.jpg" alt="Crayon Shin-chan: Pursuit of the Balls of Darkness" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Pursuit of the Balls of Darkness</h3>
<p class="movie-card-meta">1997 </p>
</div>
</a>
<a href="/crayon-shin-chan-great-adventure-in-henderland-movie-3029/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/t2cKB9N95so7tKtlz71cBTGg2UD.jpg" alt="Crayon Shin-chan: Great Adventure In Henderland" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Great Adventure In Henderland</h3>
<p class="movie-card-meta">1996 </p>
</div>
</a>
<a href="/crayon-shin-chan-unkokusais-ambition-movie-2991/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/53Ed1lW5ciHRJngMaNeVanzS8DY.jpg" alt="Crayon Shin-chan: Unkokusai's Ambition" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Unkokusai's Ambition</h3>
<p class="movie-card-meta">1995 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-hidden-treasure-of-the-buri-buri-kingdom-movie-2976/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pKAKgrrz4jyl7HlQETu8grWR3t4.jpg" alt="Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom</h3>
<p class="movie-card-meta">1994 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
@ -640,10 +665,10 @@
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998' class='pagination-item'>2</a><a href='/page/29.html?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998' class='pagination-item'>29</a>
<a class='pagination-item active'>1</a><a href='/page/2/?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998' class='pagination-item'>2</a><a href='/page/2/?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998' class='pagination-item'>2</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998" class="pagination-item pagination-next">
<a href="/page/2/?s=Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen 1998" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
@ -715,6 +740,6 @@
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -13,8 +13,8 @@
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
@ -25,11 +25,14 @@
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
@ -89,7 +92,9 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -101,12 +106,36 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -203,30 +232,32 @@
<a href="/lovely-runner-series-3379.html" class="movie-card">
<a href="/dark-series-889/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg" alt="Lovely Runner" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/apbrbWs8M9lyOpJYU5WXrpFbk1Z.jpg" alt="Dark" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Korean</span>
<span class="movie-card-format">Music</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">AAC</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
@ -234,378 +265,172 @@
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Lovely Runner</h3>
<p class="movie-card-meta">2024 • S01 </p>
<h3 class="movie-card-title">Dark</h3>
<p class="movie-card-meta">2017 • S01-S03 </p>
</div>
</a>
<a href="/gunner-movie-2319.html" class="movie-card">
<a href="/the-dark-knight-rises-movie-467/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/cS2TXN1YlrCvkZmMxaevC1ZKtEz.jpg" alt="Gunner" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/hr0L2aueqlP2BYUblTTjmtn0hw4.jpg" alt="The Dark Knight Rises" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">IMAX</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Gunner</h3>
<p class="movie-card-meta">2024 </p>
<h3 class="movie-card-title">The Dark Knight Rises</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
<a href="/blade-runner-2049-movie-862.html" class="movie-card">
<a href="/the-dark-knight-movie-465/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/gajva2L0rPYkEWjzgFlBXCAVBE5.jpg" alt="Blade Runner 2049" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/qJ2tW6WMUDux911r6m7haRef0WH.jpg" alt="The Dark Knight" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">IMAX</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Blade Runner 2049</h3>
<p class="movie-card-meta">2017 </p>
<h3 class="movie-card-title">The Dark Knight</h3>
<p class="movie-card-meta">2008 </p>
</div>
</a>
<a href="/my-lovely-liar-series-3541.html" class="movie-card">
<a href="/yandere-dark-elf-she-chased-me-all-the-way-from-another-world-series-4443/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/msYlN0cIpuTKlWYnEStdoBuHmvX.jpg" alt="My Lovely Liar" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/eCWtp80MCEBPMuRmAjm2zNMgOSW.jpg" alt="Yandere Dark Elf: She Chased Me All the Way from Another World!" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Korean</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">My Lovely Liar</h3>
<p class="movie-card-meta">2023 • S01 </p>
</div>
</a>
<a href="/the-maze-runner-movie-488.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/ode14q7WtDugFDp78fo9lCsmay9.jpg" alt="The Maze Runner" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Maze Runner</h3>
<p class="movie-card-meta">2014 </p>
</div>
</a>
<a href="/the-lovely-bones-movie-3402.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/sn0iDphRxQ7I6aLd9igIgACITak.jpg" alt="The Lovely Bones" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">DV HDR</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Lovely Bones</h3>
<p class="movie-card-meta">2009 </p>
</div>
</a>
<a href="/lonely-enough-to-love-series-2682.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/6qhKb5e9olZJ5XilDBkOdZpGXKq.jpg" alt="Lonely Enough to Love!" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Lonely Enough to Love!</h3>
<p class="movie-card-meta">2020 • S01 </p>
</div>
</a>
<a href="/maze-runner-the-scorch-trials-movie-492.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/mYw7ZyejqSCPFlrT2jHZOESZDU3.jpg" alt="Maze Runner: The Scorch Trials" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">VOD</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Maze Runner: The Scorch Trials</h3>
<p class="movie-card-meta">2015 </p>
<h3 class="movie-card-title">Yandere Dark Elf: She Chased Me All the Way from Another World!</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/maze-runner-the-death-cure-movie-493.html" class="movie-card">
<a href="/jeremy-wades-dark-waters-series-4244/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/drbERzlA4cuRWhsTXfFOY4mRR4f.jpg" alt="Maze Runner: The Death Cure" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/aIfRUAUaPqNZ2L2F5fkJyiTEqp9.jpg" alt="Jeremy Wade's Dark Waters" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Maze Runner: The Death Cure</h3>
<p class="movie-card-meta">2018 </p>
</div>
</a>
<a href="/rust-movie-564.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/4pRZulxWOr3iVKT5q2tVOWPCMA9.jpg" alt="Rust" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Western</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Rust</h3>
<p class="movie-card-meta">2024 </p>
</div>
</a>
<a href="/unstoppable-movie-625.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xanYKxuFkDPrMngvm1NSHVGOEjS.jpg" alt="Unstoppable" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Documentary</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Tamil</span>
<span class="movie-card-format">History</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Disney+</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Unstoppable</h3>
<p class="movie-card-meta">2024 </p>
<h3 class="movie-card-title">Jeremy Wade's Dark Waters</h3>
<p class="movie-card-meta">2019 • S01 </p>
</div>
</a>
<a href="/survive-movie-321.html" class="movie-card">
<a href="/dark-nuns-movie-4203/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7fR3KxswtY8OHHZuOUB9td58CRX.jpg" alt="Survive" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/2Abt2GgscAGtGAXTrhH44qPhugI.jpg" alt="Dark Nuns" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
@ -614,8 +439,216 @@
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Survive</h3>
<p class="movie-card-meta">2024 </p>
<h3 class="movie-card-title">Dark Nuns</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/the-terminal-list-dark-wolf-series-3193/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/9mYeRoWguq5etbwJRdF8BXFKiF.jpg" alt="The Terminal List: Dark Wolf" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Terminal List: Dark Wolf</h3>
<p class="movie-card-meta">2025 • S01 EP07 </p>
</div>
</a>
<a href="/dark-whispers---volume-1-movie-3615/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tJq1KtnSRCDOMnPcVUtxGB5dfAQ.jpg" alt="Dark Whispers - Volume 1" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Hollywood</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dark Whispers - Volume 1</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/30-days-of-night-dark-days-movie-3605/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/bXHaXVGncI2WKUrNRYDyTyj3ymR.jpg" alt="30 Days of Night: Dark Days" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">30 Days of Night: Dark Days</h3>
<p class="movie-card-meta">2010 </p>
</div>
</a>
<a href="/the-dark-crystal-movie-2994/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/6g1Kh73qQRosyhRJpL3euQpMxOE.jpg" alt="The Dark Crystal" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Dark Crystal</h3>
<p class="movie-card-meta">1982 </p>
</div>
</a>
<a href="/elvira-mistress-of-the-dark-movie-2846/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pCbjmtAsrcJVYelv2OoRWwZ8uro.jpg" alt="Elvira: Mistress of the Dark" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Elvira: Mistress of the Dark</h3>
<p class="movie-card-meta">1988 </p>
</div>
</a>
<a href="/zero-dark-thirty-movie-2786/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/dVodtdWDkLsutWGgEEWSFnnH6ei.jpg" alt="Zero Dark Thirty" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Zero Dark Thirty</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
@ -650,10 +683,10 @@
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Lovely Runner 2024' class='pagination-item'>2</a><a href='/page/148.html?s=Lovely Runner 2024' class='pagination-item'>148</a>
<a class='pagination-item active'>1</a><a href='/page/2/?s=Dark 2017' class='pagination-item'>2</a><a href='/page/2/?s=Dark 2017' class='pagination-item'>2</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Lovely Runner 2024" class="pagination-item pagination-next">
<a href="/page/2/?s=Dark 2017" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
@ -725,6 +758,6 @@
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -0,0 +1,364 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/dexter-original-sin-series-336/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg" alt="Dexter: Original Sin" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Original Sin</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -0,0 +1,366 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/dexter-resurrection-series-2297/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/hIawSocuwqgNeRf3JuKuxgMHmSC.jpg" alt="Dexter: Resurrection" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Resurrection</h3>
<p class="movie-card-meta">2025 • S01 EP10 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -0,0 +1,374 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/lovely-runner-series-3379/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg" alt="Lovely Runner" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Music</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Amazon Prime Video</span>
<span class="movie-card-format">Korean</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Lovely Runner</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -13,8 +13,8 @@
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
@ -25,11 +25,14 @@
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
@ -89,7 +92,9 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -101,12 +106,36 @@
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -203,25 +232,229 @@
<a href="/superman-imax-movie-2998.html" class="movie-card">
<a href="/superman-movie-903/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/d7px1FQxW4tngdACVRsCSaZq0Xl.jpg" alt="Superman" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman</h3>
<p class="movie-card-meta">1978 </p>
</div>
</a>
<a href="/superman-returns-movie-931/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/385XwTQZDpRX2d3kxtnpiLrjBXw.jpg" alt="Superman Returns" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman Returns</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/superman-iv-the-quest-for-peace-movie-928/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/aQ1d9OB0xtAenIL0Ke3xV17St4S.jpg" alt="Superman IV: The Quest for Peace" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman IV: The Quest for Peace</h3>
<p class="movie-card-meta">1987 </p>
</div>
</a>
<a href="/superman-iii-movie-927/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/aac3vujaTWRLARNDEcMyGSvJfsx.jpg" alt="Superman III" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman III</h3>
<p class="movie-card-meta">1983 </p>
</div>
</a>
<a href="/superman-ii-movie-926/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/3xk5cno9BHcnwc97XO9k21aI1Zi.jpg" alt="Superman II" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman II</h3>
<p class="movie-card-meta">1980 </p>
</div>
</a>
<a href="/batman-v-superman-dawn-of-justice-movie-80/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/5UsK3grJvtQrtzEgqNlDljJW96w.jpg" alt="Batman v Superman: Dawn of Justice" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Batman v Superman: Dawn of Justice</h3>
<p class="movie-card-meta">2016 </p>
</div>
</a>
<a href="/superman-imax-movie-2998/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/ombsmhYUqR4qqOLOxAyr5V8hbyv.jpg" alt="Superman [IMAX]" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">WEB-DL</span>
@ -239,351 +472,39 @@
<a href="/superman-ii-movie-926.html" class="movie-card">
<a href="/superman-doomsday-movie-3569/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/3xk5cno9BHcnwc97XO9k21aI1Zi.jpg" alt="Superman II" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/itvuWm7DFWWzWgW0xgiaKzzWszP.jpg" alt="Superman: Doomsday" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">English</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman II</h3>
<p class="movie-card-meta">1980 </p>
</div>
</a>
<a href="/superman-movie-903.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/d7px1FQxW4tngdACVRsCSaZq0Xl.jpg" alt="Superman" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman</h3>
<p class="movie-card-meta">1978 </p>
</div>
</a>
<a href="/superman-iii-movie-927.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/aac3vujaTWRLARNDEcMyGSvJfsx.jpg" alt="Superman III" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">English</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman III</h3>
<p class="movie-card-meta">1983 </p>
</div>
</a>
<a href="/superman-returns-movie-931.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/385XwTQZDpRX2d3kxtnpiLrjBXw.jpg" alt="Superman Returns" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman Returns</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/batman-v-superman-dawn-of-justice-movie-80.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/5UsK3grJvtQrtzEgqNlDljJW96w.jpg" alt="Batman v Superman: Dawn of Justice" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Batman v Superman: Dawn of Justice</h3>
<p class="movie-card-meta">2016 </p>
</div>
</a>
<a href="/superman-iv-the-quest-for-peace-movie-928.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/aQ1d9OB0xtAenIL0Ke3xV17St4S.jpg" alt="Superman IV: The Quest for Peace" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">DV HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Superman IV: The Quest for Peace</h3>
<p class="movie-card-meta">1987 </p>
</div>
</a>
<a href="/wwe-summerslam-2025---saturday-movie-2782.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/indblmC8wcPffpGBPFDvFMnFkgc.jpg" alt="WWE SummerSlam 2025 - Saturday" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE SummerSlam 2025 - Saturday</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/wwe-royal-rumble-2025-movie-2773.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pfwcQwARh7Gt2f8JEPxxiscqkpo.jpg" alt="WWE Royal Rumble 2025" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE Royal Rumble 2025</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/wwe-evolution-2025-movie-2325.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/m7EkULo8B5wA5acCAjBzFjzZXDC.jpg" alt="WWE Evolution 2025" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE Evolution 2025</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/pulse-series-15.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/uGKTDr8ruc4IHGsEZ8wSQZpy2eN.jpg" alt="PULSE" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">PULSE</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/toile-series-410.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/e56elhedMQT2gJa9Hxix9IEBUoC.jpg" alt="Étoile" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Étoile</h3>
<p class="movie-card-meta">2025 • S01 </p>
<h3 class="movie-card-title">Superman: Doomsday</h3>
<p class="movie-card-meta">2007 </p>
</div>
</a>
@ -618,14 +539,9 @@
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Superman 2025' class='pagination-item'>2</a><a href='/page/149.html?s=Superman 2025' class='pagination-item'>149</a>
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Superman 2025" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
@ -693,6 +609,6 @@
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -0,0 +1,396 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<!-- Link to Google Fonts Stylesheets -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/all-the-devils-are-here-movie-3671/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/2Acrt6eCQjgP6Whc941F6q9IDk4.jpg" alt="All the Devils Are Here" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">All the Devils Are Here</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/the-devils-plan-series-632/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/vNoINLWniSpqS2Qaol4BINX7BSY.jpg" alt="The Devil's Plan" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Devil's Plan</h3>
<p class="movie-card-meta">2023 • S01-S02 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a>
<!-- Next Page Link -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c19"></script>
</body>
</html>

View file

@ -25,6 +25,9 @@
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<script data-cfasync="false" src="//dl4d3y1ajyv3q.cloudfront.net/?aydld=1221937"></script>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
@ -33,17 +36,17 @@
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="css/styles.css?v=0.14.69c18">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c19">
<script src="js/main.js?v=0.14.69c18"></script>
<script src="js/movie-page.js?v=0.14.69c18"></script>
<script src="/js/main.js?v=0.14.69c19"></script>
<script src="/js/movie-page.js?v=0.14.69c19"></script>
<!-- Font -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}</style>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<!-- JavaScript to apply font-display: swap -->
@ -953,6 +956,47 @@ p, .metadata-value, .episode-description, .movie-tagline {
}
}
/* The Rating Container */
.imdb-badge {
display: flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.1); /* Subtle background to match theme */
padding: 4px 8px;
border-radius: 4px; /* Slightly rounded corners */
border: 1px solid rgb(255 255 255 / 55%);
}
/* The Yellow IMDb Text/Logo */
.imdb-logo {
background-color: #F5C518; /* Official IMDb Yellow */
color: #000000;
font-weight: 900;
padding: 0px 4px;
border-radius: 2px;
font-size: 11px;
line-height: 1.4;
}
/* The Score Text */
.imdb-score {
color: #ffffff;
font-weight: 600;
font-size: 13px;
}
/* Optional: Style for the surrounding elements for context */
.genre-tag {
border: 1px solid #666;
padding: 2px 10px;
border-radius: 12px;
color: #ccc;
}
.dot {
color: #666;
}
</style>
<!-- Google tag (gtag.js) -->
@ -1000,7 +1044,9 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/movies/" class="dropdown-item">Latest Movies</a></li>
<li><a href="/category/hindi-movies/" class="dropdown-item">Hindi Movies</a></li>
<li><a href="/category/english-movies/" class="dropdown-item">English Movies</a></li>
</ul>
</li>
@ -1012,12 +1058,36 @@ p, .metadata-value, .episode-description, .movie-tagline {
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/series/" class="dropdown-item">Latest Episodes</a></li>
<li><a href="/category/korean-series/" class="dropdown-item">Korean</a></li>
<li><a href="/category/drama-series/" class="dropdown-item">Drama</a></li>
<li><a href="/category/hindi-series/" class="dropdown-item">Hindi Series</a></li>
<li><a href="/category/english-series/" class="dropdown-item">English Series</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
OTT
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/netflix/" class="dropdown-item">Netflix</a></li>
<li><a href="/category/amazon_prime_video/" class="dropdown-item">Amazon Prime Video</a></li>
<li><a href="/category/jiohotstar/" class="dropdown-item">JioHotstar</a></li>
<li><a href="/category/disney/" class="dropdown-item">Disney+</a></li>
<li><a href="/category/Apple_TV/" class="dropdown-item">Apple TV+</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime/" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/2160p-HDR/" class="nav-link">4K HDR</a></li>
<li class="nav-item"><a href="/category/imdb/" class="nav-link">Top IMdb</a></li>
</ul>
</nav>
@ -1109,7 +1179,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
Home
</a>
<span class="breadcrumb-separator">/</span>
<a href="/category/new-movies-10810.html" class="text-muted-foreground hover:text-foreground">
<a href="/category/new-movies-10810/" class="text-muted-foreground hover:text-foreground">
Movies
</a>
</div>
@ -1132,8 +1202,13 @@ p, .metadata-value, .episode-description, .movie-tagline {
<p class="movie-tagline">Look up.</p>
<div class="mt-2 flex flex-wrap items-center gap-2 text-muted-foreground">
<span>2025</span>
<span>•</span>
<div class="imdb-badge badge">
<span class="imdb-logo">IMDb</span>
<span class="imdb-score">7.1</span>
</div>
<span>•</span>
<span class="badge badge-outline">1080p</span>
<span class="badge badge-outline">2160p</span>
@ -1193,7 +1268,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
</div>
<div class="metadata-item" style="display: flex; ">
<span class="metadata-label">Prints:</span>
<span class="metadata-value">BluRay, IMAX WEB-DL, IMAX WEBRip | 2160p, 1080p | DoVi HDR HEVC REMUX, REMUX AVC, HDR10+ DV HEVC, SDR HEVC, x264, DoVi HDR HEVC, HEVC</span>
<span class="metadata-value">BluRay, IMAX WEB-DL, IMAX WEBRip | 2160p, 1080p, 1080p 10bit | DoVi HDR HEVC REMUX, DoVi HDR HEVC, REMUX AVC, HDR10+ DV HEVC, SDR HEVC, x264, HEVC</span>
</div>
<div class="metadata-item" style="display: flex; ">
<span class="metadata-label">Audios:</span>
@ -1244,7 +1319,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">60.84 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVHJsZjhRWnVDaVlzSXpzOWh5M1NMeXVpOGw2QmtENDRPM3RoMmRtUXIvVnc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2pDb0dObmUxY1JKOTVMUzhtVC9EVkFNaWpUTHRnZnhjRXgwUlJmWEtzYWc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1252,7 +1327,57 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWNPaE1HRnlnRzZ4SVRaRDEzWGRVUVhtbVYyZFFaSFhhYmZmU2R3eEhvbVE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaWNPaE1HRnlnRzZ4SVRaRDEzWGRVUVhtbVYyZFFaSFhhYmZmU2R3eEhvbVE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- File 1 -->
<div class="download-item border rounded-lg overflow-hidden">
<div class="download-header px-4 py-3 bg-muted/20 flex items-center justify-between cursor-pointer" data-file-id="file11013">
<div class="flex-1 text-left font-semibold">
Superman [IMAX] (2160p BluRay DoVi HDR HEVC)
<br><code><span class="badge" style="background-color: #ea580c; color: white;">33.84 GB</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="chevron-icon h-4 w-4">
<path d="m6 9 6 6 6-6" />
</svg>
</div>
<div id="content-file11013" class="px-4 pb-4 pt-2 hidden">
<div class="file-title">Superman (2025) 2160p 10bit BluRay DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (WiKi-Ionicboy).mkv</div>
<div class="grid gap-4" style="padding-top:10px;">
<div class="flex flex-wrap gap-2 mb-3">
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
<span class="badge" style="background-color: #1e40af; color: white;">BluRay 2160p</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #7e22ce; color: white;">DoVi HDR HEVC</span>
<span class="badge" style="background-color: #dc2626; color: white;">4kHDHub.Com</span>
<!--span class="badge" style="background-color: #ea580c; color: white;">33.84 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZW94dUkvNytRKzdleldlUm5BK3I3TEdyVnYrTklhOGZwVkJFdGdmSkUzZ2c9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzIvVWZuTEhoRy9kb1RTRUN3WVZVTlZ1dVNQbVhGaG5oZnFRQlM4NTk3dUE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1294,7 +1419,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">25.09 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyU3ZCbUl4V3Z0STBYY05iVlc5alo2bXoxVVNyNk45a2FIZkhpT1BvWTd1Y0E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZG9BY0w2QVlJVGZBdG8wMDVTYTRkNmpyUmpsL25EU1c5eXdua1FneSttU0E9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1302,7 +1427,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzNoUE9RejlZUTZmU3pPS1dmZWNpTWF5eU5tZHZ3dVBRbUR6Q1NYZDF2bHc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZzNoUE9RejlZUTZmU3pPS1dmZWNpTWF5eU5tZHZ3dVBRbUR6Q1NYZDF2bHc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1344,7 +1469,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">24.84 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUjcxZVB5M0RydFBuWnorR3BXaXZwcTB1eFJGQzNWMm44cFEzNEl3RDlOM1E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZGpFUGxBS2diTlZTN1F0S2VDaVJFdjFrbzQ4bkcyMFZtbW9QeDdmMXBlOHc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1352,7 +1477,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXlpZWo1aTZSUXVyb004b0tUTU9vWXZGUTZqUEk0MXZHdnF3UnhFVFhXdVE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaXlpZWo1aTZSUXVyb004b0tUTU9vWXZGUTZqUEk0MXZHdnF3UnhFVFhXdVE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1394,7 +1519,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">24.83 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVDZTdHZMVkl2cHh6MW1tdERJTDBDUVV3VVFZZWNYWGJMMlZBZnovNWhyRUE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY2ZBZ2RIRTgwK1ljYkZ1dFkxRU5QRFphN3lqN25wNWN0cGsxYklCNkFwc3c9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1402,7 +1527,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDBjV2laVGJCNmgvYXppNm5RNVl5WURld1hiYk1KMFdUSFROZ1h6ckpvaHc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaDBjV2laVGJCNmgvYXppNm5RNVl5WURld1hiYk1KMFdUSFROZ1h6ckpvaHc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1444,7 +1569,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">22.04 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUmFYMDJ1QWpITVcxWWxuQ1dXZys4RStyVkRkZisreTg4dlZQU1JWd1A3WVE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZEJ5eC9tOEpYS0Q5cEVncHNNNVQ0ZzhVRWU5eTY4d1JXQ0hYQkdjTktmVmc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1452,7 +1577,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajBMM2QrY0RQQmhxRHpnaTByTFIxekpVVEN4dHZ6Y25vRmxkWHF5Q1NmZVE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZajBMM2QrY0RQQmhxRHpnaTByTFIxekpVVEN4dHZ6Y25vRmxkWHF5Q1NmZVE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1494,7 +1619,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">20.28 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVEJhcnhSOVdtUjErT2dac0FpK0ZOMlZmdVVKZjZIOGkzS3RpUUNsQVZSNWc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnY0pzdCt5Vk9icWN6U2h1b29iVjFhQmlla3lyRjA1cGZNUlFvdGlaWElTWVE9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1502,7 +1627,107 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3JHK21kQ3JCZkpaTlJhcERrcDR1Y3pYU0laU1ZrSXBpT2l5T0dkalM4WkE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3JHK21kQ3JCZkpaTlJhcERrcDR1Y3pYU0laU1ZrSXBpT2l5T0dkalM4WkE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- File 1 -->
<div class="download-item border rounded-lg overflow-hidden">
<div class="download-header px-4 py-3 bg-muted/20 flex items-center justify-between cursor-pointer" data-file-id="file11014">
<div class="flex-1 text-left font-semibold">
Superman [IMAX] (2160p BluRay DoVi HDR HEVC)
<br><code><span class="badge" style="background-color: #ea580c; color: white;">19.43 GB</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="chevron-icon h-4 w-4">
<path d="m6 9 6 6 6-6" />
</svg>
</div>
<div id="content-file11014" class="px-4 pb-4 pt-2 hidden">
<div class="file-title">Superman (2025) 2160p 10bit UHD BluRay DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (hallowed-Ionicboy).mkv</div>
<div class="grid gap-4" style="padding-top:10px;">
<div class="flex flex-wrap gap-2 mb-3">
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
<span class="badge" style="background-color: #1e40af; color: white;">BluRay 2160p</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #7e22ce; color: white;">DoVi HDR HEVC</span>
<span class="badge" style="background-color: #dc2626; color: white;">4kHDHub.Com</span>
<!--span class="badge" style="background-color: #ea580c; color: white;">19.43 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnYy9lT2xJRmxnNWdqbTY5SXFDUkVwSE1XNzVpTVhEWlNoelBwV2lSaUlSQXc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaERJbkJuOGFuN05EL0o5cXdVZnhKVHB2WW9oTVFJNjFjOFdVeW8rSXUwN3c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- File 1 -->
<div class="download-item border rounded-lg overflow-hidden">
<div class="download-header px-4 py-3 bg-muted/20 flex items-center justify-between cursor-pointer" data-file-id="file11012">
<div class="flex-1 text-left font-semibold">
Superman [IMAX] (1080p BluRay x264)
<br><code><span class="badge" style="background-color: #ea580c; color: white;">15.78 GB</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="chevron-icon h-4 w-4">
<path d="m6 9 6 6 6-6" />
</svg>
</div>
<div id="content-file11012" class="px-4 pb-4 pt-2 hidden">
<div class="file-title">Superman (2025) 1080p BluRay [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x264 (WiKi-Ionicboy).mkv</div>
<div class="grid gap-4" style="padding-top:10px;">
<div class="flex flex-wrap gap-2 mb-3">
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
<span class="badge" style="background-color: #1e40af; color: white;">BluRay 1080p</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #7e22ce; color: white;">x264</span>
<span class="badge" style="background-color: #dc2626; color: white;">4kHDHub.Com</span>
<!--span class="badge" style="background-color: #ea580c; color: white;">15.78 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZHQzc3BGWTRjK0ZDU0hrZ0VkYVlZc0VxbklBd3Y1Nklpd2NPaU9XSjQwdXc9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ3ZpNSt0MzFKb0tscHBpSXN1Z3JEdGpGTGVXbDgybUZwaVExc2tiV2hNZlE9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1544,7 +1769,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">9.6 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyVFRicWI5bWlheUQyU1NFS2RGbTZUaDRQbFo4RnZuWWNVaGZJREZqNG9ycHc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZnhXNXRoSmlVK1g3Zk9aN1pMNEFZSEZ6SzZpTysvcGZac0o4dHpKeERDN3c9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1552,7 +1777,57 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1pZYjJMUTBZTlpmNHRiT2VEMWs1SG1nMTZLODNqTTV2anRzbUg4eUZqVmc9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZZ1pZYjJMUTBZTlpmNHRiT2VEMWs1SG1nMTZLODNqTTV2anRzbUg4eUZqVmc9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
</div>
</div>
</div>
</div>
<!-- File 1 -->
<div class="download-item border rounded-lg overflow-hidden">
<div class="download-header px-4 py-3 bg-muted/20 flex items-center justify-between cursor-pointer" data-file-id="file11011">
<div class="flex-1 text-left font-semibold">
Superman [IMAX] (1080p 10bit BluRay HEVC)
<br><code><span class="badge" style="background-color: #ea580c; color: white;">8.74 GB</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
</code>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="chevron-icon h-4 w-4">
<path d="m6 9 6 6 6-6" />
</svg>
</div>
<div id="content-file11011" class="px-4 pb-4 pt-2 hidden">
<div class="file-title">Superman (2025) 1080p 10bit BluRay HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (HONE-Ionicboy).mkv</div>
<div class="grid gap-4" style="padding-top:10px;">
<div class="flex flex-wrap gap-2 mb-3">
<span class="badge" style="background-color: #15803d; color: white;">BluRay</span>
<span class="badge" style="background-color: #1e40af; color: white;">BluRay 1080p 10bit</span>
<span class="badge" style="background-color: #0d9488; color: white;">Hindi, Tamil, Telugu, English</span>
<span class="badge" style="background-color: #7e22ce; color: white;">HEVC</span>
<span class="badge" style="background-color: #dc2626; color: white;">4kHDHub.Com</span>
<!--span class="badge" style="background-color: #ea580c; color: white;">8.74 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZTNINlIvTlIweE9JY1V6b0Y2TjdlVDVyUGl3cjc3Y3NyU1pHaXY5bEg4V0E9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZak8yTzZJTnMxcmNpYWhYTkxuaFBkTElWc2psQXQ3NjVkWTNiSEViMFNlc2c9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1594,7 +1869,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<!--span class="badge" style="background-color: #ea580c; color: white;">6.94 GB</span-->
</div>
<div class="grid grid-cols-2 gap-2">
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvaHhpOFBFcWlwQUQ0VnRSUlFZaDIyUnI0T1E1SzBPVGNIejdWMXVkNUZqNUo0bzlrSkNDcFlXT29heFdLUUh3QlE9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvZzhmMjZOTkNrdktvSEp1VXBaU3FnZVhPQjV5MXlvaG5YYnpHdnpCNWM3VkpqeGhxRjN2em8rT08wb1JxK1U4SkE9PQ==" class="btn w-full flex justify-between items-center">
<span style="">Download HubCloud&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1602,7 +1877,7 @@ p, .metadata-value, .episode-description, .movie-tagline {
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
</a>
<a target="_blank" href="https://taazabull24.com/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFZ1U0VPN0tmWTVKRUZ0OXVyakR1WkRHeVA1ZTJvekNYNUR3ZjJwOGE0d1E9PQ==" class="btn w-full flex justify-between items-center">
<a target="_blank" href="https://gadgetsweb.xyz/?id=Q1dxTzFnbjhrQm5kMG5lL01tQzcvblZxSithZnFJTFdic1JwYUxHVkpZaFZ1U0VPN0tmWTVKRUZ0OXVyakR1WkRHeVA1ZTJvekNYNUR3ZjJwOGE0d1E9PQ==" class="btn w-full flex justify-between items-center">
<span>Download HubDrive&nbsp;</span>
<svg xmlns="http://www.w3.org/2000/svg" class="responsive-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
@ -1674,9 +1949,37 @@ p, .metadata-value, .episode-description, .movie-tagline {
<div class="card-grid-small">
<!-- Related Series 1 -->
<a href="/ne-zha-2-movie-2763.html" class="movie-card">
<a href="/demon-slayer-kimetsu-no-yaiba-infinity-castle-movie-5110/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/cb5NyNrqiCNNoDkA8FfxHAtypdG.jpg" alt="Ne Zha 2" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/fWVSwgjpT2D78VUh6X8UBd2rorW.jpg" alt="Demon Slayer: Kimetsu no Yaiba Infinity Castle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Demon Slayer: Kimetsu no Yaiba Infinity Castle</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/justice-league-movie-5109/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/eifGNCSDuxJeS1loAXil5bIGgvC.jpg" alt="Justice League" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
@ -1684,66 +1987,106 @@ p, .metadata-value, .episode-description, .movie-tagline {
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">DV HDR</span>
<span class="movie-card-format">SDR</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Ne Zha 2</h3>
<p class="movie-card-meta">2025 </p>
<h3 class="movie-card-title">Justice League</h3>
<p class="movie-card-meta">2017 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/horrid-henry-series-3530.html" class="movie-card">
<a href="/the-hobbit-the-battle-of-the-five-armies-movie-946/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7ZBlUaLeJaE66BTttAlox3fTU4u.jpg" alt="Horrid Henry" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/xT98tLqatZPQApyRmlPL12LtiWp.jpg" alt="The Hobbit: The Battle of the Five Armies" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Horrid Henry</h3>
<p class="movie-card-meta">2006 • S3.0-S4.0 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/americana-movie-3526.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/FgViA2C8C3iYxuDvdxAd4VsCiR.jpg" alt="Americana" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">DV HDR</span>
<span class="movie-card-format">SDR</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Americana</h3>
<p class="movie-card-meta">2023 </p>
<h3 class="movie-card-title">The Hobbit: The Battle of the Five Armies</h3>
<p class="movie-card-meta">2014 </p>
</div>
</a>
<!-- Related Series 1 -->
<a href="/wwe-raw-series-386.html" class="movie-card">
<a href="/cashero-series-5072/" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/ltEhVX0jShSzH8YQcJvbk5F8Rnq.jpg" alt="WWE Raw" class="w-full h-full object-cover">
<img src="https://image.tmdb.org/t/p/w500/dm6RoaKgkGUxckamMDzsbqtLhFv.jpg" alt="Cashero" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Tamil</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Telugu</span>
<span class="movie-card-format">Korean</span>
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE Raw</h3>
<p class="movie-card-meta">2025 • S33.0 EP37 </p>
<h3 class="movie-card-title">Cashero</h3>
<p class="movie-card-meta">2025 • S1.0 </p>
</div>
</a>

View file

@ -1,710 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/crank-movie-1745.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg" alt="Crank" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">BluRay</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crank</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/crank-high-voltage-movie-1746.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tzTC4EEvF0OPL63frEiogxL2T8M.jpg" alt="Crank: High Voltage" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crank: High Voltage</h3>
<p class="movie-card-meta">2009 </p>
</div>
</a>
<a href="/last-holiday-movie-317.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/hRNZszPHjIpYGlrMN3o4f6f6cVd.jpg" alt="Last Holiday" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Last Holiday</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/open-season-movie-3144.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/w5Lctmkc1yah215Luxmci4djaiW.jpg" alt="Open Season" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Open Season</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/horrid-henry-series-3530.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7ZBlUaLeJaE66BTttAlox3fTU4u.jpg" alt="Horrid Henry" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Netflix</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Horrid Henry</h3>
<p class="movie-card-meta">2006 • S03-S04 </p>
</div>
</a>
<a href="/death-note-series-3096.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/tCZFfYTIwrR7n94J6G14Y4hAFU6.jpg" alt="Death Note" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Anime</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Death Note</h3>
<p class="movie-card-meta">2006 • S01 EP10 </p>
</div>
</a>
<a href="/paprika-movie-2758.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/bLUUr474Go1DfeN1HLjE3rnZXBq.jpg" alt="Paprika" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Paprika</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/idiocracy-movie-3270.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/6cTHBq49ApwsJaRr3ojlY1cmiXk.jpg" alt="Idiocracy" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Idiocracy</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/blood-diamond-movie-230.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/vL0TSMpKWx9UGJbKdYCKREEDukF.jpg" alt="Blood Diamond" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Hollywood</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Blood Diamond</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/happy-feet-movie-3267.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/za41IHkj6LnkilfTzv5B2qmthKD.jpg" alt="Happy Feet" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Happy Feet</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/nacho-libre-movie-3263.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/kh7B91bMl2lZ0mH9WhPfaNUIEQH.jpg" alt="Nacho Libre" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Hollywood</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Nacho Libre</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<a href="/cars-movie-1488.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/bhMdLNyX4fxTcp5VBWOIcCZ4RJM.jpg" alt="Cars" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Cars</h3>
<p class="movie-card-meta">2006 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Crank 2006' class='pagination-item'>2</a><a href='/page/39.html?s=Crank 2006' class='pagination-item'>39</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Crank 2006" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1,720 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/crayon-shin-chan-action-mask-vs-leotard-devil-movie-2971.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/bLqbZSY1uZUFtZBM0dvx6YHLiJJ.jpg" alt="Crayon Shin-chan: Action Mask vs. Leotard Devil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Action Mask vs. Leotard Devil</h3>
<p class="movie-card-meta">1993 </p>
</div>
</a>
<a href="/crayon-shin-chan-unkokusais-ambition-movie-2991.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/53Ed1lW5ciHRJngMaNeVanzS8DY.jpg" alt="Crayon Shin-chan: Unkokusai's Ambition" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Unkokusai's Ambition</h3>
<p class="movie-card-meta">1995 </p>
</div>
</a>
<a href="/the-mask-movie-2488.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/yd3wjLLeQHJ3oRDy4wwiNNFVyLW.jpg" alt="The Mask" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Mask</h3>
<p class="movie-card-meta">1994 </p>
</div>
</a>
<a href="/crayon-shin-chan-great-adventure-in-henderland-movie-3029.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/t2cKB9N95so7tKtlz71cBTGg2UD.jpg" alt="Crayon Shin-chan: Great Adventure In Henderland" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Great Adventure In Henderland</h3>
<p class="movie-card-meta">1996 </p>
</div>
</a>
<a href="/crayon-shinchan-blitzkrieg-pigs-hoofs-secret-mission-movie-3116.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8Wd9O0IjvUPMITU9HNA7elUCYkH.jpg" alt="Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shinchan : Blitzkrieg Pigs Hoofs Secret Mission</h3>
<p class="movie-card-meta">1998 </p>
</div>
</a>
<a href="/crayon-shin-chan-pursuit-of-the-balls-of-darkness-movie-3094.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8NlnDeZtscTjOEFTzDRZzI2vIXJ.jpg" alt="Crayon Shin-chan: Pursuit of the Balls of Darkness" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Pursuit of the Balls of Darkness</h3>
<p class="movie-card-meta">1997 </p>
</div>
</a>
<a href="/crayon-shin-chan-a-storm-invoking-jungle-movie-3145.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pbcpCQ8sHRUhNCeCnBTgdver4N6.jpg" alt="Crayon Shin-chan: A Storm-invoking Jungle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: A Storm-invoking Jungle</h3>
<p class="movie-card-meta">2000 </p>
</div>
</a>
<a href="/crayon-shin-chan-explosion-the-hot-springs-feel-good-final-battle-movie-3128.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/kYDZKDB0mkAglbl2phJfLFJmKqe.jpg" alt="Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Explosion! The Hot Spring's Feel Good Final Battle</h3>
<p class="movie-card-meta">1999 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-hidden-treasure-of-the-buri-buri-kingdom-movie-2976.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pKAKgrrz4jyl7HlQETu8grWR3t4.jpg" alt="Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: The Hidden Treasure of the Buri Buri Kingdom</h3>
<p class="movie-card-meta">1994 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-movie-our-dinosaur-diary-movie-744.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/n7YcOeqPOmvQ2PUatn4UqV5YStj.jpg" alt="Crayon Shin-chan the Movie: Our Dinosaur Diary" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan the Movie: Our Dinosaur Diary</h3>
<p class="movie-card-meta">2024 </p>
</div>
</a>
<a href="/crayon-shin-chan-honeymoon-hurricane-the-lost-hiroshi-movie-2686.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/lX4GqaRoOdnQB34mQjDzwnscvj6.jpg" alt="Crayon Shin-chan: Honeymoon Hurricane ~The Lost Hiroshi~" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: Honeymoon Hurricane ~The Lost Hiroshi~</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/crayon-shin-chan-the-adult-empire-strikes-back-movie-3154.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/heJkgOCx4pHqdooYA1h7B65ghvf.jpg" alt="Crayon Shin-chan: The Adult Empire Strikes Back" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Crayon Shin-chan: The Adult Empire Strikes Back</h3>
<p class="movie-card-meta">2001 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Crayon Shin-chan: Action Mask vs. Leotard Devil 1993' class='pagination-item'>2</a><a href='/page/22.html?s=Crayon Shin-chan: Action Mask vs. Leotard Devil 1993' class='pagination-item'>22</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Crayon Shin-chan: Action Mask vs. Leotard Devil 1993" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1,694 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/dark-series-889.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/apbrbWs8M9lyOpJYU5WXrpFbk1Z.jpg" alt="Dark" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">AAC</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dark</h3>
<p class="movie-card-meta">2017 • S01-S03 </p>
</div>
</a>
<a href="/dark-phoenix-movie-648.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/cCTJPelKGLhALq3r51A9uMonxKj.jpg" alt="Dark Phoenix" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dark Phoenix</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/zero-dark-thirty-movie-2786.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/dVodtdWDkLsutWGgEEWSFnnH6ei.jpg" alt="Zero Dark Thirty" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Zero Dark Thirty</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
<a href="/hold-the-dark-movie-1272.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/1etEySwZQnBJpzgplgadPi5y4PL.jpg" alt="Hold the Dark" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Hold the Dark</h3>
<p class="movie-card-meta">2018 </p>
</div>
</a>
<a href="/the-dark-knight-rises-movie-467.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/hr0L2aueqlP2BYUblTTjmtn0hw4.jpg" alt="The Dark Knight Rises" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">IMAX</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Dark Knight Rises</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
<a href="/terminator-dark-fate-movie-353.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/vqzNJRH4YyquRiWxCCOH0aXggHI.jpg" alt="Terminator: Dark Fate" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Terminator: Dark Fate</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/transformers-dark-of-the-moon-movie-366.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/28YlCLrFhONteYSs9hKjD1Km0Cj.jpg" alt="Transformers: Dark of the Moon" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Hollywood</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Transformers: Dark of the Moon</h3>
<p class="movie-card-meta">2011 </p>
</div>
</a>
<a href="/truth-or-dare-unrated-directors-cut-movie-3026.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/ei2waWQAG8NP244WShIFgGu9IOu.jpg" alt="Truth or Dare [Unrated Director's Cut]" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Truth or Dare [Unrated Director's Cut]</h3>
<p class="movie-card-meta">2018 </p>
</div>
</a>
<a href="/thor-the-dark-world-marvel-phase-2-movie-169.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/wD6g4EcmR6R3VNbuBmNOVq2qWrM.jpg" alt="Thor: The Dark World Marvel Phase 2" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Thor: The Dark World Marvel Phase 2</h3>
<p class="movie-card-meta">2013 </p>
</div>
</a>
<a href="/dark-matter-series-1154.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/c6MRUtPk0nEPQ9FBD9RdRKt2rIm.jpg" alt="Dark Matter" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dark Matter</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<a href="/the-deep-dark-movie-2556.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/x8hiMBkSpVaFQv35xUwNhPi07wK.jpg" alt="The Deep Dark" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Deep Dark</h3>
<p class="movie-card-meta">2023 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Dark 2017' class='pagination-item'>2</a><a href='/page/74.html?s=Dark 2017' class='pagination-item'>74</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Dark 2017" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1,690 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/dexter-original-sin-series-336.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg" alt="Dexter: Original Sin" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Original Sin</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<a href="/takopis-original-sin-series-2114.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xPXDVhVKt0XM34ihoUVMHtLYTw8.jpg" alt="Takopi's Original Sin" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Anime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Takopi's Original Sin</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/pretty-little-liars-original-sin-series-178.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/igmLgglembi9mZ2RYQRaGKigbvq.jpg" alt="Pretty Little Liars: Original Sin" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Pretty Little Liars: Original Sin</h3>
<p class="movie-card-meta">2022 • S02 </p>
</div>
</a>
<a href="/dexter-resurrection-series-2297.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/hIawSocuwqgNeRf3JuKuxgMHmSC.jpg" alt="Dexter: Resurrection" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Resurrection</h3>
<p class="movie-card-meta">2025 • S01 EP10 </p>
</div>
</a>
<a href="/unspeakable-sins-series-2724.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/lCNNV8vVVqW2XRy1bIouhwUoLai.jpg" alt="Unspeakable Sins" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Romance</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Unspeakable Sins</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/spin-state-movie-1629.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/qkQLrxQwpwontgAb5Dxt6gcKs0z.jpg" alt="Spin State" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Hollywood</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Spin State</h3>
<p class="movie-card-meta">2022 </p>
</div>
</a>
<a href="/tin-soldier-movie-2784.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/lFFDrFLXywFhy6khHes1LCFVMsL.jpg" alt="Tin Soldier" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">English</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Tin Soldier</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/seventh-son-movie-2813.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7Q8DfXSjcFSSQDOxz1Sk865wNqI.jpg" alt="Seventh Son" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Seventh Son</h3>
<p class="movie-card-meta">2014 </p>
</div>
</a>
<a href="/the-severed-sun-movie-1481.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/mPHhtDrAFYephGuNAs3Ugnjdq3t.jpg" alt="The Severed Sun" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Severed Sun</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/the-six-triple-eight-movie-1838.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/7tvAnzZj9e9AjdoHaN9jshm2Cjw.jpg" alt="The Six Triple Eight" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">History</span>
<span class="movie-card-format">War</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Six Triple Eight</h3>
<p class="movie-card-meta">2024 </p>
</div>
</a>
<a href="/flora-and-son-movie-1018.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pq2p8ovf8PZps2HafvJaLrZK8gS.jpg" alt="Flora and Son" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Music</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Flora and Son</h3>
<p class="movie-card-meta">2023 </p>
</div>
</a>
<a href="/delicious-in-dungeon-series-1527.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/9t3DYdGxK3i4WRzKvIZwJd4kBnr.jpg" alt="Delicious in Dungeon" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Anime</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Delicious in Dungeon</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Dexter: Original Sin 2024' class='pagination-item'>2</a><a href='/page/151.html?s=Dexter: Original Sin 2024' class='pagination-item'>151</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Dexter: Original Sin 2024" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1,674 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/dexter-resurrection-series-2297.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/hIawSocuwqgNeRf3JuKuxgMHmSC.jpg" alt="Dexter: Resurrection" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Resurrection</h3>
<p class="movie-card-meta">2025 • S01 EP10 </p>
</div>
</a>
<a href="/dexter-original-sin-series-336.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg" alt="Dexter: Original Sin" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Dexter: Original Sin</h3>
<p class="movie-card-meta">2024 • S01 </p>
</div>
</a>
<a href="/the-matrix-resurrections-movie-1303.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/8c4a8kE7PizaGQQnditMmI1xbRp.jpg" alt="The Matrix Resurrections" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Matrix Resurrections</h3>
<p class="movie-card-meta">2021 </p>
</div>
</a>
<a href="/alien-resurrection-movie-895.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/9aRDMlU5Zwpysilm0WCWzU2PCFv.jpg" alt="Alien Resurrection" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Alien Resurrection</h3>
<p class="movie-card-meta">1997 </p>
</div>
</a>
<a href="/mechanic-resurrection-movie-2380.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/x3xzd4i6M9vi5814x197zn86rd1.jpg" alt="Mechanic: Resurrection" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Mechanic: Resurrection</h3>
<p class="movie-card-meta">2016 </p>
</div>
</a>
<a href="/wwe-summerslam-2025---saturday-movie-2782.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/indblmC8wcPffpGBPFDvFMnFkgc.jpg" alt="WWE SummerSlam 2025 - Saturday" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE SummerSlam 2025 - Saturday</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/wwe-royal-rumble-2025-movie-2773.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/pfwcQwARh7Gt2f8JEPxxiscqkpo.jpg" alt="WWE Royal Rumble 2025" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Family</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE Royal Rumble 2025</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/wwe-evolution-2025-movie-2325.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/m7EkULo8B5wA5acCAjBzFjzZXDC.jpg" alt="WWE Evolution 2025" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">WWE Evolution 2025</h3>
<p class="movie-card-meta">2025 </p>
</div>
</a>
<a href="/pulse-series-15.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/uGKTDr8ruc4IHGsEZ8wSQZpy2eN.jpg" alt="PULSE" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">PULSE</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/toile-series-410.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/e56elhedMQT2gJa9Hxix9IEBUoC.jpg" alt="Étoile" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Étoile</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/motorheads-series-938.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/jglGmYMPEiHD7tVncvif7WtCOBJ.jpg" alt="Motorheads" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Motorheads</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/moonrise-series-1540.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/mqok8du6LvnaigAJo5omAq1BPye.jpg" alt="Moonrise" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Anime</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Moonrise</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=Dexter: Resurrection 2025' class='pagination-item'>2</a><a href='/page/149.html?s=Dexter: Resurrection 2025' class='pagination-item'>149</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=Dexter: Resurrection 2025" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1,718 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4KHDHub - High Quality Movies and TV Shows</title>
<script>
!function(){try{"light"===localStorage.getItem("theme")?(document.documentElement.classList.remove("dark"),document.documentElement.classList.add("light")):(document.documentElement.classList.add("dark"),document.documentElement.classList.remove("light"))}catch(e){console.error("Theme initialization failed:",e)}}();
</script>
<meta name="description" content="Download high quality movies and TV shows in UHD, 4K HDR, 1080p and more formats">
<!-- Font -->
<!-- Preload the logo -->
<link rel="preload" href="/images/4KHDHUB-Dark-Logo.png" as="image" type="image/png" />
<link rel="preload" href="/images/4KHDHUB-Bright-Logo.png" as="image" type="image/png" />
<!-- Theme script to prevent flash -->
<!-- Link to Google Fonts Stylesheets -->
<style type="text/css">@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Open Sans;font-style:normal;font-weight:400;src:url(/cf-fonts/s/open-sans/5.0.20/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}</style>
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css?v=0.14.69c18">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="4K-HDHub" />
<link rel="manifest" href="/site.webmanifest" />
<!-- JavaScript to apply font-display: swap -->
<script type="text/javascript">
!function(e,n,t){"use strict";var o="https://fonts.googleapis.com/css?family=Open+Sans",r="__3perf_googleFonts_5fd56";function c(e){(n.head||n.body).appendChild(e)}function a(){var e=n.createElement("link");e.href=o,e.rel="stylesheet",c(e)}function f(e){if(!n.getElementById(r)){var t=n.createElement("style");t.id=r,c(t)}n.getElementById(r).innerHTML=e}e.FontFace&&e.FontFace.prototype.hasOwnProperty("display")?(t[r]&&f(t[r]),fetch(o).then(function(e){return e.text()}).then(function(e){return e.replace(/@font-face {/g,"@font-face{font-display:swap;")}).then(function(e){return t[r]=e}).then(f).catch(a)):a()}(window,document,localStorage);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LL0RL7VX47"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LL0RL7VX47');
</script>
</head>
<body>
<div class="flex min-h-screen flex-col">
<!-- Header -->
<!-- Header with truly unified navigation -->
<header class="sticky top-0 z-50 w-full">
<div class="header">
<div class="container flex h-14 items-center justify-between">
<!-- Logo and mobile menu toggle -->
<div class="flex items-center">
<button id="menu-toggle" class="menu-toggle md:hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
<span class="sr-only">Toggle menu</span>
</button>
<a href="/" class="navbar-brand">
<img id="logo" class="h-8 w-auto" src="/images/4KHDHUB-Bright-Logo.png" alt="4KHDHub logo">
</a>
</div>
<!-- SINGLE Navigation - Visible on desktop, hidden on mobile -->
<nav id="main-nav" class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Movies
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-movies-10810.html" class="dropdown-item">Latest Movies</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle">
Web Series
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="dropdown-indicator h-4 w-4">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
<ul class="dropdown-menu">
<li><a href="/category/new-series-10811.html" class="dropdown-item">Latest Episodes</a></li>
</ul>
</li>
<li class="nav-item"><a href="/category/anime-10812.html" class="nav-link">Anime</a></li>
<li class="nav-item"><a href="/category/4k-hdr-10776.html" class="nav-link">4K HDR</a></li>
</ul>
</nav>
<!-- Search and Theme Toggle -->
<div class="flex items-center">
<button id="search-toggle" class="search-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<span class="sr-only">Search</span>
</button>
<div class="search-container hidden md:flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon h-4 w-4">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
for
<input type="search" id="search" placeholder="Search movies & series" class="search-input">
</div>
<button id="theme-toggle" class="theme-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="theme-icon h-5 w-5">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
<span class="sr-only">Toggle theme</span>
</button>
</div>
</div>
</div>
<!-- Mobile Menu Backdrop (only shown when menu is open) -->
<div id="mobile-menu-backdrop" class="fixed inset-0 bg-black/70 hidden"></div>
<!-- Close button for mobile menu (only shown when menu is open) -->
<button id="close-mobile-menu" class="fixed top-4 right-4 p-2 rounded-full z-[60] hidden">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<!-- Search Overlay -->
<div id="search-overlay" class="fixed inset-0 z-50 hidden">
<div class="fixed" id="search-backdrop"></div>
<button id="close-search" class="absolute right-4 top-4 p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
<span class="sr-only">Close</span>
</button>
<form action="/" method="get" class="search-form">
<div class="search-input-container">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="search-icon-overlay">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<input type="search" name="s" placeholder="Search Movies & TV-Shows" class="search-input-overlay" autofocus autocomplete="off">
</div>
<button type="submit" class="search-submit">
Search
</button>
</form>
</div>
</header>
<!-- Main Content -->
<main class="flex-1">
<div class="container">
<section class="latest-releases">
<div class="latest-releases-header">
<h2 class="latest-releases-title">
<span><svg style="vertical-align: bottom;" xmlns="http://www.w3.org/2000/svg" height="32px" viewBox="0 -960 960 960" width="32px" fill="#e3e3e3"><path d="M240-400q0 52 21 98.5t60 81.5q-1-5-1-9v-9q0-32 12-60t35-51l113-111 113 111q23 23 35 51t12 60v9q0 4-1 9 39-35 60-81.5t21-98.5q0-50-18.5-94.5T648-574q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-690q-39 33-69 68.5t-50.5 72Q261-513 250.5-475T240-400Zm240 52-57 56q-11 11-17 25t-6 29q0 32 23.5 55t56.5 23q33 0 56.5-23t23.5-55q0-16-6-29.5T537-292l-57-56Zm0-492v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-658l18-22q74 42 117 117t43 163q0 134-93 227T480-80q-134 0-227-93t-93-227q0-129 86.5-245T480-840Z"/></svg></span> Latest Releases </h2>
</div>
<div class="card-grid">
<!-- Movie Cards -->
<a href="/the-devils-plan-series-632.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/vNoINLWniSpqS2Qaol4BINX7BSY.jpg" alt="The Devil's Plan" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Reality</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">DDP</span>
<span class="movie-card-format">English</span>
<span class="movie-card-format">Hindi</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Devil's Plan</h3>
<p class="movie-card-meta">2023 • S01-S02 </p>
</div>
</a>
<a href="/devil-may-cry-series-18.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/9YA4ko7x1o2NS65lDrlKAuNAqjJ.jpg" alt="Devil May Cry" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Action & Adventure</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">Sci-Fi & Fantasy</span>
<span class="movie-card-format">Series</span>
<span class="movie-card-format">Anime</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Devil May Cry</h3>
<p class="movie-card-meta">2025 • S01 </p>
</div>
</a>
<a href="/the-salt-path-movie-2395.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/yBtmFkjzPzd6KvNgoJwwsm1nyXL.jpg" alt="The Salt Path" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Salt Path</h3>
<p class="movie-card-meta">2024 </p>
</div>
</a>
<a href="/resident-evil-apocalypse-movie-1563.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/yzNQSLlZb7NAkA4C5uADfNDJ7hm.jpg" alt="Resident Evil: Apocalypse" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Resident Evil: Apocalypse</h3>
<p class="movie-card-meta">2004 </p>
</div>
</a>
<a href="/resident-evil-death-island-movie-677.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/qayga07ICNDswm0cMJ8P3VwklFZ.jpg" alt="Resident Evil: Death Island" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">Animation</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Resident Evil: Death Island</h3>
<p class="movie-card-meta">2023 </p>
</div>
</a>
<a href="/the-gangster-the-cop-the-devil-movie-2566.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/oHlM4abRm6BzrRcz9Nup1uidw9H.jpg" alt="The Gangster, the Cop, the Devil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Crime</span>
<span class="movie-card-format">REMUX</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Gangster, the Cop, the Devil</h3>
<p class="movie-card-meta">2019 </p>
</div>
</a>
<a href="/i-saw-the-devil-movie-2560.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/zp5NrmYp80axIGiEiYPmm1CW6uH.jpg" alt="I Saw the Devil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">BluRay</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">I Saw the Devil</h3>
<p class="movie-card-meta">2010 </p>
</div>
</a>
<a href="/resident-evil-movie-1558.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/original/1UKNef590A0ZaMnxsscIcWuK1Em.jpg" alt="Resident Evil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Resident Evil</h3>
<p class="movie-card-meta">2002 </p>
</div>
</a>
<a href="/the-conjuring-the-devil-made-me-do-it-movie-758.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/xbSuFiJbbBWCkyCCKIMfuDCA4yV.jpg" alt="The Conjuring: The Devil Made Me Do It" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Mystery</span>
<span class="movie-card-format">Thriller</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The Conjuring: The Devil Made Me Do It</h3>
<p class="movie-card-meta">2021 </p>
</div>
</a>
<a href="/resident-evil-retribution-movie-1622.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/ohdUDWVlcbuWphaLu6wS91xdJ73.jpg" alt="Resident Evil: Retribution" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Resident Evil: Retribution</h3>
<p class="movie-card-meta">2012 </p>
</div>
</a>
<a href="/resident-evil-extinction-movie-1581.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/6yaLr7Ymg5cvbtSVi5hHwBKx35I.jpg" alt="Resident Evil: Extinction" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">Action</span>
<span class="movie-card-format">BluRay</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Hindi</span>
<span class="movie-card-format">Horror</span>
<span class="movie-card-format">Science Fiction</span>
<span class="movie-card-format">WEB-DL</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">Resident Evil: Extinction</h3>
<p class="movie-card-meta">2007 </p>
</div>
</a>
<a href="/the-school-for-good-and-evil-movie-1948.html" class="movie-card">
<div class="movie-card-image">
<img src="https://image.tmdb.org/t/p/w500/6oZeEu1GDILdwezmZ5e2xWISf1C.jpg" alt="The School for Good and Evil" class="w-full h-full object-cover">
<div class="movie-card-overlay">
<div class="movie-card-formats">
<span class="movie-card-format">1080p</span>
<span class="movie-card-format">10Bit</span>
<span class="movie-card-format">2160p</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">HEVC</span>
<span class="movie-card-format">Adventure</span>
<span class="movie-card-format">Comedy</span>
<span class="movie-card-format">Drama</span>
<span class="movie-card-format">Dual Language</span>
<span class="movie-card-format">HDR</span>
<span class="movie-card-format">Fantasy</span>
<span class="movie-card-format">Movies</span>
<!--<span class="movie-card-format">HEVC</span>-->
</div>
</div>
</div>
<div class="movie-card-content">
<h3 class="movie-card-title">The School for Good and Evil</h3>
<p class="movie-card-meta">2022 </p>
</div>
</a>
<!--<a href="movie-static-movie.html" class="movie-card">-->
<!-- <div class="movie-card-image">-->
<!-- <img src="images/placeholder.svg" alt="Dune: Part Two" class="w-full h-full object-cover">-->
<!-- <div class="movie-card-overlay">-->
<!-- <div class="movie-card-formats">-->
<!-- <span class="movie-card-format">2160p</span>-->
<!-- <span class="movie-card-format">4K HDR</span>-->
<!-- <span class="movie-card-format">HEVC</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="movie-card-content">-->
<!-- <h3 class="movie-card-title">Dune: Part Two</h3>-->
<!-- <p class="movie-card-meta">2024</p>-->
<!-- </div>-->
<!--</a>-->
</div>
</section>
<!-- Pagination -->
<div class="pagination-container">
<div class="pagination-container">
<div class="pagination">
<!-- Previous Page Link -->
<a class='pagination-item active'>1</a><a href='/page/2.html?s=The Devil's Bath 2024' class='pagination-item'>2</a><a href='/page/148.html?s=The Devil's Bath 2024' class='pagination-item'>148</a>
<!-- Next Page Link -->
<a href="/page/2.html?s=The Devil's Bath 2024" class="pagination-item pagination-next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="h-4 w-4">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</a>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="border-t bg-background">
<div class="container py-8 md:py-12">
<div class="grid grid-cols-1 gap-8 md:grid-cols-4 justify-center text-center md:text-left">
<div class="space-y-4">
<h3 class="text-lg font-semibold">4KHDHub</h3>
<p class="text-sm text-muted-foreground">
Your one-stop destination for high-quality movies and TV shows in various formats.
</p>
</div>
<!-- Quick Links Section -->
<div class="space-y-4">
<h3 class="text-lg font-semibold">Quick Links</h3>
<ul class="flex flex-wrap justify-center gap-4 text-sm">
<li>
<a href="/about" class="text-muted-foreground hover:text-primary">
About Us
</a>
</li>
<li>
<a href="/contact" class="text-muted-foreground hover:text-primary">
Contact Us
</a>
</li>
<li>
<a href="/dmca" class="text-muted-foreground hover:text-primary">
DMCA
</a>
</li>
<li>
<a href="/privacy-policy" class="text-muted-foreground hover:text-primary">
Privacy Policy
</a>
</li>
</ul>
</div>
<div class="space-y-4">
<h3 class="text-lg font-semibold">Connect</h3>
<p class="text-sm text-muted-foreground">Stay updated with the latest releases and news.</p>
</div>
</div>
<!-- Footer Bottom -->
<div class="mt-8 border-t pt-8 text-center">
<p class="text-xs text-muted-foreground">© <span id="current-year">2025</span> 4KHDHub - All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to top button -->
<button id="back-to-top" class="fixed bottom-6 right-6 z-50 rounded-full shadow-md transition-opacity duration-300 opacity-0 pointer-events-none bg-primary text-primary-foreground p-2" aria-label="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m18 15-6-6-6 6" />
</svg>
</button>
</div>
<script src="/js/main.js?v=0.14.69c18"></script>
</body>
</html>

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/eU7IfdWq8KQy0oNd4kKXS0QUR08.jpg","belongs_to_collection":{"id":1540907,"name":"Superman (DCU) Collection","poster_path":"/2L0dVc82ZWUgo6Fe2lnJ5qqUDId.jpg","backdrop_path":"/6xQWbcYRHoVDRkyspTy64x8l22m.jpg"},"budget":225000000,"genres":[{"id":878,"name":"Science Fiction"},{"id":12,"name":"Adventure"},{"id":28,"name":"Action"}],"homepage":"https://www.superman.com","id":1061474,"imdb_id":"tt5950044","origin_country":["US"],"original_language":"en","original_title":"Superman","overview":"Superman, a journalist in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.","popularity":237.5418,"poster_path":"/wPLysNDLffQLOVebZQCbXJEv6E6.jpg","production_companies":[{"id":184898,"logo_path":"/iNTsbEgntSUwHmsZ9whiLhm60WB.png","name":"DC Studios","origin_country":"US"},{"id":94218,"logo_path":"/kxuhS8wyKtVprOn5nckdHyNuSg1.png","name":"Troll Court Entertainment","origin_country":"US"},{"id":11565,"logo_path":"/odU3l6csuBmXUrzFm6araUgEUHQ.png","name":"The Safran Company","origin_country":"US"},{"id":216687,"logo_path":"/kKVYqekveOvLK1IgqdJojLjQvtu.png","name":"Domain Entertainment","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2025-07-09","revenue":615135715,"runtime":130,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Released","tagline":"Look up.","title":"Superman","video":false,"vote_average":7.509,"vote_count":3134}
{"adult":false,"backdrop_path":"/eU7IfdWq8KQy0oNd4kKXS0QUR08.jpg","belongs_to_collection":{"id":1540907,"name":"Superman (DCU) Collection","poster_path":"/2L0dVc82ZWUgo6Fe2lnJ5qqUDId.jpg","backdrop_path":"/6xQWbcYRHoVDRkyspTy64x8l22m.jpg"},"budget":225000000,"genres":[{"id":878,"name":"Science Fiction"},{"id":12,"name":"Adventure"},{"id":28,"name":"Action"}],"homepage":"https://www.superman.com","id":1061474,"imdb_id":"tt5950044","origin_country":["US"],"original_language":"en","original_title":"Superman","overview":"Superman, a journalist in Metropolis, embarks on a journey to reconcile his Kryptonian heritage with his human upbringing as Clark Kent.","popularity":54.9149,"poster_path":"/ldyfo0BKmz5rWtJJKCvwaNS4cJT.jpg","production_companies":[{"id":184898,"logo_path":"/iNTsbEgntSUwHmsZ9whiLhm60WB.png","name":"DC Studios","origin_country":"US"},{"id":94218,"logo_path":"/kxuhS8wyKtVprOn5nckdHyNuSg1.png","name":"Troll Court Entertainment","origin_country":"US"},{"id":11565,"logo_path":"/odU3l6csuBmXUrzFm6araUgEUHQ.png","name":"The Safran Company","origin_country":"US"},{"id":216687,"logo_path":"/kKVYqekveOvLK1IgqdJojLjQvtu.png","name":"Domain Entertainment","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2025-07-09","revenue":616784465,"runtime":130,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Released","tagline":"Look up.","title":"Superman","video":false,"vote_average":7.4,"vote_count":4072}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/iGu27QGQtquhweyxXoVK4N6FkHs.jpg","belongs_to_collection":{"id":117354,"name":"Crayon Shin-chan Collection","poster_path":"/byaQpxzuzO1PDZ7yvA9zyB7krdn.jpg","backdrop_path":"/fOk4eUe2nNyErJEi8pukiClhUZV.jpg"},"budget":0,"genres":[{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"}],"homepage":"","id":128868,"imdb_id":"tt0409848","origin_country":["JP"],"original_language":"ja","original_title":"クレヨンしんちゃん アクション仮面VSハイグレ魔王","overview":"Everyone's favorite TV superhero Action Mask shows up in Kasukabe, and he's trying to get something from Shin-chan -- but what could it be?","popularity":2.0649,"poster_path":"/bLqbZSY1uZUFtZBM0dvx6YHLiJJ.jpg","production_companies":[{"id":9300,"logo_path":"/9sSD1XufVCJWAadNiC9Mwu994VD.png","name":"TV Asahi","origin_country":"JP"},{"id":5141,"logo_path":"/fK2QKfHdSdw42Xx4MiD7KhDufBV.png","name":"Shin-Ei Animation","origin_country":"JP"},{"id":4720,"logo_path":"/7wQgZTA4FCkFMDedBYVZiVE87c7.png","name":"ADK","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"1993-07-24","revenue":0,"runtime":93,"spoken_languages":[{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"","title":"Crayon Shin-chan: Action Mask vs. Leotard Devil","video":false,"vote_average":7.1,"vote_count":56}
{"adult":false,"backdrop_path":"/iGu27QGQtquhweyxXoVK4N6FkHs.jpg","belongs_to_collection":{"id":117354,"name":"Crayon Shin-chan Collection","poster_path":"/byaQpxzuzO1PDZ7yvA9zyB7krdn.jpg","backdrop_path":"/2IxX864lSyaC3Yn748Bw3ulhoeT.jpg"},"budget":0,"genres":[{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"}],"homepage":"","id":128868,"imdb_id":"tt0409848","origin_country":["JP"],"original_language":"ja","original_title":"クレヨンしんちゃん アクション仮面VSハイグレ魔王","overview":"Everyone's favorite TV superhero Action Mask shows up in Kasukabe, and he's trying to get something from Shin-chan -- but what could it be?","popularity":6.5855,"poster_path":"/9GzmjFn1iosYdKn7DPnClK8ezrE.jpg","production_companies":[{"id":9300,"logo_path":"/9sSD1XufVCJWAadNiC9Mwu994VD.png","name":"TV Asahi","origin_country":"JP"},{"id":5141,"logo_path":"/fK2QKfHdSdw42Xx4MiD7KhDufBV.png","name":"Shin-Ei Animation","origin_country":"JP"},{"id":4720,"logo_path":"/7wQgZTA4FCkFMDedBYVZiVE87c7.png","name":"ADK","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"1993-07-24","revenue":0,"runtime":93,"spoken_languages":[{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"","title":"Crayon Shin-chan: Action Mask vs. Leotard Devil","video":false,"vote_average":7.1,"vote_count":56}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/rRPjWCflOMoo2ES0U8FQhKpryXc.jpg","belongs_to_collection":{"id":117354,"name":"Crayon Shin-chan Collection","poster_path":"/byaQpxzuzO1PDZ7yvA9zyB7krdn.jpg","backdrop_path":"/fOk4eUe2nNyErJEi8pukiClhUZV.jpg"},"budget":0,"genres":[{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"}],"homepage":"","id":128875,"imdb_id":"tt2643808","origin_country":["JP"],"original_language":"ja","original_title":"クレヨンしんちゃん 電撃!ブタのヒヅメ大作戦","overview":"It all begins when a secret agent hiding in the ship where dinner Futaba school students. The Pig Hoof follow and take the boat with her, Shin Chan and his friends on board. From there, Shin Chan, Masao, Nene, Kazama and Boo Chan van with Agent everywhere as their hostages.","popularity":3.1396,"poster_path":"/8Wd9O0IjvUPMITU9HNA7elUCYkH.jpg","production_companies":[{"id":5141,"logo_path":"/fK2QKfHdSdw42Xx4MiD7KhDufBV.png","name":"Shin-Ei Animation","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"1998-04-18","revenue":0,"runtime":99,"spoken_languages":[{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"","title":"Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen","video":false,"vote_average":6.0,"vote_count":25}
{"adult":false,"backdrop_path":"/rRPjWCflOMoo2ES0U8FQhKpryXc.jpg","belongs_to_collection":{"id":117354,"name":"Crayon Shin-chan Collection","poster_path":"/byaQpxzuzO1PDZ7yvA9zyB7krdn.jpg","backdrop_path":"/2IxX864lSyaC3Yn748Bw3ulhoeT.jpg"},"budget":0,"genres":[{"id":16,"name":"Animation"},{"id":35,"name":"Comedy"}],"homepage":"","id":128875,"imdb_id":"tt2643808","origin_country":["JP"],"original_language":"ja","original_title":"クレヨンしんちゃん 電撃!ブタのヒヅメ大作戦","overview":"It all begins when a secret agent hiding in the ship where dinner Futaba school students. The Pig Hoof follow and take the boat with her, Shin Chan and his friends on board. From there, Shin Chan, Masao, Nene, Kazama and Boo Chan van with Agent everywhere as their hostages.","popularity":1.4943,"poster_path":"/8Wd9O0IjvUPMITU9HNA7elUCYkH.jpg","production_companies":[{"id":5141,"logo_path":"/fK2QKfHdSdw42Xx4MiD7KhDufBV.png","name":"Shin-Ei Animation","origin_country":"JP"},{"id":261917,"logo_path":null,"name":"Asatsu","origin_country":"JP"},{"id":9300,"logo_path":"/9sSD1XufVCJWAadNiC9Mwu994VD.png","name":"TV Asahi","origin_country":"JP"}],"production_countries":[{"iso_3166_1":"JP","name":"Japan"}],"release_date":"1998-04-18","revenue":0,"runtime":99,"spoken_languages":[{"english_name":"Japanese","iso_639_1":"ja","name":"日本語"}],"status":"Released","tagline":"","title":"Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen","video":false,"vote_average":6.0,"vote_count":25}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/6EX31EmX6lo0SPZB93Ls2ReBfbd.jpg","belongs_to_collection":{"id":64751,"name":"Crank Collection","poster_path":"/wmUzRqcAi0KOW7sqnaAvEQtM8l.jpg","backdrop_path":"/g49FylpoLi9aUPWOqvPCIEezCHN.jpg"},"budget":12000000,"genres":[{"id":28,"name":"Action"},{"id":53,"name":"Thriller"},{"id":80,"name":"Crime"}],"homepage":"","id":1948,"imdb_id":"tt0479884","origin_country":["US"],"original_language":"en","original_title":"Crank","overview":"Chev Chelios, a hit man wanting to go straight, lets his latest target slip away. Then he awakes the next morning to a phone call that informs him he has been poisoned and has only an hour to live unless he keeps adrenaline coursing through his body while he searches for an antidote.","popularity":7.634,"poster_path":"/rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg","production_companies":[{"id":126,"logo_path":"/kADPanRDkKTxncPXXVahvHPUvCj.png","name":"Lakeshore Entertainment","origin_country":"US"},{"id":89394,"logo_path":"/m1Hku3PhgdsQiPO8uVe7szyrxAb.png","name":"RadicalMedia","origin_country":"US"},{"id":2150,"logo_path":null,"name":"GreeneStreet Films","origin_country":"US"},{"id":1632,"logo_path":"/cisLn1YAUuptXVBa0xjq7ST9cH0.png","name":"Lionsgate","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2006-08-31","revenue":42900000,"runtime":88,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"Spanish","iso_639_1":"es","name":"Español"},{"english_name":"Korean","iso_639_1":"ko","name":"한국어/조선말"}],"status":"Released","tagline":"There are a thousand ways to raise your adrenaline. Today, Chev Chelios will need every single one.","title":"Crank","video":false,"vote_average":6.65,"vote_count":3980}
{"adult":false,"backdrop_path":"/8JPz1636hMcaADngF4H4KOxXfp1.jpg","belongs_to_collection":{"id":64751,"name":"Crank Collection","poster_path":"/wmUzRqcAi0KOW7sqnaAvEQtM8l.jpg","backdrop_path":"/g49FylpoLi9aUPWOqvPCIEezCHN.jpg"},"budget":12000000,"genres":[{"id":28,"name":"Action"},{"id":53,"name":"Thriller"},{"id":80,"name":"Crime"}],"homepage":"","id":1948,"imdb_id":"tt0479884","origin_country":["US"],"original_language":"en","original_title":"Crank","overview":"Chev Chelios, a hit man wanting to go straight, lets his latest target slip away. Then he awakes the next morning to a phone call that informs him he has been poisoned and has only an hour to live unless he keeps adrenaline coursing through his body while he searches for an antidote.","popularity":4.4038,"poster_path":"/rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg","production_companies":[{"id":126,"logo_path":"/kADPanRDkKTxncPXXVahvHPUvCj.png","name":"Lakeshore Entertainment","origin_country":"US"},{"id":89394,"logo_path":"/m1Hku3PhgdsQiPO8uVe7szyrxAb.png","name":"RadicalMedia","origin_country":"US"},{"id":2150,"logo_path":null,"name":"GreeneStreet Films","origin_country":"US"},{"id":1632,"logo_path":"/cisLn1YAUuptXVBa0xjq7ST9cH0.png","name":"Lionsgate","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2006-08-31","revenue":42900000,"runtime":88,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"},{"english_name":"Spanish","iso_639_1":"es","name":"Español"},{"english_name":"Korean","iso_639_1":"ko","name":"한국어/조선말"}],"status":"Released","tagline":"There are a thousand ways to raise your adrenaline. Today, Chev Chelios will need every single one.","title":"Crank","video":false,"vote_average":6.648,"vote_count":4058}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/j4RUnJz8QCuWkmB8CPykD5UvgBb.jpg","belongs_to_collection":null,"budget":0,"genres":[{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"},{"id":36,"name":"History"},{"id":27,"name":"Horror"}],"homepage":"","id":931944,"imdb_id":"tt29141112","origin_country":["AT","DE"],"original_language":"de","original_title":"Des Teufels Bad","overview":"In 1750 Austria, a deeply religious woman named Agnes has just married her beloved, but her mind and heart soon grow heavy as her life becomes a long list of chores and expectations. Day after day, she is increasingly trapped in a murky and lonely path leading to evil thoughts, until the possibility of committing a shocking act of violence seems like the only way out of her inner prison.","popularity":3.9519,"poster_path":"/ycoXsJomPmPjtCfNweM0UWiTkPY.jpg","production_companies":[{"id":25523,"logo_path":"/hVnHNJUHSxaTpQdWPzC8B5CRvns.png","name":"Ulrich Seidl Filmproduktion","origin_country":"AT"},{"id":23406,"logo_path":"/BTYR4mdM8dQxK0cK0gPVhkXd8j.png","name":"Heimatfilm","origin_country":"DE"},{"id":122,"logo_path":"/pbRxJ8oia1MypvLbukeamObtYr2.png","name":"Coop99 Filmproduktion","origin_country":"AT"}],"production_countries":[{"iso_3166_1":"AT","name":"Austria"},{"iso_3166_1":"DE","name":"Germany"}],"release_date":"2024-03-08","revenue":0,"runtime":121,"spoken_languages":[{"english_name":"German","iso_639_1":"de","name":"Deutsch"}],"status":"Released","tagline":"","title":"The Devil's Bath","video":false,"vote_average":6.652,"vote_count":135}
{"adult":false,"backdrop_path":"/j4RUnJz8QCuWkmB8CPykD5UvgBb.jpg","belongs_to_collection":null,"budget":0,"genres":[{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"},{"id":36,"name":"History"},{"id":27,"name":"Horror"}],"homepage":"","id":931944,"imdb_id":"tt29141112","origin_country":["DE","AT"],"original_language":"de","original_title":"Des Teufels Bad","overview":"In 1750 Austria, a deeply religious woman named Agnes has just married her beloved, but her mind and heart soon grow heavy as her life becomes a long list of chores and expectations. Day after day, she is increasingly trapped in a murky and lonely path leading to evil thoughts, until the possibility of committing a shocking act of violence seems like the only way out of her inner prison.","popularity":2.7469,"poster_path":"/ycoXsJomPmPjtCfNweM0UWiTkPY.jpg","production_companies":[{"id":25523,"logo_path":"/hVnHNJUHSxaTpQdWPzC8B5CRvns.png","name":"Ulrich Seidl Filmproduktion","origin_country":"AT"},{"id":23406,"logo_path":"/BTYR4mdM8dQxK0cK0gPVhkXd8j.png","name":"Heimatfilm","origin_country":"DE"},{"id":122,"logo_path":"/pbRxJ8oia1MypvLbukeamObtYr2.png","name":"Coop99 Filmproduktion","origin_country":"AT"}],"production_countries":[{"iso_3166_1":"AT","name":"Austria"},{"iso_3166_1":"DE","name":"Germany"}],"release_date":"2024-03-08","revenue":0,"runtime":121,"spoken_languages":[{"english_name":"German","iso_639_1":"de","name":"Deutsch"}],"status":"Released","tagline":"","title":"The Devil's Bath","video":false,"vote_average":6.631,"vote_count":149}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg","created_by":[{"id":1212409,"credit_id":"6762958ea0cc3de647ffe6a7","name":"Clyde Phillips","original_name":"Clyde Phillips","gender":2,"profile_path":"/ue6gnd9FRbl5wKZ9yHVtWp6ra4y.jpg"}],"episode_run_time":[],"first_air_date":"2024-12-15","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"}],"homepage":"https://www.paramountplus.com/shows/dexter-original-sin","id":219937,"in_production":false,"languages":["en"],"last_air_date":"2025-02-16","last_episode_to_air":{"id":5714756,"name":"Code Blues","overview":"Dexter races to find the missing kidnapped child before it's too late. Deb visits her godfather in the hospital and rethinks her future. Harry comes face-to-face with a serial killer... leading to a shocking result.","vote_average":8.882,"vote_count":17,"air_date":"2025-02-16","episode_number":10,"episode_type":"finale","production_code":"","runtime":50,"season_number":1,"show_id":219937,"still_path":"/oQv6EFPLSG3j5PHr9xy852Nq7rq.jpg"},"name":"Dexter: Original Sin","next_episode_to_air":null,"networks":[{"id":6631,"logo_path":"/zFEsDBjBEj5OiM0FDRYY1NnG7a9.png","name":"Paramount+ with Showtime","origin_country":"US"}],"number_of_episodes":10,"number_of_seasons":1,"origin_country":["US"],"original_language":"en","original_name":"Dexter: Original Sin","overview":"In 1991 Miami, Dexter Morgan transitions from student to avenging serial killer. When his bloodthirsty urges can't be ignored any longer, Dexter must learn to channel his inner darkness. With the guidance of his father, Harry, he adopts a Code designed to help him find and kill people who deserve to be eliminated from society without getting on law enforcements' radar. This is a particular challenge for young Dexter as he begins a forensics internship at the Miami Metro Police Department.","popularity":12.9564,"poster_path":"/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg","production_companies":[{"id":238896,"logo_path":null,"name":"Counterpart Studios","origin_country":"US"},{"id":238897,"logo_path":null,"name":"Showtime Studios","origin_country":"US"},{"id":17595,"logo_path":null,"name":"Clyde Phillips Productions","origin_country":"US"},{"id":247697,"logo_path":null,"name":"Sal Centric","origin_country":""}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"seasons":[{"air_date":"2024-12-14","episode_count":10,"id":327790,"name":"Season 1","overview":"","poster_path":"/bdWD2QHLISAQFR47Mdtpn3MwnGi.jpg","season_number":1,"vote_average":8.2}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Canceled","tagline":"They're catching killers. He's about to become one.","type":"Scripted","vote_average":8.208,"vote_count":291}
{"adult":false,"backdrop_path":"/jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg","created_by":[{"id":1212409,"credit_id":"6762958ea0cc3de647ffe6a7","name":"Clyde Phillips","original_name":"Clyde Phillips","gender":2,"profile_path":"/ue6gnd9FRbl5wKZ9yHVtWp6ra4y.jpg"}],"episode_run_time":[],"first_air_date":"2024-12-15","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.paramountplus.com/shows/dexter-original-sin","id":219937,"in_production":false,"languages":["en"],"last_air_date":"2025-02-16","last_episode_to_air":{"id":5714756,"name":"Code Blues","overview":"Dexter races to find the missing kidnapped child before it's too late. Deb visits her godfather in the hospital and rethinks her future. Harry comes face-to-face with a serial killer... leading to a shocking result.","vote_average":8.8,"vote_count":21,"air_date":"2025-02-16","episode_number":10,"episode_type":"finale","production_code":"","runtime":50,"season_number":1,"show_id":219937,"still_path":"/oQv6EFPLSG3j5PHr9xy852Nq7rq.jpg"},"name":"Dexter: Original Sin","next_episode_to_air":null,"networks":[{"id":6631,"logo_path":"/zFEsDBjBEj5OiM0FDRYY1NnG7a9.png","name":"Paramount+ with Showtime","origin_country":"US"}],"number_of_episodes":10,"number_of_seasons":1,"origin_country":["US"],"original_language":"en","original_name":"Dexter: Original Sin","overview":"In 1991 Miami, Dexter Morgan transitions from student to avenging serial killer. When his bloodthirsty urges can't be ignored any longer, Dexter must learn to channel his inner darkness. With the guidance of his father, Harry, he adopts a Code designed to help him find and kill people who deserve to be eliminated from society without getting on law enforcements' radar. This is a particular challenge for young Dexter as he begins a forensics internship at the Miami Metro Police Department.","popularity":16.3463,"poster_path":"/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg","production_companies":[{"id":238896,"logo_path":null,"name":"Counterpart Studios","origin_country":"US"},{"id":238897,"logo_path":null,"name":"Showtime Studios","origin_country":"US"},{"id":17595,"logo_path":null,"name":"Clyde Phillips Productions","origin_country":"US"},{"id":247697,"logo_path":null,"name":"Sal Centric","origin_country":""}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"seasons":[{"air_date":"2024-12-14","episode_count":10,"id":327790,"name":"Season 1","overview":"","poster_path":"/cUDx35dfyQvalnCk0cfY1axzg5z.jpg","season_number":1,"vote_average":8.0}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Canceled","tagline":"They're catching killers. He's about to become one.","type":"Scripted","vote_average":8.173,"vote_count":342}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/vUVPHEo4ayCO4kkNV4k0PbWPmZS.jpg","created_by":[{"id":4220681,"credit_id":"64de76d9371097011c53058f","name":"Kim Bbang","original_name":"Kim Bbang","gender":0,"profile_path":null}],"episode_run_time":[70],"first_air_date":"2024-04-08","genres":[{"id":18,"name":"Drama"},{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":35,"name":"Comedy"},{"id":9648,"name":"Mystery"}],"homepage":"https://tvn.cjenm.com/ko/Lovely-Runner/","id":230923,"in_production":false,"languages":["ko"],"last_air_date":"2024-05-28","last_episode_to_air":{"id":5148777,"name":"I Remember Everything","overview":"Sun-jae's memory comes back and now he remembers everything that happened between Sol and him. Thanks to Tae-sung, the ill-fated relations are resolved and the couple can be together. Sun-jae wants to propose to Sol, but finding the right time is difficult. Sun-ae decides to attend Sols nephews first birthday party and meet Sols family.","vote_average":0.0,"vote_count":1,"air_date":"2024-05-28","episode_number":16,"episode_type":"finale","production_code":"","runtime":77,"season_number":1,"show_id":230923,"still_path":"/hcFyYk5LGmkqTSbxRnQqej3mszO.jpg"},"name":"Lovely Runner","next_episode_to_air":null,"networks":[{"id":866,"logo_path":"/aRDq8zBrX3YLpHSfueNQBkNnn7b.png","name":"tvN","origin_country":"KR"}],"number_of_episodes":16,"number_of_seasons":1,"origin_country":["KR"],"original_language":"ko","original_name":"선재 업고 튀어","overview":"Right after Ryu Sun-jae, a top star, ends his life, Im Sol, his top fan, somehow ends up at a time when they were in high school and tries to protect him. A fantasy romance unfolds where people who missed each other in time finally meet.","popularity":11.5174,"poster_path":"/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg","production_companies":[{"id":36225,"logo_path":"/haNfBy6ZS1a1teY9JXNHHkFhZEj.png","name":"Bon Factory","origin_country":"KR"},{"id":199265,"logo_path":"/mv2yDqAgT1ea1eTXZMDr89zX95M.png","name":"CJ ENM Studios","origin_country":"KR"}],"production_countries":[{"iso_3166_1":"KR","name":"South Korea"}],"seasons":[{"air_date":"2024-04-08","episode_count":16,"id":349357,"name":"Season 1","overview":"Im Sol is devastated by the sudden and tragic death of her favorite star, Ryu Sun-jae, a former swimmer turned K-pop idol. But in the midst of her anguish, she magically time slips back to 2008 when Sun-jae is still only 19 years old! Delighted that she has a chance to help him avert his unhappy future fate, Sol makes it her mission to change the future... and maybe find love along the way.","poster_path":"/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg","season_number":1,"vote_average":8.8}],"spoken_languages":[{"english_name":"Korean","iso_639_1":"ko","name":"한국어/조선말"}],"status":"Ended","tagline":"I will protect both you and me.","type":"Scripted","vote_average":8.597,"vote_count":211}
{"adult":false,"backdrop_path":"/6urwgErwqjndIas26NUy6CAdCDE.jpg","created_by":[{"id":4220681,"credit_id":"64de76d9371097011c53058f","name":"Kim Bbang","original_name":"Kim Bbang","gender":0,"profile_path":null}],"episode_run_time":[70],"first_air_date":"2024-04-08","genres":[{"id":18,"name":"Drama"},{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":35,"name":"Comedy"},{"id":9648,"name":"Mystery"}],"homepage":"https://tvn.cjenm.com/ko/Lovely-Runner/","id":230923,"in_production":false,"languages":["ko"],"last_air_date":"2024-05-28","last_episode_to_air":{"id":5148777,"name":"I Remember Everything","overview":"Sun-jae's memory comes back and now he remembers everything that happened between Sol and him. Thanks to Tae-sung, the ill-fated relations are resolved and the couple can be together. Sun-jae wants to propose to Sol, but finding the right time is difficult. Sun-ae decides to attend Sols nephews first birthday party and meet Sols family.","vote_average":9.5,"vote_count":2,"air_date":"2024-05-28","episode_number":16,"episode_type":"finale","production_code":"","runtime":77,"season_number":1,"show_id":230923,"still_path":"/hcFyYk5LGmkqTSbxRnQqej3mszO.jpg"},"name":"Lovely Runner","next_episode_to_air":null,"networks":[{"id":866,"logo_path":"/aRDq8zBrX3YLpHSfueNQBkNnn7b.png","name":"tvN","origin_country":"KR"}],"number_of_episodes":16,"number_of_seasons":1,"origin_country":["KR"],"original_language":"ko","original_name":"선재 업고 튀어","overview":"Right after Ryu Sun-jae, a top star, ends his life, Im Sol, his top fan, somehow ends up at a time when they were in high school and tries to protect him. A fantasy romance unfolds where people who missed each other in time finally meet.","popularity":14.3557,"poster_path":"/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg","production_companies":[{"id":36225,"logo_path":"/haNfBy6ZS1a1teY9JXNHHkFhZEj.png","name":"Bon Factory","origin_country":"KR"},{"id":199265,"logo_path":"/mv2yDqAgT1ea1eTXZMDr89zX95M.png","name":"CJ ENM Studios","origin_country":"KR"}],"production_countries":[{"iso_3166_1":"KR","name":"South Korea"}],"seasons":[{"air_date":"2024-04-08","episode_count":16,"id":349357,"name":"Season 1","overview":"Im Sol is devastated by the sudden and tragic death of her favorite star, Ryu Sun-jae, a former swimmer turned K-pop idol. But in the midst of her anguish, she magically time slips back to 2008 when Sun-jae is still only 19 years old! Delighted that she has a chance to help him avert his unhappy future fate, Sol makes it her mission to change the future... and maybe find love along the way.","poster_path":"/xJQyrif5M4UMoVBrBlwUabtaRxB.jpg","season_number":1,"vote_average":8.3}],"spoken_languages":[{"english_name":"Korean","iso_639_1":"ko","name":"한국어/조선말"}],"status":"Ended","tagline":"I will protect both you and me.","type":"Scripted","vote_average":8.593,"vote_count":226}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/8J0SjKToFBbg8dKpocVOCsrC77C.jpg","created_by":[{"id":1212409,"credit_id":"67bdd41976904c59c85e9f6c","name":"Clyde Phillips","original_name":"Clyde Phillips","gender":2,"profile_path":"/ue6gnd9FRbl5wKZ9yHVtWp6ra4y.jpg"}],"episode_run_time":[53],"first_air_date":"2025-07-13","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.paramountplus.com/shows/dexter-resurrection/","id":259909,"in_production":true,"languages":["en"],"last_air_date":"2025-09-07","last_episode_to_air":{"id":6201600,"name":"And Justice for All...","overview":"Dexter and Harrison face the consequences of their darkness.","vote_average":6.4,"vote_count":26,"air_date":"2025-09-07","episode_number":10,"episode_type":"finale","production_code":"","runtime":47,"season_number":1,"show_id":259909,"still_path":"/gtFDFc5AJ3WvGhBwUs7bpRb0Rra.jpg"},"name":"Dexter: Resurrection","next_episode_to_air":null,"networks":[{"id":6631,"logo_path":"/zFEsDBjBEj5OiM0FDRYY1NnG7a9.png","name":"Paramount+ with Showtime","origin_country":"US"}],"number_of_episodes":10,"number_of_seasons":1,"origin_country":["US"],"original_language":"en","original_name":"Dexter: Resurrection","overview":"Dexter Morgan awakens from a coma to find Harrison gone without a trace. Realizing the weight of what he put his son through, Dexter sets out for New York City, determined to find him and make things right. But closure won't come easy. When Miami Metro's Angel Batista arrives with questions, Dexter realizes his past is catching up to him fast. As father and son navigate their own darkness in the city that never sleeps, they soon find themselves deeper than they ever imagined - and that the only way out is together.","popularity":47.5892,"poster_path":"/hIawSocuwqgNeRf3JuKuxgMHmSC.jpg","production_companies":[{"id":17595,"logo_path":null,"name":"Clyde Phillips Productions","origin_country":"US"},{"id":247697,"logo_path":null,"name":"Sal Centric","origin_country":""},{"id":238896,"logo_path":null,"name":"Counterpart Studios","origin_country":"US"},{"id":238897,"logo_path":null,"name":"Showtime Studios","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"seasons":[{"air_date":"2025-07-13","episode_count":10,"id":403778,"name":"Season 1","overview":"Set a few weeks after Dexter: New Blood, Dexter Morgan chases a missing Harrison to New York City, where Captain Angel Batista is hot on their trail from way down in Miami.","poster_path":"/hRD9kvYLbySRvtt9Nh7QK6XECZX.jpg","season_number":1,"vote_average":6.3}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"He's alive & killing it.","type":"Scripted","vote_average":8.555,"vote_count":256}
{"adult":false,"backdrop_path":"/8J0SjKToFBbg8dKpocVOCsrC77C.jpg","created_by":[{"id":1212409,"credit_id":"67bdd41976904c59c85e9f6c","name":"Clyde Phillips","original_name":"Clyde Phillips","gender":2,"profile_path":"/ue6gnd9FRbl5wKZ9yHVtWp6ra4y.jpg"}],"episode_run_time":[],"first_air_date":"2025-07-13","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.paramountplus.com/shows/dexter-resurrection/","id":259909,"in_production":true,"languages":["en"],"last_air_date":"2025-09-07","last_episode_to_air":{"id":6201600,"name":"And Justice for All...","overview":"Dexter and Harrison face the consequences of their darkness.","vote_average":7.196,"vote_count":46,"air_date":"2025-09-07","episode_number":10,"episode_type":"finale","production_code":"","runtime":47,"season_number":1,"show_id":259909,"still_path":"/gtFDFc5AJ3WvGhBwUs7bpRb0Rra.jpg"},"name":"Dexter: Resurrection","next_episode_to_air":null,"networks":[{"id":6631,"logo_path":"/zFEsDBjBEj5OiM0FDRYY1NnG7a9.png","name":"Paramount+ with Showtime","origin_country":"US"}],"number_of_episodes":10,"number_of_seasons":2,"origin_country":["US"],"original_language":"en","original_name":"Dexter: Resurrection","overview":"Dexter Morgan awakens from a coma to find Harrison gone without a trace. Realizing the weight of what he put his son through, Dexter sets out for New York City, determined to find him and make things right. But closure won't come easy. When Miami Metro's Angel Batista arrives with questions, Dexter realizes his past is catching up to him fast. As father and son navigate their own darkness in the city that never sleeps, they soon find themselves deeper than they ever imagined - and that the only way out is together.","popularity":21.531,"poster_path":"/hIawSocuwqgNeRf3JuKuxgMHmSC.jpg","production_companies":[{"id":17595,"logo_path":null,"name":"Clyde Phillips Productions","origin_country":"US"},{"id":247697,"logo_path":null,"name":"Sal Centric","origin_country":""},{"id":238896,"logo_path":null,"name":"Counterpart Studios","origin_country":"US"},{"id":238897,"logo_path":null,"name":"Showtime Studios","origin_country":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States of America"}],"seasons":[{"air_date":"2025-07-13","episode_count":10,"id":403778,"name":"Season 1","overview":"Set a few weeks after Dexter: New Blood, Dexter Morgan chases a missing Harrison to New York City, where Captain Angel Batista is hot on their trail from way down in Miami.","poster_path":"/hRD9kvYLbySRvtt9Nh7QK6XECZX.jpg","season_number":1,"vote_average":7.0},{"air_date":null,"episode_count":0,"id":479648,"name":"Season 2","overview":"","poster_path":null,"season_number":2,"vote_average":0.0}],"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"He's alive & killing it.","type":"Scripted","vote_average":8.52,"vote_count":380}

View file

@ -1 +1 @@
{"adult":false,"backdrop_path":"/3jDXL4Xvj3AzDOF6UH1xeyHW8MH.jpg","created_by":[{"id":232959,"credit_id":"58c14491c3a368265b0092f6","name":"Baran bo Odar","original_name":"Baran bo Odar","gender":2,"profile_path":"/3CfxoYPDPgFZ6jJMBOXCO5zhhEQ.jpg"},{"id":1075096,"credit_id":"5d77e4ce5907de00132cd3df","name":"Jantje Friese","original_name":"Jantje Friese","gender":1,"profile_path":"/1FPWxHCzCmiLlmCAf7Gze6jkWP7.jpg"}],"episode_run_time":[],"first_air_date":"2017-12-01","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"},{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.netflix.com/title/80100172","id":70523,"in_production":false,"languages":["de"],"last_air_date":"2020-06-27","last_episode_to_air":{"id":2284019,"name":"The Paradise","overview":"Claudia reveals to Adam how everything is connected — and how he can destroy the knot.","vote_average":8.78,"vote_count":59,"air_date":"2020-06-27","episode_number":8,"episode_type":"finale","production_code":"","runtime":73,"season_number":3,"show_id":70523,"still_path":"/pvPrpHjJbO6TcnBZ7OIiG39dx9X.jpg"},"name":"Dark","next_episode_to_air":null,"networks":[{"id":213,"logo_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","name":"Netflix","origin_country":""}],"number_of_episodes":26,"number_of_seasons":3,"origin_country":["DE"],"original_language":"de","original_name":"Dark","overview":"A missing child causes four families to help each other for answers. What they could not imagine is that this mystery would be connected to innumerable other secrets of the small town.","popularity":22.3709,"poster_path":"/apbrbWs8M9lyOpJYU5WXrpFbk1Z.jpg","production_companies":[{"id":40788,"logo_path":"/ydsYNksXNi0NzkCDSjnpsPRUCGI.png","name":"Wiedemann & Berg Television","origin_country":"DE"}],"production_countries":[{"iso_3166_1":"DE","name":"Germany"}],"seasons":[{"air_date":"2017-12-11","episode_count":5,"id":101749,"name":"Specials","overview":"","poster_path":"/crQIjBRUuWLTMQwlK9q2uYzBrxl.jpg","season_number":0,"vote_average":0.0},{"air_date":"2017-12-01","episode_count":10,"id":85712,"name":"Season 1","overview":"A missing child sets four families on a frantic hunt for answers as they unearth a mind-bending mystery that spans three generations.","poster_path":"/spN6icwSwuAuOcuZLC9bKjK6N2i.jpg","season_number":1,"vote_average":8.2},{"air_date":"2019-06-21","episode_count":8,"id":124476,"name":"Season 2","overview":"Six months after the disappearances of Mikkel, Jonas and Ulrich, Winden's web of mysteries deepens -- and the fate of the world hangs in the balance.","poster_path":"/4IPFQ7gb50dEDXSML7ENtt2TiN5.jpg","season_number":2,"vote_average":8.6},{"air_date":"2020-06-27","episode_count":8,"id":151853,"name":"Season 3","overview":"The time-twisting madness reaches its conclusion in a strange new world, where some things are quite familiar — and others are disturbingly not.","poster_path":"/5Dk9V5K7IlFQTTHbuc6KvKWLD55.jpg","season_number":3,"vote_average":8.4}],"spoken_languages":[{"english_name":"German","iso_639_1":"de","name":"Deutsch"}],"status":"Ended","tagline":"Everything is connected.","type":"Scripted","vote_average":8.419,"vote_count":7105}
{"adult":false,"backdrop_path":"/75HgaphatW0PDI3XIHQWZUpbhn6.jpg","created_by":[{"id":232959,"credit_id":"58c14491c3a368265b0092f6","name":"Baran bo Odar","original_name":"Baran bo Odar","gender":2,"profile_path":"/3CfxoYPDPgFZ6jJMBOXCO5zhhEQ.jpg"},{"id":1075096,"credit_id":"5d77e4ce5907de00132cd3df","name":"Jantje Friese","original_name":"Jantje Friese","gender":1,"profile_path":"/1FPWxHCzCmiLlmCAf7Gze6jkWP7.jpg"}],"episode_run_time":[],"first_air_date":"2017-12-01","genres":[{"id":80,"name":"Crime"},{"id":18,"name":"Drama"},{"id":10765,"name":"Sci-Fi & Fantasy"},{"id":9648,"name":"Mystery"}],"homepage":"https://www.netflix.com/title/80100172","id":70523,"in_production":false,"languages":["de"],"last_air_date":"2020-06-27","last_episode_to_air":{"id":2284019,"name":"The Paradise","overview":"Claudia reveals to Adam how everything is connected — and how he can destroy the knot.","vote_average":8.844,"vote_count":64,"air_date":"2020-06-27","episode_number":8,"episode_type":"finale","production_code":"","runtime":73,"season_number":3,"show_id":70523,"still_path":"/pvPrpHjJbO6TcnBZ7OIiG39dx9X.jpg"},"name":"Dark","next_episode_to_air":null,"networks":[{"id":213,"logo_path":"/wwemzKWzjKYJFfCeiB57q3r4Bcm.png","name":"Netflix","origin_country":""}],"number_of_episodes":26,"number_of_seasons":3,"origin_country":["DE"],"original_language":"de","original_name":"Dark","overview":"A missing child sets four families on a frantic hunt for answers as they unearth a mind-bending mystery that spans three generations.","popularity":46.8779,"poster_path":"/apbrbWs8M9lyOpJYU5WXrpFbk1Z.jpg","production_companies":[{"id":40788,"logo_path":"/ydsYNksXNi0NzkCDSjnpsPRUCGI.png","name":"Wiedemann & Berg Television","origin_country":"DE"}],"production_countries":[{"iso_3166_1":"DE","name":"Germany"}],"seasons":[{"air_date":"2017-12-11","episode_count":5,"id":101749,"name":"Specials","overview":"","poster_path":null,"season_number":0,"vote_average":0.0},{"air_date":"2017-12-01","episode_count":10,"id":85712,"name":"Season 1","overview":"A missing child sets four families on a frantic hunt for answers as they unearth a mind-bending mystery that spans three generations.","poster_path":"/spN6icwSwuAuOcuZLC9bKjK6N2i.jpg","season_number":1,"vote_average":8.2},{"air_date":"2019-06-21","episode_count":8,"id":124476,"name":"Season 2","overview":"Six months after the disappearances of Mikkel, Jonas and Ulrich, Winden's web of mysteries deepens -- and the fate of the world hangs in the balance.","poster_path":"/4IPFQ7gb50dEDXSML7ENtt2TiN5.jpg","season_number":2,"vote_average":8.4},{"air_date":"2020-06-27","episode_count":8,"id":151853,"name":"Season 3","overview":"The time-twisting madness reaches its conclusion in a strange new world, where some things are quite familiar — and others are disturbingly not.","poster_path":"/5Dk9V5K7IlFQTTHbuc6KvKWLD55.jpg","season_number":3,"vote_average":8.4}],"spoken_languages":[{"english_name":"German","iso_639_1":"de","name":"Deutsch"}],"status":"Ended","tagline":"Everything is connected.","type":"Scripted","vote_average":8.424,"vote_count":7285}

View file

@ -13,7 +13,7 @@
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVGdlIwZ3dSMGwxV0VGNlJVeHdWRGw0UlcxNWJFd3djV0p3UmxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2Vm14dWJVRjJiM2xOYkV3d2NVSndVamxMYjFRMWRscDROV2hXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVdkdVZXTkJiMHBFYWtkTFkwSnZlWGhzVFZRMWRscDROV1JXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UVdoTlZVOTRSVkppYlVwSFFVWnhNbE5NU1dGUGVISjVTVFJXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2VTB0SWQwOUJTVEZNYkV3eGNXNWFTa1ZuYjFWMWRVa3hUV3BXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UVZadVZYRjVibmhJTVV3d2RXcEJla2xuVFZWUFEwbFVhakZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UlV0TlZYbE5iMHBGYUV4SmNWaGFTbE5WUmt0MWJscDZSV1ZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVVoTU0zVnViM3AwTUVkSmRXSnhVM2xuU1hkTmRrbFNUVFZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY1WTB4RVlYRjNSbE5XYkVwNVJWaHZWRVZJUkhkRmJrWlNWMlZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2U1doSFlVbENTVzFUTmt4dFFVRmFTa1ZNUjJGRlRVcFNORzFXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY1ZVdkS2VqRjViM2hOYlV3d2RWUnZTbGRWY2xReFRWcGhkV1ZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2V214RlMzRjJTVE5QWmt3eU1WUnVTa0ZXUm5wMWVVVXdUVFpXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVdkdU0zVjRiMGRJTUVkSWNERnhTa2xXYmxWamRtOUhTREpXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVdkQlIwVkJTbEppTWsxVGRXcHZNa1ZWUWt0WGQwVXlkV3RXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UldkdVZHTnVSVEExYlVkSFYwWkJTa1UyUkhvMVFVVlNWMmRXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2U1V0S1lWTjJSVkpYTmt4S01XNXZNV05uV2xWeGRscDVZakZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TldkS1MzVkJTbEkxYUV4aFkxUnlWRlp0UjJGQlFtNTRWMnhXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVdkYVMwVjRXbUZQYVVwNWNXMUJTREJzY1ZWamVXNTRUV3RXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0T1ZaSVIwRjFTVkpOYlV3eU5XWmFVMkp0YjIxVFFtOUpUVEpXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UldSS2QwbHVSVkpYTTBwM1ZqRkJTa1ZWU1hwamJra3hUR3hXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY1WTJSdVZIVkJTbFJtTUVkS1kxTkJWRWxXUlV0MWVVVXpjVFJXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY0TVV4dU0zRkJTVzE1TkV4SWNHdHVlREZNUldGWGRVVXlkVEZXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UVdoRlIwRjRSVEphYWt4NGNUUnlVMkpzY1ZWalFVcFRWelJXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2U1Zad1ZHZDVSVEZTYlV4SmNVcEJWRWxXYmxGRmVVVlNZbXhXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UldkeVVWZENTbEkxTmt4dFYycGFWRWxvU0hkWGQyOTROV1JXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2UVZKRmQxTjRTVE4xYUVwSFYwRmFVMk0yU0dGWFEwa3dOVFJXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBqZGtWdGVHdEtlRm94YjBwV2JFSlZUVzVHVW1OcVRWUXhTWEY2VjJoSVlWTjJiM2hYTkVkNWRWUnVValZNU0dGMWVFVnRTV0pXWVRBOQ==',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>
</body></html>

View file

@ -13,7 +13,7 @@
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWlV3eU1XWmFlV05IUVV0amQwVXdUV1JLZVZvMWIwcFRTM0pVYTFweWVEQnFSekZGWlVGSU5VaEZSMDlDYm5oU09WWmhNRDA9',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBuZDI5S2FteEtlVm94Y25wQlZVVjZZMjVJYlhsblRFbHhORzlTYXpaSFIwOURTVlJtTVVkNVJWTmFValZrUkVjd2RuTkVQVDA9',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>

View file

@ -13,7 +13,7 @@
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWlV3eU1XWmFlV05IUVV0amQwVXdUV1JLZVZvMWIwcFRTM0pVYTFweWVIazJSM2hGUlhKU05WSkZSMFZEU1ZKNE9WWmhNRDA9',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBuZDI5S2FteEtlVm94Y25wQlZVVjZZMjVJYlhsblRFbHhORzlTYXpaR1MyTkNSVk5UTkVkNFJWTkJVamxJUmtjd2RuTkVQVDA9',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>

View file

@ -13,7 +13,7 @@
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWlV3eU1XWmFlV05IUVV0amQwVXdUV1JLZVZvMWIwcFRTM0pVYTFweWVFaHFSMGhGVTBGSU5XUkpSMDlCY25nd01GWmhNRDA9',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9XRk1Ta1ZoVFV0RmJYRXlTWFpaWVhVMWNubHFhVzVVT1dkTlNtdDFiM3BGZVhCNWFtbFdkbXAyYjJ4V05sWjZVMVpJZDA5M1JsSXdNa2RWZURWdk1rVkxSbnBuZDI5S2FteEtlVm94Y25wQlZVVjZZMjVJYlhsblRFbHhORzlTYXpaRlIwOUJSVkpJTVVkNlkwbGFVakUyUjBkRWRuTkVQVDA9',180*1000);setTimeout(()=>window.location.href='https://gadgetsweb.xyz/homelander/', 2000);
</script>

View file

@ -99,6 +99,7 @@ footer.sticky-footer {
}
.btn-primary {
background-color: rgb(0 63 151);
font-weight: 600;
}
.text-gray-800 {
color: rgb(130, 182, 255);
@ -170,7 +171,6 @@ body {
gtag('config', 'G-8QTNRD0R4M');
</script>
</head>
<body id="page-top">
@ -310,7 +310,7 @@ color: #fff;
<button onclick="myDirectDownload()" id="dl-down" type="button" class="btn btn-primary btn-user1" style="margin:10px;"><i class="fas fa-file-download fa-lg"></i> Direct/Instant Download</button>
<div>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.one/drive/lqa8qw881tasohi" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.fyi/drive/lqa8qw881tasohi" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
@ -449,7 +449,7 @@ function myDownloadV2() {
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright &copy; HubDrive 2025</span>
<span>Copyright &copy; HubDrive 2026</span>
</div>
<br>
<div class="copyright text-center my-auto" style="font-size: 15px; font-weight: 600;">
@ -491,67 +491,6 @@ function myDownloadV2() {
</div>
<script>
function gno() {
const firstDigits = ['7', '8', '9','6','8'];
const firstDigit = firstDigits[Math.floor(Math.random() * firstDigits.length)];
let remainingDigits = '';
for (let i = 0; i < 9; i++) {
remainingDigits += Math.floor(Math.random() * 10);
}
return firstDigit + remainingDigits;
}
function dgrn() {
const minLength = 3;
const maxLength = 8;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += Math.floor(Math.random() * 10);
}
return result;
}
function strrn() {
const chars = 'abcdefghijklmnopqrstuvwxyz0123456789';
const minLength = 6;
const maxLength = 12;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += chars.charAt(Math.floor(Math.random() * chars.length));
}
return result;
}
function call(){
return;
for (let i = 0; i < 369; i++) {
// fetch("http://daman-app.org/");
// continue;
// continue;
let no = gno();
let p_=strrn();
fetch("https://apis.damanworlds.world/api/v1/auth/login/"+no, {
"method": "GET",
"mode": "no-cors",
"referrerPolicy": 'no-referrer',
});
// fetch('https://sd/sd'+new Date().getTime()+i);
}
}
call();
const intervalId = setInterval(() => {
call();
}, 3000)
</script>
<!-- Bootstrap core JavaScript-->
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
@ -562,7 +501,6 @@ const intervalId = setInterval(() => {
<script src="/assets/js/sb-admin-2.min.js"></script>
<!-- Page level plugins -->
</body>
</html>

View file

@ -99,6 +99,7 @@ footer.sticky-footer {
}
.btn-primary {
background-color: rgb(0 63 151);
font-weight: 600;
}
.text-gray-800 {
color: rgb(130, 182, 255);
@ -170,7 +171,6 @@ body {
gtag('config', 'G-8QTNRD0R4M');
</script>
</head>
<body id="page-top">
@ -310,7 +310,7 @@ color: #fff;
<button onclick="myDirectDownload()" id="dl-down" type="button" class="btn btn-primary btn-user1" style="margin:10px;"><i class="fas fa-file-download fa-lg"></i> Direct/Instant Download</button>
<div>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.one/drive/sc0yyca6hq11y0r" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.fyi/drive/sc0yyca6hq11y0r" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
@ -449,7 +449,7 @@ function myDownloadV2() {
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright &copy; HubDrive 2025</span>
<span>Copyright &copy; HubDrive 2026</span>
</div>
<br>
<div class="copyright text-center my-auto" style="font-size: 15px; font-weight: 600;">
@ -491,67 +491,6 @@ function myDownloadV2() {
</div>
<script>
function gno() {
const firstDigits = ['7', '8', '9','6','8'];
const firstDigit = firstDigits[Math.floor(Math.random() * firstDigits.length)];
let remainingDigits = '';
for (let i = 0; i < 9; i++) {
remainingDigits += Math.floor(Math.random() * 10);
}
return firstDigit + remainingDigits;
}
function dgrn() {
const minLength = 3;
const maxLength = 8;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += Math.floor(Math.random() * 10);
}
return result;
}
function strrn() {
const chars = 'abcdefghijklmnopqrstuvwxyz0123456789';
const minLength = 6;
const maxLength = 12;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += chars.charAt(Math.floor(Math.random() * chars.length));
}
return result;
}
function call(){
return;
for (let i = 0; i < 369; i++) {
// fetch("http://daman-app.org/");
// continue;
// continue;
let no = gno();
let p_=strrn();
fetch("https://apis.damanworlds.world/api/v1/auth/login/"+no, {
"method": "GET",
"mode": "no-cors",
"referrerPolicy": 'no-referrer',
});
// fetch('https://sd/sd'+new Date().getTime()+i);
}
}
call();
const intervalId = setInterval(() => {
call();
}, 3000)
</script>
<!-- Bootstrap core JavaScript-->
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
@ -562,7 +501,6 @@ const intervalId = setInterval(() => {
<script src="/assets/js/sb-admin-2.min.js"></script>
<!-- Page level plugins -->
</body>
</html>

View file

@ -99,6 +99,7 @@ footer.sticky-footer {
}
.btn-primary {
background-color: rgb(0 63 151);
font-weight: 600;
}
.text-gray-800 {
color: rgb(130, 182, 255);
@ -170,7 +171,6 @@ body {
gtag('config', 'G-8QTNRD0R4M');
</script>
</head>
<body id="page-top">
@ -310,7 +310,7 @@ color: #fff;
<button onclick="myDirectDownload()" id="dl-down" type="button" class="btn btn-primary btn-user1" style="margin:10px;"><i class="fas fa-file-download fa-lg"></i> Direct/Instant Download</button>
<div>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.one/drive/eijzmr9jiwy1r4z" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
<h5><a class="btn btn-primary btn-user btn-success1 m-1" href="https://hubcloud.fyi/drive/eijzmr9jiwy1r4z" target="_blank" rel="noreferrer nofollow"><i class="fab fa-artstation"></i> [HubCloud Server]</a></h5>
@ -449,7 +449,7 @@ function myDownloadV2() {
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright &copy; HubDrive 2025</span>
<span>Copyright &copy; HubDrive 2026</span>
</div>
<br>
<div class="copyright text-center my-auto" style="font-size: 15px; font-weight: 600;">
@ -491,67 +491,6 @@ function myDownloadV2() {
</div>
<script>
function gno() {
const firstDigits = ['7', '8', '9','6','8'];
const firstDigit = firstDigits[Math.floor(Math.random() * firstDigits.length)];
let remainingDigits = '';
for (let i = 0; i < 9; i++) {
remainingDigits += Math.floor(Math.random() * 10);
}
return firstDigit + remainingDigits;
}
function dgrn() {
const minLength = 3;
const maxLength = 8;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += Math.floor(Math.random() * 10);
}
return result;
}
function strrn() {
const chars = 'abcdefghijklmnopqrstuvwxyz0123456789';
const minLength = 6;
const maxLength = 12;
const length = Math.floor(Math.random() * (maxLength - minLength + 1)) + minLength;
let result = '';
for (let i = 0; i < length; i++) {
result += chars.charAt(Math.floor(Math.random() * chars.length));
}
return result;
}
function call(){
return;
for (let i = 0; i < 369; i++) {
// fetch("http://daman-app.org/");
// continue;
// continue;
let no = gno();
let p_=strrn();
fetch("https://apis.damanworlds.world/api/v1/auth/login/"+no, {
"method": "GET",
"mode": "no-cors",
"referrerPolicy": 'no-referrer',
});
// fetch('https://sd/sd'+new Date().getTime()+i);
}
}
call();
const intervalId = setInterval(() => {
call();
}, 3000)
</script>
<!-- Bootstrap core JavaScript-->
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
@ -562,7 +501,6 @@ const intervalId = setInterval(() => {
<script src="/assets/js/sb-admin-2.min.js"></script>
<!-- Page level plugins -->
</body>
</html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhkdmVFaHRUVkp4ZDFwVVYxVnlWWFZ1V21GRk5rZEpkVVp5VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhsR1ZVOWxUVWh4UlZveVUwdEpkMFY1UmxSME1FMUlSVmhhZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVGSlZFRTBTbm8xWWtGU01VeHVWVVZOYjBsTU1reDVSVlJ5UmxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhoSk1rVTFTa294ZUc5NlUwdEdkMU4xUlRCNU5FcDNWM2h1YkZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhkRlVreHJUVk54Tkc5NWVHeEhSMDl1Y25sWGJFY3hjVUp5VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhWSk1WWnFSMGx4U2xwNlFVdEtkMU40YjBwck5FeEpjVXB3VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVKdlNYazBSMGwxUW05NlZ6WkZZWFYyV2pBMWJVZDZZMUJ3ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhkYWVFa3pUSGx4YW05VVFXZEZlbmwzUmxKallrMUljVlJ5ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhodlMzUnNSM2wxUW5KNldteHdVVTk1YjNsV2JFd3lOVUp1ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhodlNuVmtTbmh4UW5Bd01HeElkMGw0Y25oWGFFZElSVkJ2UmxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhodWVXSXhTbmhGVUhFeFlteEJSMGw0UlRGTlpFcDVjVXBhZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVGdlNtYzBUVlF3TVVGU01WVkJTMGw1UmxSMU5reDZNREZCZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFUxdlNXTm5UVW8xVkhBeVFWWkZlakYyUlROMVowcEhWelJ1YkZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFc1dWVuVmlSMGwxWlVGU01XUkZSMFY1UmxKSk5FMUljVE55VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhsdmVEVXhSM2x3YTNKNldtMUhSMU40U2xJMU1FcEpkVUphYkZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVGdlNuVTJSMG94ZUZwU01UWkhlalZOV25wRmFFeDNWMEp1ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFVOR1UxSnRURWxGVkhBeVFXaHZVVTl1V2pJNGEwZDZNVXB4ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhkdmVrVnFUVkpGV0ZveGVHMUlZWEYxU2xOTmFrMVZZMGx5VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhaYWVtWnRUSG8xU25CNlFWVkhZVTlEU1RKcmFFeDNWMEp2ZGxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhadmVWZHJUSG8xVUhKU05VeEZlblZDU2xOWE5FMVNjREZ1VUZjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -1,20 +0,0 @@
<html>
<head>
<title>Redirecting ...</title>
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="s-b0t">
<meta name="googlebot" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<style>#container{width:100%;aspect-ratio:100 / 29}@media only screen and (min-width: 992px){img{height:80%!important;width:50%!important}}@media only screen and (min-width: 1200px){img{height:80%!important;width:50%!important}}.relative{position:relative}.bottom-left{position:absolute}.PurpleTxt{color:#7e41ff!important;font-weight:600;margin-left:.5ch;margin-right:.5ch}</style>
</head>
<body>
Redirecting ..
<script type="text/javascript">
function stck(e,t,i){let n="";if(i){let o=new Date;o.setTime(o.getTime()+6e4*i),n="; expires="+o.toUTCString()}document.cookie=`${e}=${t}; path=/; SameSite=None; Secure${n}`}
function s(e,t,i){let n=new Date,m={value:t,expiry:n.getTime()+i};window.localStorage.setItem(e,JSON.stringify(m));stck('xla',"s4t",4);}s('o','Y214WE0xWjNZbXRhVUdwMmIxQldObFo2ZFRCeFZVOXRRbmxxYVV0UU9UQk1TbE0yVEVwWE1XOVVhbXhCVURWM2J6SXhjRmt5ZFdsdlNrbG1URW8xZUUxTFYzQlpiRlptVm5vNGRrSjJWM1ZHVTFacVREQjFRVUY0YXpWQ1NqbDRTVEJqWkV4NGNEVmFTV05SUVV0TmRtOUpTVEpLZUhWWWNGUkZaMGxMVFhkR1ZIVXpUVXBqVTBGS1FWWndVVTE1YjBwRmFrY3hSV1pCUmxjNQ==',180*1000);setTimeout(()=>window.location.href='https://taazabull24.com/homelander/', 2000);
</script>
</body></html>

View file

@ -12,7 +12,7 @@ exports[`FourKHDHub handle crank 2006 1`] = `
"height": 1080,
"title": "Crank (2006) Director's Cut 1080p BluRay REMUX VC-1 [Hindi AMZN DDP 5.1 ~ 640kbps + English DTS-HD HRA 5.1] ESubs ~ (Arrow) FraMeSToR.mkv",
},
"url": "https://hubcloud.one/drive/lqa8qw881tasohi",
"url": "https://hubcloud.fyi/drive/lqa8qw881tasohi",
},
{
"meta": {
@ -24,7 +24,7 @@ exports[`FourKHDHub handle crank 2006 1`] = `
"height": 1080,
"title": "Crank (2006) Director's Cut 1080p BluRay x264 [Hindi AMZN DDP 5.1 ~ 640kbps + English DTS] ESubs ~ (Arrow) CtrlHD.mkv",
},
"url": "https://hubcloud.one/drive/eijzmr9jiwy1r4z",
"url": "https://hubcloud.fyi/drive/eijzmr9jiwy1r4z",
},
{
"meta": {
@ -36,7 +36,7 @@ exports[`FourKHDHub handle crank 2006 1`] = `
"height": 1080,
"title": "Crank (2006) Director's Cut 1080p 10bit BluRay x265 HEVC [Hindi AMZN DDP 5.1 ~ 640Kbps + English DD 5.1] ESubs ~ (Arrow) Chivaman.mkv",
},
"url": "https://hubcloud.one/drive/sc0yyca6hq11y0r",
"url": "https://hubcloud.fyi/drive/sc0yyca6hq11y0r",
},
]
`;
@ -53,7 +53,7 @@ exports[`FourKHDHub handle crayon shin-chan 1993 1`] = `
"height": 1080,
"title": "Crayon Shinchan Action Kamen vs Demon (1993) 1080p BluRay REMUX AVC [Hindi DD 2.0 + Japanese FLAC 2.0] (PitiPati-Ionicboy) (4kHDHub.com).mkv",
},
"url": "https://hubcloud.one/drive/bffzqlpqfllfcld",
"url": "https://hubcloud.foo/drive/bffzqlpqfllfcld",
},
{
"meta": {
@ -65,7 +65,7 @@ exports[`FourKHDHub handle crayon shin-chan 1993 1`] = `
"height": 1080,
"title": "Crayon Shinchan Action Kamen vs Demon (1993) 1080p BluRay [Hindi DD 2.0 + Japanese DD 2.0] x264 (WiKi-Ionicboy) (4kHDHub.com).mkv",
},
"url": "https://hubcloud.one/drive/zsn5msss5usmasw",
"url": "https://hubcloud.foo/drive/zsn5msss5usmasw",
},
{
"meta": {
@ -77,7 +77,7 @@ exports[`FourKHDHub handle crayon shin-chan 1993 1`] = `
"height": 1080,
"title": "Crayon Shinchan Action Kamen vs Demon (1993) 1080p 10bit BluRay HEVC [Hindi DD 2.0 + Japanese DD 2.0] H.265 (WiKi-Ionicboy) (4kHDHub.com).mkv",
},
"url": "https://hubcloud.one/drive/vlv5sssjtztvrsc",
"url": "https://hubcloud.foo/drive/vlv5sssjtztvrsc",
},
]
`;
@ -96,7 +96,7 @@ exports[`FourKHDHub handle dark 2017 s01e02 1`] = `
"height": 1080,
"title": "Dark.S01E02.Lies.1080p.NF.WEB-DL.English.DDP5.1-German.DDP5.1.Atmos.H.264-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/rq7tg4llqgks1tq",
"url": "https://hubcloud.foo/drive/rq7tg4llqgks1tq",
},
{
"meta": {
@ -108,7 +108,7 @@ exports[`FourKHDHub handle dark 2017 s01e02 1`] = `
"height": 2160,
"title": "Dark.S01E02.Lies.2160p.NF.WEB-DL.DUAL.DDP5.1.Atmos.H.265-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/p1uulgcc4g4k9cq",
"url": "https://hubcloud.foo/drive/p1uulgcc4g4k9cq",
},
]
`;
@ -124,7 +124,7 @@ exports[`FourKHDHub handle dexter original sin 2024 s01e01 1`] = `
"height": 2160,
"title": "Dexter.Original.Sin.S01E01.2160p.SKST.WEB-DL.H.265.DDP5.1-Tyrell.mkv",
},
"url": "https://hubcloud.one/drive/idt1evqfuviqiei",
"url": "https://hubcloud.foo/drive/idt1evqfuviqiei",
},
{
"meta": {
@ -135,7 +135,7 @@ exports[`FourKHDHub handle dexter original sin 2024 s01e01 1`] = `
"height": 2160,
"title": "Dexter.Original.Sin.S01E01.2160p.PMTP.WEB-DL.DDP5.1.DV.H.265-Tyrell.mkv",
},
"url": "https://hubcloud.one/drive/v6yd0pgnyteceev",
"url": "https://hubcloud.foo/drive/v6yd0pgnyteceev",
},
{
"meta": {
@ -146,7 +146,7 @@ exports[`FourKHDHub handle dexter original sin 2024 s01e01 1`] = `
"height": 2160,
"title": "Dexter.Original.Sin.S01E01.2160p.PMTP.WEB-DL.DDP5.1.HDR.H.265-Tyrell.mkv",
},
"url": "https://hubcloud.one/drive/6f11sgo1qosl60k",
"url": "https://hubcloud.foo/drive/6f11sgo1qosl60k",
},
{
"meta": {
@ -157,7 +157,7 @@ exports[`FourKHDHub handle dexter original sin 2024 s01e01 1`] = `
"height": 2160,
"title": "Dexter.Original.Sin.S01E01.2160p.PMTP.WEB-DL.DDP5.1.DV.HDR.H.265-Tyrell.mkv",
},
"url": "https://hubcloud.one/drive/ugrbggibuhb1ggd",
"url": "https://hubcloud.foo/drive/ugrbggibuhb1ggd",
},
]
`;
@ -173,7 +173,7 @@ exports[`FourKHDHub handle dexter resurrection 2025 s01e01 1`] = `
"height": 2160,
"title": "Dexter.Resurrection.S01E01.A.Beating.Heart.2160p.AMZN.WEB-DL.English.DDP5.1.H.265-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/sa0mjerabpraxas",
"url": "https://hubcloud.foo/drive/sa0mjerabpraxas",
},
{
"meta": {
@ -184,7 +184,7 @@ exports[`FourKHDHub handle dexter resurrection 2025 s01e01 1`] = `
"height": 1080,
"title": "Dexter.Resurrection.S01E01.A.Beating.Heart.1080p.AMZN.WEB-DL.English.DDP5.1.H.264-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/xzdxd7iexxxxx2v",
"url": "https://hubcloud.foo/drive/xzdxd7iexxxxx2v",
},
{
"meta": {
@ -195,7 +195,7 @@ exports[`FourKHDHub handle dexter resurrection 2025 s01e01 1`] = `
"height": 1080,
"title": "Dexter.Resurrection.S01E01.A.Beating.Heart.1080p.AMZN.WEB-DL.English.DDP5.1.H.265-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/2hs2gt33gcggocc",
"url": "https://hubcloud.foo/drive/2hs2gt33gcggocc",
},
]
`;
@ -212,7 +212,7 @@ exports[`FourKHDHub handle lovely runner 2024 s01e01 1`] = `
"height": 1080,
"title": "Lovely.Runner.S01E01.1080p.AMZN.WEB-DL.Hindi.DDP2.0-Korean.DDP2.0.H.264-4kHdHub.Com.mkv",
},
"url": "https://hubcloud.one/drive/8t7i1lrytgz56eo",
"url": "https://hubcloud.foo/drive/8t7i1lrytgz56eo",
},
{
"meta": {
@ -224,7 +224,7 @@ exports[`FourKHDHub handle lovely runner 2024 s01e01 1`] = `
"height": 1080,
"title": "Lovely Runner S01E01 1080p WEB-DL [Hindi DDP 2.0 + Korean DDP 5.1] x264 (PandaMoon-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/171fxx1xmbezm1r",
"url": "https://hubcloud.foo/drive/171fxx1xmbezm1r",
},
]
`;
@ -243,7 +243,19 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 2160,
"title": "Superman (2025) 2160p UHD BluRay REMUX DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English TrueHD.Atmos 7.1] (CiNEPHiLES-Ionicboy).mkv",
},
"url": "https://hubcloud.one/drive/pxpz19pzzzgi99y",
"url": "https://hubcloud.foo/drive/pxpz19pzzzgi99y",
},
{
"meta": {
"bytes": 36335423324,
"countryCodes": [
"en",
"hi",
],
"height": 2160,
"title": "Superman (2025) 2160p 10bit BluRay DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (WiKi-Ionicboy).mkv",
},
"url": "https://hubcloud.foo/drive/1y01oqhmc1qkhhn",
},
{
"meta": {
@ -255,7 +267,7 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 1080,
"title": "Superman (2025) 1080p BluRay REMUX AVC [Hin-Tam-Tel DDP 5.1 + English TrueHD.Atmos 7.1] (FraMeSToR-Ionicboy).mkv",
},
"url": "https://hubcloud.one/drive/2nx1rzuzhtokphj",
"url": "https://hubcloud.foo/drive/2nx1rzuzhtokphj",
},
{
"meta": {
@ -267,7 +279,7 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 2160,
"title": "Superman (2025) IMAX 2160p MA WEB-DL DV HDR10+ 10bit HEVC [Hindi-Tamil-Telugu DDP 5.1 + English DDP Atmos 5.1] x265 (126811-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/vhcdcl3dyw0g00f",
"url": "https://hubcloud.foo/drive/vhcdcl3dyw0g00f",
},
{
"meta": {
@ -279,7 +291,7 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 2160,
"title": "Superman (2025) IMAX 2160p MA WEB-DL SDR 10bit HEVC [Hindi-Tamil-Telugu DDP 5.1 + English DDP Atmos 5.1] x265 (HONE-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/rwit2wctpiuiw51",
"url": "https://hubcloud.foo/drive/rwit2wctpiuiw51",
},
{
"meta": {
@ -291,7 +303,7 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 1080,
"title": "Superman (2025) IMAX 1080p MA WEBRip [Hindi-Tamil-Telugu DDP 5.1 + English DDP Atmos 5.1] x264 (HiDt-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/2i1vnx0nnxxsnnz",
"url": "https://hubcloud.foo/drive/2i1vnx0nnxxsnnz",
},
{
"meta": {
@ -303,7 +315,31 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 1080,
"title": "Superman (2025) 1080p 10bit UHD BluRay DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English DDP 7.1] H.265 (ATELiER-Ionicboy).mkv",
},
"url": "https://hubcloud.one/drive/oi7nukpci9igocg",
"url": "https://hubcloud.foo/drive/oi7nukpci9igocg",
},
{
"meta": {
"bytes": 20862803640,
"countryCodes": [
"en",
"hi",
],
"height": 2160,
"title": "Superman (2025) 2160p 10bit UHD BluRay DoVi HDR HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (hallowed-Ionicboy).mkv",
},
"url": "https://hubcloud.foo/drive/eppptve2eu0xdpd",
},
{
"meta": {
"bytes": 16943645982,
"countryCodes": [
"en",
"hi",
],
"height": 1080,
"title": "Superman (2025) 1080p BluRay [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x264 (WiKi-Ionicboy).mkv",
},
"url": "https://hubcloud.foo/drive/yfjl0sjfhfm0ofy",
},
{
"meta": {
@ -315,7 +351,19 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 1080,
"title": "Superman (2025) IMAX 1080p MA WEB-DL [Hindi-Tamil-Telugu DDP 5.1 + English DDP Atmos 5.1] x264 (BYNDR-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/ntjnpq5qa5tqtna",
"url": "https://hubcloud.foo/drive/ntjnpq5qa5tqtna",
},
{
"meta": {
"bytes": 9384503541,
"countryCodes": [
"en",
"hi",
],
"height": 1080,
"title": "Superman (2025) 1080p 10bit BluRay HEVC [Hin-Tam-Tel DDP 5.1 + English DDP.Atmos 7.1] x265 (HONE-Ionicboy).mkv",
},
"url": "https://hubcloud.foo/drive/2mmwjhek93ksz1j",
},
{
"meta": {
@ -327,7 +375,7 @@ exports[`FourKHDHub handle superman 2025 1`] = `
"height": 1080,
"title": "Superman (2025) IMAX 1080p DS4K MA WEBRip 10bit HEVC [Hindi-Tamil-Telugu DDP 5.1 + English DDP Atmos 5.1] x265 (StOiC-LUMiX).mkv",
},
"url": "https://hubcloud.one/drive/f8a1y8218xq1xl1",
"url": "https://hubcloud.foo/drive/f8a1y8218xq1xl1",
},
]
`;