From b3550822d9efde469373ccac9d84aafe949ac615 Mon Sep 17 00:00:00 2001 From: Luca <55391576+brentspine@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:56:35 +0200 Subject: [PATCH] Version display and Github link --- main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 7fdfbca..9d12171 100644 --- a/main.js +++ b/main.js @@ -6,7 +6,7 @@ // @namespace http://tampermonkey.net/ -// @version 1.2.3 +// @version 1.2.4 // @match https://monkeytype.com/* // @grant none // @@ -289,6 +289,8 @@
Words typed: ${wordsTyped.toLocaleString()}
Chars typed: ${charsTyped.toLocaleString()}
+ +