Advanced ChatGPT automation with dynamic templating
当前为
Automate ChatGPT in your browser: type, send, wait, then run your code on the reply. Batch-friendly. Clean UI. Zero copy-paste.
1) Install Tampermonkey 2) Open the raw script URL and accept install:
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
You are a helpful assistant. Output valid JSON only with fields: title, summary. No extra text.
Topic: {item.topic}
Use the built-in http helper (form-encoded):
await http.postForm('https://api.example.com/ingest', {
data: JSON.stringify({ response, item, index, total })
});
MIT