libredirect/README.md

5.1 KiB

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

Matrix Badge Firefox users Badge LibrePay Badge

Firefox Add-on 

       

Note: The Extension will be using random instances by default. You can modify this and add custom instances too.

Please read the FAQ if you have any questions!

Donate

Liberapay  Patreon  Buy me a coffee 

  • BTC: bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q
  • BCH: qqz5vfnrngk0tjy73q2688qzw4wnllnuzqfndflhl8
  • ETH: 0x896E5796Da76E49A400A9186E1c459CD2C64b4E8
  • XMR: 4AM5CVfaGsnEXQQjZSzJvaWufe7pT86ubcZPr83fCjb2Hn3iwcForTWFy2Z3ugXcufUwHaGcucfPMFgPXBFSYGFvNrmV5XR

Mirror Repos

Codeberg   GitHub  

Translate

Weblate

Development

Install Dependencies

Node.js latest LTS is recommended

npm update
npm install

To generate html that uses config.json (needed to develop/build the extention), run:

npm run ejs

Afterwards, you will need to run it if you modify config.json or any files ending with .ejs.

Build the extention zip archive:

npm run build

Run automated tests

npm run test

Test in Firefox

npm run start

Install temporarily

  1. open about:addons
  2. type in the address bar about:debugging
  3. press load temporarily addon

Install in Firefox ESR, Developer Edition, Nightly

  1. open about:config
  2. set xpinstall.signatures.required to false
  3. open about:addons
  4. click on the gear shaped settings button and select Install Add-on From File...
  5. select libredirect-VERSION.zip from web-ext-artifacts folder

Install in Chromium browsers

  1. open chrome://extensions
  2. enable dev mode
  3. select load unpacked extension
  4. select src folder

Privacy Policy
Forked from Privacy Redirect