Planet filtering
Today I decided to figure out how to filter out certain blogs from Planet GNOME. It turned out to be much easier than I thought. Just create a csimple rule using css selectors and add it to our chrome-UserContent.css file.
So if you're tired of listening to the complaints of the scandinavian cabal, add this to your customized css file:
@-moz-document domain(planet.gnome.org) { div.richard, div.hallski, div.uraeus { display: none; } }Mozilla/Firefox only, perhaps only 1.5 or newer, who cares.