add bingChat UI for censored area

This commit is contained in:
James Feng Cao 2023-04-01 21:07:20 +08:00
parent 5dcba20904
commit 9ec7186e34
22 changed files with 2112 additions and 84 deletions

View file

@ -2,7 +2,7 @@
const oFetch = window.fetch;
window.fetch = function(url,options){
if("https://www.bing.com/turing/conversation/create"==url){
url = "https://mybing1.xn--xyza.top/Create";
url = "https://mybing2.xn--xyza.top/Create";
options = {
headers:{},
};