WaniKani - Full Progress Bar

Swap Kanji passed to Full Kanji Completed and Vocab Completed

Đây là phiên bản của script này, nơi mã nguồn đã được cập nhật. Hiện tất cả các phiên bản.

  • v1.2.9 07-08-2024

    Missing downloadURL header. Check for updates should work now.

  • v1.2.8 05-08-2024

    Added update path to check for updates in Tampermonkey.

  • v1.2.7 02-08-2023

    Updated code to match WaniKani's new html item names.

  • v1.2.6 10-01-2023

    Accidently added my personal code (showed number that was 90% of the total kanji, so I knew where to stop). It's been removed. My apologies.

  • v1.2.5 10-01-2023

    Because of the latest update to Tampermonkey, the script has become very inconsistent. The HTML script would load faster than the DOM and therefore be unable to add the vocab progression bar, so I've opted to insert the HTML script after WKOF loads to provide a consistent experience.

  • v1.2.4 29-12-2022

    Swapped @run-at document-start for document-end.

  • v1.2.3 29-12-2022

    Added @run-at header back in, Tampermonkey fixed their issue. Changed @include to @match and added a catch for both base URL and dashboard URL.

  • v1.2.2 11-10-2022

    Had to remove @run-at header due to a bug in TamperMonkey 4.18.0. Expect a ever so slight load-in delay without it.

  • v1.2.1 26-09-2022

    Fixed a bug that was causing the kanji progress to not show correctly.

  • v1.2.0 14-09-2022

    Fixed a bug that showed the total number of kanji/vocab as the total unlocked, instead of the total for that level.

  • v1.1.1 08-09-2022

    added run-at command to make it even faster! ZOOOOOM!

  • v1.1.0 08-09-2022

    Updated the code to load the HTML/CSS instantly, then fill in the correct data once WaniKani Open Framework loads.

  • v1.0.0 08-09-2022