Updated, should highlight if the post is the first one in the thread now.
This does the exakt same thing as the "Highlight me" filter. I decided to separate them so that you can have a different colour for your friends.
To add a new buddy simply add his/her name to the list separated by a pipe "|". The part you need to change is marked "ADD BUDDIES HERE".
Active = TRUE
Multi = TRUE
URL = "*.genmay.*"
Limit = 256
Match = "<td class="(alt1|alt2)" width="175px" style="border: 1px solid #000000; border-bottom: 0px">*"
" "
" <div id="\1">*"
" "
" <a class="bigusername" href="\2">(Usernames Go Here)\4</a>"
Replace = "<td class="alt3" width="175px" style="border: 1px solid #000000; border-bottom: 0px">"
" "
" <div id="\1">"
" "
" <a class="bigusername" href="\2">\4</a>"
Name = "Buddy Highlighter (fixed) 2"
Active = TRUE
URL = "*.genmay.*"
Limit = 256
Match = ".alt2, .alt2Active*background: #333333;"
" color: #FFFFFF;*}"
Replace = ".alt2, .alt2Active"
"{"
" background: #333333;"
" color: #FFFFFF;"
"}"
".alt3, .alt3Active"
"{"
" background: #FF0000;"
" color: #FFFFFF;"
"}"
