Firefox I believe does. If you right click on a link, it says something like “copy link without tracking”. It should do away with queries in the URL, but I’m not completely sure.
This is definitely what it’s supposed to do (and a great feature) but unfortunately it doesn’t work that well. Have tried this many times, especially with Amazon links, and it seems to be a bit inconsistent in its effectiveness.
Oh nice, that is pretty new, but will have to see if it works on those gumroad links. I have an offline script (not a browser extension, I haven't bothered figuring out how to write those) that edits urls to remove tracking and it's quite a pain, since there are dozens of sites and tracking schemes it has to know about. Also, rather than creating a pasteable url, a suitable browser extension should just rewrite the link automatically before navitation when you click on it.
Hmm, I thought ublock origin could only block links, not rewrite them. Am I missing something? I just looked through the docs and only see block/allow/noop rules, and I remember reading something a while back about how the devs didn't want to rewrite. I'd love to have a pointer to the docs about how to do this if I'm wrong. Thanks ;)
For those of you with Apple devices, I’m pretty sure current versions of Mac OS and iOS remove tracking arguments from URLs when you use cut/copy/paste/share.
Thanks, I have that too I think. It's great for sharing from my phone. On my laptop I have a python script that is a lot fancier that I'd like to rewrite as a browser extension someday.
These are called query parameters. The standard part of the HTTP spec.
A huge part of the internet uses these simply as a way to instruct a page to display certain data or to display a particular view or layout of that data.
Calling for an extension to get rid of these it's like calling for an extension to get rid of headers because websites use them to pass metadata in the same manner.
There are in fact many extensions designed to suppress or rewrite headers, most notably cookies, but also proxy headers and other things like that. Stripping out privacy invading (or in this case revenue redirecting) query parameters is another thing that extensions can do, and there are various extensions for that too, including apparently ublock origin (UBO).
UBO is not able to rewrite urls completely (a deliberate decision to protect users from accidental or intentional security breaking rules appearing in rule lists) but there are other extensions that do that too, like changing www.reddit.com to old.reddit.com, or bypassing google redirects and link shorteners that snoop on user activity. The web is a predator-prey ecosystem (users are mostly prey) and it is necessary to respond to new hazards as they appear.
Based of that, it sounds like it’s affect people who had opted into the boosted discovery since that was already a thing and that was 30%+. The simplified wording doesn’t help but I’m feeling this got way blown out of proportion. Humanity does that nowadays.
I'm only familiar with Gumroad because a lot of artists use it to sell their VRChat avatars and 3D printing files. I wasn't keen on the fact that a few items I went to buy weren't actually still for sale and the only thing telling you this was after you attempted to make the purchase.
These artists should switch platforms because the query string isn't the only way they can track attribution. If they see people doing this they will just switch to something else if they don't already use another method as well.
I’m sorry to disappoint, but this will most likely not work. As soon as you make such a request, a session is created, which is stored in the cookie. And if they are real big asses, they only use the IP address to correlate the user to a session.
Oh you're right. I thought you could add your own. Either way they push updates regularly, I bet if someone asked for a specific one, or maybe asked to be able to add their own, they would do it.
Probably an abundance of caution. I'm pretty sure referrer headers wouldn't be sent if you modified the URL and that's the only concern I can think of.
*For a new tab that is. Cookies aren't going to care about a new tab unless you open a private one first.