Greasy Fork is available in English.

Wanikani Override

Adds an "Ignore Answer" button during reviews that makes WaniKani ignore the current answer (useful if, for example, you made a stupid typo)

< Wanikani Overrideについてのフィードバック

レート:可 - スクリプトは動作するがバグがある

§
投稿日: 2021/01/23

As of Jan 23th 2021 on Greasemonkey 4.10.0, you can fix the script by adding this to the start of the script:

function GM_addStyle(css) {
    var style = document.createElement('style');
    style.type = 'text/css';
    style.textContent = css;
    document.head.appendChild(style);
}

返信を投稿

返信を投稿するにはログインしてください。