1 2 3 4 5 6
<script> document.addEventListener('DOMContentLoaded', () => { var x = new Blob([undefined, ''], { }) self.history.pushState(x, 'x', 'missing.file') }) </script>