// add this code to javascript <script> if ( window.history.replaceState ) { window.history.replaceState( null, null, window.location.href ); } </script>