Wanikani Reorder Ultimate [old version, not working]

jeohalves said...
Mikki said... I want to use this. I really do.
But I have no idea how to. *uses chrome*
 Install Tampermonkey (http://tampermonkey.net/). Just click on Tampermonker Stable and Add.

Enter in this link: https://gist.github.com/xMunch/6beafa1a79a77386cd92/raw/WKU.user.js and click on the Install button. Reload this page. :D
 Oh ty ty, tyvm. <3
Was able to get it working. :'D 

I get this tho :S 
http://puu.sh/i5JQx/4442d72dce.png

MarioRash said... I get this tho :S 
http://puu.sh/i5JQx/4442d72dce.png
 That's strange.... I don't get that, but mine gets stuck on one vocabulary word even when I enter the information (regardless of if I do so correctly or not). But the vocab doesn't seem to exist anymore so idk what's up with that...

The update has totally borked the plugin on Chrome. First, all the new vocab is listed as Undefined. Second, it prevents you from taking a lessons test if the lessons contain items from the newest update. I’ll see if I can figure  out Pastebin.

xMunch said... I'm not a subscribed member of the site so I can't crawl the levels for the item UIDs.  Here is the code I used to crawl for UIDs.
https://gist.githubusercontent.com/xMunch/fa1e410c4abe3d72ae0b/raw/1b9314000571348a2f0eab0020cd4cdd46d10ed1/
If someone could run this code and post the data it prints out on a pastie or pastebin link I'll update it for all members.

 I can't figure out how to run this, sorry.
xMunch said... I'm not a subscribed member of the site so I can't crawl the levels for the item UIDs.  Here is the code I used to crawl for UIDs.
https://gist.githubusercontent.com/xMunch/fa1e410c4abe3d72ae0b/raw/1b9314000571348a2f0eab0020cd4cdd46d10ed1/
If someone could run this code and post the data it prints out on a pastie or pastebin link I'll update it for all members.

Answering other posts

Not sure why it wouldn't be working on firefox... I don't really use it, I don't care for it, sorry, but that's how it is.

1x1 mode seemed to work fine for me.  You might have to answer the first question for it to kick in.

 how are you supposed to run that code?

I ran it in the JavaScript console on a WK page.
Just had to change to http to https.
http://pastebin.com/raw.php?i=FWEqXrk8

Also, I suggest the following patch:

ele.level = uidLevels[toUID(ele)] || 0;
This should make unknown items show up as level-0 and not break anything else.

kobayashi said... I ran it in the JavaScript console on a WK page.
Just had to change to http to https.
http://pastebin.com/raw.php?i=FWEqXrk8

Also, I suggest the following patch:
ele.level = uidLevels[toUID(ele)] || 0;
This should make unknown items show up as level-0 and not break anything else.
 Okay,  Thanks :).

ShotgunLagoon said...
xMunch said...I'm not a subscribed member of the site so I can't crawl the levels for the item UIDs.  Here is the code I used to crawl for UIDs.
https://gist.githubusercontent.com/xMunch/fa1e410c4abe3d72ae0b/raw/1b9314000571348a2f0eab0020cd4cdd46d10ed1/
If someone could run this code and post the data it prints out on a pastie or pastebin link I'll update it for all members.

Answering other posts

Not sure why it wouldn't be working on firefox... I don't really use it, I don't care for it, sorry, but that's how it is.

1x1 mode seemed to work fine for me.  You might have to answer the first question for it to kick in.

 how are you supposed to run that code?
 Pressing F12 will open the browser's developer console. You would just paste the code into the console and press enter.

Pushed the updated UID list thanks to kobayahsi.


hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i’m trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!

comment deleted… nevermind

michaelschauer said... I don't know how to run that script... just clicking the link downloads a js file...
 /t/How-to-Install-Userscripts/8319/1
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
 Sometimes it does Reading > Meaning for me. I think I prefer Reading > Meaning all the time because the reading helps me think of the meaning. So I would like this as well!
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
 Well.. It is random > random, but because I overwrote the random method it will do meaning > reading until the last 10 or so question(Unless you don't use the reorder function).  I'll see what I can do.
xMunch said...
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
 Well.. It is random > random, but because I overwrote the random method it will do meaning > reading until the last 10 or so question(Unless you don't use the reorder function).  I'll see what I can do.
 thank you! ^^
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
 Well.. It is random > random, but because I overwrote the random method it will do meaning > reading until the last 10 or so question(Unless you don't use the reorder function).  I'll see what I can do.
 thank you! ^^
 Okay, pushed an update.  Test for any bugs for me :).

Random mode works even if you don't have 1x1 mode selected.
The other 2 modes will only work if you have 1x1 mode selected.
xMunch said...
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said...
xMunch said...
ShotgunLagoon said... hey, i was wondering if you could offer an option for 1x1 mode to ask for reading and then meaning? i'm trying to improve my listening comprehension by linking the meaning to the reading instead of to the kanji itself, and it would help me out if i had to recall the reading first and then the meaning.
Thank you!
 So you want Reading > Meaning, Reading > Meaning, Reading > Meaning... instead of Random, Random ... ?
 yes. at the moment, it's not doing random>random, though, it's always meaning>reading.
 Well.. It is random > random, but because I overwrote the random method it will do meaning > reading until the last 10 or so question(Unless you don't use the reorder function).  I'll see what I can do.
 thank you! ^^
 Okay, pushed an update.  Test for any bugs for me :).

Random mode works even if you don't have 1x1 mode selected.
The other 2 modes will only work if you have 1x1 mode selected.
 it's not working. i selected 1x1 reading>meaning and clicked force reorder. it asks for the meaning first, but after you enter the meaning, it skips to the reading without letting you see if you get the meaning right. then, after you answer the reading, if you got the meaning wrong the first time, it asks for it again, and if you got it right, it moves onto the next item.
i tried selecting 1x1 meaning>reading, and it does the same thing, but with meaning and reading switched.
ShotgunLagoon said...
 it's not working. i selected 1x1 reading>meaning and clicked force reorder. it asks for the meaning first, but after you enter the meaning, it skips to the reading without letting you see if you get the meaning right. then, after you answer the reading, if you got the meaning wrong the first time, it asks for it again, and if you got it right, it moves onto the next item.
i tried selecting 1x1 meaning>reading, and it does the same thing, but with meaning and reading switched.
 I don't have that problem at all...

I changed it so it would update faster.  That way you wouldn't have a chance to type reading for meaning or vice versa.

Random mode seems to be bugged for me… For example Wanikani started asking me for the reading or meaning of an item multiple times, even though I already got them correctly (I’m not using 1x1 mode)… Is there any way to temporarily return to the old behaviour until there’s a more permanent fix to it?