When you visit a web site (blogger platform) on mobile, you noticed the address bar can have the positioning URL ?m=1, your area unit wanting a way the way to delete this? In this blog I will share how to fix this issue ?m=1 on your blogger website..
- First you login to your blogger's dashboard.
- Click on the Theme option.
- Click on Edit HTML.
- Click once inside the box you see.
- Press Control + F (CTRL + F) from the keyboard.
- And Find </body> tag.
- Pressing Enter paste the below code.
- Copy the given below code & paste.
- Then click on "save".
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>
Step-1
Step-2
I hope this blog help you out.
Share this blog, because sharing is caring.
Thank you.



0 Comments
Post a Comment