We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa5a4ed + d042ad6 commit 8fae127Copy full SHA for 8fae127
1 file changed
StudyChromeApp/script.js
@@ -16,7 +16,17 @@ if(els.length > 0){
16
17
}, 1000);
18
}
19
-
+else {
20
+ setTimeout(function () {
21
+ var link = $('a', $('.notattempt').first().parents('tr').first());
22
+ if (link.length < 1) {
23
+ link = $('a', $('.incomplete').first().parents('tr').first());
24
+ }
25
+ if (link.length > 0) {
26
+ link[0].click();
27
28
+ }, 2000);
29
+}
30
31
/**
32
* 获取学习时间
0 commit comments