No need to remove the URL tracking parameters manually. 🥳

202 points

They should make this the default.

permalink
report
reply
153 points

Or a setting that makes it the default.

I don’t like any software I use to destroy data (even tracking data) without my say so.

permalink
report
parent
reply
47 points

Hmm, I agree with you 100%, but power of defaults is how big companies get average consumers. Maybe Firefox should make it default with a setting to turn it on?

A setting titled “allow copying of tracking data”, a lot of people won’t allow.

Fight fire with fire.

permalink
report
parent
reply
-5 points
*

This just:

  1. Encourages companies to try to work around it

  2. More importantly, possibly breaks important functionality

permalink
report
parent
reply
9 points

Opt-out then, the majority won’t care

permalink
report
parent
reply
Deleted by creator
permalink
report
parent
reply
5 points

If you wanted to do this and make it default, I believe you should be able to do so using userChrome.css. You won’t be able to change the text, but you can remove the old menu item.

permalink
report
parent
reply
2 points
*

I’m unlikely to use the menu button, I generally use Ctrl+C/Cmd+C. I’ll have to poke around and see if there’s an option to set that shortcut.

permalink
report
parent
reply
31 points

Or at least the option to make it the default. I could see some situations where someone may want to test a link with non-identifying parameters (like identifying the campaign source), and not wanting to have that stripped from the URL by default.

But I get you, from a consumer perspective I’d also want it as my default.

In the meantime, there’s ClearURLs or uBlock Origin with filter lists.

permalink
report
parent
reply
8 points

Doesn’t it just clean up the link or does Firefox actually know which part of the link to remove?

permalink
report
parent
reply
3 points

What do you mean?

permalink
report
parent
reply
4 points

How does it know what part of the link is the site tracking?

permalink
report
parent
reply
7 points

It’s not the default because it can break links sometimes, like links that have authentication details in the parameters.

permalink
report
parent
reply
6 points
*

There’s an addon I use for the Android version that does this by default.

It does miss some queryparams though but it dramatically reduces the URL size for the big offending sites.

permalink
report
parent
reply
4 points

What is it?

permalink
report
parent
reply
5 points

But default is putting your cursor in the address bar and hitting ctrl-c. How would Firefox clean it like that?

permalink
report
parent
reply
5 points
*

If it removes the tracking from the link before the page loads, it could work. So it would already be clean when you copy it.

permalink
report
parent
reply
2 points
*

On android anyway, that’s an interceptable action, and you can also monitor and alter the clipboard.

So they could either alter what gets copied before its copied, or scan the copied item after it’d copied and alter it.

permalink
report
parent
reply
0 points

It doesn’t.

If you think about it though, you’ve already visited that link so why clean it now.

permalink
report
parent
reply
6 points

So the person you send it to gets a clean link

permalink
report
parent
reply
59 points

Firefox user for many, many, many years. I tried chrome once and was dismayed at how sluggish it was, hogging ram & cpu.

FF just gets better and better with every update. I’m amazed that more people aren’t using it.

permalink
report
reply
6 points

At my school, firefox on the computers are not updated at all so it’s using the very old firefox. Even then, it’s not that slow. Now the current update is way more modern but it does have the weird stuff like pocket and very weird advertisements bookmarked on the front page. You’ll get a much better experience after you do all the adjustments of removing everything and installing the proper extensions, maybe a little arkenfox too.

permalink
report
parent
reply
1 point

That’s interesting to hear. How come they aren’t updating?

Tbh I don’t mind those ‘ads’ you speak of, not sure if we’re talking about the same thing because for me it’s mostly articles, often quite interesting stuff that I wouldn’t have seen elsewhere. Will have a look into arkenfox now as never heard of that

permalink
report
parent
reply
3 points

i had i siminular problem in college, they used a program to “freeze” the wi dlws stage, so it reset the state in every boot, but they didn’t updated the pc in years

permalink
report
parent
reply
50 points
*

Here’s an amazon link both without and with that feature being used, for comparison. (The tracking one was created in incognito mode, because I don’t know what sort of things it might reveal about me otherwise)

https://www.amazon.com/Bentgo®-Pop-Bento-Style-Compartments-Sustainable/dp/B0B3CLN8PX/?_encoding=UTF8&pd_rd_w=2B470&content-id=amzn1.sym.87cc8b65-1eb6-4676-be85-d0235c8cc1b4&pf_rd_p=87cc8b65-1eb6-4676-be85-d0235c8cc1b4&pf_rd_r=Z6KPA93RVDCTHA2HFQM7&pd_rd_wg=o2LTo&pd_rd_r=fef55702-5392-47a4-a5d2-8a7951d1229b&ref_=pd_gw_dealz_cm&th=1

https://www.amazon.com/Bentgo®-Pop-Bento-Style-Compartments-Sustainable/dp/B0B3CLN8PX/?_encoding=UTF8&ref_=pd_gw_dealz_cm&th=1

What do the parts it left on do? The encoding is innocuous enough but I don’t know what it’s doing with ref or th. I usually sanitize links myself and I’d have brought that one down to either

https://www.amazon.com/Bentgo®-Pop-Bento-Style-Compartments-Sustainable/dp/B0B3CLN8PX

or

https://www.amazon.com/dp/B0B3CLN8PX

, depending on how much I cared at the time. I kind of expected firefox to bring it down to the first version.

permalink
report
reply
16 points

Not sure what th is, but ref is the referrer’s ID, which gives the referrer a referral / affiliate bonus if you purchase the item using that link. In theory it’s not a bad way to support the referrer and it’s not linked to you as an individual personally. You can remove it of course if you feel like they don’t deserve the money for referring you to a deal. In the end ref or no ref the price of the item remains the same for you.

I think firefox leaves the ref in intentionally.

permalink
report
parent
reply
5 points

I opened amazon in incognito then clicked on a random item from their front page, which was advertising their cyber monday deals at the time. In that case would it just be letting amazon know that that’s how I ended up on that page, without serving any other real purpose?

permalink
report
parent
reply
4 points
*
8 points

The “ref” param is clearly a tracking breadcrumb, but not sure what the “th” param is. So this is “better” than nothing, but still has room for improvement. “_encoding” is fine, but UTF-8 should be a default for most users anyways.

permalink
report
parent
reply
4 points
*
4 points

I get the same when I copy from my comment - I guess it only works reliably from the address bar? Or maybe only if you’re on the correct site?

permalink
report
parent
reply
22 points

Firefox is getting better every day

permalink
report
reply
10 points

Can’t wait til the entire extension ecosystem is available on mobile

permalink
report
parent
reply
17 points

There’s also the ClearURLs add-on.

permalink
report
reply
16 points

Or uBlock Origin with filter lists. 👍

permalink
report
parent
reply
11 points

Well yeah but building in privacy-enhancing features like this is a great strategy for FF.

permalink
report
parent
reply

Firefox

!firefox@lemmy.ml

Create post

A place to discuss the news and latest developments on the open-source browser Firefox

Community stats

  • 1.5K

    Monthly active users

  • 926

    Posts

  • 17K

    Comments

Community moderators