Sleazy Fork is available in English.

知乎移动端修复 is op 21-08-2021 gemeld omwille van Geminimaliseerde code

De melder zei:

Variable name is minified.

Dit script is bijgewerkt na het opstellen van de melding.

Dit script bevat 1 eerdere (on)opgeloste melding.

AllanChain (de gebruiker waarvan melding is gemaakt) heeft het volgende gedaan:

Deze melding is gehandhaafd door een moderator.

Minified code isn't allowed inside scripts on GreasyFork even if you share the source code elsewhere. You can use a minified library in @require or @resource from a CDN https://greasyfork.org/help/external-scripts or load from a github repository using a link like https://cdn.jsdelivr.net/gh/AUTHOR/REPOSITORY@COMMITHASH/file-path.js. You can configure webpack to use `externals` automatically. If your script is big you can split it into libraries and upload them on GreasyFork (or github if use the CDN link shown above).