• 0

@op.dr.mertersan The best thing we can see here is something that cannot be disputed, which has come to break the norms.

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