Greasy Fork is available in English.
User info box is larger.
/* ==UserStyle== @name Nolt—Expanded user info (profile) @namespace github.com/openstyles/stylus @version 1.0.1 @description User info box is larger. @author sK6g6Z6IXv2JA8eH ==/UserStyle== */ @-moz-document domain("nolt.io") { @media only screen and (min-width: 801px) { .cMcHFZ { width: -moz-available; width: available; max-width: calc(690px - 4rem); overflow: auto; } .caYfMP { max-height: 32rem; } } }