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');