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

返信を投稿

返信を投稿するにはログインしてください。