There are a few Chrome extensions that let you edit or replay HTTP requests, but none matched the fast, Burp-Repeater-style workflow I wanted inside DevTools. So I built rep+, with the help of an LLM.
rep+ gives you:
- Automatic capture of all HTTP requests
- Replay + full editing of method, path, headers, and body
- Search & filters
- Star important requests, copy raw blocks, browse edit history
It’s perfect when you need quick, iterative testing without spinning up the full Burp Suite UI.
bscript•1h ago
rep+ gives you:
- Automatic capture of all HTTP requests
- Replay + full editing of method, path, headers, and body
- Search & filters
- Star important requests, copy raw blocks, browse edit history
It’s perfect when you need quick, iterative testing without spinning up the full Burp Suite UI.
Open DevTools → rep+ panel → start hacking.