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== | |
// @description Script provides browser notifications in Outlook Web App | |
// @grant none | |
// @include https://*/owa/* | |
// @exclude https://*/manifests/appCacheManifestHandler.ashx* | |
// @name OWA Notifications | |
// @namespace https://github.com/phts/ | |
// @version 3.2.4 | |
// ==/UserScript== |