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 format
Right-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:
- You need to whitelist
.json
at Tampermonkey's options page, in order to export tocookies.json
. (.txt
is whitelisted by default) httpOnly
cookies are supported at the BETA versions of Tampermonkey only.