diff --git a/userscript.js b/userscript.js index a14d5f8..233b774 100644 --- a/userscript.js +++ b/userscript.js @@ -60,7 +60,6 @@ function collapseTreeComments() { var listId = elm.nextElementSibling.id; elm.querySelector('span.reply-link').appendChild(createTreeButton(listId)); }); - // document.querySelectorAll('span.reply-link').forEach(elm => { elm.appendChild(createTreeButton()); }) } function isPostPage() {