Skip to content

Instantly share code, notes, and snippets.

@noscript
noscript / GM.office365.outlook.user.js
Last active August 1, 2018 15:17
Greasemonkey Office365 Outlook unread count in favicon and tab title
// ==UserScript==
// @name Office365 Outlook unread count in favicon and tab title
// @namespace http://userscripts.org/scripts/
// @description Update the favicon and tab title to indicate the number of unread messages in the Inbox, so you can pin your tab and still see when you have new mail. Adapted from http://userscripts.org/scripts/show/155379
// @version 2.2
// @include https://outlook.office365.com/owa/*
// @include https://outlook.office.com/owa/*
// @grant none
// ==/UserScript==