Expand description
browser-control cookies — export cookies from the active browser.
Output formats:
json: pretty JSON array of normalised cookies. Always contains full values (machine-readable; user explicitly opted in).netscape: Netscape HTTP Cookie File (tab-separated). Always full values (the format is intended for tools likecurl --cookie).header: a singleCookie: k=v; ...line. Values are replaced with<redacted>when writing to stdout unless--revealis given. Writing to a file via-oalways emits full values; the file is0600on Unix.
Domain/name filters are unanchored regexes — use ^…$ for strict matching.