respondToVisibilityVideo = function (element, callback) { var options = { rootMargin: '0px 0px -10% 0px', threshold: 0.5 }; var observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { document.getElementById(entry.target.id).play(); } else { document.getElementById(entry.target.id).pause(); } }); }, options); observer.observe(element); } var son_aktif_video = ""; var aktif_video = ""; document.addEventListener("visibilitychange", function () { if (document.hidden) { if (son_aktif_video != "") { aktif_video = son_aktif_video; document.getElementById(son_aktif_video).pause(); } else aktif_video = ""; } else { if (aktif_video != "") document.getElementById(aktif_video).play(); } }); function removeA(arr) { var what, a = arguments, L = a.length, ax; while (L > 1 && arr.length) { what = a[--L]; while ((ax = arr.indexOf(what)) !== -1) { arr.splice(ax, 1); } } return arr; } var visibleY = function (elem) { var docViewTop = $(window).scrollTop(); var docViewBottom = docViewTop + $(window).height(); var elemTop = $(elem).offset().top; var elemBottom = elemTop - $(elem).height(); return ((elemBottom <= docViewBottom) && (elemTop >= docViewTop)); } $(window).on("load", function () { // kaldırıldı - sedat 20.03.2025 bir ay geçmiş ise sil //setTimeout(function () { // var publish_time_element = document.querySelector("time[datetime]"); // if (publish_time_element) { // var publish_date = new Date(publish_time_element.getAttribute("datetime")); // var today = new Date(); // var differenceInDays = (today - publish_date) / (1000 * 60 * 60 * 24); // if (differenceInDays <= 10) { // Haber 10 günden eski değilse import et // var s = document.createElement("script"), // el = document.getElementsByTagName("script")[0]; // if (cihaz_mobilmi == false) { // s.src = "/static/js/ah_2.js?v=0.02.113"; // } else { // s.src = "/mstatic/scripts/ah_2.js?v=0.02.118"; // } // s.defer = true; // el.parentNode.insertBefore(s, el); // } // } //}, 3000); // 5000 milisaniye = 5 saniye if (OrganID == 135) { getScript("https://news.files.bbci.co.uk/ws/js/vendor/site_catalyst/s_code_bbcws.js", "", function () { s_bbcws.prop25 = "www.haberler.com"; s_bbcws.prop45 = "turkish"; }); } if (document.querySelector('.goto-comment')) document.querySelector('.goto-comment').addEventListener("click", function () { $('#anchor').focus(); }); //Comment reply formu oluşturma if (document.querySelector('.comment-reply')) { const reply = document.querySelectorAll(".comment-reply"); for (let i = 0; i < reply.length; i++) { reply[i].addEventListener("click", function () { event.preventDefault(); var comment_reply = $('
', { 'class': 'hbForm hbInRow boxStyle boxRadius hbCommentAdd' }).append(); $('', { 'type': 'text', 'class': 'hbInput comment_name', 'name': 'comment_name', 'placeholder': 'Adınız Soyadınız', 'value': getCookie('y_user_name') }).appendTo(comment_reply); $('', { 'type': 'hidden', 'class': 'comment_email', 'name': 'comment_email', 'placeholder': 'Email Adresiniz', 'value': 'm@m.m' }).appendTo(comment_reply); $('