Up to 10 accounts. Each posts 1 comment per campaign — add as many as you have.
AI will generate the rest to fill 10 comments total. Burner accounts are assigned separately.
How it works:
1. Log into the burner account in your Chrome browser (pass CAPTCHA yourself)
2. Open DevTools → Console, paste the cookie export script below
3. It copies cookies to clipboard — paste them into the box below
4. Click "Save Session" — the tool will use these cookies to post without logging in
copy(JSON.stringify(document.cookie.split('; ').map(c => { const [name, ...rest] = c.split('='); return { name, value: rest.join('='), domain: location.hostname, path: '/', secure: true, httpOnly: false, sameSite: 'None' }; })))