Skip to content

Instantly share code, notes, and snippets.

View warrenseine's full-sized avatar
💭
🥇

Warren Seine warrenseine

💭
🥇
View GitHub Profile
@warrenseine
warrenseine / duplicate-tab.user.js
Created March 21, 2024 15:28
Duplicate current tab with Cmd + D
// ==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==
@warrenseine
warrenseine / outlook-unread-count.user.js
Created October 25, 2024 10:13
Tampermonkey script to show the unread count in Outlook favicon
// ==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==
@warrenseine
warrenseine / remove-proofpoint.user.js
Last active January 19, 2025 10:54
Remove Proofpoint redirections from Outlook
// ==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