Conversation
Notices
-
@icedquinn @silverpill @p @frogzone @nimda For the context, bloat does all the work on the server side and returns the rendered HTML. There is a bit of JavaScript involved, but it's completely optional. You navigate the timelines and other pages by clicking on next/prev links. So, there's no "events" involved here. It might be possible to "grep" through the posts to detect hashtag URLs, but it'd be a bit hacky solution. Parsing the HTML and looking for the links with the "hashtag" class is another solution, but I don't want to do that either.