<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:

Animasyon 🐭

Yıl: 2016
Dil: Türkçe Dublaj
3 film bulundu
Koe no katachi (2016) – Sesin Şekli 2016

Sağır bir kız olan Shoko, popüler Shoya tarafından zorbalığa maruz kalır.

Yönetmen: Naoko Yamada

Oyuncular: Miyu Irino, Saori Hayami, Aoi Yûki

8.2 IMDB Puanı 9 İzlenme
Senin Adın 2016

İki genç, vücutlarını değiştirdiklerini keşfettiklerinde derin, büyülü bir bağ kurarlar.

Yönetmen: Makoto Shinkai

Oyuncular: Ryûnosuke Kamiki, Mone Kamishiraishi, Ryo Narita

8.4 IMDB Puanı 44 İzlenme
KÖTÜ KEDİ ŞERAFETTİN 2016

Saygısız bir ev kedisi, sefahat ve kargaşayla dolu bir gün içinde gayri meşru oğlunun gelişiyle, kazara öldürülmesiyle, sahibinin tahliye edilmesiyle ...

Yönetmen: Mehmet Kurtulus, Ayse Ünal

Oyuncular: Ugur Yücel, Demet Evgâr, Okan Yalabik

7.0 IMDB Puanı 32 İ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>