Source code
Revision control
Copy as Markdown
Other Tools
<script>
addEventListener("load", () => {
history.pushState(1, null, location.href);
history.back();
history.forward();
});
</script>
<script>
addEventListener("load", () => {
history.pushState(1, null, location.href);
history.back();
history.forward();
});
</script>