Redirector icon

Redirector

FreePopular

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.

3,000+ Users
4.83 Rating
Create Rule
^https://old-site\.com/(.*)
Redirect To
https://new-site.com/$1
Auto Redirect
Seamless URL transformation

Key Features

Powerful tools for customizing your browsing experience

Regular Expression Support

Create complex redirection rules using powerful regular expressions for precise URL matching and transformation.

Real-time Testing

Test your redirection rules instantly with our built-in URL testing tool to ensure they work as expected.

URLPattern Support

Use modern URLPattern API for more intuitive URL matching with named groups and structured patterns.

Intuitive Interface

Easy-to-use interface for adding, editing, and managing your redirection rules without technical complexity.

Multiple Rules

Support for unlimited redirection rules, allowing you to customize multiple websites and URL patterns.

Privacy First

All processing happens locally in your browser. No data is collected or transmitted to external servers.

How to Use

Get started with Redirector in just a few simple steps

1

Open Extension Options

Click on the Redirector icon in your browser toolbar to open the options page where you can manage all your redirection rules.

2

Add 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.

3

Test Your Rules

Use the 'Test URL' section to verify that your redirection rules work correctly before applying them to your browsing.

4

Manage Active Rules

View all your active rules in the 'Rules' list where you can easily edit, disable, or delete any rule as needed.

Example Rules

Real-world examples to get you started

Regular Expression Examples

Redirect Google Search to DuckDuckGo

From:
^https://www.google.com/search\?q=(.*?)&.*$
To:
https://duckduckgo.com/?q=$1

Redirect YouTube Shorts to Regular Video

From:
^https://www\.youtube\.com/shorts/(\w+)(\?.*)?$
To:
https://www.youtube.com/watch?v=$1

URLPattern Examples

Advanced Google Search Redirect

From:
^https://www.google.com/search?q=:id
To:
https://duckduckgo.com/?q={{search.groups.id}}

Redirect Old Domain to New Domain

From:
^https://oldsite.com/:path*
To:
https://newsite.com/{{pathname.groups.path}}

💡 Pro Tip

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.

Privacy & Security

Your privacy is our top priority

Local Processing

All redirection rules are processed locally in your browser. No data leaves your device.

No Data Collection

We don't collect, store, or transmit any of your personal data or browsing information.

Open Source

Transparent, open-source code that you can review and contribute to on GitHub.

Ready to Take Control of Your URLs?

Join thousands of users who are already using Redirector to customize their browsing experience.

Free forever • No registration required • Works offline

Support & Contributing

Get help or contribute to making Redirector even better

Need Help?

Have questions or need support? We're here to help you get the most out of Redirector.

Contact Support

Contribute

Found a bug or have a feature idea? Contributions are welcome! Help make Redirector better for everyone.

View on GitHub