Bing to Google

uses bing instead of google while still working on microsoft rewards

< 腳本Bing to Google的回應

評論:負評 - 腳本失效或無法使用

§
發表於:2025-09-10
編輯:2025-09-10

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.greasyfork.org/scripts/528805/Bing%20to%20Google.user.js
// @updateURL https://update.greasyfork.org/scripts/528805/Bing%20to%20Google.meta.js
// ==/UserScript==

location.href = location.href.replace('bing', 'google')

發表回覆

登入以回覆