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
- Host: GitHub
- URL: https://github.com/ntrp/userscript-owa-unread-badge
- Owner: ntrp
- Created: 2019-05-31T08:07:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T07:13:04.000Z (about 7 years ago)
- Last Synced: 2025-02-25T14:54:33.021Z (over 1 year ago)
- Topics: greasemonkey, outlook-web, owa, tampermonkey, userscript
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.