cross-posted from: https://lemmy.world/post/8834978
No need to remove the URL tracking parameters manually. 🥳
URL query string is only one way to pass variables. each has drawbacks https://stackoverflow.com/questions/597700/what-is-the-best-alternative-for-querystring
Firefox, or Mozilla, continues to be the only browser (at least among the biggies) that’s for the users, not the trackers and marketers.
Hell yeah! Normally I try to do this manually, so this is a useful feature for me
deleted by creator
it breaks some websites for me tho, such as the jetbrains YouTrack issue tracker. (including self-hosted); it just keeps reloading
works on all other websites pretty much fine, but it’s definitely NOT perfect
These things also all strip off the tokens which make gift links workEdit looks like I was wrong on this
Did you confirm this? I tried a handful of different links, and it retained certain necessary parameters. Might depend on the link and how Firefox reads the link. Guessing it’s using regex.
Tested New York Times, Bloomberg, Washington Post, and Nature, and they seemed to work (unlike the one built-in on Mastodon, which fails on all of those)
It however did not however strip all the tracking parameters - some of the stuff indicating that a link was shared by an Android user from the New York Times didn’t get stripped off.
kept the smid=nytcore-android-share
If there was a form to report exactly that or edit the list. The base of regexes needs a lot of rules unique to domains to be effective, like an adblock. And they obv put the most popular first.
Nice! I’ve been using the clean links app on ios but this will eliminate a step.
I’ve added that plugin on Firefox and Firefox for Android. It makes chat messages so much more legible.
I saw it earlier. When I tried it, it still kept the ?utm=blah&rel=blargh stuff on the URL from FB. 🤷♂️
removed by mod
I just used this and it was awesome. Just in case you were wondering.
Chrome can get fucked.
Thanks Mozilla
deleted by creator
Awesome. I hate having to manually remove that crap.
I love Firefox it is a great browser and this is nice to have built in now.
Thank goodness. I hate trying to copy share links and they got a whole paragraph of tracking BS. Even YouTube started to add that.
Why wouldn’t this simply be default behavior, and then they could add a “Copy link with tracking” menu item?
It might become the default a little later on, they want to make sure it works ok first as an experimental feature before pushing it as a default would be my guess.
Hadn’t thought of that, and it makes sense. Thanks.
I do that manually. In about 1 out of 10, what looks like tracking stuff is actually needed for the link to work. So I’d expect that copy without site tracking option to not work 100% of the time.
Probably just removes known tracking GET parameters like
utm_*
. Just from a parameter name and content it is impossble to infer the use.
Hell yes finally