From 2a0596f08fb54e2faef4bcb4548a28f5837fc067 Mon Sep 17 00:00:00 2001 From: BobIsMyManager Date: Tue, 26 Jul 2022 22:28:50 +0100 Subject: Many things Made all instances updateable Added hyperpipe Closes https://github.com/libredirect/libredirect/issues/398 Added cloudtube Closes https://github.com/libredirect/libredirect/issues/397 Start using prettier --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bf3be985..de3788b6 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to altern [![Firefox Add-on](./img/badge-amo.png)](https://addons.mozilla.org/firefox/addon/libredirect/)  - +   - +   @@ -42,6 +42,7 @@ Send Files => [Send](https://gitlab.com/timvisee/send) [FAQ](https://libredirect.github.io/faq.html) ## Donate + [![Liberapay](./img/liberapay.svg)](https://liberapay.com/LibRedirect)  [![Patreon](./img/patreon.svg)](https://patreon.com/LibRedirect)  [![Buy me a coffee](./img/bmc.svg)](https://www.buymeacoffee.com/libredirect) @@ -52,47 +53,59 @@ ETH: 0x896E5796Da76E49A400A9186E1c459CD2C64b4E8\ XMR: 4AM5CVfaGsnEXQQjZSzJvaWufe7pT86ubcZPr83fCjb2Hn3iwcForTWFy2Z3ugXcufUwHaGcucfPMFgPXBFSYGFvNrmV5XR ## Mirror Repos + [![GitHub](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/github.svg)](https://github.com/libredirect/libredirect/)   [![Codeberg](https://raw.githubusercontent.com/ManeraKai/manerakai/main/icons/codeberg.svg)](https://codeberg.org/LibRedirect/libredirect)   ## Translate + [![Weblate](./img/weblate.svg)](https://hosted.weblate.org/projects/libredirect/extension) ## Development + ### Install Dependencies + [Node.js](https://nodejs.org/) latest LTS is recommended + ``` npm update npm install ``` If you are modifying any files ending with .pug, the pug cli needs to be installed with the following command (with root privileges): + ``` npm install -g pug-cli ``` -and then run `./script.sh` to generate pages in the background. + +and then run `npm run pug` to generate pages in the background. ### Build + ``` npm run build ``` ### Test + ``` npm run test ``` ### Test in Firefox + ``` npm run start ``` ### Install temporarily + open `about:addons`\ click on the settings button below the addon search bar and select `debug add-on`\ press `load temporarily addon` ### Install in Firefox ESR, Developer Edition, Nightly + open `about:config`\ set `xpinstall.signatures.required` to `false`\ open `about:addons`\ @@ -100,6 +113,7 @@ click on the gear shaped `settings` button and select `Install Add-on From File. select `libredirect-VERSION.zip` from `web-ext-artifacts` folder ### Install in Chromium browsers + open `chrome://extensions`\ enable `dev mode`\ select `load unpacked extension`\ -- cgit 1.4.1