cn.bing 跳转到 www.bing 方法一例

2023-02-08 16:46:15 +08:00
 yuhangch

大家都忙着加 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 好些

7166 次点击
所在节点    分享发现
14 条回复
idblife
2023-02-08 17:36:17 +08:00
好使,多谢楼主
duckgo991
2023-02-10 19:38:13 +08:00
很好用
xwybss
2023-02-10 22:43:29 +08:00
https://xuwuyibing.github.io/bing_and_chatgpt/
其实用 modheader 更简单()
duckgo991
2023-02-12 16:26:10 +08:00
@xuwuyibing
用了两天不行了
xwybss
2023-02-13 15:23:42 +08:00
@duckgo991 要在 bing 设置里面改地区,如果打开了微软信息流里面的东西,就有可能被重定向回 cn.bing
wangofjian
2023-02-16 14:43:03 +08:00
好用
tuine
2023-02-17 11:45:52 +08:00
可行
Promtheus
2023-03-01 09:26:22 +08:00
看到这个帖子终于搞好了,这限制真的恶心到我了。草民真就不配用
shenstone
2023-03-06 12:15:28 +08:00
现在一直报 www.bing.com 将您重定向的次数过多,cn.bing.combing.com 来回重定向
suny0508
2023-03-08 09:56:09 +08:00
@shenstone 一样的问题
brynn7v
2023-03-15 15:44:28 +08:00
@suny0508 是的,我也遇到了这个问题。。。
linuxgo
2023-03-15 22:18:43 +08:00
现在不行了,总提示重定向次数太多😹
ZoeeoZ
2023-03-20 15:42:56 +08:00
被 fix 了
Andnot
350 天前
手机上怎么整?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/914329

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX