Blob Blame History Raw
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
First
<script>
"use strict";
window.onbeforeunload = function (e) {
  e.returnValue = "?";
};
</script>
</body>
</html>