diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/README.md b/README.md index 3813ca5d..9fc9aa49 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,10 @@ Send Files => [Send](https://github.com/timvisee/send) **Note**: The Extension will be using random instances by default. You can modify this and add custom instances too. ## Donate -[](https://liberapay.com/LibRedirect) -[](https://patreon.com/LibRedirect)\ +[](https://liberapay.com/LibRedirect) +[](https://patreon.com/LibRedirect) +[](https://www.buymeacoffee.com/libredirect) + BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q** [FAQ](https://libredirect.github.io/faq.html) @@ -45,7 +47,7 @@ BTC: **bc1qrhue0frps6p2vkg978u9ayethnwprtmfug827q** ## Development [](https://matrix.to/#/#libredirect:tokhmi.xyz) ### Install Dependencies -- [Node.js](https://nodejs.org/) latest LTS is recommended +[Node.js](https://nodejs.org/) latest LTS is recommended ``` npm update npm install @@ -67,22 +69,22 @@ 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` +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` -- click on the gear shaped `settings` button and select `Install Add-on From File...` -- select `libredirect-VERSION.zip` from `web-ext-artifacts` folder +open `about:config`\ +set `xpinstall.signatures.required` to `false`\ +open `about:addons`\ +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` -- select `src` folder +open `chrome://extensions`\ +enable `dev mode`\ +select `load unpacked extension`\ +select `src` folder [Privacy Policy](Privacy-Policy.md)\ Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) \ No newline at end of file |