How To Remove ?m=1 From Blogger [ Tutorial ]

 

remove m=1 From Blogger


Removing ?m=1 From Blogger


Hello friends in this article you will learn how to remove m=1 from your blogger website.
In this post you get a JavaScript code for remove m=1 from your blogspot Website

Follow Steps To Done This.

➡️ Go To Blogger 

➡️ Go To Theme 






➡️ Click On Edit HTML




➡️ Press CTRL+F And Find </body> 


➡️ Paste The Code Given Above. 




➡️Pate That Code Above </body>.




  CODE:    

<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>{codeBox}


Thanks For Reading..!

1 Comments

  1. how to add comment box in which blogger theme jo apne diya hai please

    ReplyDelete
Post a Comment
Previous Post Next Post