But are the scripts dead lol? I just followed the basic installation for the scrips (Wanikani Open Framework/Scripts from Tampermonkey etc.) Have they officially been killed off with the new Dashboard update? I can’t seem to get them to appear on the dashboard regardless of refreshing, removing add blockers, and clearing the cache.
Latest Version of Firefox
Scrips:
Wanikani: Progress Percentages
Wanikani Ultimate Timeline
1 Like
simias
January 4, 2025, 5:23pm
2
There was a lot of churn due to website changes but most of the popular scripts have been ported by now.
It’s best to look for the thread dedicated to each script for more info:
A fixed version is here:
Patched Script // ==UserScript==
// @name Wanikani: Progress Percentages
// @namespace http://tampermonkey.net/
// @version 1.2.8
// @description Calculates the percentage of known kanji for each JLPT level, Joyo grade, Frequency bracket, and various other sources.
// @author Kumirei
// @include /^https://(www|preview).wanikani.com/(dashboard)?$/
// @require https://greasyfork.org/scripts/377613-wanikani-open-framework-jlpt-joyo-and-frequ…
Guys, get ready to have your mind blown.
I converted this beast to vanilla JavaScript to finally rid everyone from the jquery nightmare and to more completely fix the Turbo problems and whatever else there may’ve been.
@rfindley I ended up taking quite a few liberties in doing this, but the end result feels pretty good, so feel free to commandeer it.
The main thing that feels “fundamentally” different (at least from a programming perspective) is some of the CSS. I don’t know why, but I had to…
2 Likes
system
Closed
January 4, 2026, 5:24pm
3
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.