Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/87b1240e4277d08a11d92d19188d4b19.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
/* ==UserStyle==
@name Legacy Script Meta Block
@description returns old script meta block (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;
}
}