0
Im wondering if its possible to load a JavaScript alert before the content while the page is loading
Whatever I try to do the alert fires and the page doesn’t load until the alert is closed
<script> alert('But wait, there\'s more...'); </script>