[Userscript]: WaniKani Ultimate Timeline

I think it’s a different tweak you did that is messing with it showing up.

Completely reset it just now, only tweaked that single line :person_shrugging:
But then, when it was working, I always had to toggle it open because it would show up minimized. Maybe that’s the thing. Oh well, I guess I’ll have to wait for an update for the script.

Yeah I’ve never had to toggle it before… Could be a reaction between two different scripts. Sometimes I’ll try turn off other scripts to see if it changes anything. I’m actually not sure I even have the option of toggling it.

tsurukame has a similar but less clear version of this. You could try that until this is fixed, (if ever)

1 Like

Ah, that means the fix is working but you cannot currently un-minimize it due to the third point in my comment about the missing icons. That fix is more involved and why it is behind the detail fold. If you want you can try to follow those instructions to get the Custom Icons library SVG icons working for the script.

However it is strange that it always opens minimized for you. It should remember the last state you had it in I believe. When all of this is fixed I’d like to try and troubleshoot that for you.

1 Like

This fixed it for me in Safari on iPad with the ‘Userscripts’ App Store extension.

For those still having issues, make sure you’ve updated the Wanikani Open Framework script as well—this fix didn’t work for me until I did that, too.

2 Likes

This worked for me. Thank you!

FF user here, didn’t update Open Framework, but this fixed it for me as well.
どうもありがとうございました。

Found a workaround … no idea why it started in “min” mode for me - but deleting the css class via the inspect element tool did it and it shows up now :roll_eyes: :sweat_smile:

1 Like

when will an update be pushed out with this line changed? The workaround fixed it for me, but what about people who don’t check this forum regularly?

rfindley has said multiple times in the threads of his various scripts that he does not have time to work on scripts until sometime in August due to his work. As such, assume that his scripts will not have updates pushed out until end of August or beginning of September.

1 Like

ah chill my b

1 Like

hey all, I just installed this and I tried the update to the dashboard_content code suggested by @LupoMikti and no luck. the script is running via tampermonkey and I have open framework set up to run first. the other scripts I have are Heat Map and Double Check. Wondering if anyone has any suggestions on how to get ultimate timeline working?

This is what my dashboard looks like:

dashboard

You’re welcome.

In context:

        $('.dashboard').before(timeline);

Obviously, that doesn't fix the turbo load issue, but if you're fine refreshing the dashboard whenever you wanna see it, that's probably all you need to change.

Edit:

Actually, that may be a lie. Looking at it now I’ve definitely changed a lot more than that to get it working again, so there’s probably something else.
Nah, that should work.
Though .dashboard__content should work too tbh…

If you install the Turbo Library locally and set it to load after the Open Framework, you can swap out the ready line to the following:

wkof.ready('document,ItemData,Menu,Settings,TurboEvents').then(load_settings).then(()=>wkof.turbo.on.common.dashboard(startup));

To get it working with normal page navigation.

1 Like

Double underscore, not single

2 Likes

:man_facepalming: thank you! it works :slight_smile:

1 Like

Lol, I even mentioned it in my edit but didn’t notice that that was the actual problem. It’s like my subconscious knew but wouldn’t tell me or give me any hints.

You’re the best, thank you for taking the time to write that.

Edit: Fixed it by replacing .progress-and-forecast with .dashboard__content in the script.

Hi, I’ve just installed the plugin but it does not display properly. Here’s what I got in the Chrome developer tools:

Can anybody suggest a fix for it?

1 Like

oh my god, i looked at this and my brain literally melted LMAO

wouldnt the problem be on the 1st, 3rd, an 4th line cause its showing a warning sign and that code is fricking up the rest of everything…?
… right???
that’s like all i reemeber from coding i took a 4 years ago