转自李笑来博客
每次用chrome搜索的时候,都被转到“google.com.hk”是非常讨厌的事情。搜索了半天才知道应该怎么办:
先退出Chrome浏览器,而后用文本编辑器打开~/Library/Application Support/Google/Chrome/Local State这个文件(对,这个文件没有后缀),找到以下两行:
"last_known_google_url": "http://www.google.com.hk/", "last_prompted_google_url": "http://www.google.com.hk/",
将它们改为:
"last_known_google_url": "http://www.google.com/", "last_prompted_google_url": "http://www.google.com/",
重新开启Google Chrome,搞定!