LibRedirect/browser_extension
13
300
Fork
You've already forked browser_extension
12
A browser extension that redirects popular sites to alternative frontends and backends https://libredirect.github.io
JavaScript 49.4%
Svelte 47.2%
Python 2.1%
HTML 1.1%
CSS 0.2%
Find a file
2025年06月28日 22:47:33 +03:00
.gitea/issue_template Clean up various minor issues ( #506 ) 2022年10月25日 20:00:31 +00:00
.github Update FUNDING.yml 2025年06月28日 22:47:33 +03:00
.vscode Fixed <title> typos 2022年03月16日 23:26:54 +03:00
img Cleaned up 2023年06月02日 18:11:33 +03:00
src 3.1.0 => 3.2.0 2025年06月28日 22:14:40 +03:00
.gitignore Improving popup messages 2024年08月29日 13:36:21 +03:00
.npmrc Updated npm and tweaked some things by therealresonix 2022年02月15日 20:45:01 +03:00
.nvmrc Updated npm and tweaked some things by therealresonix 2022年02月15日 20:45:01 +03:00
.prettierignore Formatting wiht prettier 2024年07月21日 21:22:09 +03:00
.prettierrc Formatting wiht prettier 2024年07月21日 21:22:09 +03:00
LICENSE CLoses #130 changed to GPLv3, added SearX instances ( #16 ), fixed instance selects. 2021年01月11日 17:46:00 +11:00
package.json Improving popup messages 2024年08月29日 13:36:21 +03:00
Privacy-Policy.md Document network connections in privacy policy 2024年07月27日 22:11:09 +02:00
README.md Formatting wiht prettier 2024年07月21日 21:22:09 +03:00
rollup.config.js Improving popup messages 2024年08月29日 13:36:21 +03:00
SECURITY.md Create Security Policy 2024年05月26日 06:55:31 +00:00
test-conditions.md Simplify Markdown 2024年07月24日 14:47:35 +02:00

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