▶Does a bad regex freeze my tab?
The MVP uses a best-effort deadline guard (500ms timeout). Even a catastrophic-backtracking regex won't freeze your tab permanently, but you may see a brief delay. Phase 2 will upgrade to a Web Worker for a hard guarantee.
▶Where are my saved rule-sets stored?
Your rule-sets are stored in your browser's localStorage. Nothing is sent to a server. Clearing your browser cache will delete them.
▶Can I replace one at a time using "First only"?
Yes, toggle "First only" to replace only the first match. For step-by-step replacement, you'd need to reload and repeat—this tool is optimized for replace-all.
▶Does it change my original text?
No. Your original stays as-is and the transformed result is shown separately. Copy the result or download it as a .txt to use it.
▶Does it work offline?
Yes. Every replacement runs inside your browser, so it works offline, and the text you enter is never sent anywhere.