Greasy Fork镜像 还支持 简体中文。
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
登入以回覆
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Due to site changes, replace the
var expandLinks
line withconst expandLinks = document.querySelectorAll('.js-show-more-comments .js-show-more-button');