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