Skip to content

Instantly share code, notes, and snippets.

@machinefriendly
machinefriendly / selectors.json
Last active March 30, 2026 00:55
VoiceType extension - ChatGPT DOM selectors config
{
"version": 1,
"updatedAt": "2026-03-30T00:00:00Z",
"selectors": {
"mic": { "sel": "button[aria-label=\"Start dictation\"], button[aria-label=\"Dictate button\"]", "critical": true, "testable": false },
"submit": { "sel": "button[aria-label=\"Submit dictation\"]", "critical": true, "testable": false },
"stop": { "sel": "button[aria-label=\"Stop dictation\"]", "critical": true, "testable": false },
"send": { "sel": "button[data-testid=\"send-button\"], button[aria-label=\"Send prompt\"]", "critical": false, "testable": false },
"textarea": { "sel": "#prompt-textarea", "critical": true, "testable": true },
"form": { "sel": "form", "critical": false, "testable": true }