Skip to content

Commit

Permalink
Version display and Github link
Browse files Browse the repository at this point in the history
  • Loading branch information
brentspine authored Aug 2, 2024
1 parent dd6babe commit b355082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


// @namespace http://tampermonkey.net/
// @version 1.2.3
// @version 1.2.4
// @match https://monkeytype.com/*
// @grant none
//
Expand Down Expand Up @@ -289,6 +289,8 @@
<p id="words-typed">Words typed: ${wordsTyped.toLocaleString()}</p>
<p id="words-typed">Chars typed: ${charsTyped.toLocaleString()}</p>
</div>
<div><a href="https://github.com/brentspine/monkeytype-quote-queue/">GitHub</a></div>
<div>Version %version%</div>
<button id="next-quote" style="max-width: 20vw">Reload Next Quote</button>
<button id="update-stats" style="max-width: 20vw">Update Stats</button>
<button id="save-settings">Save</button>
Expand Down

0 comments on commit b355082

Please sign in to comment.