I've come across this many times. It would extremely helpful to be able to remove that entire LI based on the A tags HREF that equals = /profile/999999999999. On many boards and blogs this would help to remove comments from specified people who you never want to hear from again.
Something along the lines of li.div.div.a[href="/profile/9999999999999"]
Either that or you could just use Sizzle, which is part of jQuery, and then feed in the ":has()" selector that once was a jQuery extension and now is on track to become part of CSS4.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
I want to hide the comments of Shawna Kaszer and Brian (for other users replace Shawna or Brian in the main function with the user you want to block) using the name itself
Oh wow, I wasn't expecting anyone to flat out write the whole thing.
THANK YOU!
That is spot on perfect. Not to mention an excellent example to fork off onto other sites. Profile number would be much better as that can't be changed. Anyone can change their name.
Thank you mapx, more than words can even say for taking the time to do that for me.