mirror of
https://github.com/libredirect/browser_extension.git
synced 2026-04-28 02:40:02 -04:00
2.7 KiB
2.7 KiB
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.
Get
Donate
BTC: bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q
Development
Install Dependencies
- Node.js latest LTS is recommended
npm updatenpm 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.requiredtofalse - 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
srcfolder
