Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script>
document.addEventListener("DOMContentLoaded", () => {
const a = new Document()
document.documentElement.appendChild(b)
try { b.contentWindow.history.replaceState(undefined, "𛵢") } catch (e) {}
b.contentWindow.history.go()
})
</script>