diff options
author | SimonBrazell <simon@brazell.com.au> | 2019-09-20 20:45:58 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2019-09-20 20:45:58 +1000 |
commit | b2e5f0c0991d0bca635d7b3cc6d95dc441933765 (patch) | |
tree | e196653cf79c68be8804d096b94f9f7394a25dc3 /README.md | |
download | libredirect-b2e5f0c0991d0bca635d7b3cc6d95dc441933765.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..20fb7e66 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Privacy Redirect + +- [Chrome Extension](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) +- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) + +A simple browser extension to redirect Twitter & Youtube requests to [Nitter](https://nitter.net/about) & [Invideus](https://www.invidio.us/), works when navigating to the site, or opening links. + +## Build + +1. `npm install --global web-ext` +2. `web-ext build` +3. See `web-ext-artifacts/` for outputs. + +## License + +Code released under [the MIT license](LICENSE.txt). |