Outlook live ad-remover

Remove ad's from mirosofts web mail services

< Feedback on Outlook live ad-remover

Question/comment

§
Posted: 05.10.2022
Edited: 05.10.2022

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();
}

Post reply

Sign in to post a reply.