jlmiipndkcgobnpmcdhinopedkkejkek
You can redirect links and the current page. Current page can be redirected by clicking the right mouse button on the page, not on any kind of media or other elements, but basically the background. Left mouse click redirects in the current tab and the middle and the right one to a new tab when using the toolbar popup. The URL field denotes where the page or the link is redirected to. It must start with a scheme, e.g. https://. It can contain formats, which are replaced by the component parts of the link's or page's URL. If the URL doesn't contain any formats, the link's or page's URL is appended to this URL. Formats %u - entire URL %s - scheme %h - hostname %p - whole path without the leading slash, or %p[N], where N is index of the path part. e.g. in http://example.com/a/b/c?param=1, %p[0] is a, %p[1] is b and %p[2] is c %q - all query parameters, or %q[KEY], where KEY is the name of the query parameter. e.g. in http://example.com/?a=1&b=2, %q[a] is 1 and %q[b] is 2 %f - fragment %r[REGEX] - the regular expression is replaced with the match, or if capture groups are used, their matches are concatenated or empty string if there's no match. Right square brackets must be escaped in the regex. E.g. https://%r[[a-z.\]+] %g[N] - Capturing group from EnableURL field, where N is the index of captured group. %e[/REGEX/REPLACEMENT/FLAGS] - Replace REGEX with REPLACEMENT and optionally use FLAGS (i, g, etc.) using link/page URL as input. If you put some format before this format, it is used as input for this format. Example: http://a.com/%p[1]%e[/a|b|c/x/g] - %p[1] is used for input for %e and it changes all occurances of a, b and c to x from %p[1] There are examples in the other screenshot. To enable a redirection everywhere, leave Enable URL field empty. If you want to enable it only on certain URLs, add the URL or part of it and you can use a regular expression also. This doesn't work in the context menu in Chrome, but does in the toolbar popup. Open in a Container option doesn't do anything, unless containers are enabled in the browser. You can reorder redirections by dragging and dropping redirection rows. Remember to save if you changed options! More redirections and you can propose or share new redirections at GitHub in this issue: https://github.com/fluks/redirect-link/issues/7. All the proposed redirections in a file you can import: https://github.com/fluks/redirect-link/raw/master/redirect-link_settings.json --- * Read your browsing history - Get the URL of the current page. * Notifications - Show a notification about Manifest V3 change. Latest changes * Fix replace format bug. * Add resize columns on options page. * Add link to help page. * Add %e replace format. * Add capturing groups in URL and EnableURL fields. * Sort redirects from headers. * Validate EnableURL if always used. * Show a notification about MV3 change. * Convert to use Manifest V3. * Minor UI changes. * Fix context menu not showing bug. * Add favicon feature. * Add redirect always option. * Add preferences button. * Open to new tab only when the option is on. Previously middle click worked in toolbar popup. * Removed notifications permission. * Fix popup ellipsis bug. * Remove max width for popup. * Redirect in current tab or to another depending on click. Left click opens in current tab and right one opens to a new tab when using toolbar popup. * Add import and export options. * Use Drag and Drop API to order redirects. * Add regular expression format. * Fix replace format bug. * Small UI changes on options page. * Try to fix toolbar popup not loading content. * Fix toolbar popup order bug. * Reorder redirections. * Add toolbar button to redirect the current page. * Add a setting to enable redirection only on certain URLs. This works only with the toolbar popup on Chrome. * Add formats for more detailed path and query parameters. * Remove the leading slash from path substitution. This can break previous path formats. * Open options to a tab. * Add shortcuts to options page.
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!
Redirect - URL Rewrite
URL Redirect is a lightweight browser extension that gives you fine-grained, rule-based control over where every link and navigation request actually lands. Instead of passively accepting the web’s ever-growing maze of tracking hops, vanity domains, and staging URLs, you can declare your own mapping—“if a URL matches X, seamlessly open Y instead”—and the browser will enforce it instantly inside its network stack. Real-world scenarios you’ll wish you’d solved sooner Privacy front-ends at scale. One rule blocks a dozen trackers by sending any Reddit URL to libreddit. Another negates YouTube’s autoplay by hopping over to an Invidious instance. The difference in CPU load on low-end Chromebooks is startling. Speed-up link previews. Replace every https://news.ycombinator.com/item?id=* with a text-only reader view to load articles instantly on a metered connection. Nail-free micro-blocking. Rather than bulkier ad blockers, a single wildcard rule can sinkhole the half-dozen redirect domains used by your region’s top ad network.
Replace URL
Replace URL in the address bar. Replace URL replace the specified words with new words in the address bar. 1. Please specify old words(or regular expressions) and new words on option page. 2. Click this extension's icon. And automatically move to the new URL.
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