-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README after publishing the WebExtension
- Links to the extensions - Instructions to contribute
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |