- Replace networkidle with domcontentloaded + 5s race in goto, click,
and session_restore — SPAs with persistent connections (LinkedIn,
Gmail) never reach networkidle
- Normalize .www. cookie domains in Firefox importer — Playwright
silently drops cookies with .www.example.com domains
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Some Firefox cookies store expiry in milliseconds instead of seconds.
Detect values beyond year 2100 and convert to seconds. Also map
zero/negative expiry to -1 for Playwright session cookies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add import tool to import cookies from Safari (macOS)
- Add npm downloads badge to README
- Document import tool in MCP tools reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Browser window with globe and cursor design.
TypeScript blue color palette matching the ecosystem.
Includes SVG source, 200px and 512px PNG versions.
Updated README with centered logo and badges.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add --fullscreen flag for macOS native fullscreen (AppleScript)
- Add --preview flag to highlight elements before actions
- Add --preview-delay to configure highlight duration
- Update README with new options
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Document that when installed as browse@saiden plugin, MCP server is
named 'context' and tools are accessed as mcp__context__*.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The /check:plugin command is now provided by the global ~/.claude/commands/check/plugin.md,
so this project-local copy is no longer needed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove obsolete Server Mode section (removed in 3014cf9)
- Update plugin installation commands to correct syntax
- Remove startServer from programmatic usage (no longer exported)
- Remove BrowserServer API section (class removed)
- Add close tool to MCP tools reference
- Sync plugin.json version to 0.2.13-pre.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Drop express dependency and HTTP server in favor of MCP-only architecture.
CLI still works for quick screenshots and queries.
- Delete src/server.ts and src/server.test.ts
- Remove express, @types/express, supertest from dependencies
- Update CLI to show help when no URL provided
- Remove server exports from index.ts
-33 packages removed, 757 lines deleted.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>