this post was submitted on 02 Feb 2024
366 points (99.5% liked)

Firefox

17602 readers
463 users here now

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

founded 4 years ago
MODERATORS
 

"Copy Link Without Site Tracking" now on @firefox ! ๐Ÿ™Œ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 19 points 7 months ago* (last edited 7 months ago) (1 children)

This will just push websites to change the orders and names of their query params (maybe regularly).

I don't think one can safely omit all query params from all sites and expect a decent experience across all websites.

You are fighting a good fight, I salute you, but query params (the part of the url where the identifiers are included) are a valid and core part of Internet addresses. Trying to strip them away universally will only work for so long.

I think that's why you haven't found a tool that meets all your needs yet, because many sites have legitimate uses for those params that don't include tracking. You'll probably need tools designed specifically for Amazon and other specific websites/services.

[โ€“] [email protected] 6 points 7 months ago

Oh yes, definitely. I think this is why Mozilla has not made this the default behavior in Firefox; there will always be the risk of false-positives breaking copied links, so it's important that people know that there's some kind of mutation happening.

ClearURLs uses a JSON file with site-specific regex patterns and rules. In theory I could customize this for myself, or better yet submit a pull request on their GitHub. If I have time I'll look into it.