clear-urls-browser-extension/README.md

58 lines
3.8 KiB
Markdown
Raw Normal View History

2019-03-18 21:09:58 +00:00
# ClearURLs [![Donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.me/KevinRoebert) [![Mozilla Add-on](https://img.shields.io/amo/v/clearurls.svg)](https://addons.mozilla.org/en-US/firefox/addon/clearurls/versions/) [![pipeline status](https://gitlab.com/KevinRoebert/ClearUrls/badges/master/pipeline.svg)](https://gitlab.com/KevinRoebert/ClearUrls/commits/master) [![Mozilla Add-on](https://img.shields.io/amo/stars/clearurls.svg)](https://addons.mozilla.org/en-US/firefox/addon/clearurls/reviews/) [![Mozilla Add-on](https://img.shields.io/amo/users/clearurls.svg)](https://addons.mozilla.org/en-US/firefox/addon/clearurls/statistics/?last=30) [![Mozilla Add-on](https://img.shields.io/amo/d/clearurls.svg)](https://addons.mozilla.org/en-US/firefox/addon/clearurls/) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
2019-02-13 00:09:23 +00:00
2018-05-29 11:42:03 +00:00
2017-08-31 22:52:49 +00:00
2018-09-03 12:42:23 +00:00
**ClearURLs** is an add-on based on the new WebExtensions technology and is optimized for *Firefox* and now also available for *Chrome* based browsers.
2017-08-31 22:52:49 +00:00
2019-03-18 21:09:58 +00:00
This add-on will remove the tracking fields from all URLs which are visited by the browser and use a rule file, namely `data.min.json`.
2017-08-31 22:52:49 +00:00
This add-on protects your privacy and block the request from advertising services like *doubleclick.net*.
## Application
Large (and small) webpages use elements in the URL, e.g.: https://example.com?source=thisIstheSiteIvisitedBefore to track your online activities. In this example, the source field tells the provider which page you visited before. The add-on will remove these tracking fields from the URL.
2017-08-31 22:52:49 +00:00
2019-02-13 00:09:23 +00:00
## Screenshot
![Interface (version 1.3.4.x)](https://gitlab.com/KevinRoebert/ClearUrls/raw/master/promotion/screens/Popup_v_1.3.4.0.png)
2018-09-03 12:42:23 +00:00
2019-02-13 00:09:23 +00:00
## Offical installation
Mozilla Add-on: [Download](https://addons.mozilla.org/en-US/firefox/addon/clearurls/)
2019-02-13 00:02:03 +00:00
2019-02-13 00:09:23 +00:00
### Download (for Firefox- and Chrome-Dev only)
2019-03-18 21:09:58 +00:00
Here you can download the packed files for the Firefox- and Chrome-Dev:
2019-02-13 00:02:03 +00:00
[Firefox](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearUrls_firefox.zip?job=build%20firefox)
2019-02-13 00:09:23 +00:00
2019-02-13 00:02:03 +00:00
[Chrome](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearUrls_chrome.zip?job=build%20chrome)
## Contribute
2018-06-05 16:35:24 +00:00
If you have any suggestions or complaints, please [create an issue.](https://gitlab.com/KevinRoebert/ClearUrls/issues/new)
2017-10-12 23:24:28 +00:00
2019-03-18 21:09:58 +00:00
## Projects that use parts of ClearURLs
* [Uroute](https://github.com/walterl/uroute) used ClearURLs to filter/clean URL before launching browser
## Recommended by...
* [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)
* [Awesome Humane Tech List](https://github.com/humanetech-community/awesome-humane-tech#tracking)
## Copyright
We use some third-party scripts in our add-on. The authors and licenses are listed below.
2018-09-03 12:42:23 +00:00
- [WebExtension browser API Polyfill](https://github.com/mozilla/webextension-polyfill) |
Copyright by Mozilla |
[MPL-2.0](https://github.com/mozilla/webextension-polyfill/blob/master/LICENSE)
- [Bootstrap v3.3.7 ](http://getbootstrap.com) |
2017-11-18 00:24:21 +00:00
Copyright 2011-2016 Twitter, Inc. |
[MIT](https://github.com/twbs/bootstrap/blob/master/LICENSE)
- [jQuery v3.2.1](https://jquery.com/) |
2017-11-18 00:24:21 +00:00
Copyright 2017 The jQuery Foundation |
[MIT](https://jquery.org/license/)
- [sha256.jquery.plugin](https://github.com/orsozed/sha256.jquery.plugin) |
2017-11-18 00:24:21 +00:00
Copyright 2003, Christoph Bichlmeier |
[MIT](https://raw.github.com/orsozed/JQuery-Plugins/master/license/MIT-LICENSE.txt) |
[GPLv2](https://raw.github.com/orsozed/JQuery-Plugins/master/license/GPL-LICENSE.txt)
- [DataTables](https://datatables.net/) | Copyright 2011-2015 SpryMedia Ltd | [MIT](https://datatables.net/license/)
2018-05-22 17:41:54 +00:00
- [Pick-a-Color v1.2.3](https://github.com/lauren/pick-a-color) | Copyright (c) 2013 Lauren Sperber and Broadstreet Ads |
[MIT](https://github.com/lauren/pick-a-color/blob/master/LICENSE)