Reroute
Rewrite URLs on the way in. Wildcards, regular expressions, and a rule tester that tells the truth.
Reroute redirects and rewrites URLs before they load. Write rules with wildcards or regular expressions, use capture groups and transforms, and check each rule against sample URLs before you turn it on. A built-in cleaner strips tracking parameters using the ClearURLs rule catalog shipped inside the extension.
Not yet on the Chrome Web Store. Source is public; builds are for testing only.
What it does
- 01 Wildcard and regex rules
Match with simple wildcards or full regular expressions. Use capture groups in the destination and apply transforms such as lowercase, encode or decode.
- 02 SPA and history-state redirects
Rules also apply to navigations that never hit the network, such as single-page apps changing the URL with pushState.
- 03 Tracking-parameter cleaner
Removes utm_*, fbclid, gclid and hundreds of other tracking parameters using the ClearURLs rule catalog. The catalog ships inside the extension; nothing is downloaded at runtime.
- 04 Per-site allowlist
Exclude sites where redirects should never apply. Allowlist entries win over every rule.
- 05 Rule tester
Paste a URL and see exactly which rule matches, what the captures are, and the resulting destination, before the rule is enabled.
- 06 Import from Redirector
Import a Redirector rule export and get the same rules, one to one, including wildcards, regex, exclude patterns and resource types.
Import from Redirector
Reroute reads Redirector rule export files (.json). Export your rules from Redirector, open Reroute, choose Import, pick the file. Each rule is converted one to one and disabled until you review it. The file is parsed in your browser and never uploaded.
Redirector is a separate product by its own authors. Reroute is not affiliated with or endorsed by it; the name is used only to describe the file format Reroute can read.
Free, or Pro once.
- Unlimited wildcard and regex rules
- Capture groups and transforms
- SPA/history-state redirects
- Tracking-parameter cleaner
- Per-site allowlist and rule tester
- Redirector rule import and export
- Cross-device rule sync through your browser account
- Curated rule packs
- Shareable team rule sets
- Everything in Free
Pro is a one-time purchase handled by Lemon Squeezy, with a 14-day refund window. One licence key works across all your browser profiles. The source code stays MIT-licensed. Terms and licence.
Privacy and changelog
- Privacy policy
What Reroute stores, which permissions it asks for and why, and the exact network calls it can make.
Read the Reroute privacy policy - Changelog
Every release is tagged on GitHub with notes on what changed.
Release notes for Reroute - Issues
Bug reports and feature requests are tracked in the open.
Reroute issues on GitHub - All BrowserForge tools
Arbor, Reroute and CookieSweep share one repository and one set of principles.
Back to BrowserForge