Adds an unread count favicon
< 脚本 Outlook Web App Unread Count Favicon 的反馈
...oh
I had to add outlook.office.com into matched urls as well:
// @match https://outlook.office.com/mail/
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Worked for me after I replaced the class name in line 23 from:
var unreadEl = el.querySelector('.screenReaderOnly');
into:
var unreadEl = el.querySelector('.WIYG1');