this post was submitted on 23 Jul 2025
181 points (100.0% liked)

Firefox

20391 readers
246 users here now

/c/firefox

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


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

This is the direction we should be moving in.

Bravo.

top 18 comments
sorted by: hot top controversial new old
[–] lazycouchpotato@lemmy.world 3 points 45 minutes ago

It's great to see, but ClearURLs works better for me so I use that more.

[–] Tywele@lemmy.dbzer0.com 8 points 4 hours ago

It would be even better if it would do that automatically when hitting Ctrl+C in the address bar.

[–] IhaveCrabs111@lemmy.world 11 points 6 hours ago (1 children)

As someone who cares about privacy but has the intelligence of dirt, what does this do?

[–] plz1@lemmy.world 24 points 6 hours ago

URL's can have tracking/surveillance/data harvesting codes appended to them. This option removes those.

[–] thingsiplay@beehaw.org 16 points 10 hours ago

I wish it was a bit more aggressive. For that I have an additional plugin ClearURLs (as linked by someone else in the replies BTW), but don't know if its actually better or not.

[–] solrize@lemmy.ml 6 points 9 hours ago (2 children)

It is pretty lame. I have a far more aggressive one written in python that I use in a shell window. One of these days I want to rewrite it in JS and turn it into a firefox extension.

[–] Ephera@lemmy.ml 10 points 7 hours ago (1 children)

It's the bane of being built-in. You don't have an extension page to explain to people that the link might not work anymore. You certainly also can't assume that your users should know of such a possibility, because this can be clicked by any user.

I guess, there could be like a workflow where it opens the URL in a new tab and asks you, if it still works, but that's also a good way to ensure your less techy users will not press that button again...

[–] solrize@lemmy.ml 1 points 4 hours ago (1 children)

Nah, the Firefox thing just seems to have one or two rules, like remove utm_whatever=something parameters. If you expand that to 10 or 20 rules, some of which are site specific like cleaning ALL the parameters from ebay links and doing some similar rewriting with Amazon links, removing gclid and fclid from everything, retrieving the content of a few of the more common link shorteners and cleaning -that- up, etc., you can get a much less trashy experience with maybe 1 page of code. Adblock already does some of that with its site filtering. You don't get everything, but a little bit goes a long way.

[–] graymess@hexbear.net 1 points 7 hours ago

That would be rad if you did.

[–] ArtixCory@lemmy.ml 27 points 13 hours ago

Never cleans it the way I want

[–] davel@lemmy.ml 17 points 13 hours ago
[–] BlursedTarot@lemmy.world 17 points 14 hours ago (1 children)

I assume this strips the utm parameters?

[–] Ephera@lemmy.ml 9 points 8 hours ago (1 children)

Yeah, and a few other such parameters where it's pretty clear that they're only used for tracking.

[–] Vincent 2 points 5 hours ago (1 children)

I don't think it strips UTM parameters specifically - I think it's limited to parameters that track you individually?

[–] Ephera@lemmy.ml 5 points 2 hours ago (1 children)

Hmm, apparently this is the list of parameters it strips: https://searchfox.org/mozilla-release/source/toolkit/components/antitracking/StripOnShareLists/LGPL/StripOnShareLGPL.json

So, yeah, it's only some of the UTM parameters (+ some non-UTM parameters).

[–] Vincent 1 points 55 minutes ago

And you brought the receipts too :) Indeed, looks like it's blocking the ones that might potentially identify you, not more generic ones (like utm_content=top_banner or whatever).

[–] Kirk@startrek.website 11 points 13 hours ago

That's great! I have been using ClearURLs with varied success. Nice to see it built in .