Removing wanikani_compatibility_mode check from the script worked out for me
At the end of click_submit() comment out
// if (!WaniKani.wanikani_compatibility_mode && document.querySelector(‘#answer-form button’).disabled) {
replace with:
if (document.querySelector(‘#answer-form button’).disabled) {