if (/iP(hone|od|ad)/.test(navigator.userAgent)) { const alertDiv = document.getElementById('alert'); alertDiv.textContent = "iOS does not support browser OGG streaming"; alertDiv.style.color = "#FF0000"; alertDiv.style.fontWeight = "normal"; alertDiv.style.display = "block"; }