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 ed257d4 commit a0f7b14Copy full SHA for a0f7b14
script.js
@@ -1,5 +1,4 @@
1
2
-
3
// chanage keys value
4
const keys = "CABDAAAAACDAADBABAABCAABDBABBCDABCCBCDAD";
5
const len = keys.length;
@@ -21,16 +20,3 @@ const inter = setInterval(
21
20
}
22
// 2 seconds(2000 milliseconds) for each question
23
,2000);
24
25
26
-## How to use
27
28
-Change the keys value to your test keys and run the script in the browser console.
29
30
-Note: Install Absolute Enable Right Click extension in your browser to use the script.
31
32
- 1. Open the test in your browser
33
- 2. Open the console in your browser
34
- 3. Copy the script and paste it in the console
35
- 4. Press enter
36
- 5. Wait for the test to be submitted
0 commit comments