What is the fast-forward button (bottom left) which turns green when clicked for?
mfw I have used this script for years and never clicked that button
Is there a keybind for Force Reorder or a way to keybind it? I like using 1x1 mode but like to shuffle the order after I get one wrong, and itād be really nice to just hit a keybind instead of using the mouse.
I suppose if there isnāt an easy way I could make an AHK script to just click at that point but Iād like to ask first in case there is
Iām not aware of any hotkeys, and didnāt see anything via a quick glance at the code.
That button toggles a barebones version of lighting mode
Hm, whatās wrong if the levels are no longer showing at the bottom? Iām not sure, but I guess there was a newer version that installed overnight⦠Also canāt seem to get it to order in ascending level order anymore.
Did you check āSort Levelsā?
Yes I did. For what ever mysterious reason, it seems to be back to normal now. And I didnāt change anything, not even restarted firefoxā¦
Anyways on to those 2000+ reviews ![]()
getting the following:
An error has occurred within WaniKani Reorder Ultimate. Please post the error below on the forum thread.
ReferenceError: Canāt find variable: kanjiSvg
https://greasyfork.org/scripts/11951-kanjirender/code/kanjirender.js:178:11 https://greasyfork.org/scripts/11951-kanjirender/code/kanjirender.js:189:71 nextStroke animateWriting animateStrokes handleKeyChange r@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:58:2126 set@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:58:6108 https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:96:24842 dispatch@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:26:3010 https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:25:32446 trigger@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:26:2127 https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:26:9593 each@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:14:17236 each@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:14:15166 trigger@https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:26:9565 https://cdn.wanikani.com/assets/v03/lesson/application-d3336a7fbfc736af2217ee5088f57ea0f9ce69e0764063606df527b3c61e9305.js:26:31943 updateVisual apply create init promiseReactionJob@[native code]
Logs:
WKU Init()
Applying UID levels
it looks like kanjirender is relying on kanjiSvg, but the script for that has been deleted: https://greasyfork.org/en/scripts/11949-kanjisvg. Can find it in the internet archive ā it was deleted sometime after February 2019: kanjiSvg - Source code
it further looks like the actual culprit was a different script: WaniKani Nippongrammar Extension. disabling it clears the issues
Iām new here and i was just wandering how to actually get to the part where you change the order because its installed i just donāt see where to actually edit the order. Any tips would be much appreciated!
You do that in the session itself
I havenāt had any reviews with anything other than vocab since I activated it so i didnāt notice.
Thanks for the reply!
Really loving this userscript!
Might be a bit easier to use if the balance control labels were in English ![]()
I have to come back to this page and look at the descriptions here to understand themā¦
UI is bad for lessons, but I have a fix.
var info = $('#supplement-info, #information').first();
$ui_html = $(ui_html)
info.after($ui_html);
var $b = $('#batch-items').first()
$ui_html.css({
'margin-bottom': $b.height() + 50 + 'px'
})
$b.css({
'background-color': 'rgba(238, 238, 238, 0.5)',
margin: 0,
padding: '10px';
})

I just noticed this today and it was fine yesterday but in both my lessons and reviews, it seemed to auto turn off my settings and doesnāt save them anymore. It works if I donāt close the tab of the site but even if I open another tab of Wanikani, my settings of sort by level in 1x1 mode and vocab first isnāt being saved.
None of the other addons updated recently and I have the latest version. I will test the same addons I have installed in Firefox to see if it replicates there too.
I had the same issue. I have a couple different computers that both stopped saving it. There hasnāt been any script updates, so Iām wondering if itās WK-side.
Yeah on several devices (PC, Laptop, Smartphone running a browser that accepts extensions and thus scripts) it doesnāt save the settings anymore. This is the same for somebody I know who is also doing WaniKani.


