A browser extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends and backends.
Install Node.js
git clone https://github.com/libredirect/browser_extension
cd browser_extension
npm install
npm run html # Generates html using Pug
npm run start
npm run build
- Type in the address bar:
about:debugging#/runtime/this-firefox
- Press
Load Temporary Add-on...
- Select
libredirect-VERSION.zip
fromweb-ext-artifacts
folder
- Type in the address bar:
about:config
- Set
xpinstall.signatures.required
tofalse
- Type in the address bar:
about:addons
- Click on the gear shaped
settings
button and selectInstall Add-on From File...
- Select
libredirect-VERSION.zip
fromweb-ext-artifacts
folder
- Open
chrome://extensions
- Enable
dev mode
- Select
load unpacked extension
- Select
src
folder
Test conditions to check new functions and changes after building - please refer here
Forked from Privacy Redirect