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:-
- Log in to your Blogger Account.
- Open Theme Menu Then Click Edit HTML.
- Now,Find </body> Tag.
- 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>
Link will be apear in 15 seconds.
Well done! you have successfully gained access to Decrypted Link.
0 Response to " How to Disable/Remove Mobile View Parameter m=1."
একটি মন্তব্য পোস্ট করুন