Cookie Manager

A modern cookie manager userscript: dual-engine read/write, batch CRUD, multi-select, paste-to-import, JSON export/import, multiple copy formats, undo delete, bilingual UI.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
minis233
今日安裝
1
安裝總數
6
評價
0 0 0
版本
0.1.0
建立日期
2026-05-22
更新日期
2026-05-22
尺寸
47.2 KB
授權條款
MIT
腳本執行於
所有網站

Cookie Manager

A modern cookie manager userscript with a clean floating UI. Works on Tampermonkey, Violentmonkey, Greasemonkey, Userscripts (Safari), Via Browser and any other userscript engine.

Features

  • Dual engine — uses the modern cookieStore API on Chromium, automatically falls back to document.cookie on Firefox/Safari/legacy
  • Full CRUD — add / edit / delete / batch-add with smart paste parsing
  • Multi-select — filter-aware select-all, bulk copy, bulk delete with one-click undo
  • Multiple copy formats — Cookie Header, cURL --cookie, JSON (DevTools / EditThisCookie compatible), KV
  • Import / Export JSON — back up your login state, share between devices
  • Detail view — tap a cookie to see Domain / Path / Expires / Secure / HttpOnly / SameSite / Size, with size warning at >4 KB
  • Undo delete — every delete shows a 5-second Undo toast
  • Bilingual UI — instant 中/EN switch, persists across sessions, auto-detects browser language
  • Search — by key or value
  • Draggable floating button — position is remembered

How to use

A small blue C button appears at the bottom-right of every page. Tap to open the manager. Drag to move it. The button position is saved.

  • Multi-select mode → bulk operations + filter-aware select all
  • Copy As... → choose the format you need (header for HTTP debugging, cURL for terminal, JSON for backup)
  • More ▾ → Export / Import JSON
  • Tap any cookie to expand its full details
  • Edit lets you rename the key, change value/domain/path/expiry — all editable
  • Switch language with the 中/EN pill in the header

Privacy

This script makes zero network requests. All data stays in your browser. No telemetry, no analytics, no remote calls.

Source code

Open source on GitHub: https://github.com/Minis233/cookie-manager (MIT)