Automatically expands all StackOverflow comments
< StackOverflow auto expand comments 피드백으로 돌아가기
Due to site changes, replace the var expandLinks line with const expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');
var expandLinks
const expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');
Updated to v0.4! Thanks
답글을 게시하려면 로그인하세요.
Due to site changes, replace the
var expandLinks
line withconst expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');