idlewan / link_cleaner

Browser Webextension to clean urls from utm_* and amazon/aliexpress product pages from useless tracking parameters
99 stars 18 forks source link

Remove other generic tracking parameters from all urls #16

Open idlewan opened 7 years ago

idlewan commented 7 years ago

As discussed in #7, some additional parameters to remove:

ga_source
ga_medium
ga_term
ga_content
ga_campaign
ga_place
yclid, _openstat
fb_action_ids
fb_action_types
fb_ref
fb_source
action_object_map
action_type_map
action_ref_map
Atavic commented 7 years ago

Above list has a little typo:

ga_source
ga_medium
ga_term
ga_content
ga_campaign
ga_place
yclid
_openstat
fb_action_ids
fb_action_types
fb_ref
fb_source
action_object_map
action_type_map
action_ref_map

This issue has a longer list, I diffed that with yours above. Result:

ref_
utm_source
utm_medium
utm_term
utm_content
utm_campaign
utm_reader
utm_place
ws_ab_test
btsid
algo_expid
algo_pvid
sid
utm_name
utm_cid
utm_reader
utm_viz_id
utm_pubreferrer
utm_swu
icid
_hsenc
_hsmi
mkt_tok
sr_share
vero_conv
vero_id
nr_email_referer
ncid

Do not know if this one, in uppercase, is valid:

ICID

idlewan commented 7 years ago

All of the utm_* are already taken care of by the way, so I didn't include them in the list.