gjchkcbplbacbdoloilellfedfomlhia
Done are the days of having to view random twitter profiles through their shitty ass website that has 300 pop ups, ads and forces u to login after reading 5 tweets in a timeline. This simple extention simply adds a little button next to the follow button on a twitter profile page that redirects you to the same profile but on the much more usuable version "nitter.net". Which is twitter without all the bullshit.
NiTwitter
Replace Twitter URLs with Nitter in 'Copy link to tweet' The "Nitter Redirect" Chrome extension is designed to enhance user privacy and control when interacting with Twitter. By default, when a user clicks the "Copy link to Tweet" option on Twitter, it copies a URL that points to Twitter's own website. This extension changes that behavior by replacing the copied Twitter URL with a corresponding URL that points to Nitter, a privacy-focused alternative Twitter front-end. When a user activates the "Nitter Redirect" extension and copies a tweet link, the extension automatically modifies the URL to direct to Nitter instead of Twitter. This allows users to share tweet links without directing others to Twitter's website, which may be preferred for privacy reasons or to provide a different viewing experience. Additionally, the extension provides a popup dialog that explains its functionality, links to the project's GitHub page, and includes a toggle to enable or disable the feature, giving users full control over the extension's behavior.
Nitter Redirect
This little extension just flips X/Twitter links to Nitter ones, so you can read posts faster, skip the tracking, and stay logged out. Simple and hassle-free.
Url Redirector
To redirect the URL from X to Y based on user provided filters. In addition, can have excluded paths This tool is use when we need to auto redirect the url from x to y. In addition have option to allow the excluded path. In this case if the request url matches the exclude path that is /checkout then it won't route https://www.xyz.com/checkout to https://www.abc.com/checkout. Note: All the params will be automatically carry forward if params are not added over source url. Original Url: https://www.xyz.com?someparam=somevalue&anotherparam=anothervalue Then route carry forward the params over destination automatically and the final url will be https://www.abc.com?someparam=somevalue&anotherparam=anothervalue
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