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 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.3 | |
// @include https://outlook.office365.com/owa/* | |
// @include https://outlook.office.com/owa/* | |
// @grant none | |
// ==/UserScript== |