• @solrize
    link
    English
    1331 month ago

    We need browser extensions to kill those tags automatically.

      • @[email protected]
        link
        fedilink
        English
        601 month ago

        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.

        • Echo Dot
          link
          fedilink
          English
          5
          edit-2
          1 month ago

          You probably also need to clear your cookies as well. I can’t really see this being done only via GET

          • @[email protected]
            link
            fedilink
            English
            91 month ago

            Yeah, I cannot imagine any reason they wouldn’t use cookies to track this. The moment you arrive via an affiliate link they’re going to know that that’s how you got to the site for that session.

            • @[email protected]
              link
              fedilink
              English
              11 month ago

              How do you think that would work? Like the site with the affiliate link should drop a third party cookie for gumroad? That’s a pretty big requirement.

              • @[email protected]
                link
                fedilink
                English
                11 month ago

                When you go to the website, it can save that cookie for the session, even if you later remove the parameter.

          • @[email protected]
            link
            fedilink
            English
            11 month ago

            I don’t understand. Cookies and request method are two different things. You can set cookies on GET.

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          If a platform gets traction and is good at removing them, then links will be more obfuscated to deal with it.

      • @solrize
        link
        English
        41 month ago

        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.

      • @solrize
        link
        English
        1
        edit-2
        1 month ago

        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 ;)

        Added: https://old.reddit.com/r/uBlockOrigin/comments/b9tdky/rule_for_redirecting_urls_to_cleaner_ones/ points to some github issues related to this.

          • @solrize
            link
            English
            11 month ago

            Thanks! I saw the GH issue about that but didn’t figure out that it had been deployed.

      • @[email protected]
        link
        fedilink
        English
        51 month ago

        This is about removing tracking arguments that identify users, this is not the case here.

        The example in your link even show it’s keeping campaign tracking arguments. So I’m pretty sure it would keep the one we are talking about here.

      • @solrize
        link
        English
        31 month ago

        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.

    • @douglasg14b
      link
      English
      -2
      edit-2
      1 month ago

      This the most tech illiterate take…

      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.

      Edit: that was harsh my apologies.

      • @solrize
        link
        English
        4
        edit-2
        1 month ago

        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.