- India- .in
- Australia- co.au
- UK- co.uk
- Japan- .jp
- New Zealand- co.nz
- Canada- .ca
- Germany- .de
- Italy- .it
- France- .fr
- Sweden- .se
- Spain- com.es
- Portugal- .pt
- Mexico- .mx
- Argentina- .com.ar
- Brazil- com.br
How to Stop Blogger Redirecting
Go to Blogger and login with your ID
Step 1 Go to your Blogger Dashboard > Edit Template
Step 2 Search this tag CTRL+F <head>
Step 3 Copy and Paste Below Code after <head> tag
<!-- www.mybloggerdesk.blogspot.com -->
<script type="text/javascript">var blog = document.location.hostname;var slug = document.location.pathname;var ctld = blog.substr(blog.lastIndexOf("."));if (ctld != ".com") {var ncr = "http://" + blog.substr(0, blog.indexOf("."));ncr += ".blogspot.com/ncr" + slug;window.location.replace(ncr);}</script>
<!-- www.mybloggerdesk.blogspot.com -->
Step 4 Save your Template
Now you are done
Post a Comment