Skip to content

jschan full-width replies by slippinggitty

Screenshot of jschan full-width replies

Details

Authorslippinggitty

LicenseNo License

Categoryjschan, animaymay

Created

Updated

Size335 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This user style makes the replies on JSChan image boards fit the max width of your browser window.

Notes

The default image board this style uses is aniamaymay.xyz, but you can add your own sites too.

Source code

/* ==UserStyle==
@name           (animaymay) jschan full-width replies
@namespace      animaymay.xyz
@version        1.0.0
@description    Fullwidth replies on JSChan-sites
@author         SlippingGitty
==/UserStyle== */

@-moz-document domain("animaymay.xyz") {
.post-container {
    min-width: -webkit-fill-available;
}
}

Reviews

No reviews yet.