Go to file
Kevin Röbert 91d46a7b70 ClearURLs v.1.6
- 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
2019-04-11 16:40:48 +02:00
_locales ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
.gitlab I learned from Issue #99 :P 2018-09-18 21:55:08 +00:00
bin Version 1.3.4.0 bins 2018-10-08 16:38:22 +02:00
core_js ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
css Chrome support 2019-04-01 23:53:28 +02:00
data ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
external_js Change to old clipboard copy technique, to support chrome and older firefox versions 2019-04-10 19:08:07 +02:00
fonts Version 1.1.2.5 2017-11-18 01:34:01 +01:00
html ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
img Add png icons to support googles webextension api 2019-04-08 09:52:23 +02:00
promotion Chrome support 2019-04-01 23:53:28 +02:00
server Add license header 2019-03-13 13:20:24 +01:00
.gitlab-ci.yml CI generates the chrome version 2019-04-02 00:16:32 +02:00
browser-polyfill.js Chrome support 2019-04-01 23:53:28 +02:00
CHANGELOG.md ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
clearurls.js Add function to clean copied links 2019-04-10 18:08:10 +02:00
LICENSE Change of LICENSE to GNU LGPLv3. This change is granted by the old license (QaPL v0.2 sec. [4]) without the permission of the contributors. 2019-03-13 11:58:04 +00:00
manifest.json ClearURLs v.1.6 2019-04-11 16:40:48 +02:00
package.json Change to gitlab 2018-06-06 18:42:59 +02:00
README.md Update README.md 2019-04-08 07:59:05 +00:00

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

Interface (version 1.3.4.x)

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:

Firefox

Chrome

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

We use some third-party scripts in our add-on. The authors and licenses are listed below.