V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
yuhangch
V2EX  ›  分享发现

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

  •  3
     
  •   yuhangch · 2023-02-08 16:46:15 +08:00 · 7141 次点击
    这是一个创建于 436 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    14 条回复    2023-05-17 20:20:41 +08:00
    idblife
        1
    idblife  
       2023-02-08 17:36:17 +08:00
    好使,多谢楼主
    duckgo991
        2
    duckgo991  
       2023-02-10 19:38:13 +08:00
    很好用
    xwybss
        3
    xwybss  
       2023-02-10 22:43:29 +08:00   ❤️ 1
    https://xuwuyibing.github.io/bing_and_chatgpt/
    其实用 modheader 更简单()
    duckgo991
        4
    duckgo991  
       2023-02-12 16:26:10 +08:00
    @xuwuyibing
    用了两天不行了
    xwybss
        5
    xwybss  
       2023-02-13 15:23:42 +08:00 via Android
    @duckgo991 要在 bing 设置里面改地区,如果打开了微软信息流里面的东西,就有可能被重定向回 cn.bing
    wangofjian
        6
    wangofjian  
       2023-02-16 14:43:03 +08:00
    好用
    tuine
        7
    tuine  
       2023-02-17 11:45:52 +08:00
    可行
    Promtheus
        8
    Promtheus  
       2023-03-01 09:26:22 +08:00
    看到这个帖子终于搞好了,这限制真的恶心到我了。草民真就不配用
    shenstone
        9
    shenstone  
       2023-03-06 12:15:28 +08:00
    现在一直报 www.bing.com 将您重定向的次数过多,cn.bing.combing.com 来回重定向
    suny0508
        10
    suny0508  
       2023-03-08 09:56:09 +08:00
    @shenstone 一样的问题
    brynn7v
        11
    brynn7v  
       2023-03-15 15:44:28 +08:00
    @suny0508 是的,我也遇到了这个问题。。。
    linuxgo
        12
    linuxgo  
       2023-03-15 22:18:43 +08:00
    现在不行了,总提示重定向次数太多😹
    ZoeeoZ
        13
    ZoeeoZ  
       2023-03-20 15:42:56 +08:00
    被 fix 了
    Andnot
        14
    Andnot  
       337 天前
    手机上怎么整?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5359 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 08:56 · PVG 16:56 · LAX 01:56 · JFK 04:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.