-
-
Notifications
You must be signed in to change notification settings - Fork 534
Extensions
Max edited this page Dec 12, 2023
·
37 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. | ||
~~Without loading Twitter first. Supports media. Deprecated. | ||
Name | Sites | Comment |
---|---|---|
LibRedirect | Twitter, YouTube, Reddit, Instagram, Google, Medium, etc. | Actively maintained fork of Privacy Redirect |
Privacy Redirect | Twitter, YouTube, Reddit, Instagram, Google Maps, Google Search | Unmaintained, use LibRedirect instead. |
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/Maps/Search, Medium | iPhone Safari Extension (iOS 15+) |
Android: UntrackMe | Google Maps, Instagram, Twitter, YouTube | Android app. You can control which redirections and instances |
Android: twitter2nitter | Android app. You can change Nitter instance |
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
REDIRECT ^https://twitter.com TO https://nitter.net
Add a new bookmark with this snippet as the "Location" field:
javascript:window.location.assign(window.location.href.replace(/(mobile.)?twitter.com/,'nitter.net'))
When you click a twitter link, you can now click this bookmark and it will take you to the nitter.net equivalent.
https://github.com/nextgenthemes/nextgenthemes-nitter-embeds