Export Cookies

Export cookies to various formats in one click!

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
138 Aspen
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
8
คะแนน
0 0 0
เวอร์ชัน
0.2.1
สร้างเมื่อ
05-12-2025
อัปเดตเมื่อ
05-12-2025
Size
11.2 กิโลไบต์
สัญญาอนุญาต
GPL-3.0
ปรับใช้กับ
ไซต์ทั้งหมด

Greasy Fork

🪄 Features

This script allows you to export cookies from the current page to files or clipboard. Currently supports the following formats:

  • cookies.txt: Netscape HTTP Cookie file
  • cookies.json: JSON format
  • Clipboard copy: Copy cookies directly to clipboard in either format

📚 Usage

Right-click on any page and select Tampermonkey - Export Cookies. Then choose one of the following options:

  • Enter 1 to export as Netscape format (cookies.txt)
  • Enter 2 to export as JSON format (cookies.json)
  • Enter 3 to copy Netscape format to clipboard
  • Enter 4 to copy JSON format to clipboard

⚠️ Notes

Please note:

  • You need to add .json extension to the whitelist in Tampermonkey's options page to export as cookies.json. (.txt is whitelisted by default)
  • httpOnly cookies are only supported in Tampermonkey BETA versions.
  • Clipboard functionality requires the GM_setClipboard permission.

✨ Acknowledgment