Below you see (a part of) my current wanikani desktop. I would like to have a setting or a userscript to completely remove the selected rectangle in the middle. Is there such a thing?
You can probably use your ad-blocker for this. I personally use uBlock Origin to remove the specific dashboard elements I don’t care about.
8 Likes
You could also use a user stylesheet with stylus.
It’s a simple one-rule stylesheet:
.progress-and-forecast > *:not(.lessons-and-reviews) {
display: none;
}
(The level 60 progress section should probably get replaced in the standard UI once anyone completes all available lessons anyway.)
There is one to hide the Extra Study panel. It can probably be tweaked to hide more.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.