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] 8 points 9 months ago (1 children)

As of this writing, it doesn't look like it.

As @[email protected] here mentioned, URLChecker is a good way to manipulate a URL before opening it.

[โ€“] [email protected] 1 points 9 months ago (2 children)

It does look like a really good app and idea, but I'm wondering if it's really necessary on mobile devices. Usually, I don't go around clicking on all kinds of links I shouldn't, so I'm wondering what exact purpose it accomplishes. Genuinely looking for input here.

[โ€“] [email protected] 4 points 9 months ago (1 children)

If anything, URLCheck is even more necessary on mobile devices, particularly iOS where Firefox is just reskinned Safari. On Firefox for Android, you could install the ClearURLs extension, or use uBlock Origin filter lists.

With that said, there are other use cases. For example: Friends or family might share URLs from social media. They often contain unique identifiers that you can strip before clicking the link by using URLCheck.

More on this here: https://a.lemmy.world/lemmy.world/post/8443034

[โ€“] [email protected] 2 points 9 months ago

Good points. I was under the impression, though, that the extension doesn't exist for mobile Firefox yet.

[โ€“] [email protected] 3 points 9 months ago (1 children)

It prevents apps from opening links in your browser directly, since they have to go through URLCheck first. Let's say you click a link in your email, and instead it opens a "google.com/url?q=https://amazon.com" or a "safelinks.outlook.com/?url=..." instead of just taking you to Amazon.com. URLCheck will get rid of the unnecessary redirection and allow you to go directly to the site.

Adding onto that, my pet peeve with email links is them showing you a link that says Amazon.com, but then you go to click the link it opens a bunch of email tracking links before finally taking you to Amazon.com. With URLCheck you can actually stop these links from opening, and go to the website directly in the browser yourself.

If you're familiar with that issue that popped up regarding ".zip" domain names, and how they can be engineered to look like an official URL, this is a non issue as you'll get a warning if any link contains malicious unicode characters that could be mistaken for something else

Also, if you have multiple apps that can handle a link (maybe different youtube apps like libretube, newpipe, grayjay), you can pick which one to open after clicking a link. Android does have a stock app picker, but it's very easy to mistakenly set an app as default.

Android apps can also track what apps triggered them to open - URLCheck can mask this, and even set some advanced flags for how the link handler app should be opened.

To be honest after using it for a while, I really wish there was something similar available for desktop

[โ€“] [email protected] 2 points 9 months ago

Thanks for the insight!