Greasyfork: https://greasyfork.org/en/scripts/372302-wanikani-dashboard-level-progress-detail
Edit: You must have Installing Wanikani Open Framework properly installed.
Hey people, this updates the script at [Unsupported] Userscript: Dashboard Level Progress Detail (srs stages on progress bars) to use WK Open Framework instead of hitechbunny’s backend server. Long story short, hitechbunny had a server to make API calls to instead of the WK API directly, and that returned a JSON object, so my addition rebuilds the JSON object from the WKOF library and the WK API.
It also includes some misc updates I made a while ago:
- Marker at 90% is
better lookingexists at all (wow I forgot that the original didn’t actually have a 90% marker in the pictures) - 90% marker will show the number and have the line lined up to the right spot - Adjustment to deciding which bars are shown above current level’s - a bar will be shown if the 90% guru mark hasn’t been hit or 100% of the items haven’t been at least learned
In this picture, my mouse is hovering over the bar to make the “Apprentice II (5/31)” popup.
Most of hitechbunny’s main frontend work is intact, since I don’t know how to make that stuff.
If there’s any other parts of the script I should change, or stuff I should add to this post or the greasyfork page, let me know. I don’t know too much, I just figured it out by googling.