MuhammetDemirel adlı üyeden alıntı: mesajı görüntüle
w3school'daki en alttan 3. js kodunu şunun ile değiştirip run derseniz artık otomatik açılır.

// When the user clicks the button, open the modal
(function() {
modal.style.display = "block";
})();

Çok teşekkür ederim hocam.