for some reason it isnt working for me… I have open framework working and other API seems to be fine
Looks like this script isn’t working with the current WaniKani dashboard anymore. I gave it a quick look-over (no thorough check): The script is supposed to add information to the existing review forecast. This part of the dashboard doesn’t have the structure anymore, on the HTML side, that the script expects it to have. So adding the information fails.
The biggest problem for an updated version would probably be that the individual bars in the review forecast used to have an identifier, but don’t have that anymore. So you would need to find a way for the script to identify which bar is which, and which to add the information to. So I’m afraid there would be more work to do than just changing some selectors around to make the script work with current WaniKani.
I can confirm. Using the original script doesn’t work on the new WK dashboard. But the fix above by @tecksup made it work for me.