mozilla / email-tabs

An experimental add-on to email a list of all your tabs
https://addons.mozilla.org/en-US/firefox/addon/email-tabs/
Mozilla Public License 2.0
39 stars 17 forks source link

Strip UTM parameters #37

Open ianb opened 6 years ago

ianb commented 6 years ago

The canonical URL finding might help here, but not every page has that. UTM parameters are ugly cruft (though hidden in our HTML email), and fairly simply to detect.

meandavejustice commented 6 years ago

Looks like mr @pdehaan has us covered on this one https://github.com/pdehaan/strip-utm

abhieshekumar commented 6 years ago

Sir take a look at #200