https://github.com/roman5x30/open-source-redirector
This is a firefox addon to redirect you from proprietary web-sites/applications to their open-sourcer alternative.
https://github.com/roman5x30/open-source-redirector
addon front-end-alternative front-ends mozilla-firefox-addon open-source redirect redirector redirects
Last synced: about 1 year ago
JSON representation
This is a firefox addon to redirect you from proprietary web-sites/applications to their open-sourcer alternative.
- Host: GitHub
- URL: https://github.com/roman5x30/open-source-redirector
- Owner: roman5x30
- License: gpl-3.0
- Created: 2022-05-05T10:38:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T20:16:01.000Z (about 1 year ago)
- Last Synced: 2025-04-08T20:24:45.484Z (about 1 year ago)
- Topics: addon, front-end-alternative, front-ends, mozilla-firefox-addon, open-source, redirect, redirector, redirects
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/open_source_redirector/
- Size: 53.7 KB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open-Source Redirector
This is a firefox addon to redirect you from proprietary web-sites/applications to their open-sourcer alternative.
## Redirect List
- YouTube -> Invidious
- YouTube Music -> Hyperpipe
- Google -> SearX
- Google Translate -> Lingva Translate
- Yahoo -> SearX
- Bing -> SearX
- Reddit -> Libreddit
- Twitter -> Nitter
- Wikipedia -> Wikiless
- Medium (and TowardsDataScience) -> Scribe
- TikTok -> ProxiTok
- Twitch -> SafeTwitch
## How to Build
If you don't have node modules installed, then run:
```
npm i
```
Then, run this command:
```
npm run prod
```
This script will create `/dist` folder, which will contain compiled build of the extension and `output.zip` that you use to load temporary addon (at this page `about:debugging`), or upload it to the extension market.