We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab35242 commit 33cfe4eCopy full SHA for 33cfe4e
tsdmAutoSignAndWork.user.js
@@ -41,7 +41,7 @@ function delay(ms) {
41
}
42
43
function autoSign() {
44
- startWorking('sign', 'dsu_paulsign:sign', '签到', 80, async (document, window) =>{
+ startWorking('sign', 'dsu_paulsign:sign', '签到', 80, async (document, window) => {
45
let error = document.querySelector('#ct_shell > div:nth-child(1) > h1:nth-child(1)');
46
if (error) {
47
return error.textContent;
0 commit comments