When someone quotes you it would be kinda nice to be able to see that easily, right? Well I think so and that's what this filter does.
Insert your own name where it says "YOUR NAME".
And of course you can change the appearance by changing the HTML in the Replace clause.
Active = TRUE
URL = "www.genmay.net"
Limit = 4096
Match = "(<blockquote><font face=\"arial, verdana, helvetica, sans-serif\" size=\"1\">quote:</font><hr><i>)Originally posted by (YOUR NAME HERE)\1( <\/i><br \/>)(*)(<b>)(\2)(<\/b><hr><\/blockquote>)"
Replace = "<div style=\"background:#000; border:1px solid red; padding:10px; margin-left:50px; margin-right:50px; margin-bottom:20px;\"><span style=\"font-weight:bold; font-style:italic;\">Originally posted by \1</span><br>\2</div>"
