Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script>
document.addEventListener("DOMContentLoaded", () => {
history.replaceState(undefined, "", "");
document.open();
document.write("<!doctype html><body>done</body>");
document.close();
});
</script>