From 96b3d77ee061d014f51fbdf71dc12267f6e16e63 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 17:50:49 +1100 Subject: Fix typo --- README.md | 14 +++++++------- src/web-ext-config.js | 8 -------- web-ext-config.js | 8 ++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 src/web-ext-config.js create mode 100644 web-ext-config.js diff --git a/README.md b/README.md index 7c0a69dc..a7c90f3d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech) -## Dontate +## Get + +[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) +[![Chrome Extension](src/assets/images/badge-chrome.png)](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) +[![Edge Extension](src/assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj) + +## Donate [![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/SimonBrazell/donate) [![Buy me a coffee](src/assets/images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell) @@ -10,12 +16,6 @@ -## Get - -[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) -[![Chrome Extension](src/assets/images/badge-chrome.png)](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) -[![Edge Extension](src/assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj) - ## About A web extension that redirects _Twitter, YouTube, Instagram, Google Maps, Reddit & Google Search_ requests to privacy friendly alternatives - [Nitter](https://github.com/zedeus/nitter), [Invidious](https://github.com/iv-org/invidious), [FreeTube](https://github.com/FreeTubeApp/FreeTube), [Bibliogram](https://sr.ht/~cadence/bibliogram/), [OpenStreetMap](https://www.openstreetmap.org/) & Private Search Engines like [DuckDuckGo](https://duckduckgo.com) and [Startpage](https://startpage.com). diff --git a/src/web-ext-config.js b/src/web-ext-config.js deleted file mode 100644 index 885e79aa..00000000 --- a/src/web-ext-config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - ignoreFiles: [ - "assets/images/Screen Shot*.png", - "assets/images/buy-me-a-coffee.png", - "assets/images/logo*.png", - "assets/images/badge*.png", - ], -}; diff --git a/web-ext-config.js b/web-ext-config.js new file mode 100644 index 00000000..885e79aa --- /dev/null +++ b/web-ext-config.js @@ -0,0 +1,8 @@ +module.exports = { + ignoreFiles: [ + "assets/images/Screen Shot*.png", + "assets/images/buy-me-a-coffee.png", + "assets/images/logo*.png", + "assets/images/badge*.png", + ], +}; -- cgit 1.4.1