Newsfeeds such as Slashdot have large and annoying graphical ad banners inserted in the RSS XML content. The size of the ads is larger than the 2-3 lines of content. This had to end.
Fortunately, the Vienna RSS reader supports customizable templates. My solution involves disabling the display of these ads using CSS. Follow these simple and easy steps to suppress the display of advertisements in your RSS feeds.
- Edit /Applications/Vienna.app/Contents/SharedSupport/Styles/Default.viennastyle/template.html
- Insert the following lines at the top (before the first <div> tag):
<style type="text/css">
@import url("http://adblock.googlecode.com/svn/trunk/adblock.css");
@import url("http://www.floppymoose.com/userContent.css");
</style> - Save template.html and restart Vienna RSS.
http://adblock.googlecode.com/svn/trunk/adblock.css
http://www.floppymoose.com/userContent.css
If anyone comes across a frequently updated CSS stylesheet for adblocking, please let me know. It is easy to add it to "template.html" as shown above.