Web选择 は「最小化 minify されたコード」で通報済み。2024/06/03

Howardzhangdqs の発言:
我的代码由Typescript写成,使用Webpack打包,TS代码无法直接在油猴内运行,因此代码看起来被最小化处理了。我从最开始就将所有源代码全部开源,以减少不必要的误解,希望管理员能予以理解。 My code is written in TypeScript and bundled using Webpack. TS code cannot run directly in Tampermonkey, so the code appears to be minified. I have made all the source code open source from the beginning to reduce unnecessary misunderstandings, and I hope dear administrators can understand. Github link: https://github.com/Howardzhangdqs/web-select

このスクリプトは通報後に更新されています。

このスクリプトには、承認または修正済みの1回の通報があります。

Howardzhangdqs (通報されたユーザー) の活動:

この通報は管理担当者に承認されました。

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