HELP · CHROME / EDGE / BRAVE

Enable User Scripts on Chrome

Chrome 138 and newer

  1. Open chrome://extensions in the address bar (on Edge: edge://extensions, on Brave: brave://extensions).
  2. Find Robin and click Details.
  3. Scroll to Allow User Scripts and turn the toggle on.
  4. Return to the tab you were working on and run your script again — no restart needed.

Chrome 120–137 (Developer mode)

Older Chrome versions unlock the User Scripts API with the global Developer mode switch instead:

  1. Open chrome://extensions.
  2. Turn on Developer mode (top-right corner).
  3. Run your script again.

Updating Chrome moves you to the per-extension toggle above, which is the recommended setup.

Still seeing the Script Access banner?

Why Robin needs this

Generated scripts run via userScripts.execute() in the page's main world. That's what lets Robin click real buttons, fill real forms, and read live results — even on sites with a strict CSP — without using eval. Chat and page examination work without the toggle; only script execution needs it.

← All script-running guides