大家都忙着加 waitlist ,估计有人跟我一样被重定向到 cn.bing 搞得很烦,从万能群友处寻得一方式:
使用浏览器插件 Header Editor :
https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh
添加两条配置:
{
"request": [
{
"enable": true,
"name": "bing-cn-to-www",
"ruleType": "redirect",
"matchType": "prefix",
"pattern": "https://cn.bing.com",
"exclude": "",
"group": "bing-redirect",
"isFunction": false,
"action": "redirect",
"to": "https://www.bing.com"
}
],
"sendHeader": [
{
"enable": true,
"name": "bing",
"ruleType": "modifySendHeader",
"matchType": "regexp",
"pattern": "^http(s?)://www\\.bing\\.com/(.*)",
"exclude": "",
"group": "bing-direct",
"isFunction": false,
"action": {
"name": "x-forwarded-for",
"value": "8.8.8.8"
}
}
],
"receiveHeader": [],
"receiveBody": []
}
或者直接在 Export and Import 下载规则: https://gist.githubusercontent.com/yuhangch/9abc4220af46a1f4a7fc97393e2f040e/raw/89c889b0e7a80446c931823edd612630fd62d165/header-editor-config.json
感觉比改 hosts 好些
1
idblife 2023-02-08 17:36:17 +08:00
好使,多谢楼主
|
2
duckgo991 2023-02-10 19:38:13 +08:00
很好用
|
3
xwybss 2023-02-10 22:43:29 +08:00 1
https://xuwuyibing.github.io/bing_and_chatgpt/
其实用 modheader 更简单() |
4
duckgo991 2023-02-12 16:26:10 +08:00
@xuwuyibing
用了两天不行了 |
5
xwybss 2023-02-13 15:23:42 +08:00 via Android
@duckgo991 要在 bing 设置里面改地区,如果打开了微软信息流里面的东西,就有可能被重定向回 cn.bing
|
6
wangofjian 2023-02-16 14:43:03 +08:00
好用
|
7
tuine 2023-02-17 11:45:52 +08:00
可行
|
8
Promtheus 2023-03-01 09:26:22 +08:00
看到这个帖子终于搞好了,这限制真的恶心到我了。草民真就不配用
|
9
shenstone 2023-03-06 12:15:28 +08:00
|
12
linuxgo 2023-03-15 22:18:43 +08:00
现在不行了,总提示重定向次数太多😹
|
13
ZoeeoZ 2023-03-20 15:42:56 +08:00
被 fix 了
|
14
Andnot 2023-05-17 20:20:41 +08:00
手机上怎么整?
|