You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,19 @@ If you go above a certain WPM (not sure exactly what), you will be forced to tak
22
22
2. Open the developer console (Ctrl+Shift+J on Chrome/Chromium Edge)
23
23
3. Paste the code and press enter
24
24
4. The text box will start to autofill the next words as they appear. Simply press `space` as fast as you would like, and the next words will appear as you do.
25
+
25
26
### Tampermonkey
26
27
If you have the [Tampermonkey Extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) installed:
27
28
28
29
1. Click on the tampermonkey icon next to the search bar.
29
30
2. Select "Create a new script..."
30
-
3. Copy [the contents of `typecheat.tampermonkey.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat.tampermonkey.js).
31
-
4. Replace the default contents with the contents of `typecheat.tampermonkey.js` (Ctrl+A, then Ctrl+V).
31
+
3. Copy [the contents of `typecheat-tampermonkey.min.js`](https://raw.githubusercontent.com/MysteryBlokHed/TypeCheat/master/typecheat-tampermonkey.min.js).
32
+
4. Replace the default contents with the contents of `typecheat-tampermonkey.min.js` (While inside the editor, Ctrl+A then Ctrl+V).
32
33
5. Save the script (Ctrl+S).
33
34
34
-
The script will now autorun on supported sites.
35
+
Once you're on a supported site, you should see an button labelled "Start TypeCheat". Click this only when the words have finished loading. The text of the button will appear green when it is active.
36
+
37
+
On **10FastFingers**, the button appears just **below** the text field.
38
+
On **TypingTestNow**, it appears at the **top of the page** just under the navbar.
35
39
36
40
**Note: On 10FastFingers, if you end up going through the entire text, the words will continue to autofill. If you continue to press space it can cause you to get incorrect words marked, despite the text being over.**
0 commit comments