YDX-2147483647 / BIT-enhanced

一些方便大家使用 BIT 相关网站的用户脚本和用户样式表。
https://ydx-2147483647.github.io/BIT-enhanced/
GNU General Public License v3.0
11 stars 1 forks source link

“BIT-乐学-折叠每节的公告等重复内容”有时不能折叠 #3

Closed YDX-2147483647 closed 2 years ago

YDX-2147483647 commented 2 years ago

如果课程不是按“周”,而是按“主题”,则那些重复内容不会匹配上.weeks

可能的修改:

sheet.innerHTML = `
        [role=main] >.course-content > .collapse-content
……`

# ……

const weeks_content = course_content.querySelector(".weeks, .course-content > ul:first-child");