Hide Remaining Reviews

Is there currently a working way of hiding the progress bar and the three bits at the top right of reviews? (accuracy, completed, remaining)

I’ve tried the existing scripts available that use Stylish to style the webpage but none of them seem to work with Chrome.

I just use a post-it note when I need to lock in lol

2 Likes

Should be incredibly simple to do this yourself.
The essential logic of the script would be one line:

document.querySelector('.character-header__menu-statistics')?.remove();

If you have an adblocker (e.g., uBlock Origin, or AdBlock), you could the same thing with a filter line (and not have to worry about timing when it runs):

www.wanikani.com##.character-header__menu-statistics
1 Like

You could also probably use an extension like Stylebot, click it and set it to “Hide.” If there are sites you go to constantly it can be an awesome tool, I currently have JPDB set to look like this for example, took zero coding, just clicking and entering hex number values for colors