Remove ad's from mirosofts web mail services
< 腳本Outlook live ad-remover的回應
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(); }
登入以回覆
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();
}