kill.html 238 Bytes
Newer Older
1 2 3 4 5 6 7
<html><body>Firefox should die immediately upon viewing this!  If you're reading this, there must be a bug!
<script src="chrome://global/content/globalOverlay.js"></script>

<script>
goQuitApplication();
</script>  
</body></html>