Unofficial realtime counters for 10FF
A self-contained script for “injecting” additional functionalities on 10FF. It’s all about improved typing experience.
Results might not be in perfect sync since we’re calculating the scores client-side while the final result, server-side; but it’s usually only a few CPMs off, thus should still be reliable in giving you a quick heads-up on your potential achievement during the test.
Head over to src
folder and open up the config.json
file, make your desired changes and reproduce the target script by running npm start
.
Default options:
{
"wpmCounter": {
"styles": {
"color": "#de1531",
"fontSize": "1.3em",
"fontFamily": "Roboto, monospace"
}
},
"progressBar": {
"fillColor": "rgba(210, 150, 122, 0.2)"
}
}
The styles
options are essentially the common CSS properties which let you further customize the counters look.
To create one, do the following:
npm start
(non-programming users can ignore this step), thendist
folder.Add a new bookmark, name it and in the URL field, paste the script you copied earlier prefixed with javascript:
protocol, like so:
javascript:(paste_the_copied_script_here)
At this point, go to the 10FF site, click on this bookmark and enjoy! :)
Bring up the browser console window on 10FF website by pressing F12 for Windows or Cmd+Option+J for Mac, select the “Console” tab, paste the script into the text field, hit Enter, and voila!
Coming soon!