Wanikani Self-Study Quiz

Quiz yourself on Wanikani items

These are versions of this script where the code was updated. Show all versions.

  • v3.1.8 2023-09-19

    Fix for svg radicals where item.data.characters === '' instead of null

  • v3.1.7 2023-09-19

    Remove debug code

  • v3.1.6 2023-09-19

    User WK's built-in "" component for SVG radicals.

  • v3.1.5 2023-09-15

    Fix styling of radicals

  • v3.1.4 2023-09-15

    Updated to use radical SVGs with inline styles (non-styled SVGs were removed from WK)

  • v3.1.3 2023-08-09

    Use WK css color variables

  • v3.1.2 2023-05-24

    Fix kana vocab on error summary screen

  • v3.1.1 2023-05-15

    Fix background color of kana vocab

  • v3.1.0 2023-05-07

    Add support for Kana Vocabulary

  • v3.0.37 2022-09-20

    Add support for auxiliary_meanings whitelist

  • v3.0.36 2022-09-10

    Added auto-loading of jquery via Open Framework on Wanikani pages where jquery has been removed.

  • v3.0.35 2021-12-22

    In error summary, show question as English for English->Japanese.

  • v3.0.34 2021-12-22

    Added kanji to Help info when answer is reading and the question does not include the kanji.

  • v3.0.33 2021-10-04

    Fix 'FontAwesome' icons after WK update.

  • v3.0.32 2021-08-10

    Fixed item colors on summary screen.

  • v3.0.31 2020-10-05 Added '.on_close' callback option when opening a custom quiz.
  • v3.0.30 2020-10-05 Add support for '.no_ui' and '.validate' on filter configurations.
  • v3.0.29 2020-07-13 Fix case where user deletes all presets.
  • v3.0.28 2020-07-13 Fix case where user deletes all presets.
  • v3.0.27 2020-03-25 Strengthened CSS rules to prevent unwanted style overrides.
  • v3.0.26 2020-02-14 Add support for Wanikani 'preview' site.
  • v3.0.25 2019-09-24 Change audio settings from lists to dropdowns.
  • v3.0.24 2019-09-23 Update to support new pronunciation info in API.
  • v3.0.23 2019-02-15 Use direct wanakana link, since some people encounter problems with redirects.
  • v3.0.22 2019-02-05 Correct hint text on "synonyms_order" setting. Mute eslint "no-multi-spaces" warning. Fix eslint warning on jw_distance().
  • v3.0.21 2018-12-06 Fix 2nd-round requiz to only quiz wrong items.
  • v3.0.20 2018-07-25 Add settings for synonym order in Help hint
  • v3.0.19 2018-06-24 Fix drag-off-screen. Change "All Wanikani Items" preset to "All Learned Items".
  • v3.0.18 2018-06-22 Switch from 'primary' to 'accepted_answer' field in APIv2
  • v3.0.16 2018-06-11 Fix audio in lightning mode. Fix mixed katakana/hiragana answers.
  • v3.0.15 2018-05-29 When opening quiz, close any currently-open quiz.
  • v3.0.14 2018-05-25 Change WKOF check to 'confirm'
  • v3.0.13 2018-04-25 Fix synonyms
  • v3.0.12 2018-04-24 Add max_quiz_size setting
  • v3.0.11 2018-04-23 Fix code whitespace
  • v3.0.10 2018-04-23 Fix issue with Firefox disabling keys
  • v3.0.9 2018-04-20 Add option to auto-show correct answers. Triple-escape to close quiz.
  • v3.0.8 2018-04-19 Move 'typos' to settings. Add total audio mute option. Don't refetch items when settings not changed.
  • v3.0.7 2018-04-18 Fix scroll-on-close issue
  • v3.0.6 2018-04-18 Add support for opening quiz programmatically
  • v3.0.5 2018-04-17 Fix upper/lowercase mismatch
  • v3.0.4 2018-04-17 Fix key handling issues (F5, backspace, etc)
  • v3.0.3 2018-04-16 Stop key event bubbling. Backspace to correct. F1 audio only on reading.
  • v3.0.2 2018-04-14 Remove debug
  • v3.0.1 2018-04-14 Fix missing ItemData, missing filter, browser validation CSS
  • v3.0.0 2018-04-13 Upgrade to use Open Framework and Wanikani APIv2.
  • v2.1.1 2018-04-11 Strip spaces after reading in Wanikani data
  • v2.1.0 2018-02-05 Update audio URLs to point to wkstats.com
  • v2.0.20 2017-04-05 Fix API key fetching after WK account page update
  • v2.0.19 2016-09-03 Audio fix for Firefox

Show all script versions