Skip to content

Browser Webextension to clean urls from utm_* and amazon/aliexpress product pages from useless tracking parameters

Notifications You must be signed in to change notification settings

idlewan/link_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Cleaner


This repository is currently unmaintained at the moment. There's an active fork (Link Cleaner+) that's accepting pull requests here https://github.com/apiraino/link_cleaner/ if you have PRs or feedback on issues.

Find and install this extension on the Mozilla Add-ons website.

Browser extension to clean URLs that are about to be visited:

  • removes utm_* parameters
  • on item pages of aliexpress and amazon, removes tracking parameters
  • skip redirect pages of facebook, steam and reddit (directly go to the url being redirected to, and never hit their outgoing redirect tracking)

You can now visit and bookmark clean links instead of the long, tracking-enabled ones!

Examples:

Comparison to other add-ons

Unlike other legacy add-ons like CleanLinks, Link Cleaner doesn't inject JavaScript into pages to change links. Instead, it listens to main url requests and changes them (if needed to remove redirects or tracking.

That means it's doing less unneeded work and consumes less resources (memory and CPU).

License

Released under the GPLv3 license

About

Browser Webextension to clean urls from utm_* and amazon/aliexpress product pages from useless tracking parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published