Wanikani Lightning Mode

Eliminates second Enter or Click for correct review answers.

< 脚本 Wanikani Lightning Mode 的反馈

提问 / 留言

§
发布于:2021-08-07

It looks working on the left top but it is not working anymore.

§
发布于:2021-08-14
It looks working on the left top but it is not working anymore.

Same thing for me. I've solved it for me locally by modifying the script this way: line 127 instead of
$('#answer-form button').trigger(event); I use $('#answer-form button').click();

since line 125 and 126 are now not needed I removed them:

var event = $.Event('keydown');

event.keyCode = 13; event.which = 13; event.key = 'Enter';

Now it works again as intended

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址