This file contains 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== | |
// ==UserScript== | |
// @name Duplicate tab | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-21 | |
// @description Duplicate current tab with Cmd + D | |
// @author Warren Seine | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Outlook Unread count | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-10-25 | |
// @description Show unread count in Outlook favicon | |
// @author Warren Seine | |
// @match https://outlook.office.com/mail/* | |
// @icon https://res.public.onecdn.static.microsoft/owamail/20241011003.19/resources/images/favicons/mail-seen.ico | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Remove Proofpoint | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-01-19 | |
// @description Replace Proofpoint links with the target directly | |
// @author Warren Seine | |
// @match https://outlook.office.com/mail/* | |
// @icon https://res.public.onecdn.static.microsoft/owamail/20241011003.19/resources/images/favicons/mail-seen.ico | |
// @downloadURL https://gist.github.com/warrenseine/31129f9206f5fd82861944d5ff1a6189/raw/remove-proofpoint.user.js | |
// @updateURL https://gist.github.com/warrenseine/31129f9206f5fd82861944d5ff1a6189/raw/remove-proofpoint.user.js |
OlderNewer