App Logo
reddit.com

Edit Reddit comment

Edit your own Reddit comment (at any depth) by its permalink, replacing its text entirely. Returns edited and commentId. Only works on your own comments. Runs only via the browser extension, not the hosted cloud browser.

Input

text required

New comment body (replaces the existing text entirely)

permalink required

Comment permalink (full or path), e.g. /r/sub/comments/<postid>/comment/<commentid>/

Output

text required
edited required

False when the comment's text already matched exactly (idempotent no-op, no mutation)

commentId required
account_used required

The real logged-in Reddit handle that performed the action, read from the page's own account drawer (not assumed from args)

already_present required

True when the comment's text was already exactly the requested text before this call

verified_on_page required

Whether the script reloaded the page afterward and confirmed the new text is actually visible there

FAQ

Edit your own Reddit comment (at any depth) by its permalink, replacing its text entirely. Returns edited and commentId. Only works on your own comments. Runs only via the browser extension, not the hosted cloud browser.
Required: permalink, text.
It returns text, edited, commentId, account_used, already_present, verified_on_page.
Yes. It acts as you on reddit.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the reddit.com cookies saved by the Reduck extension.
It makes changes on reddit.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/reddit.com/edit_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/edit_comment
It is part of Reduck's official curated catalogue.

Start building not clicking