diff options
author | Simon Brazell <simon.brazell@gmail.com> | 2019-09-20 20:45:58 +1000 |
---|---|---|
committer | Simon Brazell <simon.brazell@gmail.com> | 2019-09-20 20:45:58 +1000 |
commit | 565d1203429c6291fe35992811303b6b3254e8cf (patch) | |
tree | e196653cf79c68be8804d096b94f9f7394a25dc3 /README.md | |
download | libredirect-565d1203429c6291fe35992811303b6b3254e8cf.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). |