Page 1 of 1

new hotmail ads [n/a]

PostPosted: Wed Feb 18, 2009 4:41 am
by matthias
hotmail moved their ads from the top of the page to the right side.
The ad is blocked, but is it possible to hide the empty banner?

Image

Re: hotmail

PostPosted: Wed Feb 18, 2009 9:28 am
by Guest
I came here just to post about this. :biggrin: Hope Rick can find a solution and add it to the Easylist.

hotmail new ad location

PostPosted: Wed Feb 18, 2009 5:55 pm
by sstory792
MS moved the ad on hotmail to the side you can hide the ad it doesnt show it but it shows a big white box... i hope you can fix this soon.. thnks.

Ares: Merged from another topic.

Re: new hotmail ads

PostPosted: Fri Feb 20, 2009 10:23 am
by rick752
There isn't a solution in ABP because the leftover space is leftover undefined space. There is nothing to remove. The left side has a defined width which cannot be changed.
Sorry

Re: new hotmail ads [n/a]

PostPosted: Fri Feb 20, 2009 12:03 pm
by Ares2
If you want, you can get rid of it with Stylish or userContent.css and this code:

Code: Select all
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.live.com") {

#MainContent {
   margin-right: 0 !important;
   right: 0 !important;
}

}


Edit: Fixed code.