Reddit style collapsible comments for Hacker News
< Rückmeldungen auf 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'
Anmelden um eine Antwort zu senden.
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.