Boringlamb's cnblog - Just like a Taurus!

Yesterday is History. Tomorrow is a Mystery, and Today is a gift. That's why we call it the Present.

导航

Google博客(BlogSpot)打不开的解决方法

我测试了几个,贴上我测试通过了的,如果有了其他方法,我会继续更新:

一、在原网址后加上".nyud.net:8090":
例如博客的地址是" http://boringlamb.blogspot.com/",现在要想打开就在网址后加上".nyud.net:8090"。即就是要输入:" http://boringlamb.blogspot.com.nyud.net:8090/ "就OK了!
但是打开其中的每个页面都得这样做。
二、此方法最大的好处是可以访问所有 blogspot 的子域名:
 复制以下内容到记事本:

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

另存为proxy.pac 到C 盘根目录下,打开Firefox,依次点击工具->选项-> 高级->网络->设置...->选中自动代理配置URL,添加:file:///C:/proxy.pac ,点击重新载入,OK!

posted on 2008-04-08 10:51  Boringlamb  阅读(3076)  评论(2编辑  收藏  举报