Browser-only cookie format converter. Paste a dump, auto-detect the source, inspect expiry flags, and emit one of nine targets.
Live demo: accstall.com/en/tools/cookie-converter
- Runs in the browser. Parse and convert in JavaScript. The paste is not sent to a backend, logged, or written to
localStorage/sessionStorage/ IndexedDB. - No inject. This tool never calls
document.cookie, never talks to a browser profile API, and never opens a target site with the dump. - Downloads are plaintext. Delete them after import.
- Size cap: 512 KiB. Over cap → empty result + “too large”.
- The Cookie request-header target is lossy (name/value only).
AdsPower vs GoLogin:
- AdsPower uses
expires(0if session). NoexpirationDate, nourl. - GoLogin requires
urland usesexpirationDate.
Mixing those fields breaks imports.
Open index.html in a browser. No build step.
npm test
Supported detect/write formats: Netscape, Playwright, Puppeteer, Selenium, Cookie-Editor / EditThisCookie, Set-Cookie, Cookie header, HAR cookies[], GoLogin, AdsPower.
MIT