Comfort font size and unhide spoilers for 2ch.hk & 2ch.life
Комфортные: размер шрифта, ширины блоков сообщения, и отображение спойлеров.
Tags: 2ch, двач, харкач, сосач, стиль для имиджборда, стили для имиджборды, CSS, двач лайф, 2ch.life
Authordoiteasier
LicenseNo License
Category2ch.hk & 2ch.life
Created
Updated
Size775 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Comfort font size and unhide spoilers for 2ch.hk & 2ch.life
Комфортные: размер шрифта, ширины блоков сообщения, и отображение спойлеров.
Tags: 2ch, двач, харкач, сосач, стиль для имиджборда, стили для имиджборды, CSS, двач лайф, 2ch.life
Changelog.
version 1.0.6
/* ==UserStyle==
@name Comfort font size and unhide spoilers for 2ch.hk & 2ch.pm
@namespace 2ch.hk & 2ch.life
@version 1.0.6
@description Comfort font size and unhide spoilers for 2ch.hk & 2ch.pm
@author doiteasier
==/UserStyle== */
@-moz-document domain("2ch.hk"), domain("2ch.life") {
@media screen and (min-width: 1820px) {
span.spoiler {
color: #000000;
background-color: #b9b9b9;
}
.spoiler a {
color: var(--theme_default_link);
background-color: #dcdcdc;
}
.post_type_oppost,
.post_type_reply {
max-width: 50vw;
}
.post.post_type_reply {
max-width: 47vw;
}
body.makaba {
font-size: 16px;
}
section.mmm > a,
#plashque,
div#js-plashque.plashque {
display: none;
}
}
}