|
Re: Artima and Ads
|
Posted: Mar 4, 2008 6:52 PM
|
|
FWIW, I use Firefox 2.0.0.3 with the Stylish 0.5.1 add-on. The following bit of Stylish code works like a charm at blocking Artima's ads and closing up the space they need:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("artima.com") { #topbanner, #leftskyscraper, #rightrectangle { display: none !important } .horizontaltextadbox, .floatingbox { display: none !important } .adnotice, .adtitle, .adheadline, .sponlink { display: none !important } }
I block ads because I'm confused by too many colors, boxes, and columns, and I don't enjoy getting a seizure at the sight of animation :-(
|
|