No need to remove the URL tracking parameters manually. 🥳
They should make this the default.
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.
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.
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.
Correct me if I am wrong, but I don’t think you would be able to do this as ctrl+c copies what is highlighted rather than the actual link.
I just want a shortcut for “copy without tracking” on the current tab instead of having to use the context menu. I’m fine with it not being “Ctrl+C,” as long as it’s reasonably easy to remember, like maybe “Ctrl+Shift+C” or even a sequence of commands (i.e. select address bar, then special copy command).
Likewise, there should be an easy way to open a link without trackers, like “Ctrl+shift+click” or something.
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.
It’s not the default because it can break links sometimes, like links that have authentication details in the parameters.
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.
What is it?
But default is putting your cursor in the address bar and hitting ctrl-c. How would Firefox clean it like that?
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.
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.
It doesn’t.
If you think about it though, you’ve already visited that link so why clean it now.
So the person you send it to gets a clean link
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.
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.
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
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
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)
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.
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.
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?
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.
Hm, copying the first link “without site tracking” still gives me this:
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?
Firefox is getting better every day
Can’t wait til the entire extension ecosystem is available on mobile
There’s also the ClearURLs add-on.
Or uBlock Origin with filter lists. 👍
Well yeah but building in privacy-enhancing features like this is a great strategy for FF.
Does anyone know where the source code for this is?
My c++ is pretty rusty, but I hopped through the changelogs. I think this is the source for it here https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/antitracking/URLQueryStringStripper.cpp
tbf, out of all the programming languages c++ is the worst in terms of DX and readability. Even worse than java, which I despised so much
I don’t know the relevant programming languages so I don’t know what to search for, but generally, if you want to find something in the Firefox source code, supposedly https://searchfox.org is a great way to do that.
deleted by creator
Blanket-removing the query string would break many real links, so I’d imagine it’s more nuanced than that.
I really hope they’re not sending the URL anywhere…
There’s various well-known tracking parameters that can be stripped, like UTM parameters. Stripping all query parameters would break a lot of sites, like anything in the vein of http://example.com/site.php?id=123
I’m curious whether this sweet feature alone will decrease data greedy websites revenue in $ millions
It won’t
deleted by creator
Sucks, but they do this periodically yes. Google affiliation is a good revenue stream for them.
Can someone ELI5 what is the difference with normal link sharing?
Does it change for the end user something or what? I ask because I almost never share stuff from my browsers, but I do from some apps such as social media or Sync for Lemmy/Voyager.
it just removes all the crap at the end of a link
Generally a link tells a browser where to find something on the Web, but you can stuff it with additional information so that when a server receives a request for that something, it will know how the browser got that link.
This feature strip’s out that additional information.
Try to copy an Amazon link with and without this option and you’ll see
Ok, I’ll try.
Try to copy an Amazon link with and without this option and you’ll see
Try to copy an Amazon link with and without this option and you’ll see
Based Firefox
Is there an about:config setting to make this the default action or are we gonna have to be patient for that?
I looked for it in about:config, but I couldn’t narrow it down and see which parameter it was (if it’s even in there at all yet).
Also searching for this answer. https://lemmy.world/comment/5626130
Semi-off-topic, but is there anything like a smarter clipboard on Android that can remove tracking details on paste (would be different from a plain paste)?
URLCheck: https://github.com/TrianguloY/UrlChecker
Not quite the same thing, but if you install LinkCleaner as a PWA using a chromium browser, it will show up as an option when sharing the link. Then you can copy to the clipboard or share it elsewhere.
Great for desktop/laptop, but I’m waiting for them to release it on mobile as well. At the very least, if they have, Mull hasn’t added it yet.
deleted by creator
I noticed this feature in Brave first.
Mentioning Brave is like subscribing to downvotes. 😅
Indeed, but it’s true - Brave did bring this feature long ago. It’s a good thing for us, let multiple browsers try to one up each other on privacy focused features.
That’s true, this was one thing that was slightly annoying when I made the move from brave to Firefox. But I mean, I wouldn’t really characterise this as a reliable security feature. If you don’t manually check your URL before hitting return anyway, you’re going to be less secure than without the feature
As a Brave user I’m well aware … of all of the above 😅