This Code can Kills your Browser!

<embed src="http://localhost:0000">
</embed>

Yes, it can kills your browser. If you want, Try it via CodeBox instead without Save & View Files.

1 Like

No, my browser is still working and isn’t lagging

It just errored and stopped loading it.

1 Like

Now, if you really want to crash your browser…

<script>
function crash()
{
   while(true)
   {
      document.write("lol")
   }
}
</script>
<body onload="crash()"> ... </body>
4 Likes

On chrome use

<script>window.location="chrome://inducebrowsercrashforrealz";</script>
2 Likes

This isn’t a joke, actually: How do you force Chrome pages/tabs to crash using JavaScript? - Stack Overflow

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.