@r @icedquinn @nimda @frogzone @p
>Parsing the HTML and looking for the links with the "hashtag" class is another solution, but I don't want to do that either.
I think this is the correct solution. Hashtag links should always have .hashtag class or rel=tag attribute. In my JavaScript client I attach event handlers to them, and on a server side I would rewrite href attributes.