ESDF.gg Tools
Give AI coding assistants the ability to save and read any browser tab — even sites that block automation tools.
Claude Code, Cursor, and other AI tools use browser automation to read web pages. But sites like Reddit, Twitter/X, and LinkedIn block these tools with Content Security Policy. Your AI can see the tab exists but can't read the content.
Page Save Bridge uses chrome.pageCapture.saveAsMHTML()
— a browser-engine-level API that operates below Content Security Policy.
It captures the fully rendered page with your existing sessions, cookies, and authentication intact.
There is nothing for the website to block.
Install from the Chrome Web Store, or load unpacked from the source.
npx page-save serve Starts the local WebSocket server on port 7224. Your AI calls this via Bash.
# List all open Chrome tabs
npx page-save tabs
# Save a Reddit page as MHTML
npx page-save save --tab reddit
# Extract plain text from any tab
npx page-save text --tab reddit
# Save the currently active tab
npx page-save save Keyboard shortcut: Press Alt+S to save the active tab instantly.
AI Agent (Bash) → Node.js CLI (port 7224) ←WebSocket→ Chrome Extension
|
Writes MHTML to saved-pages/ Zero data collection. All communication is localhost-only. No analytics, no tracking, no external requests. Read the full privacy policy.
CC0 1.0 — Public Domain. Do whatever you want with it.
Built with care by ESDF.gg and The Open English Bible Ministry.