lioaeidejmlpffbndjhaameocfldlhin
Redirector automatically redirects URLs from one site to another based on rules you define. Once a rule is active, every time you visit a matching URL, you're instantly sent to the destination — no extra clicks needed. COMMON USE CASES • Always use Old Reddit instead of the redesign • Switch Google search results to DuckDuckGo • Skip tracking redirects (email click-tracking links) and go straight to the real destination • Redirect deprecated tool URLs to their replacements QUICK START — Your first rule in 30 seconds 1. Click the Redirector icon in your toolbar — the options page opens 2. Click "Add Rule" 3. Fill in the two fields: Match URL: ^https://www.reddit.com/(.*) Redirect To: https://old.reddit.com/$1 4. (Optional) Paste a test URL like https://www.reddit.com/r/cats to verify the result 5. Click "Add" — done! How the pattern works: • ^https://www.reddit.com/ matches the beginning of any Reddit URL • (.*) captures everything after the domain (e.g. r/cats) • $1 in Redirect To inserts that captured part into the new URL That's the basic idea: match a URL, capture the parts you need, build a new URL with them. KEY FEATURES • Create redirect rules using regex or URL Pattern syntax • Enable, disable, reorder, and test rules with real-time feedback • Import/export rules as JSON to back up or share with others • Supports pipeline transformations (URL decoding, base64 decoding) • Keyboard shortcut Alt+Shift+O to navigate back to the original URL before redirect PRIVACY All rules are processed locally. This extension does not collect or transmit any user data. CONTACT If you have any questions or suggestions, please join us at https://discord.gg/gFhKUthc88
Redirect
A Chrome extension for URL redirection Redirect: Your Ultimate URL Redirection Tool Tired of manually navigating through multiple pages to reach your desired destination? Redirect is here to streamline your browsing experience! Key Features: - Effortless URL Redirection: Set up custom redirects from one URL to another with just a few clicks. - Exact Match or Domain-Level Redirects: Choose between redirecting specific URLs or entire domains. - Enable/Disable Rules: Easily toggle redirects on or off without deleting them. - User-Friendly Interface: Clean, intuitive design for quick setup and management of redirect rules. - Instant Application: Rules take effect immediately, no browser restart required. Perfect for: - Developers testing different environments - Marketing professionals managing campaign links - Anyone looking to create shortcuts to frequently visited sub-pages - Users who want to automatically redirect from mobile to desktop versions of sites (or vice versa) - Privacy-conscious individuals redirecting to more secure alternatives of websites Redirect puts you in control of your browsing paths. Save time, increase productivity, and customize your web experience with this powerful yet simple extension. Your feedback matters! We're constantly improving Redirect to meet your needs. Use the in-app feedback link to share your thoughts and suggestions. Enhance your browsing efficiency today with Redirect!
URL Auto Redirector
Make browsing quicker and simpler by redirecting URLs to skip referral/AD pages and adapt mobile pages gracefully. URL Auto Redirector redirects URLs automatically with Regular Expression presets. It enables you to skip referral/AD pages, trim query strings and adapt mobile pages gracefully, which is time-saving, helps to be more productive and improves web browsing experiences. We have several built-in rules as default. URL Auto Redirector opens up infinite possibilities of redirections, you might create your own powerful rules in the option page. We are very appreciated if you want to contribute awesome rules of URL Auto Redirector. Contribute on: https://github.com/URLAutoRedirector/awesome-rules
Auto Redirect
A Powerful URL redirection tool - supports multiple matching modes and URL template replacement. **AutoRedirect** is a Manifest V3 Chrome extension for URL redirection — environment switching, domain migration, and redirect link optimization. - **Multiple matching modes** — Exact, prefix, suffix, and wildcard patterns. - **URL templates** — Rewrite paths and migrate domains with `{1}`, `{2}` placeholders. - **URL extraction** — Skip intermediate redirect pages, go straight to the target. - **Local file mapping** — Redirect local `file://` paths to remote servers. - **Multi-result selection** — Choose from multiple targets when a rule has several matches. - **Batch testing** — Built-in batch URL testing tool to verify rules quickly. ## Who is it for - **Developers** — Switch between local, dev, staging, and production environments. - **Site admins** — Handle domain migrations and URL restructuring. - **Everyday users** — Skip ad pages and redirect intermediaries. Full guide and more examples: [https://playeryk.github.io/AutoRedirect/](https://playeryk.github.io/AutoRedirect/) - Redesigned options page with a cleaner, modern visual style - New batch URL testing tool for validating multiple rules at once - Enhanced rule editor: line numbers, syntax highlighting, error line indicators, comment toggling
reRoute: Redirect HTTP requests
Configure and manage dynamic redirect rules for HTTP requests. The reRoute Chrome Extension allows users to set up dynamic redirect rules for HTTP API requests. It can redirect requests based on specified URL patterns, making it easy to switch between different environments (e.g., development and production) or change the API endpoints without modifying the application code.