Skip to content

Instantly share code, notes, and snippets.

@bitmunja
bitmunja / ms-apps-favicon.user.js
Last active June 14, 2024 04:57
MS Apps favicon
// ==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() {
@bitmunja
bitmunja / chatgpt-width.user.js
Last active April 23, 2025 18:07
ChatGPT width
// ==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/*