How to rewrite URL without refresh, like GitHub.com

Github uses window.history.replaceState()

Here you can see how they do it

Leave a Comment