Skip to content

Instantly share code, notes, and snippets.

@dvygolov
Created May 10, 2020 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dvygolov/c5c8f14ab094f521ddc158c32dc113aa to your computer and use it in GitHub Desktop.
Save dvygolov/c5c8f14ab094f521ddc158c32dc113aa to your computer and use it in GitHub Desktop.
<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