zoukankan      html  css  js  c++  java
  • 如何稳定地使用 Google 搜索https://encrypted.google.com/

     

    方法很简单。用记事本打开 hosts 文件(Windows Vista 和 Windows 7 用户请先使用管理员权限打开记事本,然后将 hosts 文件拖进记事本中),在最下面添加如下内容:

    203.208.46.148 encrypted.google.com 

    203.208.46.148 encrypted-tbn0.google.com

    203.208.46.148 encrypted-tbn1.google.com

    203.208.46.148 encrypted-tbn2.google.com

    203.208.46.148 encrypted-tbn3.google.com

    203.208.46.148 encrypted-tbn4.google.com

    203.208.46.148 encrypted-tbn5.google.com

    203.208.46.148 encrypted-tbn6.google.com

    203.208.46.148 encrypted-tbn7.google.com

    203.208.46.148 encrypted-tbn8.google.com

    203.208.46.148 encrypted-tbn9.google.com 

    203.208.46.148 encrypted.google.com.hk

    然后保存即可。(如果有必要,请刷新 DNS 缓存。)

    从此以后就可以使用 https://encrypted.google.com/ 进行不被干扰的搜索了!

    但请注意,如果你的浏览器以前没有访问过 Google.com in English,或者做过清理,那么你需要先访问一次 http://www.google.com/ncr,然后才可以使用 进行搜索。 另外,如果仍然无法访问,请排查是否某些国产软件存在问题。

    不习惯英文界面的朋友可以点击界面右上角的齿轮,然后点击菜单中的 ,并按下图设置。设置完成后点击 Save Preferences 按钮即可。

    最新以上IP如果被屏蔽,用以下方法找其他IP:

    nslookup -vc g.cn 8.8.8.8
    

      

  • 相关阅读:
    Codeforces Round #562题解
    Codeforces Round #561题解
    CF1107E Vasya and Binary String(区间dp)
    NC110113 Summer Earnings(bitset)
    NC112798 XOR-pyramid(dp)
    NC23051 华华和月月种树(离线+树状数组)
    py.path模块
    stat模块
    pwd模块
    PrettyTable模块
  • 原文地址:https://www.cnblogs.com/asyuras/p/3769894.html
Copyright © 2011-2022 走看看