自动显示讨论区,自动显示每页PPT最后一帧(一般老师会将答案放在最后一帧)
LeTalk Live Class Hack by nwater
Details
Authornwater
LicenseMIT License
Categorywebapp.leke.cn
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name webapp.leke.cn
@version 20230712.03.23
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://webapp.leke.cn/interact-classroom/") {
.rightList-hide {
margin-right: 0 !important;
}
.leftNav-hide {
margin-left: 0 !important;
}
.leftNav-hide-button {
display: none !important;
}
.courserware-view-main > div:nth-child(1){
/* right: -10% !important; */
/* transform: scale(0.8) !important; */
}
.note-book {
min-width: 100px;
width: min-content !important;
/* height: max-content !important; */
/* transform: translate(0px, 0px) !important ; */
transform: translate(-40%, 0px) scale(0.8) !important;
left: 0 !important;
z-index: 10000 !important;
}
.videoList {
top: 1em !important;
left: 0 !important;
/*transform: translate(-40%, 0) scale(.6) !important;*/
width: min-content;
max-width: min-content;
z-index: 10100 !important;
}
.rightList {
width: 158px;
}
.ppt-box .body-img.hide {
display: block;
}
}