View Single Post
Old 04-20-2008, 12:37 PM   #2 (permalink)
koala
Moderator Hardware Team
 
koala's Avatar
 
Join Date: Mar 2005
Location: UK
Posts: 8,899
OS: XP/UBUNTU

My System

Re: cnn_adspaces pop up

Hi, welcome to TSF

Userstyles.org is a site I recently discovered that uses scripts to alter the way selected websites appear. You just need to download the Stylish addon, then restart Firefox.

Go to http://userstyles.org/styles/5345 and click the Show Code button. Highlight and copy the code text. Right-click the Stylish icon in the Firefox staus bar and select 'Manage Styles'. Click the Write button and type CNN.com in the Description box. Paste the code text into the window and click the Save button. Next time you go to CNN, the ads will have vanished and the layout will be optimized.

Code to paste into Stylish to block CNN ads:
Quote:
@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document domain("cnn.com") {


.cnnBelT1ad, .cnn234Container, .cnnBelT1AdTop, .cnnSvcs88x31ad, .cnnMpPartners, .cnnPartnerTop, .cnnPartnerSubscribe, .cnnPadMpPartners, #cnnWeatherSponsor, .cnnMBSponsor, cnnMBSponTxt, .cnnWCAdBox, .cnnWireAdLtgBox, .cnnAdLinksRR, .cnnHtAdvertLnks, .cnnWireAdLtgBox {display:none !important}


}
__________________

New members: Subscribe to your thread (Thread Tools) to
receive an instant email notification when you get a reply.

TSF Folding@Home Team 85015 - details here
koala is offline   Reply With Quote