How to remove ?m=1 in blogger

Navraj Singh
Navraj Singh
Remove ?m=1 from your blog for free
If you use blogger, you already know about this sign ?m=1 shown in domain name of your blog. You can see this sign in every blogs. Everyone want to remove this sign because it not looks good in your blog but nobody knows how to remove it. So, guys I am here to tell you how you can remove this sign and makes your blog look more cool. So, let's Start.

Remove ?m=1:

  • First of all, To remove this sign. You have to login to your blogger and Go to Blogger > Theme > Edit Html.
Blogger theme
  • Now, find </body> tag. Which is available at the end of the html code and paste the given code above </body> tag.
<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>
Blogger html
  • And then press save. Available on the top of the page.
Excellent! You successfully remove this ?m=1 sign from your blog. If this is helpful for you. Please give your lovely comments down below.

Comments : How to remove ?m=1 in blogger