README ¶ Notes pre-cookies4.dat Format https://web.archive.org/web/20180218163617/http://www.opera.com/docs/operafiles/#opfileform "The generic format is NOT backwards compatible with Opera 3.x and earlier" Presto cookies4.dat Format Format https://web.archive.org/web/20180218163617/http://www.opera.com/docs/operafiles#cookies https://web.archive.org/web/20100303220606/http://www.opera.com/docs/fileformats#cookies https://www.codeproject.com/Articles/330142/Cookie-Quest-A-Quest-to-Read-Cookies-from-Four-Pop#Opera4 http://users.westelcom.com/jsegur/O4FE.HTM#TS1 Code https://gist.github.com/gwarser/1324501/66b3afcfbc4ca96c36d83ef97f1f9d883998cde3 # no license https://www.codeproject.com/script/Content/ViewAssociatedFile.aspx?rzp=%2fKB%2fIP%2f330142%2fArticle_src.zip&zep=ReadCookie%2fOpraCookieJar.cs # CPOL license Locations cookies4.dat cookies4.new cookies4.old (cookies.dat) Debug Format c:\klient\dcookie.txt # debug Expand ▾ Collapse ▴ Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error) func TraverseCookies(filename string, filters ...kooky.Filter) kooky.CookieSeq Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CookieStore ¶ func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error) CookieStore has to be closed with CookieStore.Close() after use. func TraverseCookies ¶ added in v0.2.3 func TraverseCookies(filename string, filters ...kooky.Filter) kooky.CookieSeq Types ¶ This section is empty. Source Files ¶ View all Source files cookies4dat.gocookiestore.gofind.gofind_unix.goopera.go Click to show internal directories. Click to hide internal directories.