forked from mirrors/gecko-dev
9 lines
138 B
HTML
9 lines
138 B
HTML
<!DOCTYPE html><html>
|
|
<body>
|
|
<script>
|
|
window.onbeforeunload = function() {
|
|
return "stop";
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|