diff --git a/bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs b/bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs index 6a48bbc5..2a46c137 100644 --- a/bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs +++ b/bubble-server/src/main/resources/bubble/rule/social/block/site/HackerNews.js.hbs @@ -6,6 +6,8 @@ function {{JS_PREFIX}}_apply_blocks(blocked_users) { if (commentTable === null) { console.warn('commentTable not found and hnmain table not found, not filtering'); return; + } else { + commentTable = commentTable[0]; } } const comments = commentTable.querySelectorAll('tr');