uses bing instead of google while still working on microsoft rewards
< 脚本 Bing to Google 的反馈
Update it to the version below// ==UserScript==// @name Bing to Google// @namespace https://github.com/randomstuff69/// @version 2// @description Use Bing instead of Google.// @author randomstuff69// @match https://www.bing.com/*// @run-at document-start// @grant none// @downloadURL https://update.gf.qytechs.cn/scripts/528805/Bing%20to%20Google.user.js// @updateURL https://update.gf.qytechs.cn/scripts/528805/Bing%20to%20Google.meta.js// ==/UserScript==location.href = location.href.replace('bing', 'google')
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Update it to the version below
// ==UserScript==
// @name Bing to Google
// @namespace https://github.com/randomstuff69/
// @version 2
// @description Use Bing instead of Google.
// @author randomstuff69
// @match https://www.bing.com/*
// @run-at document-start
// @grant none
// @downloadURL https://update.gf.qytechs.cn/scripts/528805/Bing%20to%20Google.user.js
// @updateURL https://update.gf.qytechs.cn/scripts/528805/Bing%20to%20Google.meta.js
// ==/UserScript==
location.href = location.href.replace('bing', 'google')