Reddit style collapsible comments for Hacker News
< Opiniones de 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'
Inicia sesión para responder.
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.