Remove ?m=1 In Blogger easy method codewithlaxman

  <script type="text/javascript">




//<![CDATA[




var uri = window.location.toString();




if (uri.indexOf("%3D","%3D") > 0) {




var clean_uri = uri.substring(0, uri.indexOf("%3D"));




window.history.replaceState({}, document.title, clean_uri);




}




var uri = window.location.toString();




if (uri.indexOf("%3D%3D","%3D%3D") > 0) {




var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));




window.history.replaceState({}, document.title, clean_uri);




}




var uri = window.location.toString();




if (uri.indexOf("&m=1","&m=1") > 0) {




var clean_uri = uri.substring(0, uri.indexOf("&m=1"));




window.history.replaceState({}, document.title, clean_uri);




}




var uri = window.location.toString();




if (uri.indexOf("?m=1","?m=1") > 0) {




var clean_uri = uri.substring(0, uri.indexOf("?m=1"));




window.history.replaceState({}, document.title, clean_uri);




}




//]]>




</script>

Previous Post Next Post