insin / comments-owl-for-hacker-news

Browser extension which makes it easer to follow comment threads on Hacker News across multiple visits, allows you to annotate and mute users, and other UI tweaks and mobile UX improvements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIx handling of comments which are collapsed by default

insin opened this issue · comments

For comments which are collapsed by default by Hacker News' own JavaScript (those with a .coll class), we're currently trying to access the comment's children before we've created a HNComment object for every comment on the page, which is breaking the ability to show the pre-collapsed comments.