diff options
author | Austin Huang <im@austinhuang.me> | 2020-10-23 19:15:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 19:15:38 -0400 |
commit | c66891384238aa7f88956034e21b663c01e93eaa (patch) | |
tree | 4c42861245b20c78a70afdacff86c61b7d01397c /README.md | |
parent | Fixes #51 & fixes #52 - `/tweets` redirects & popup styling (diff) | |
parent | Merge pull request #106 from MichipX3/patch-1 (diff) | |
download | libredirect-c66891384238aa7f88956034e21b663c01e93eaa.zip |
Merge pull request #2 from SimonBrazell/master
force update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md index 2bb6c3a1..0e710e5a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -#  Privacy Redirect +#  -[](https://liberapay.com/SimonBrazell/donate) [](https://www.buymeacoffee.com/SimonBrazell) +[](https://github.com/humanetech-community/awesome-humane-tech) -- [Chrome Extension](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) -- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) +[](https://liberapay.com/SimonBrazell/donate) [](https://www.buymeacoffee.com/SimonBrazell) + +[](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) [](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) [](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj) A web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives - [Nitter](https://github.com/zedeus/nitter), [Invidious](https://github.com/omarroth/invidious), [Bibliogram](https://github.com/cloudrac3r/bibliogram) & [OpenStreetMap](https://www.openstreetmap.org/). @@ -12,9 +13,13 @@ Allows for setting custom [Nitter](https://github.com/zedeus/nitter/wiki/Instanc ## Build 1. `npm install --global web-ext` -2. `web-ext build` +2. `web-ext build --overwrite-dest` 3. See `web-ext-artifacts/` for outputs. ## License Code released under [the MIT license](LICENSE.txt). + +## Privacy Policy + +See the [Project Wiki](https://github.com/SimonBrazell/privacy-redirect/wiki/Privacy-Policy). |