WaniKani Always Show Item Info

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Pacharapol Withayasakpunt (Pol)
1日のインストール数
0
累計インストール数
23
評価
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;
const qType = document.URL.includes('/lesson/session') ? $.jStorage.get('l/questionType') : $.jStorage.get('questionType');

Modified and simplified from https://greasyfork.org/en/scripts/36496-wanikani-always-show-item-info