Tam*_*man 12 language google-chrome
我对看到像 Google 这样的网站以我的母语显示太无聊了,我宁愿它们是英语的。然而,我必须明确地将 URL 更改为.com和en以及那种参数,以便它们以英文显示。我能以某种方式强迫这个吗?
但是,它在网站上设置为英语,所以它必须是我的浏览器:

当我执行搜索时,它通常以非英语显示,它使用:
{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTrialGroupParameter}sourceid=chrome&ie={inputEncoding}&q=%s
Run Code Online (Sandbox Code Playgroud)
执行搜索时,它会用非英语值填充这些变量。
我如何告诉我的浏览器用英文值填充这些值?
我的谷歌浏览器选项优先选择英语:

Vol*_*ets 12
有两个选项可用于配置:
Google 产品应使用哪种语言
搜索结果应使用哪种语言
打开谷歌浏览器,在地址栏中输入: http://www.google.com/preferences#languages
您可以为搜索结果配置 1 种以上的语言,而 Google 产品只能设置 1 种语言。
配置适当的设置并保存它们。

其中%LOCALAPPDATA%\Google\Chrome\User Data有一个Local State包含{google:baseURL}信息的文件。在暂时关闭谷歌浏览器的同时,我只是填写了 URLhttps://www.google.com来解决我的问题:
{
"browser": {
"enabled_labs_experiments": [ "conflicting-modules-check",
"extension-apis", "preload-instant-search",
"print-preview" ],
"hung_plugin_detect_freq": 2000,
"last_known_google_url": "https://www.google.com/",
"last_prompted_google_url": "https://www.google.com/",
"last_redirect_origin": "",
"plugin_message_response_timeout": 30000
},
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
33964 次 |
| 最近记录: |