Skip to content

libredirect/browser_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

111a87c · Nov 27, 2024
Oct 26, 2022
Jul 2, 2024
Mar 17, 2022
Jun 3, 2023
Nov 27, 2024
Aug 29, 2024
Feb 16, 2022
Feb 16, 2022
Jul 22, 2024
Jul 22, 2024
Jan 11, 2021
Jul 28, 2024
Jul 22, 2024
May 26, 2024
Aug 29, 2024
Aug 29, 2024
Jul 24, 2024

Repository files navigation

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

 

Translate

Development

Install Node.js

git clone https://github.com/libredirect/browser_extension
cd browser_extension
npm install
npm run html # Generates html using Pug

Run on Firefox

npm run start

Build a zip package for Firefox

npm run build

Install the zip package on Firefox (temporarily)

  1. Type in the address bar: about:debugging#/runtime/this-firefox
  2. Press Load Temporary Add-on...
  3. Select libredirect-VERSION.zip from web-ext-artifacts folder

Install the zip package on Firefox ESR, Developer Edition, Nightly

  1. Type in the address bar: about:config
  2. Set xpinstall.signatures.required to false
  3. Type in the address bar: 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

Run on Chromium

  1. Open chrome://extensions
  2. Enable dev mode
  3. Select load unpacked extension
  4. Select src folder

Test conditions to check new functions and changes after building - please refer here


Forked from Privacy Redirect