Friday, September 7, 2007

The way to visit blogspot.com from China

First,you should save the followed script as a text file on your hardisk:

function

FindProxyForURL(url,host) { if(dnsDomainIs(host, ".blogspot.com")) { return "PROXY 72.14.219.190:80";

}

}

And then,set your browser to use this file as automatic proxy script. Then you'll get blogspot!

No comments: