plibither8 / refined-hacker-news

✨ Hacker News, but refined — Interface tweaks and features to make the HN experience better
MIT License
799 stars 33 forks source link

"toggle all replies" does not work for some replies #105

Open fireattack opened 2 years ago

fireattack commented 2 years ago
  1. Enable it in option.
  2. Open this link: https://news.ycombinator.com/item?id=28684406
  3. Click the "toggle all replies" under the second reply ("Nostalgia!...").

Nothing happens.

But some others work.

There is also this error in console when I open any link, not sure if related:

refined-hacker-news.js:2683 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'nextSibling')
    at init (refined-hacker-news.js:2683)
    at refined-hacker-news.js:3024
    at new Promise (<anonymous>)
    at Object.add (refined-hacker-news.js:3020)
    at initialiseAll (refined-hacker-news.js:5130)
plibither8 commented 2 years ago

Interesting, thanks for letting me know! I'll look into this as soon as I get some time off