this post was submitted on 02 Feb 2024
358 points (99.4% liked)

Firefox

17301 readers
591 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] 5 points 7 months ago (1 children)

To be honest it should not be that hard to write a browser extension that just strips away all query parameters. That's just a simple string match for the question mark and deleting everything after it.

The problems begin when sites start implementing other URL shenanigans like your /ref=XXXX? example.

The workable solution there would be to have the extension match user defined patterns for different sites.

[โ€“] yui 4 points 7 months ago (1 children)

The problem with a nuclear solution like that is that some sites use query parameters as actual query parameters. Like DuckDuckGo.

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

Yeah, though that should only be an issue if the link you're copying needs to show query results instead of a more permanent page such as a product listing or a video on YouTube.

In general, the conventions and standards are followed. But yeah, linking to search results without tracking bullshit is kind of challenging.