Greasy Fork

Greasy Fork is available in English.

Outlook live ad-remover

Remove ad's from mirosofts web mail services

< 脚本Outlook live ad-remover的反馈

提问/评论

§
发表于:2022-10-05
编辑于:2022-10-05

Your code to remove the fake email that is actually an ad was not working.

However, I added this code and the email ad is removed:

var element = document.getElementById("OwaContainer");
if (element) {
element.remove();
}

发表回复

登录以发表回复。