1//Using Javascript
2<script>
3if ( window.history.replaceState ) {
4 window.history.replaceState( null, null, window.location.href );
5 }
6</script>
1// add this code to javascript
2<script>
3 if ( window.history.replaceState ) {
4 window.history.replaceState( null, null, window.location.href );
5 }
6</script>