Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitordelucca/40cb46a841e52d8018ad8bd082e27e0d to your computer and use it in GitHub Desktop.
Save vitordelucca/40cb46a841e52d8018ad8bd082e27e0d to your computer and use it in GitHub Desktop.
Fox-Bing.js
// ==UserScript==
// @name Enable only Mica
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Enable Mica on Bing Copilot
// @author Your Name
// @match https://www.bing.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
window._w._sydConvConfig.enableCopilotCharacter = true;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment