Skip to content

Instantly share code, notes, and snippets.

@SashaKolbasov
Created May 15, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SashaKolbasov/bfe70222e9e26002befa32d5c5e4b2a8 to your computer and use it in GitHub Desktop.
Save SashaKolbasov/bfe70222e9e26002befa32d5c5e4b2a8 to your computer and use it in GitHub Desktop.
Window history back.
<script>setTimeout(function(){history.back(1);},5000);</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment