Ritesh EnterpriseTypically replies within an hour
script> setTimeout(function(){ let alert = document.querySelector(".alert"); if(alert){ alert.remove(); } },5000);