Skip to content

Instantly share code, notes, and snippets.

@peacefulseeker
Last active January 24, 2018 08:52
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 peacefulseeker/213ce0aadb1b7e6348dbfe9c5a327c86 to your computer and use it in GitHub Desktop.
Save peacefulseeker/213ce0aadb1b7e6348dbfe9c5a327c86 to your computer and use it in GitHub Desktop.
History Replace State. Append smth to url without refreshing
var query = '?param=param';
window.history.replaceState(null, null, location.pathname + query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment