• 0

I am so lucky, thank you my dear doctor @opdrmertersan. I trusted you so much, and I knew it would be great because of Mert’s touches.

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'); }; });