Un'estensione web che reindirizza YouTube, Twitter, TikTok e altri siti web a frontend alternativi rispettosi della privacy. https://noblogo.org/filippodb/breve-guida-per-navigare-piu-veloci-e-piu-sicuri-con-le-estensioni-per
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
ManeraKai f3289e9ca4
Tweaked Wayback Classic https://github.com/libredirect/browser_extension/issues/721
1 day ago
.gitea/issue_template Clean up various minor issues (#506) 7 months ago
.github Update FUNDING.yml 5 months ago
.vscode Fixed <title> typos 1 year ago
img Added context menu buttons to the popup 3 months ago
src Tweaked Wayback Classic https://github.com/libredirect/browser_extension/issues/721 1 day ago
.gitignore Stopped tracking generated html files in git 7 months ago
.npmrc Updated npm and tweaked some things by therealresonix 1 year ago
.nvmrc Updated npm and tweaked some things by therealresonix 1 year ago
LICENSE CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects. 2 years ago
Privacy-Policy.md Preparing for release 2.5.2 => 2.5.3 4 months ago
README.md Supporting Frontends Manager better + A small fix 2 weeks ago
package.json Updated README 3 weeks ago

README.md

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
npm run start # Runs in firefox in debug mode using Web-ext

Build and Run on Chromium manually

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

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

Forked from Privacy Redirect