Update userscript.js
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user