Reddit style collapsible comments for Hacker News
< Feedback op 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'
Log in om antwoord te geven.
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.