Export cookies to various formats in one click!
This script allows you to export cookies of current tab to a file. Currently, it supports the following formats:
cookies.txt
: Netscape HTTP Cookie Filecookies.json
: JSON formatRight-click on any page and select Tampermonkey
- Export Cookies
. Then, press OK if you want to export in Netscape format (cookies.txt
), or press Cancel if you want to export in JSON format (cookies.json
).
Do note that:
.json
at Tampermonkey's options page, in order to export to cookies.json
. (.txt
is whitelisted by default)httpOnly
cookies are supported at the BETA versions of Tampermonkey only.