Wanikani screenshots 📸

“I have over 400 reviews to do now so I’ll just do like 10 or so reviews before bed-”

whoops…

11 Likes

been getting back into it for the past week or so after over a year and a half long hiatus, just did this and I’m feeling really good about it! my fingers were so tired by the end of it, at one point saw that I had typed in “tne machi” haha
my previous best review session was like 99 reviewed, 99% accuracy in ten minutes which was also pretty cool

6 Likes

No scroll dashboard

9 Likes

At 6:54 today, I decided to see how much of my review pile I could get through before the turn of the hour. Well, I got them all done in 5 minutes, with a 満点 to boot. :relaxed:

6 Likes

I’m sure I’m not the first and I’m sure I won’t be the last to post this… but… :cry:

10 Likes

I’m not upset! I’m just talking in my crying voice!

8 Likes

Then I managed to get it wrong a second time by entering “cry”!
Now determined to remember SOB for all future opportunities - 鳴き声 you son of a bitch vocab!!

Um, that’s lovely and I want it. :eyes:

1 Like

On the dashboard I have, from top to bottom I guess:

Breeze Dark theme
Real Numbers
Level Duration 2.0
Ultimate Timeline
Real Times
Expected Daily
SRS Grid
Levels by Stage
Condensed Progress Bars
Dashboard Progress Plus
Vocabulary For Wanikani

Then I also have a userstyle with superficial changes
/* FONTS AND STUFF */
  .dashboard section.review-status ul li {
    padding: 7px !important;
    font-size: 14px !important;}
  
  .dashboard section.review-status ul li time {
    padding: 5px !important;
    font-size: 24px !important;}

  .dashboard section.review-status ul li span {
    padding: 5px !important;
    font-size: 24px !important;}

/* Vocabulary for wanikani */
.progression .lattice-single-character ul .pct90 {
    background-color: rgba(0,0,0,0) !important;}

.vocabulary-progress a[href^="/vocabulary/"] {
    color: #1cdc9a !important;}

.vocabulary-progress li {
    border-color: transparent !important;}

.vocabulary-progress ul li li[style*="border: 0px"] {
    background-color: rgba(194,111,220, 0.82) !important;}

.vocabulary-progress .lattice-multi-character li[style="height: auto;"] li[style*="border: 0px"] div:nth-child(2) {
    border-left: 1.5px solid rgba(35,38,41,1);
    border-radius: 0 !important;
}

.vocabulary-progress .lattice-multi-character li[style="height: auto;"] li div:nth-child(3)[style*="width: 50%;"] {
    border-left: 1.5px solid rgba(35,38,41,1);
    border-radius: 0 !important;
}

.vocabulary-progress .lattice-multi-character li[style="height: auto;"] li[style*="border: 0px"] div:nth-child(3)[style*="width: 100%;"] {
    border-left: 1.5px solid rgba(35,38,41,1);
    border-right: 3px solid rgba(35,38,41,1);
    border-radius: 0 !important;
    width: 93% !important;
}

/* Dashboard progress plus */
.kanji-progress li[id^="kanji"] > a.dpp-progress[data-srs-lvl="5"] {
    background-color: #d8bdef !important;}

.pct90_left {
    margin-left: 30px;
}

/* SRS grid */
.SRSGBsmall {
    display: inline !important;
    font-size: 10px !important;
}


/* TIMELINE FIX */

#timeline svg .bkgd {
    fill: #2c3136;
}

#timeline svg .grid path {
    stroke: white;
}

.review_info .inner div {
    color: rgb(240,240,240) !important;
}

#timeline svg .rad {
    fill: #53b5ee;
}

#timeline svg .kan {
    fill: #fac445;
}

#timeline svg .voc {
    fill: #43d473;
}

#timeline {
    border-bottom: none;
}

#timeline svg .resize_grip .light {
    display: none; 
}

#timeline .review_info .summary .tot {
    background-color: rgb(200,200,200);
    background-image: none; 
}
    

#timeline .review_info[data-mode="item_type"] .rad {
    background-color: #53b5ee;
    background-image: none; 
}

#timeline .review_info[data-mode="item_type"] .kan {
    background-color: #fac445;
    background-image: none; 
}

#timeline .review_info[data-mode="item_type"] .voc {
    background-color: #43d473;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp0,
#timeline .review_info[data-mode="srs_stage"] .appr {
    background-color: #1d99f3;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp1,
#timeline .review_info[data-mode="srs_stage"] .guru {
    background-color: #1cdc9a;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp2,
#timeline .review_info[data-mode="srs_stage"] .mast {
    background-color: #c9ce3b;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp3,
#timeline .review_info[data-mode="srs_stage"] .enli {
    background-color: #f67400;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp4 {
    background-color: #da4453;
    background-image: none; 
}

#timeline .review_info[data-mode="level"] .lvlgrp5 {
    background-color: #fac445;
    background-image: none; 
}

#timeline .summary div,
#timeline .summary div span,
#timeline .item_list li {
    color: black !important;
}

/* COMPACTING */

.footer-push {
    height: 0px;
}

.srs-progress {
    margin: 2px 0 !important;
}

.srs-progress:nth-last-child(5) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.srs-progress:nth-last-child(4) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

footer,
#search,
.dashboard > .container > .row > .span12:nth-of-type(2),
.dashboard > .container > .row > .span12 > .row {
    display: none; 
}

.span12 .srs-progress:nth-last-child(4) span {
    font-size: 13px !important;
}

.span12 .srs-progress:nth-last-child(4) li {
    padding: 0 !important;
}

.span12 .srs-progress:nth-last-child(4) li br {
    display: none;
}

.span12 .srs-progress:nth-last-child(4) span:nth-of-type(1)::after {
    content: ": ";
}

.progression.dpp_compact {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.review-status {
    margin: 0 0 10px 0 !important;
}

.srs-progress > ul > li {
    padding-top: 7px !important;
}

.navbar-inner a {
    padding-top: 10px !important;
}

.dashboard section.review-status > ul > li {
    padding-top: 0 !important;
}

.span12 > header {
    height: 10px;
    margin: 0;
}

.vocabulary-progress h3 {
    display: none;
}

.vocabulary-progress .lattice-multi-character ul {
    margin-bottom: 0;
}

If you are actually interested in doing it yourself, then I must say that it would most likely take some fiddling, since I only bothered to make it work for my screen specifically.

5 Likes

I figured it might. But thanks! I’m most likely going to play with this when I get home!

Officer Durtle, what are you doing :eyes::durtle_officer::durtle_durverted_lvl2:

24 Likes

11 Likes

Well now I wanna die yo.

10 Likes


wait a sec that kinda looks familiar
and that reading too
wait wait wait WAIT WAIT WAIT

3 Likes

if you’re anything like me, you’re gonna have a fun 40 levels where every single kanji read as こく you’re gonna be like “is this the one that completes the word??

2 Likes

“Wait…is this…what I think it is…”
runs google/yt to make sure
IT IS

I can never forget this vocab now.

8 Likes

You didn’t have that reaction when you learned 提供? :thinking: That’s the main thing I associate with that screen/speech…

3 Likes

Oh yeah, I would have but I think I associated 提供 more as “offer” since it was a bit difficult for me to connect “present” + “servant” to program sponsoring.

Also because I preferred connecting “present” + “servant” to the idea that I presented a servant with something… coughs “Master has presented Dobby with clothes” coughs

5 Likes

image
So close, yet so far.

3 Likes

I was about to have the best run in my life goddammit!
This thing has been sitting at the bottom of Apprentice ever since I unlocked it about three days ago.
I’ll get you one day, Matsu Pine!

3 Likes