How to Disable/Remove Mobile View Parameter m=1.

Encrypting your link and protect the link from viruses, malware, thief, etc! Made your link safe to visit. Just Wait...

                       How To Disable/Remove M=1 suffix In Blogger

 

 

How to Disable/Remove Mobile View Parameter m=1.



  • To remove it, follow the steps given below:-

  1.  Log in to your Blogger Account.
  2. Open Theme Menu Then Click  Edit HTML.
  3. Now,Find </body> Tag.
  4. Copy the code which is given below.
 <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>  
5.Paste this code above the </body> tag.

0 Response to " How to Disable/Remove Mobile View Parameter m=1."

একটি মন্তব্য পোস্ট করুন