Sleazy Fork is available in English.

sci.js (from ksw2-center) 항목을 2021-09-15에 최소화된 코드 사유로 신고

제보자의 글:

Line 891

This script has been updated since the report was filed.

This script has had 2 previous upheld or fixed reports.

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