Skip to content

Commit a0f7b14

Browse files
authored
Update script.js
1 parent ed257d4 commit a0f7b14

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

script.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
// chanage keys value
43
const keys = "CABDAAAAACDAADBABAABCAABDBABBCDABCCBCDAD";
54
const len = keys.length;
@@ -21,16 +20,3 @@ const inter = setInterval(
2120
}
2221
// 2 seconds(2000 milliseconds) for each question
2322
,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

Comments
 (0)