An open-source Chrome Extension that will remove the tracking parameters from URLs to keep them short and cleaner for sharing, bookmarking, etc. It will also skip any known redirects and take you straight to the target URL instead of passing you through an intermediate URL.
Example URLs:
As you can see, doubleclick track link doesn't put target URL in any parameters,
targetParam
method can't fit this case.I'd like to propose to use regex for parsing target URLs also keep the current "param" parse method:
Add
targetRegex
:OR
Add
parseMethod
to make it explicit:OR
Use
target
: (one property to rule them all)However, this implementation requires a major revamp, so would like to hear some feedback.