Wanikani Mistake Delay
For you speed-demon reviewers who are in the habit of double-tapping the <enter> key after a correct answer so you can quickly move on to the next item…
…but sometimes you accidentally double-tap after a wrong answer, which prevents you from seeing what you did wrong.
This script prevents the double-tap for 2 seconds when you answer incorrectly.
Download
Settings
There are several settings you can change near the top of the script:
//==[ Settings ]=====================================================
var settings = {
// Amount of time to delay (in milliseconds).
delay_period: 2000,
// Delay when answer is slightly off (e.g. minor typo).
delay_slightly_off: 1,
// Delay when multiple answers are available.
delay_multiple: 1
};
//===================================================================
History
[v2.0.1] - Added options for delay upon multi-answer or slightly off answer.
[v2.0.0] - Initial release
Credits
The original concept for this script comes from @ruipgpinheiro in this thread.



(in a platonic way).
I wonder if I fixed it on Double-Check (which contains mistake-delay), but not on this script. Either way… I’ll check it out)