Are you using Kaniwani but really really want Anki mode, just like in regular (enhanced) Wanikani?
Solved that.
Link:
https://greasyfork.org/en/scripts/17835-kw-anki-mode
How to use:
press SPACE to reveal answer
press 1 to mark as correct
press 2 to mark as incorrect (note: submits “nope” in hiragana)
! There is no “off” button like with WK Anki Mode. However, it’s still possible to answer by typing normally, so there is no need for one.
Lightning Mode option:
As of default, Lightning Mode for false answers is enabled!
This means it will automatically skip to the next question if you got the answer wrong.
Because Kaniwani doesn’t use mnemonics like WK, it would be pointless to just stare at that red bar until your finger finds the ENTER button on your keyboard. It really interrupts the flow when you constantly have to switch between 1/2/SPACE and ENTER.
But if you really like hitting that ENTER button and see the red bar of shame, you can disable this option.
On line 14 of the script, you will find
var lightning_mode_wrong_answer = true;Just change this to
var lightning_mode_wrong_answer = false;(changes in bold)
How to install/edit user scripts guide:
/t/Visual-Guide-on-How-To-Install-A-Userscript/12136/1
Change log:
v1.3: added support for WaniKani Highlighter Chrome extension.
Note: This was a user request. Tested on Firefox and Chromium.

