Bing to Google

uses bing instead of google while still working on microsoft rewards

< Feedback on Bing to Google

Review: Bad - script does not work

§
Posted: 10. 09. 2025
Edited: 10. 09. 2025

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

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

Post reply

Sign in to post a reply.