1
Tags:
all,
Blogger gadgets,
Tricks,
widgets
[How-to] Change Blogger's country specific URL back to .com
Posted by
Anonymous on 2/18/2012
Recently Blogger changed the it's user's , blog's url from .com to their specfic country URL .It gave a big loss to many Blogger blogs . So I'm with the solution . How to change it back again , to com URL .
Find this Code in html
<head>
Below the above code paste the below code
Find this Code in html
<head>
Below the above code paste the below code
<script type=
"text/javascript"
>
if
((window.location.href.toString().indexOf(
'.com/'
))==
'-1'
)
{
window.location.href = window.location.href.toString().replace(
'.blogspot.in/'
,
'.blogspot.com/ncr/'
).replace(
'.blogspot.com.au/'
,
'.blogspot.com/ncr/'
).replace(
'.blogspot.com.us/'
,
'.blogspot.com/ncr/'
);
}
</script>
Cheers! . You got your blog back!
Subscribe To Get FREE Tutorials!
Subscribe to:
Post Comments (Atom)
Share your views...
1 Respones to "[How-to] Change Blogger's country specific URL back to .com"
can we change .blogspot.com to be .com for free?? please answer my question.. ??
Post a Comment