An open API service indexing awesome lists of open source software.

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.

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.