ChatGPT Automation Pro

Advanced ChatGPT automation with dynamic templating

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Henry Russell
日安装量
0
总安装量
10
评分
0 0 0
版本
2.9
创建于
2025-08-20
更新于
2025-09-02
大小
305.7 KB
许可证
MIT
适用于

# ChatGPT Automator

Automate ChatGPT in your browser: type, send, wait, then run your code on the reply. Batch-friendly. Clean UI. Zero copy-paste.




## What it does
- Types and sends your message automatically
- Waits for ChatGPT to finish, then runs your JavaScript
- Batch mode with templates: {item.foo}, {{index}}, nested paths
- Polished panel: tabs, progress, logs, dark mode, saved position
- CORS-safe HTTP helper to call any API from your code

## Quick start
1) Simple tab: paste a message → Send
2) Template tab: add Dynamic Elements (JSON array) and a message template → Send
3) Response (JS) tab: paste code that runs after the reply

Context available to your JS: response, log, console, item, index, total, http

## Handy prompt
- JSON-only output
```
You are a helpful assistant. Output valid JSON only with fields: title, summary. No extra text.
Topic: {item.topic}
```

## Call your APIs
Use the built-in `http` helper (form-encoded):
```js
await http.postForm('https://api.example.com/ingest', {
data: JSON.stringify({ response, item, index, total })
});
```
## License
MIT