Automatically expands all StackOverflow comments
< Commentaires sur 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
Connectez-vous pour poster une réponse.
Due to site changes, replace the
var expandLinks
line withconst expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');