Skip to content

WaniKani - hide lesson counter by yamitenshi

Details

Authoryamitenshi

LicenseNo License

Categorywanikani.com

Created

Updated

Size387 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the number of available lessons on WaniKani

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WaniKani - hide lesson counter
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hide the lesson counter on WaniKani
@author         yamitenshi
==/UserStyle== */
@-moz-document domain("wanikani.com") {
    .lessons-and-reviews__lessons-button .lessons-and-reviews__button-count {
        display: none !important;
    }
}

Reviews

No reviews yet.