Outlook Web App Unread Count Favicon

Adds an unread count favicon

< Outlook Web App Unread Count Favicon 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2023-04-27
수정: 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');

§
게시: 2023-04-27

...oh

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

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

답글 게시

답글을 게시하려면 로그인하세요.