# 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
http://users.westelcom.com/jsegur/O4FE.HTM#TS1
Code
https://gist.github.com/gwarser/1324501/66b3afcfbc4ca96c36d83ef97f1f9d883998cde3 # no license
Locations
-
cookies4.dat
-
cookies4.new
-
cookies4.old
-
(cookies.dat)
Debug Format
- c:\klient\dcookie.txt # debug
# Functions
CookieJar returns an initiated http.CookieJar based on the cookies stored by the Opera browser.
CookieStore has to be closed with CookieStore.Close() after use.
No description provided by the author