Greasy Fork is available in English.

WaniKani Item Info Injector

Library script that other userscripts can use to inject additional item information into WaniKani.

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v3.10 2024-05-20

    bugfix for notifyWhenVisible not always working after some WK update

  • v3.9 2024-03-16

    fix for missing icons after WK removed FontAwesome

  • v3.8 2024-02-12

    updated to work again for "recent mistakes" lessons

  • v3.7 2023-11-24

    Extracting composition info from the HTML was broken after some WK update => fixed

  • v3.6 2023-11-07

    bugfix (lesson queue_id in URL can be negative)

  • v3.5 2023-11-06

    updated to work with lesson URL and nav-item change

  • v3.4 2023-08-27

    added support for recent mistakes quiz+lessons, bugfix for review queue > 100 and hotkey E not working

  • v3.3 2023-06-18

    added kanaVocabulary support

  • v3.2 2023-04-25

    Waterfox does not support findLast() yet => replaced with reverse().find()

  • v3.1 2023-04-10

    E hotkey toggles injected collapsible sections (during reviews)
    bugfixes for Turbo history navigation
    bugfix for partially missing currentState data
    deleted outdated code (React/jStorage)

  • v3.0 2023-03-26

    now supporting the upcoming switch of lessons and reviews to Turbo

  • v2.1 2022-10-30

    Now works with WaniKani's new history.pushState behavior for item pages

  • v2.0 2022-10-21

    updated to support new Vocabulary item pages

  • v1.9 2022-10-11

    updated to support new Kanji item pages

  • v1.8 2022-10-09

    reverted the change in v1.7 (addition of class subject-section__text to array of injected elements) and instead copied CSS from WK to apply it to section.item-info-injector

  • v1.7 2022-10-06

    also add class subject-section__text to array of injected elements

  • v1.6 2022-10-05

    updated to support new Radical item pages

  • v1.5 2022-06-05

    now supporting the new accordion UI in the lesson quiz

  • v1.4 2022-03-03

    updated to support extraStudy

  • v1.3 2022-01-30

    added functionality: appendAtBottom() and appendSideInfoAtBottom()
    bugfixes

  • v1.2 2021-11-06

    adapted to lesson quiz changes (conversion to React)

  • v1.1 2021-10-03

    hopefully the last breaking change: during reviews, under() now matches immediately or never (but the match can be delayed by spoiling())

  • v1.0 2021-09-22

    refactoring: now using "locator" elements

  • v0.6 2021-09-09

    added renew(), fixed for WK change where $.jStorage.get("l/currentLesson").rad is now null for image radicals

  • v0.5 2021-08-20

    added appendAtTop() and appendSideInfoAtTop() + a bunch of bugfixes and improvements

  • v0.4 2021-08-19

    more item info in currentState, register appended sections in list of links at the top of itemPage

  • v0.3 2021-08-10

    forgot to bump the version number const in the code

  • v0.2 2021-08-10

    code simplification, changed effect of under() during reviews

  • v0.1 2021-08-09