Skip to content

Instantly share code, notes, and snippets.

@EMRD95
EMRD95 / MonkeyTypo.user.js
Created October 16, 2025 08:45
Monkeytype - Repeat Word on Error - Tampermonkey script to improve precision
// ==UserScript==
// @name Monkeytype - Repeat Word on Error
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Repeat word on error - when you make a typo, the word resets. This is to improve precision.
// @author EMRD95
// @match https://monkeytype.com/*
// @match https://www.monkeytype.com/*
// @grant none
// ==/UserScript==