Windows Live Mail AD Hider

By Marcos Last update Nov 27, 2006 — Installed 941 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Jameslu Scriptwright

I just write a new script to keep the calendar.

 
Jameslu Scriptwright

It is greate.But in the live mail,using this script will remove the Calendar iframe,If you
don't care that pherhaps it doesn't matter much.I have using the Calendar,so it need to a little improvement:
// ==UserScript==
// @name Windows Live Mail AD Hider
// @namespace http://by117w.bay117.mail.live.com/
// @description Hides AD'S on top By Alexonlu@hotmail.com
// @include http://*.mail.live.com/*
// ==/UserScript==

//for (i=0; i < document.getElementsByTagName("iframe").length; i++)
//{
// document.getElementsByTagName("iframe")[i].style.display='none';
//}
(function()
{
document.getElementById("RadAd_Banner").style.display='none';
document.getElementById("RadAd_TodayPage_Banner").style.display='none';
})()

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel