Skip to content

Instantly share code, notes, and snippets.

View Rambomst's full-sized avatar

Patrick Rambomst

  • Sydney, Australia
  • 20:26 (UTC +10:00)
View GitHub Profile
@Rambomst
Rambomst / GM.office365.outlook.user.js
Last active August 26, 2024 03:44 — forked from noscript/GM.office365.outlook.user.js
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.3
// @include https://outlook.office365.com/owa/*
// @include https://outlook.office.com/owa/*
// @grant none
// ==/UserScript==