This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MS Apps favicon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Change MS Apps favicon (as they currently default to the Mail icon when launched from owa) | |
// @author bitmunja | |
// @match https://outlook.office.com/host/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ChatGPT / Gemini / Claude Width | |
// @namespace http://tampermonkey.net/ | |
// @version 0.10 | |
// @description increase chatgpt, gemini and claude box width | |
// @author bitmunja | |
// @license MIT | |
// @match https://gemini.google.com/* | |
// @match https://chat.openai.com/* | |
// @match https://chatgpt.com/* |