[Userscript] Reorder Omega

Same here, tried everything. Just doesn’t work any more…

Mine stopped working at the end of August

Is there a way to get Reorder Omega to actually do nothing when doing lessons?

I have the script set to Lesson preset: None

What I want is the new Wanikani default, where you get a mix of kanji and vocab when you do lessons. What I get is the old Wanikani default, where you get all kanji first and then vocab. If I disable Reorder Omega, I get the mix of kanji and vocab that I want.

Is there a way to get Reorder Omega to actually do nothing with my lesson queue? Or is the solution to disable the script when doing lessons? Thanks!

If you want a “quick fix” for your exact issue (i.e., not wanting the script to run during lessons), you could comment out (// or /* ... */) or delete the following two lines (around line 233):

        else if (/SUBJECT-LESSONS/i.test(path))
            page = 'lessons';

or delete the 'lessons' part of the is_quiz_page function, e.g.:

    function is_quiz_page() {
        set_page_variables();
        return ['reviews', 'extra_study', 'self_study'].includes(page);
    }
1 Like

Thank you! I’ll try that!

This doesn’t seem to be working for me. Are there any alternatives? :slight_smile:

Not working for me either.

I was able to get this and Back to Back working in Edge. I had to enable developer mode.

Can I group meaning and reading together with this script? I try to do it but I couldn’t find the way.

Can someone please explain what the Speed Demon preset does?

It’s used to help you level up as quickly as possible by focusing on the “critical items” – the items that you need to rank up – to get to the next level. If you’re doing all your reviews as soon as they come up, it doesn’t do you much good, but if you are doing your reviews in batches, it can help.

1 Like

This sounds a bit like Sort by Type, right? Sort by Type should give you radicals first, then kanji, then vocab. I am really curious to understand only because this might save me months on achieving my goal. Does Speed Demon do what Sort by Type does and then another layer of filtering to give you current-level reviews first?

Yep, I’d say your assessment is pretty much correct. If you’ve already leveled up the kanji or radicals enough, though, they wouldn’t be included in the speed demon portion.

Sort by type could still give you items from previous levels. Speed demon would prioritize first the items for your current level that need reviewing to level up.

Speed demon preset then adds everything else to the end of your review after the current level items that need reviewing. I’ve created a Speed Demon Only modifier preset that only does the speed demon items for when I only have a few minutes to do reviews.

Did something change? Meaning and reading are now ordered right after each other despite it not working for a while. Thanks to whoever made the change, it’s much better this way.

I have a question maybe somebody could help me! I want to do two presets, one for recent mistakes (f.ex. the last 50 mistakes) and the next one is Leech Training. When I use the Action Settings “Failed Last Review” and put the amount at 50 it says that there are no words in the preset when I load it, same for Leech Training when I use the Action Setting “Leech Training”.

How can I make these settings work?

can nobody help? :melting_face: