Outlook Web App Unread Count Favicon

Adds an unread count favicon

< Feedback on Outlook Web App Unread Count Favicon

Review: OK - script works, but has bugs

§
Posted: 2023-04-27
Edited: 2023-04-27

Worked for me after I replaced the class name in line 23 from:

var unreadEl = el.querySelector('.screenReaderOnly');

into:

var unreadEl = el.querySelector('.WIYG1');

§
Posted: 2023-04-27

...oh

I had to add outlook.office.com into matched urls as well:

// @match https://outlook.office.com/mail/

Post reply

Sign in to post a reply.