An open API service indexing awesome lists of open source software.

https://github.com/ntrp/userscript-owa-unread-badge

Display the unread count badge in the Outlook Web App tab
https://github.com/ntrp/userscript-owa-unread-badge

greasemonkey outlook-web owa tampermonkey userscript

Last synced: about 2 months ago
JSON representation

Display the unread count badge in the Outlook Web App tab

Awesome Lists containing this project

README

          

# Userscript - OWA unread badge

This is a Greasemonkey (Tampermonkey) userscript that will activate on the Outlook Web application site and add a badge showing the unread mail count.

## Details

The count is computed extracting the numbers from the favorite folders, if you would like to match all flolders you can modify the computing function accordingly.

The library used to render the badge is [http://lab.ejci.net/favico.js/](Favico.js), you can find the customization options on the homepage of the aforementioned library.