WaniKani Always Show Item Info

Always show WaniKani item info during reviews without scrolling, no matter if your answer was correct or not.

目前为 2022-10-01 提交的版本。查看 最新版本

作者
Pacharapol Withayasakpunt (Pol)
评分
0 0 0
版本
1.0
创建于
2022-10-01
更新于
2022-10-01
大小
948 字节
许可证
MIT
适用于

Show Item info whether it is correct or not.

May be edited to look for question type and correct state, e.g.

    const correctState = answerForm.className;
    let qType = '';
    switch (key) {
      case 'review': {
        qType = $.jStorage.get('questionType') || '';
        break;
      }
      case 'lesson': {
        qType = $.jStorage.get('l/questionType') || '';
        break;
      }
    }

Modified and simplified from https://gf.qytechs.cn/en/scripts/36496-wanikani-always-show-item-info

QingJ © 2025

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