Skip to content

Commit 8ec3088

Browse files
committed
confirm removed
1 parent 8a6579a commit 8ec3088

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ const attempt = (ans_key, time) => {
3131
clearInterval(inter);
3232
document.querySelector('#activator').click();
3333
document.querySelector('input[name="rd"][value="Y"]').click();
34-
if (confirm("Are you sure you want to submit?")) {
35-
document.querySelector('#close_confirmed').click();
36-
}
3734
}
3835
}
3936

0 commit comments

Comments
 (0)