Adds an unread count favicon
< Outlook Web App Unread Count Favicon 피드백으로 돌아가기
Worked for me after I replaced the class name in line 23 from:
var unreadEl = el.querySelector('.screenReaderOnly');
into:
var unreadEl = el.querySelector('.WIYG1');
...oh
I had to add outlook.office.com into matched urls as well:
// @match https://outlook.office.com/mail/
답글을 게시하려면 로그인하세요.
Worked for me after I replaced the class name in line 23 from:
var unreadEl = el.querySelector('.screenReaderOnly');
into:
var unreadEl = el.querySelector('.WIYG1');