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}
}
|