HELP · FIREFOX

Enable User Scripts on Firefox

Grant the permission (Firefox 141+)

  1. Open Robin's sidebar and click Enable Script Running on the gold Script Access banner (or find the same button in Robin's Settings).
  2. Firefox shows a permission prompt — click Allow.
  3. The banner disappears and scripts run in the page from now on.

Heads up: because this is a runtime permission, it does not appear in about:addons until you grant it through the prompt above. That's normal Firefox behavior, not a bug.

On Firefox 140

Firefox 140 has the permission but not the userScripts.execute API, so Robin uses a fallback runner. Chat and page examination work fully; script execution works on most sites but can be blocked by a strict content-security policy. Update to Firefox 141 or newer (or use Firefox Nightly) for the full runner.

Still seeing the Script Access banner?

Why Robin needs this

Generated scripts run via userScripts.execute() in the page's main world, which lets Robin act on the real page — clicking, filling, reading results — even on sites with a strict CSP, without using eval. Chat and page examination work without the permission; only script execution needs it.

← All script-running guides