this post was submitted on 27 Nov 2023
1263 points (99.4% liked)

Firefox

17302 readers
113 users here now

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

founded 4 years ago
MODERATORS
 

No need to remove the URL tracking parameters manually. πŸ₯³

Firefox copy link without site tracking

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 9 months ago (3 children)

Does anyone know where the source code for this is?

[–] [email protected] 17 points 9 months ago (1 children)

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

[–] nitefox -1 points 9 months ago* (last edited 9 months ago)

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

[–] [email protected] 4 points 9 months ago

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.