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.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
minis233
Instalaciones diarias
1
Instalaciones totales
6
Calificaciones
0 0 0
Versión
0.1.0
Creado
22/05/2026
Actualizado
22/05/2026
Tamaño
47.2 KB
Licencia
MIT
Funciona en
Todos los sitios

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)