A powerful and flexible browser extension that allows users to customize URL redirection rules using regular expressions. Perfect for developers, power users, and anyone who wants to control their browsing experience.
Powerful tools for customizing your browsing experience
Create complex redirection rules using powerful regular expressions for precise URL matching and transformation.
Test your redirection rules instantly with our built-in URL testing tool to ensure they work as expected.
Use modern URLPattern API for more intuitive URL matching with named groups and structured patterns.
Easy-to-use interface for adding, editing, and managing your redirection rules without technical complexity.
Support for unlimited redirection rules, allowing you to customize multiple websites and URL patterns.
All processing happens locally in your browser. No data is collected or transmitted to external servers.
Get started with Redirector in just a few simple steps
Click on the Redirector icon in your browser toolbar to open the options page where you can manage all your redirection rules.
In the 'Add a redirect URL' section, enter your source URL pattern using regular expressions and specify the target URL with capture group references.
Use the 'Test URL' section to verify that your redirection rules work correctly before applying them to your browsing.
View all your active rules in the 'Rules' list where you can easily edit, disable, or delete any rule as needed.
Real-world examples to get you started
^https://www.google.com/search\?q=(.*?)&.*$
https://duckduckgo.com/?q=$1
^https://www\.youtube\.com/shorts/(\w+)(\?.*)?$
https://www.youtube.com/watch?v=$1
^https://www.google.com/search?q=:id
https://duckduckgo.com/?q={{search.groups.id}}
^https://oldsite.com/:path*
https://newsite.com/{{pathname.groups.path}}
URLPattern provides an alternative browser-native URL matching standard compared to regular expressions. While not necessarily more powerful, it offers more intuitive syntax for simple URL matching scenarios. Learn more about URLPattern syntax at MDN Documentation.
Your privacy is our top priority
All redirection rules are processed locally in your browser. No data leaves your device.
We don't collect, store, or transmit any of your personal data or browsing information.
Transparent, open-source code that you can review and contribute to on GitHub.
Join thousands of users who are already using Redirector to customize their browsing experience.
Free forever • No registration required • Works offline
Get help or contribute to making Redirector even better
Have questions or need support? We're here to help you get the most out of Redirector.
Contact SupportFound a bug or have a feature idea? Contributions are welcome! Help make Redirector better for everyone.
View on GitHub