用Firefox轻松访问被屏蔽的blogspot

11月 2nd, 2007 Posted in Firefox |2 views

此方法只支持用Firefox的用户哦….用IE的用户可以看

修改Hosts访问被屏蔽的blogspot

首先打开Notepad(或者其他的编辑器),写
入如下内容:

function FindProxyForURL(url,host){
if(dnsDomainIs(host, “.blogspot.com”)){
return “PROXY 72.14.219.190:80″;
}

}

另存为proxy.pac到C盘的根目录下,以Firefox为例,打开Firefox,依次点击工具->选项->
高级->网络->设置…->选中自动代理配置URL,在下面
填写:

file:///C:/proxy.pac

,再点重新载入,再点确定,就可以了。

然后用Firefox去访问被屏蔽的blogspot,看看是不是能访问了…

我要留言