[Userscript]: WaniKani Ultimate Timeline

It ends up something like this:

1 Like

Turns out you can change timeline appearance in script Settings, and it will work:

Of course, I liked it better when it was at the very top, but this will work as a gap measure, until @rfindley finds a a moment to update their wonderful most useful script.

3 Likes

Thanks! Sorry I mised that
@sansarret Definitely, that would be best
@rfindley Feel free to just copy and paste these fixes into the official version if you like

1 Like

Worked a treat, thank you all!

1 Like

Thank you so much!!!

1 Like

tried this and still don’t see it, is there sometihng else i need to do?

1 Like

I get a parsing error pasting this into line 194.

‘.forecast {display: none;}’+
‘.dashboard .progress-and-forecast {grid-template-columns: 0;}’+
‘.dashboard section.lessons-and-reviews li {flex: auto !important;}’+

Unterminated String Constant is the error.

1 Like

Try this:

       '.forecast {display: none;}'+
       '.dashboard .progress-and-forecast {grid-template-columns: 0;}'+
       '.dashboard section.lessons-and-reviews li {flex: auto !important;}'+

(The ‘ and ’ aren’t being recognized, and need to be ’ instead.)
Edit: Try manually typing the quote marks (all 6, opening and closing)

2 Likes

Fixed. Works! Thanks!

1 Like

thank you everyone for awesomeness wish there was a single script to put everything back and undo all the annoying that keeps getting pushed and IMO ruining the UI

1 Like

We need a Giant Button Killer Script! The annoying side graph is now gone, though.

3 Likes

We also need something that fixes and puts the order back and the buttons back on top
it’s so stupid we have to scroll to see our items
ugh
programmers now think clicking and scrolling is great
not so much
single screen minimal
like rfindleys script
it’s practically perfect! Simple concise all in one place
 :wink:

1 Like

The giant lesson/review buttons?
https://community.wanikani.com/t/userscriptwk-smaller-lesson-and-review-buttons

8 Likes

I still can’t get the chart to appear. I don’t know much about coding. I copied the two quick fixes into the script and didn’t have any errors. On the bottom of the script I have an error for this line though

})(window.timeline);

Any ideas on how I can get the timeline back up and running?

2 Likes

I’ll try to put out a fix in the next half hour.

16 Likes

oh my sempai heros
now if only the rest could be moved up so I could see the items


so close!

You could you stylus to squish some things.

How did you guys remove the review forecast? I cant see my apprentice-guru item counts because they are pushed down still after removing the big buttons and updating timeline

The update for Ultimate Timeline is live.
For now, I’m only supporting the top-most position, right below the search bar.
To support other positions, the new grid layout of the dashboard would require modifying CSS of other blocks on the page, which could very easily interfere with other Style scripts that are coming out.

11 Likes

Plans to add an option to kill the native Review Forecast? Pretty pointless if running this.

3 Likes