Greasy Fork is available in English.
支持自动跳过非必修章节
1 2 3 4 5 6 7 8 9 10 11 | if (autojump==1){ setTimeout(() => { if (feibixiu[0].innerText == "非必修" ){ debugger; jumpToNextSection(); } else if (bixiu[0].innerText == "必修" ){ return 0; } },3000); } |
站主这个跳过非必修是哪块代码,怎么好像用不了呢