Skip to content

WaniKani Level Progress Remover by fallynleaf

Screenshot of WaniKani Level Progress Remover

Details

Authorfallynleaf

LicenseNo License

Categorywanikani.com

Created

Updated

Size494 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the level progress dashboard component on the WaniKani dashboard

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WaniKani Level Progress Remover
@namespace      github.com/openstyles/stylus
@version        1.0
@description    Hides the level progress dashboard component on the WaniKani dashboard
@author         fallynleaf
==/UserStyle== */

@-moz-document domain("wanikani.com") {
.dashboard .dashboard__level-progress .wk-panel--level-progress {
  display: none;
}

.dashboard .dashboard__level-progress .wk-panel--review-forecast {
  grid-row: 1 / 4;
}
}

Reviews

No reviews yet.