各种猴子脚本
爱发电: https://afdian.com/@wdssmq
更多脚本: https://github.com/wdssmq/userscript
GreasyFork: https://greasyfork.org/zh-CN/users/6865
交流反馈:189574683
wdssmq/rollup-plugin-monkey: 使用 rollup 开发「GM_脚本」:
占位
pnpm i postcss rollup-plugin-postcss -D
# less sass stylus 按需安装对应的依赖
import postcss from "rollup-plugin-postcss";
[prodConfig, devConfig].forEach((config) => {
config.plugins.push(postcss());
});