Reddit style collapsible comments for Hacker News
< Feedback on Hacker News collapsible comments
Properly hide current comment as well
It seems HN has changed their markup at some point, so you'll have to change 'span.comment' to 'div.comment' in line 67 so it finds the current comment for hiding again as it's meant to.
'span.comment'
'div.comment'
Sign in to post a reply.
Properly hide current comment as well
It seems HN has changed their markup at some point, so you'll have to change
'span.comment'
to'div.comment'
in line 67 so it finds the current comment for hiding again as it's meant to.