matt comments on LessWrong anti-kibitzer (hides comment authors and vote counts) - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (52)
Well, to kibitz the anti-kibitzing, it looks to me like:
would match pretty easily against something that looked for
and deleted it, similarly on the Recent Posts but without the <strong>, checking for the identity of the two matched strings is optional (I forget how to do this offhand with REs).
by <a href="<http://lesswrong.com/user/([^>"]+)"><strong>([^<]+)</strong></a>would be better (you could also make your.+non-greedy with.+?), but us (Trike) providing moreclasses andids is better still. We're looking into it.