Skip to content

Commit

Permalink
Update README after publishing the WebExtension
Browse files Browse the repository at this point in the history
- Links to the extensions
- Instructions to contribute
  • Loading branch information
rik committed Apr 17, 2017
1 parent 780cb49 commit 3b4df58
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
How annoying are those "utm_source=rss&utm_medium=rss&utm_campaign=rss" in URLs ? Right!

So this extension removes them.
So this extension removes them and prevents you from being tracked.

It's just changing the displayed URL for copy/paste love without redirection so it should not slow down your browsing.
[Install on Firefox](https://addons.mozilla.org/firefox/addon/au-revoir-utm/)
[Install on Chrome](https://chrome.google.com/webstore/detail/au-revoir-utm/jaibjcnlipcgpfbmedodbcddcoflhmho)

Extension available at https://addons.mozilla.org/firefox/addon/au-revoir-utm/
# Getting started
```
npm install
npm start
```

# Running the tests
Open `testrunner.html` in a supported browser.

0 comments on commit 3b4df58

Please sign in to comment.