其他
2023 年 6 月,New Bing 免魔法新方案来了!
内地网友使用 New Bing,可谓过山车。
01
New Bing 镜像
1.1、镜像网站
一个月后,一款叫做 Proxy BingAI 的开源应用上线。
地址:
https://bing.vcanbb.top/web/#/
https://bing-vercel.vcanbb.top/web/#/
https://bing-render.vcanbb.top/web/#/
https://bing-railway.vcanbb.top/web/#/
https://go-proxy-bingai.onrender.com/web/#/
1.2、自行部署
不过,上面的这些网站都有流量的限制,如果你像独享使用的话,Proxy BingAI 还支持云服务器的一键部署。
https://cheese-bingai.vercel.app/web/#/
02
New Bing 使用
2.1、AI 搜索
New Bing 可以理解为加持了 ChatGPT 的搜索引擎。
2.2、快速搜索
如果想要快速使用 New Bing,将它加入浏览器搜索引擎是个聪明的做法。
https://www.bing.com/search?setmkt=en-US&q=%s
必应聊天:
https://www.bing.com/search?showconv=1&q=%s
2.3、不联网搜索
如果你想让 New Bing 不要联网搜索。
03
New Bing 移植
3.1、New Bing 移植
这个问题可以通过扩展 Header Editor 修改 UserAgent 来解决。
名称:必应 Chat 代理:Edge 浏览器
规则类型:修改请求头
匹配类型:正则表达式
匹配规则:^http(s?)://(.*)\.bing\.com/(.*)
头名称:sec-ch-ua
头内容:"Chromium";v="112", "Microsoft Edge";v="112", "Not:A-Brand";v="99"
电脑版配置:
https://www.runningcheese.com/Restore/HeaderEditor_NewBing.json
手机版配置:
https://www.runningcheese.com/Restore/HeaderEditor_NewBing_Mobile.json
3.2、New Bing 侧边栏
同时,奶酪还发现了一个更大的惊喜。
https://edgeservices.bing.com/edgediscover/query?clientscopes=windowheader,coauthor,chat,&udsframed=1
直接在浏览器上打开使用,我们可以不必从 Bing 的搜索界面上开启。
3.3、New Bing 一键调用
此外,我还特意制作了一个“小书签”。
javascript:var frame=document.createElement('iframe');frame.setAttribute('id','sidebarView');var x='https://edgeservices.bing.com/edgediscover/query?clientscopes=windowheader,coauthor,chat,&udsframed=1';frame.src=x;frame.style.position='fixed';frame.style.top='-1px';frame.style.right='0%';frame.style.height='100%';frame.style.width='450px';frame.style.border='1px solid #bbb';frame.style.background='#fff';frame.style.zIndex='100000';document.body.appendChild(frame);void(0);javascript:(()=>{const b = document.createElement('button');b.setAttribute('id','sidebarClose');b.onclick=()=>{document.querySelectorAll('#sidebarView,#sidebarClose').forEach(function(i) {i.parentElement.removeChild(i);});};b.style='all:reset;position:fixed;z-index:999999;top:3%;margin:auto;right:220px;width:28px;height:28px;border-radius:50%;border: 2px solid #bbb;background-color:#eee;';b.innerText='✕';document.body.appendChild(b)})();
当然,我们还可以给小书签设置一个快捷键,
比如 ye,那么在网页里按下 y 键和 e 键,就可以一键调用侧边栏。
结尾
回复关键字
A
查看本系列的所有文章,
回复关键字
A05
获取本文提到的所有资源
专栏介绍:
看完文章:
2、写留言,有问题写评论,我会尽可能回复。