Redirector URL par rxliuli
Dynamic URL Redirector
86 utilisateurs·trices86 utilisateurs·trices
MĂ©tadonnĂ©es de lâextension
Ă propos de cette extension
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
Let's redirect reddit.com â old.reddit.com:
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.
MORE EXAMPLES
Redirect Google search to DuckDuckGo:
Match URL: ^https://www.google.com/search\?q=(.?)&.$
Redirect To: https://duckduckgo.com/?q=$1
Skip email click-tracking redirects:
Match URL: https://click.redditmail.com/CL0/(.*)
Redirect To: {{$1|decodeURIComponent}}
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
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
Let's redirect reddit.com â old.reddit.com:
- Click the Redirector icon in your toolbar â the options page opens
- Click "Add Rule"
- Fill in the two fields:
Match URL: ^https://www.reddit.com/(.*)
Redirect To: https://old.reddit.com/$1 - (Optional) Paste a test URL like https://www.reddit.com/r/cats to verify the result
- 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.
MORE EXAMPLES
Redirect Google search to DuckDuckGo:
Match URL: ^https://www.google.com/search\?q=(.?)&.$
Redirect To: https://duckduckgo.com/?q=$1
Skip email click-tracking redirects:
Match URL: https://click.redditmail.com/CL0/(.*)
Redirect To: {{$1|decodeURIComponent}}
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
Noté 5 par 1 personne
Autorisations et données
Autorisations nécessaires :
- AccĂ©der Ă lâactivitĂ© du navigateur pendant la navigation
Autorisations facultatives :
- Accéder à vos données pour tous les sites web
Plus dâinformations
- Liens du module
- Version
- 0.16.9
- Taille
- 209,15Â Ko
- DerniĂšre mise Ă jour
- il y a 9 jours (25 mai 2026)
- Catégories associées
- Licence
- Licence MIT
- Historique des versions
- Ajouter Ă la collection