用Google搜索,很多人看到屏幕后会问你怎么上Google的.所以当我们把Google的logo换成百度,他们就不会问那么多问题了!
< 脚本 把Google搜索伪装成百度搜索 的反馈
某处需要修改才能在繁体中文下生效
第50行 原始 document.title = document.title.replace(/\s-\sGoogle\s搜索/g, " - 百度搜索"); 改成 document.title = document.title.replace(/\s-\sGoogle\s搜(索|尋)/g, " - 百度搜索");
document.title = document.title.replace(/\s-\sGoogle\s搜索/g, " - 百度搜索");
document.title = document.title.replace(/\s-\sGoogle\s搜(索|尋)/g, " - 百度搜索");
:)
谢谢支持,已改
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
某处需要修改才能在繁体中文下生效
第50行 原始
document.title = document.title.replace(/\s-\sGoogle\s搜索/g, " - 百度搜索");
改成document.title = document.title.replace(/\s-\sGoogle\s搜(索|尋)/g, " - 百度搜索");