0

Update userscript.js

This commit is contained in:
2019-09-28 19:39:28 +00:00
parent b8cee4d631
commit 70b33b91e6

View File

@@ -60,7 +60,6 @@ function collapseTreeComments() {
var listId = elm.nextElementSibling.id; var listId = elm.nextElementSibling.id;
elm.querySelector('span.reply-link').appendChild(createTreeButton(listId)); elm.querySelector('span.reply-link').appendChild(createTreeButton(listId));
}); });
// document.querySelectorAll('span.reply-link').forEach(elm => { elm.appendChild(createTreeButton()); })
} }
function isPostPage() { function isPostPage() {