Thanks! I don’t really know JS I just know what I have to; so this whole thing with promises and async in general makes things confusing for me.
I’ve updated the scripts and it seems to work just fine!
Thanks! I don’t really know JS I just know what I have to; so this whole thing with promises and async in general makes things confusing for me.
I’ve updated the scripts and it seems to work just fine!
It took me a surprisingly long time to really learn proper use of promises. There are so many wrong ways to use them! (Some of which I like better than the ‘correct’ way).
I have updated the script and it work seamlessly. Thank you very much.
This is the thread for the level duration script, the one which adds the info under your level circle. That’s the LevelUP Celebrator
whoops
didn’t mean to do that … Moving the posts the right place and deleting
It’s cool, I don’t mind
Hmm, looks like that I’ve been stuck in this level for a quite a long time.

(Been 900 days since I last served Crabigator)
But now I’m back with determination to hit that sweet level 60!
Any way one could still get the old Level Duration script? (pre UI rework)
It was still working fine with [UserScript] WaniKani Old Header ![]()
P.S: Change can go die D:
Haha, sorry for updating the script ![]()
I was planning on updating to support the Old Header script anyway, I’ll ping you when I do.
Updated. Should work now? If it doesn’t, uh, yeah, post here
It does. Thank you. Just an observation, maybe you can make the space in between smaller.
OH! Sorry, it’s not supposed to take up any extra space at all. I just missed changing a class name. Try now
Perfect. Thanks.
v.2.6.0 now updates automatically every 15 minutes
Love the script!
A couple of observations:
level_text = (days_passed == 1 ? " day " : " days ") + hours + (hours == 1 ? " hour" : " hours");
Anyway, thanks for the scripts!
Thank you! I don’t know how I missed that
Definitely agree with this, it’s been bothering me as well. I think I’ll add a CSS rule in the Dashboard Level script to make it look better. I don’t think I will change it in the regular case, though, as the idea was that it should occupy whatever space is already there without making the header any bigger, and I chose -7px based on that.
Hello,
am I the only user experiencing this ? It happens when I stay on the dashboard page for more than 1 update period (15 min?) :
Fixed! Thanks for reporting!
Is there any way to manually set level duration as with the previous script? Thanks.
No. The last one had that feature because it didn’t know exactly when you leveled up, but I use the API to figure this out, so it is exact. Why would you need to change it?