• 0

Çok şanslıyım✌️teşekkür ederim canım doktorum @opdrmertersan çok güvendim ve harika olacağını biliyordum çünkü Mert hocamın dokunuşları…

document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { document.getElementById('custom-popup').classList.add('show'); }, 3000); // 3 saniye sonra göster window.closeCustomPopup = function () { document.getElementById('custom-popup').classList.remove('show'); }; });