Jeffrey Veen

Ad Blocking in RSS

There's a great discussion going on over at Jason's site debating the merits of blocking advertising in RSS. It's not all that much different from the debate of 8 years ago over blocking ads in the browser but with an interesting difference: CSS works now. Then, it took a third-party tool or elaborate proxy server to strip unwanted banners from loading. Now, it takes this:

img[src*="amazon"] {display: none !important;}

Since most RSS aggregators now use the operating systems embedded rendering engine, they expose "skins" as simple stylesheets. In my reader, NetNewsWire, I edit the file at ~/Library/Application Support/NetNewsWire/Default/ and start hacking away. The line above selects any image with an attribute of 'src' containing the substring 'amazon' and switches its display off with priority. (No, that's not where the affiliate banners come from. It's just an example.)

If you really want to future-proof your aggregator, paste this mess into the default stylesheet.

How should we feel about this ethically? I built my career off of advertising-subsidized content, both in print and digital media. But as Brent Simmons, author of NetNewsWire says, "The whole point of aggregators is about user control and smarts." That is, it moves control of the experience from publisher to user. Since bits are bits, filtering is a very simple matter.

Whether it's spam, music downloading, or stripping ad banners, it's the publishers that end up playing an endlessly futile game of Whack-a-Mole. The odds seem to consistently be with users.


This entry was written by Jeffrey Veen and posted 7 December 2004 at 9:38 AM. It was filed under Technology. | View blog reactions

Comments
1. On 7 December 2004 at 10:07 AM Jeff Minard wrote:

I find that if you use Feed On Feeds[1] with Firefox, and then pop this userContent.css[2] file in the right place, ads disapear in RSS feeds - as well as anywebsite you visit.

Combined with the AdBlock[3] extension to get the occasional slip up, you're good to go.

[1] http://minutillo.com/steve/feedonfeeds/
[2] http://hq.servequake.com/userContent.css
[3] http://adblock.mozdev.org/

2. On 13 December 2004 at 12:06 PM A'braham Barakhyahu wrote:

RSS does not have the same problem as TV and PVRs (The more ads get filtered the less money goes into the shows we like) do. Advertisers would be better off with integrating with the technology instead of trying to just put ads in it.


Join me for a one-day conference on starting your own company. August 7 in San Francisco.

Currently:

() More...

About Me

Bio: Jeffrey Veen
Book: "The Art & Science of Web Design"
Book: "HotWired Style: Principles For Building Smart Web Sites"
Work: My LinkedIn Profile
Travel: China, Tuscany, Kayaking in Baja, Touring Costa Rica, Studying Theater in London

Categories

» Business (6)
» Cycling (27)
» Information Architecture (15)
» Personal (83)
» Software (14)
» Technology (90)
» Travel (38)
» Web Design (96)

Popular Posts

» Making a Better Open Source CMS
» Seven Steps to Better Presentations
» A Contrast in Urban Design
» IA Jargon Watch
» On Writing Short
» Pain and Cycling

Recent Photos


XML Feeds

This XML Button links to a feed you can subscribe to. Subscribe to my site
Click the link above to be notified automatically every time I add a new post.

Creative Commons License