Logged In: YES
user_id=654880

I would love to have the ability to apply my own regex
filters to any feed (globally, per folder, per feed, etc).

Not just to filter out entire items, but also change the
item as desired.

Maybe I'd like resize images:
s/<img/<img height=200 width=200/g;

Or filter out certain words:
s/fiddlesticks/censored/g;

Or bring attention to things:
s/(SourceForge)/\1/g;

Add a coral link to the site:
s/.([net|com|org])/.\1.nyud.net:8090/g;
(I know that's simplistically wrong. you get the point)