91d46a7b70
- Added listener to the browser history to prevent tracking with the [history.pushState method](https://developer.mozilla.org/en-US/docs/Web/API/History_API) - Added webNavigation and tabs permissions, for the new feature - Added switches in settings to enable and disable the context menu entry and the history listener - Added tool to clean URLs, that was pasted into a textbox - Added icon for new tool to clean URLs - Fixed [#40](https://gitlab.com/KevinRoebert/ClearUrls/issues/40), see also https://curl.kevinroebert.de - Fixed [#103](https://gitlab.com/KevinRoebert/ClearUrls/issues/103), see also https://curl.kevinroebert.de - Changed clipboard-helper.js path to be absolute to prevent problems - Changed rewrite of old GitHub links to the new data.min.json and rules.min.hash - Config icon is now bigger and above the config label - Update Traditional Chinese Translation by [@yipinghuang](https://gitlab.com/yipinghuang) #161 #162 #157 #40 #103 #158 |
||
---|---|---|
_locales | ||
.gitlab | ||
bin | ||
core_js | ||
css | ||
data | ||
external_js | ||
fonts | ||
html | ||
img | ||
promotion | ||
server | ||
.gitlab-ci.yml | ||
browser-polyfill.js | ||
CHANGELOG.md | ||
clearurls.js | ||
LICENSE | ||
manifest.json | ||
package.json | ||
README.md |
ClearURLs
ClearURLs is an add-on based on the new WebExtensions technology and is optimized for Firefox and now also available for Chrome based browsers.
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
.
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.
Screenshot
Offical installation
Firefox Add-on: Download
Chrome Add-on: Download
Download (for Firefox- and Chrome-Dev only)
Here you can download the packed files for the Firefox- and Chrome-Dev:
Contribute
If you have any suggestions or complaints, please create an issue.
Projects that use parts of ClearURLs
- Uroute used ClearURLs to filter/clean URL before launching browser
Recommended by...
Copyright
We use some third-party scripts in our add-on. The authors and licenses are listed below.
- WebExtension browser API Polyfill | Copyright by Mozilla | MPL-2.0
- Bootstrap v3.3.7 | Copyright 2011-2016 Twitter, Inc. | MIT
- jQuery v3.2.1 | Copyright 2017 The jQuery Foundation | MIT
- sha256.jquery.plugin | Copyright 2003, Christoph Bichlmeier | MIT | GPLv2
- DataTables | Copyright 2011-2015 SpryMedia Ltd | MIT
- Pick-a-Color v1.2.3 | Copyright (c) 2013 Lauren Sperber and Broadstreet Ads | MIT