大家都忙着加 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 119 天前
好使,多谢楼主
|
2
duckgo991 117 天前
很好用
|
3
xwybss 117 天前 ![]() https://xuwuyibing.github.io/bing_and_chatgpt/
其实用 modheader 更简单() |
4
duckgo991 116 天前
@xuwuyibing
用了两天不行了 |
6
wangofjian 112 天前
好用
|
7
tuine 111 天前
可行
|
![]() |
8
Promtheus 99 天前
看到这个帖子终于搞好了,这限制真的恶心到我了。草民真就不配用
|
9
shenstone 94 天前
|
12
linuxgo 84 天前
现在不行了,总提示重定向次数太多😹
|
13
ZoeeoZ 80 天前
被 fix 了
|
![]() |
14
Andnot 21 天前
手机上怎么整?
|