-
-
Notifications
You must be signed in to change notification settings - Fork 542
Extensions
Diki Ananta edited this page Oct 2, 2022
·
39 revisions
Name | Sites | Comment |
---|---|---|
LibRedirect | Twitter, YouTube, Reddit, Instagram, Google, Medium, TikTok, etc. | Actively maintained fork of Privacy Redirect |
Alter | Twitter, YouTube, Reddit | Simple and Minimal |
Privacy Redirect | Twitter, YouTube, Reddit, Instagram, Google Maps, Google Search | Unmaintained, use LibRedirect instead. |
Twitter to Nitter Redirect | ||
Unmaintained, use LibRedirect instead. | ||
|
Name | Sites | Comment |
---|---|---|
Privacy Redirect | Google Maps, Google Search, Instagram, Reddit, Twitter, Youtube | |
Nitter Redirect | Works when navigating to the site, or opening links |
Name | Sites | Comment |
---|---|---|
iPhone: Redirector Shortcut | iPhone shortcut | |
iPhone: Privacy Redirect | Twitter, Reddit, YouTube, Instagram, Google Translate, Google maps, Google Search, Medium | iPhone Safari Extension (iOS 15+) |
Android: UntrackMe | Google Maps, Instagram, Twitter, YouTube | Android app. You can control which redirections and instances |
Firefox — Chromium-based — GitHub
- Example URL:
https://twitter.com/
- Include pattern:
^(?:https?://)(?:www\.|mobile\.|)twitter\.com/(.*)
- Redirect to:
https://nitter.net/$1
- Pattern type:
Regular Expression
- Example URL:
https://t.co/
- Include pattern:
^(?:https?://)t\.co/(.*)
- Redirect to:
https://nitter.net/t.co/$1
- Pattern type:
Regular Expression
- Example URL:
https://pbs.twimg.com/
- Include pattern:
^(?:https?://)(pbs|video)\.twimg\.com/(.*)
- Redirect to:
https://nitter.net/pic/$1.twimg.com/$2
- Pattern type:
Regular Expression
javascript:(function(){window.location.replace(document.URL.replace(/(mobile.)?twitter.com/,'nitter.net'))})()