Wanikani Reorder Ultimate [old version, not working]

kairu said... I don't know if anyone else is having this experience but if I leave my comp for a bit and my reviews time out, when I try to reload the page this script doesn't work with it.  Running it on chrome, have latest version installed.  If I close chrome completely it will pop back up like normal, but it wont if I just close the tab and try it that way.
Hmm...  I just tried to recreate this problem and it worked perfectly fine for me.  Not sure why it would be doing this.

Great script! Just a question, is the “1x1 mode” an option for reviewing meaning and reading back to back? Because if it is, it’s not working for me.

I algo noticed a bug when I click the “force reorder” button, the total number of reviews suddenly increases to almost twice, if I click it again, it goes back to the correct number.

nandocova said... Great script! Just a question, is the "1x1 mode" an option for reviewing meaning and reading back to back? Because if it is, it's not working for me.

I algo noticed a bug when I click the "force reorder" button, the total number of reviews suddenly increases to almost twice, if I click it again, it goes back to the correct number.
 1v1 mode only works after you have reordered... cba to make it work alone...  Maybe tomorrow...

Yea, it's just a slight visual bug, it will go away after you 1) reorder again.  2) correctly answer an item.

This is pretty much perfect. No one ever has to worry about too many reviews. You review in however order you want. I have a 400 review queue and I’m kicking its butt efficiently right now

1x1 mode isn’t really working for me all the time, though. :frowning:

This script is godlike. Thank you very much.
However, is there no way to hide the big gray window with the options? It get’s kinda big if you have a lot of reviews :confused:

sglinert said... Not all the new levels even fit on my panel. It only goes up to level 31. I want to my most recent vocabulary first. That's how I reinforce the kanji.

My queue wasn't backed up. I was down to ten before the new update. Not sure what that has to do with it anyway.
 This script is pretty annoying when doing lessons and you have a lot of levels available. With the previous update I got a lot of new lessons over many different levels. I did a few lessons now and I had lessons split out over 31 lessons, so the level reordering box covered part of the mnemonics so I couldn't really read them.

Similarily, but not as bad, when doing reviews the level box always covers parts of the text input field since I have reviews from so many levels. Very annoying.
ashleybotts said... 1x1 mode isn't really working for me all the time, though. :(
I'll look more in depth for why this is not working.

paku said... This script is godlike. Thank you very much.
However, is there no way to hide the big gray window with the options? It get's kinda big if you have a lot of reviews :/
 
nibarius said...
sglinert said... Not all the new levels even fit on my panel. It only goes up to level 31. I want to my most recent vocabulary first. That's how I reinforce the kanji.

My queue wasn't backed up. I was down to ten before the new update. Not sure what that has to do with it anyway.
 This script is pretty annoying when doing lessons and you have a lot of levels available. With the previous update I got a lot of new lessons over many different levels. I did a few lessons now and I had lessons split out over 31 lessons, so the level reordering box covered part of the mnemonics so I couldn't really read them.

Similarily, but not as bad, when doing reviews the level box always covers parts of the text input field since I have reviews from so many levels. Very annoying.
 Working on it... 
nibarius said...
sglinert said... Not all the new levels even fit on my panel. It only goes up to level 31. I want to my most recent vocabulary first. That's how I reinforce the kanji.

My queue wasn't backed up. I was down to ten before the new update. Not sure what that has to do with it anyway.
 This script is pretty annoying when doing lessons and you have a lot of levels available. With the previous update I got a lot of new lessons over many different levels. I did a few lessons now and I had lessons split out over 31 lessons, so the level reordering box covered part of the mnemonics so I couldn't really read them.

Similarily, but not as bad, when doing reviews the level box always covers parts of the text input field since I have reviews from so many levels. Very annoying.
Yeah, it can get annoying, what I did is, I moved the UI window to the left, made it a little narrower and added some transparency, maybe not the best solution but it helped.

Uploaded 1.8

You can now hide/show the UI.
1x1 mode should work without having to reorder the queue, though it won’t activate until the next item. 
The UI will no longer hide when you get down to 1 set of items(this way you can still do 1x1 mode).
If you remove all your items the script will end the session.


You may or may not run into a bug where you will complete a question and it will pop up again right after you go to the next question… I’m not sure why this happens/happened, but I tried to do my best to figure it out.  The problem may have been fixed before the update but I’m not 100%

xMunch said... Uploaded 1.8

thanks! 


nandocova said...
Yeah, it can get annoying, what I did is, I moved the UI window to the left, made it a little narrower and added some transparency, maybe not the best solution but it helped.
 Can you tell how you did that?

The last review or lesson refuses to register as completed. I had to turn it off to get the Congratulations, you have finished all your lessons screen.  I had to disable it in both Aviator and Firefox. Sigh.

Yeah, I’m getting a weird loading loop after last item. Sometimes I’m even forced to close the tab to get out of the loop.

dothack said... Yeah, I'm getting a weird loading loop after last item. Sometimes I'm even forced to close the tab to get out of the loop.
 Is it trying to go to www.wanikani.com (instead of the https site)? That's what it's doing here, but doesn't have anything to do with this add-on. The link is now bad or something. The problem remains if the addon is disabled.
sglinert said...
dothack said... Yeah, I'm getting a weird loading loop after last item. Sometimes I'm even forced to close the tab to get out of the loop.
 Is it trying to go to www.wanikani.com (instead of the https site)? That's what it's doing here, but doesn't have anything to do with this add-on. The link is now bad or something. The problem remains if the addon is disabled.
 I think line 289 might be at fault but I can't confirm until I have new reviews.

289              window.location = 'http://www.wanikani.com/review/';
Changed to https://, will report if it fixes.

EDIT: Nope it doesn't.
dothack said...
sglinert said...
dothack said... Yeah, I'm getting a weird loading loop after last item. Sometimes I'm even forced to close the tab to get out of the loop.
 Is it trying to go to www.wanikani.com (instead of the https site)? That's what it's doing here, but doesn't have anything to do with this add-on. The link is now bad or something. The problem remains if the addon is disabled.
 I think line 289 might be at fault but I can't confirm until I have new reviews.

289              window.location = 'http://www.wanikani.com/review/';
Changed to https://, will report if it fixes.

EDIT: Nope it doesn't.
 KK I'l fix this.  Was a bad way to go about this on my part.  Just have to move that block of code inside the level removal block.

Edit 1:
Alright, this should work.

Edit 2:
Nope... Something is still wrong.

Edit 3:
Okay... Think I fixed the problem.  Should work.
xMunch said...
dothack said...
sglinert said...
dothack said... Yeah, I'm getting a weird loading loop after last item. Sometimes I'm even forced to close the tab to get out of the loop.
 Is it trying to go to www.wanikani.com (instead of the https site)? That's what it's doing here, but doesn't have anything to do with this add-on. The link is now bad or something. The problem remains if the addon is disabled.
 I think line 289 might be at fault but I can't confirm until I have new reviews.

289              window.location = 'http://www.wanikani.com/review/';
Changed to https://, will report if it fixes.

EDIT: Nope it doesn't.
 KK I'l fix this.  Was a bad way to go about this on my part.  Just have to move that block of code inside the level removal block.

Edit 1:
Alright, this should work.

Edit 2:
Nope... Something is still wrong.
 1.09 still uses http:// instead of https:// though I'm unsure if that's what it's making it fail.

 1.09 still uses http:// instead of https:// though I'm unsure if that's what it's making it fail.

 I'm thinking it was because in my random method it was trying to divide by 0.  Update it again and try that.

Works okay now in Aviator. Thanks! I’ll let you know about Firefox when I have some reviews to do.

Okay in Firefox now, too.