Skip to content

linsui/libredirect

This branch is 771 commits behind libredirect/browser_extension:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hygna
Oct 23, 2022
eb3794c · Oct 23, 2022

History

1,223 Commits
Aug 3, 2022
Sep 20, 2022
Mar 17, 2022
Oct 9, 2022
Oct 23, 2022
Oct 9, 2022
Feb 16, 2022
Feb 16, 2022
Jul 27, 2022
Oct 22, 2022
Oct 23, 2022
Jan 11, 2021
Jul 27, 2022
Oct 22, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022

Repository files navigation

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

     

Translate

Weblate

Development

Install Dependencies

Node.js latest LTS is recommended

npm update
npm install

If you are modifying config.json or any files ending with .ejs, you need to run the following command to render html:

npm run 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

About

A web extension that redirects popular sites to alternative frontends and backends

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors

No contributors

Languages

  • HTML 58.4%
  • JavaScript 26.7%
  • Python 6.4%
  • EJS 5.8%
  • CSS 2.7%