Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<script type = "text/javascript">
history.pushState(null, null, location.href);
history.back();
history.forward();
window.onpopstate = function () { history.go(1); };
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment