How snippets get captured
Copies you make while the tool's page is focused fire the page's copy event, so the tool can record them immediately. Copies made in other applications sit on the system clipboard until the page calls navigator.clipboard.readText(), and that call triggers the browser's clipboard-read permission prompt. If you deny the prompt, the tool sees only in-page copies for the rest of the session.