A tiny draggable helper you can inject into any page to chat, preview, and inspect the current site — served locally.
Run the local server and inject the helper into any page with a single line.
# from the project 'HelperBox' directory
python3 server.py
# or
./run.sh
Open any website in your browser and run this in the address bar or the console:
javascript:import("https://cosm1c.netlify.app/bridge.js")
Tip: on HTTPS pages you may need to allow mixed content or load the server over HTTPS.
bridge.js — the injector script you load into pages.frame.html — the viewer that renders previews + chat.server.py — minimal Python server with endpoints for saving snapshots and chat.run.sh — helper script to start the server quickly./bridge.js.chat.json and last_host.html in the folder and refresh.