Starsky69 谁要用你的uugpt,还强制使用,你至少不要干扰到原来功能的正常使用啊,非得把uugpt调整到搜索推荐的首选位,属实逆天,我又一万句话想骂出来,但是出于对于社区的规则,我就不打出来了
wwz // ==UserScript== // @name uuGPT → Bing // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description 地址栏搜索进入uuGPT时自动跳转Bing // @author 五味子 // @match https://uugpt.com/chat#q=* // ==/UserScript== var currenturl = window.location.href; var bingurl = currenturl.replace("https://uugpt.com/chat#q=", "https://www.bing.com/search?q="); window.open(bingurl, "_self"); 我是用脚本解决的,你用百度的话,把 https://www.bing.com/search?q= 改成 https://www.baidu.com/s?wd= 就可以