stephenhawk8054 / libredirect

A web extension that redirects popular sites to alternative privacy-friendly frontends and backends

Home Page:https://libredirect.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibRedirect

A web extension that redirects YouTube, Twitter, Instagram... requests to alternative privacy friendly frontends and backends.

Youtube => Piped, Invidious, FreeTube
Twitter => Nitter
Instagram => Bibliogram
TikTok => ProxiTok
Imgur => Rimgo
Reddit => Libreddit, Teddit, Old Reddit, Mobile Reddit
Search => SearX, Whoogle
Translate => SimplyTranslate, LingvaTranslate
Maps => OpenStreetMap
Wikipedia => Wikiless
Medium => Scribe

Note: It will default to using random instances if none are selected. You can also set custom instances.

Matrix Badge PrivacyPolicy

Get

Firefox Add-on

Donate

BTC: bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q

Development

Install Dependencies

  • Node.js latest LTS is recommended
  • npm update
  • npm install

Build

  • npm run build

Test

  • npm run test

Test in Firefox

  • npm run-script start

Install temporarily

  • open about:addons
  • click on the settings button below the addon search bar and select debug add-on
  • press load temporarily addon

Install in Firefox ESR (Extended Support Release), Developer Edition and Nightly

  • open about:config
  • set xpinstall.signatures.required to false
  • open about:addons
  • click on the settings button below the addon search bar and select install add-on from file
  • select libredirect-VERSION.zip from 'web-ext-artifacts' folder

Install in Chromium, Brave and Chrome

  • open chrome://extensions
  • enable dev mode
  • select load unpacked extension
  • select src folder

Credits

About

A web extension that redirects popular sites to alternative privacy-friendly frontends and backends

https://libredirect.github.io

License:GNU General Public License v3.0


Languages

Language:JavaScript 48.3%Language:HTML 47.5%Language:Python 2.2%Language:CSS 2.0%