<p style="display: none;">diziler</p> <script> function toggleSeason(id){ var el = document.getElementById("season-"+id); if(el.style.display === "block"){ el.style.display = "none"; } else { el.style.display = "block"; } } </script> <p style="display: none;">kategori bölümü syafa ekleme</p> <script> document.querySelectorAll(".sezon h2").forEach(el => { el.addEventListener("click", () => { el.nextElementSibling.classList.toggle("aktif"); }); }); </script>
Tür:

Komedi 😂

Yıl: 2021
Dil: Türkçe Dublaj
2 film bulundu
Bekle Bizi Vahşi Doğa! 2021

İnsanların kendilerine canavarmış gibi baktığı bir sürüngen evinde kilitli kalmaktan bıkan bir grup Avustralya’nın en ölümcül yaratığı, hayvanat bahçe...

Yönetmen: Harry Cripps, Clare Knight

Oyuncular: Eric Bana, Tim Minchin, Miranda Tapsell

6.5 IMDB Puanı 16 İzlenme
Wish Dragon 2021

Kararlı genç Din, kendisine olasılıkların büyüsünü gösteren, dileklerini yerine getiren bir ejderhayla tanıştığında çocukluğunun en iyi arkadaşıyla ye...

Yönetmen: Chris Appelhans

Oyuncular: Jimmy Wong, John Cho, Constance Wu

7.2 IMDB Puanı 20 İzlenme
<meta name="sitecheckerpro-site-verification" content="feb8fbf7c3a7e79002e017c358196844"> <script> document.addEventListener("DOMContentLoaded", function() { const box = document.querySelector(".tu-box"); const btn = document.querySelector(".tu-boxbutton"); if(btn){ btn.addEventListener("click", function(e) { e.stopPropagation(); box.classList.toggle("active"); }); document.addEventListener("click", function() { box.classList.remove("active"); }); } }); </script> <p style="display: none;">seo ayarı.</p> <p style="display: none;">publisher başlangıç.</p> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Hunhax", "url": "https://hunhax.com", "logo": "https://hunhax.com/logo.png" } </script> <p style="display: none;">publisher son.</p> <meta name="publisher" content="Hunhax"> <meta name="author" content="<?php the_author(); ?>"> <link rel="canonical" href="<?php echo get_permalink(); ?>"> <p style="display: none;">***FİLM SİNGLE.PHP VE YENİ GÖRSEL***.</p> <script> document.addEventListener("DOMContentLoaded", function () { const buttons = document.querySelectorAll(".tab-buttons button"); const tabs = document.querySelectorAll(".tab-content"); buttons.forEach(btn => { btn.addEventListener("click", function () { const target = this.dataset.tab; // button active buttons.forEach(b => b.classList.remove("active")); this.classList.add("active"); // tab switch tabs.forEach(tab => { tab.classList.remove("active"); if (tab.id === target) { tab.classList.add("active"); // VIDEO FIX (çok önemli) const iframe = tab.querySelector("iframe"); if (iframe) { iframe.src = iframe.src; } } }); }); }); }); </script> <p style="display:none;">--TAB SEKME--</p> <script> document.addEventListener("DOMContentLoaded", function () { const sections = document.querySelectorAll(".section"); sections.forEach(sec => { const title = sec.querySelector(".section-title"); title.addEventListener("click", function () { sec.classList.toggle("active"); }); }); }); </script> <p style="display: none;">grid kart </p> <script> document.querySelectorAll(".movie-card").forEach(card => { card.addEventListener("mousemove", (e) => { const rect = card.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; const centerX = rect.width / 2; const centerY = rect.height / 2; const rotateX = -(y - centerY) / 12; const rotateY = (x - centerX) / 12; card.style.transform = `rotateX(${rotateX}deg) rotateY(${rotateY}deg) scale(1.05)`; }); card.addEventListener("mouseleave", () => { card.style.transform = "rotateX(0) rotateY(0)"; }); }); </script> <p style="display: none;">YORUM, BİLGİ, ÖZET BUTONU</p> <script> document.addEventListener("DOMContentLoaded", function () { const buttons = document.querySelectorAll(".tab-btn"); const contents = document.querySelectorAll(".tab-content"); buttons.forEach(btn => { btn.addEventListener("click", function () { let tab = this.getAttribute("data-tab"); // button active buttons.forEach(b => b.classList.remove("active")); this.classList.add("active"); // content switch contents.forEach(c => { c.classList.remove("active"); if (c.id === tab) { c.classList.add("active"); } }); }); }); }); </script>