So, over the many years I’ve been chugging, trying to get through WaniKani, I always hit the same wall - too many reviews. This led me to reset my level in 2022, yet I still hit the same exact issue, exactly around lvl 30 again.
I’ve tried many scripts and approaches to find the way that works for me, with the closest being Reorder Omega script. As I was using it, I realised that the best way I could find reviewing easy - is to focus on a specific level. For example, if I moved onto a next level, I could just focus on it and just review items from that level, and then go back to older levels as need arises. But this scirpt didn’t make it easy to do that, as I had to re-edit the entry every single time.
So, I said screw it - and finally decided to make my own script. It’s extremely simple - let’s you focus on a specific level, and after you review all items from it, move to the next closest one.
I am not sure how many of you will find it useful, but I thought I’d share it in case there are others like me that would find this approach the only way to manage the constantly growing review pile!
Installation
→ Get the script here ←
If you catch any bugs, don’t hesitate to report them. I don’t guarantee it will work with other scripts, nor do I promise to fix bugs, but at the very least, I’ll take a look at any reports and see if it’s worth fixing/improving.
Trying this last few days. I like it. Nice being able to focus on a certain level to try getting rid of older items. Thanks.
Great to hear someone else found it useful!
I’m finding it quite useful. Pretty interesting seeing the spread of my reviews too. Certainly a new favorite. 
Haven’t ran into any issues with it either. I’m mostly using it on my phone but will work with it on the computer a little more soon.
I’ve been using this script on my phone since finding it. I decided to give it a try on my computer. The text in the drop down wasn’t visible, apparently the text color was showing up as white.
I looked at the code and made a minor adjustment in the dropdown space adding a line, color: black; that made the text visible. Then, just because I like dark red, I changed the background to, background: rgba(134,0,0,.8); and then the text color to white while also increasing font size to 14.
Minor adjustments like I said, this is the only thing that I’ve come across that needed a fix.
dropdown: `
margin: 0;
padding: 3px 6px;
font-size: 14px;
border: 1px solid #999;
border-radius: 3px;
background: rgba(134,0,0,.8);
color: white;
cursor: pointer;
min-width: 100px;
Oh, are you using a dark mode or something? I only use it on my computer, and have no problems. I wonder why the text was showing up differently for you
I do have Wanikani Basic Darkmode Script active.
I turned it off then reverted back to the original code and it showed up fine. I guess darkmode turned the text white. lol
Good catch

Thanks a lot for this script! I installed it a few minutes ago, so I haven’t run into any issues so far. But this script was exactly what I was looking for!!
This will finally help me clear my 1900+ pile of shame
Thanks for your effort!