function replaceStateWithURL() { var url = ('https:' == document.location.protocol) ? 'https://' : 'http://'; url += document.location.hostname + document.location.pathname; history.replaceState(null, null, url); }