Reddit style collapsible comments for Hacker News
< 腳本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'
登入以回復
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.