# monkey-gremlin **Repository Path**: blues_c/monkey-gremlin ## Basic Information - **Project Name**: monkey-gremlin - **Description**: 注入任意网页,随机模拟用户操作,检测前端是否会崩。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-16 - **Last Updated**: 2026-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Monkey Gremlin Bookmarklet 混沌测试:注入任意网页,随机模拟用户操作,检测前端是否会崩。 ## 能力 - **clicker** — 随机点击 - **formFiller** — 随机填表 - **scroller** — 随机滚动 - **typer** — 键盘输入 - **toucher** — 触摸 tap/swipe - **Gizmo** — 错误累计达上限自动停止 - **随机种子** — 相同 seed 可复现操作 ## 使用 ```bash cd e:/monkey-gremlin npm install npm run build npx serve . -p 3456 ``` - 测试页:http://127.0.0.1:3456/demo.html - Bookmarklet:http://127.0.0.1:3456/bookmarklet.html(拖链接到书签栏) ## API ```javascript MonkeyGremlin.createHorde({ actions: 500, delay: 50, seed: 42 }).unleash() MonkeyGremlin.stop() MonkeyGremlin.showPanel() ``` ## License MIT