From 70b33b91e6274d986aa2f31f9692d3bf1c74f006 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sat, 28 Sep 2019 19:39:28 +0000 Subject: [PATCH] Update userscript.js --- userscript.js | 1 - 1 file changed, 1 deletion(-) 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() {