/* ==UserStyle== @name Legacy Script Meta Block @description returns old script meta block for Greasy Fork. (as close as possible to old one) @namespace - @version 1.0.0 @license GPL-3.0-or-later @downloadURL none ==/UserStyle== */ @-moz-document domain("greasyfork.org"), domain("sleazyfork.org") { .inline-script-stats { display: unset; margin: 0; } .inline-script-stats dt, .inline-script-stats dd { float: left; width: 50%; } .script-meta-block { max-width: none; } #script-content .script-meta-block { max-width: 600px; } }