Greasy Fork is available in English.

sci.js (from ksw2-center) 2021-09-01 被举报,原因是:代码经过最小化处理

自此举报提交以来,此脚本已经更新。

此脚本已经有 3 个之前被确认或修复的报告。

zyenith(被举报用户)已经有:

管理员已通过该举报。

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).