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 expandLinksline withconst expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');