{TametheBots}

alert() Block

Does an alert block Google's rendering?

It failed

            <script>
            alert(`Testing alert, loads straight away, does it block the page?`);
            </script>

< Back