get paid to paste

Prevent your Country Specific Domains Redirection

Prevent your Country Specific Domains Redirection

<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>

Pasted: Mar 28, 2013, 5:46:28 am
Views: 13