Ad

Tuesday, November 29, 2016

Stop Blogger from redirecting to country domains

Steps :
1. Log into Blogger.
2. Click Template → Edit HTML.
3. Find the head tag in HTML Editor, by opening search box (Press CTRL+F to do so).
4. And just below the <head> tag paste the following code :

 Code:

<script type="text/javascript"> var blog = document.location.href.toLowerCase(); if (!blog.match(/\.blogspot\.com/)) { blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/"); window.location.replace(blog); } </script>

Stop Blogger from redirecting to country domains Rating: 4.5 Diposkan Oleh: CRS

Comments