We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6579a commit 8ec3088Copy full SHA for 8ec3088
content.js
@@ -31,9 +31,6 @@ const attempt = (ans_key, time) => {
31
clearInterval(inter);
32
document.querySelector('#activator').click();
33
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
- }
37
}
38
39
0 commit comments