mckfcfnegaimgcgepikhdnajpkkhdnkn
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
Redirector
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
URL Redirector
A Chrome extension to redirect URLs based on custom rules Automatically redirect web requests matching custom rules with advanced customization options. Redirect any web request to an address of your choice with powerful management features. Top Features: • Replace part of any URL, optionally using regular expressions • Quick enabling/disabling of each rule • Define custom aliases for your redirects • Import and export functionality for easy rule management and sharing • Color filtering for enhanced visual organization • Automatic favicon integration in titles for quick site identification
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!
Redirector
Redirector is an extension that allows you to specify patterns for pages that should be automatically redirected to other pages. E.g. you always want http://example.com/foo.html to redirect to http://example.com/bar.html. This can be useful for instance to skip confirmation pages after posting messages on message boards, skipping ad pages that appear before you can view content on certain sites, redirecting from http to https on sites where you always want the https version, redirecting from one hostname to another for proxy servers, or just anywhere where it takes you two or more clicks to get to what you want. The extension supports both wildcards and regular expressions in patterns. Regular expressions support capturing parantheses so you could define the pattern: http://foo.com/bar.php\?id=(\d+) and define the redirect as http://bar.com/baz.php?id=$1. In that case http://foo.com/bar.php?id=1234 would automatically redirect to http://bar.com/baz.php?id=1234. Wildcards can also use $1,$2 in the redirect urls, $1 is the contents of the first star match, $2 of the second and so on. Click on the Redirector button next to your address bar to get started adding and editing redirects, and use the Enable/Disable button to quickly disable the addon. We care about your privacy — this extension never collects or shares personal data. View the open-source code, report bugs, or contribute here: https://github.com/extenhive/Redirector This extension was developed with inspiration and partial code from Einar Egilsson (https://github.com/einaregilsson/Redirector). Special thanks to Einar for his excellent work and open contribution to the developer community.