Automatically expands all StackOverflow comments
< Feedback on 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
Sign in to post a reply.
Due to site changes, replace the
var expandLinks
line withconst expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');