leafiy
5/18/2018 - 6:53 PM

change url #pushState #history #url

none

history.pushState(null, null, url);
window.addEventListener('popstate', function(event) {
    window.location.assign("http://www.yoururl.com/");
});