two adapted (by myself, but i am not an IT) variations work somehow in my firefox.
Try replacing the script with :
^1.
body.memrise.fullscreen.garden {
background-size:100%;
background-repeat:no-repeat;
}
.val, .things, .qquestion, table.pool-things tr.thing, table.level-things tr.thing, body.level-view .things, .layout.level-view .things, .thing-show .row .row-value, .question-row .extra-info, .garden-box .typing-wrapper .typing-type-here, .mem .mem-middle, .forum-thread .detail p, .forum-thread ul.comments > li .comment-body p, .mem.garden .mem-text p {
font-family: “Times”,Times,Arial, Maboroshi no Nijimi Mincho, “SimSun”,Sans-Serif !important;
}
.qquestion {
font-size: 250% !important;
}
.body.level-view .thing .col_a, .layout.level-view .thing .col_a, .row .row-value {
font-size: 300 !important;
line-height: 200% !important;
}
************ to get this
or
- /* Clear background image */
body.memrise.fullscreen.garden {
background-size:100%;
background-repeat:no-repeat;
}
/* Use Japanese fonts. Sorry Chinese learners. */
.val, .things, .qquestion, table.pool-things tr.thing, table.level-things tr.thing, body.level-view .things, .layout.level-view .things, .thing-show .row .row-value, .question-row .extra-info, .garden-box .typing-wrapper .typing-type-here, .mem .mem-middle, .forum-thread .detail p, .forum-thread ul.comments > li .comment-body p, .mem.garden .mem-text p {
font-family: “Helvetica Neue”,Helvetica,Arial, Maboroshi no Nijimi Mincho, “SimSun”,Sans-Serif !important;
}
/* Make the questions really big */
.qquestion {
font-size: 300% !important;
line-height: 100% !important;
}
/* Make some things non-bold */
body.level-view .thing .col_a, .layout.level-view .thing .col_a, .row .row-value {
font-weight: normal !important;
}
to get this:
hope it works