• greyscale@lemmy.grey.ooo
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 hours ago

    Can someone just “distillation attack” google search so I can just use the derived data instead of giving them all my click tracking?

    • frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 hours ago

      No. But you can use alternative search engines, or frontends like searxng that won’t send your clicks to Google (while they still work, anyway, this change might break them)

  • mschae@discuss.mschae23.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 hours ago

    The real URL is in the Location header on /goto. Request that URL. Do not follow the redirect.

    …but that’s how you follow a redirect?

    • eleijeep@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 hours ago

      You’re right, and this article is spouting nonsense. If you have to request the /goto link in order to get the URL then you’ve already been tracked by Google (or blocked if they think you’re a scraper), and following the Location header is exactly what your browser would do anyway. That’s how HTTP redirects work.

      This article is from a company that offers APIs to just proxy Google search results, so they’re exactly the kind of people that Google is trying to block with this change. Reading some other posts on their site (eg. the one that explains how to follow the Location header) there are obvious signs of slop, so this whole article is probably an AI hallucination.

    • nyan@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 hours ago

      One is under your control. The other is being passed through a script on the server that may be doing who-knows-what in addition to redirecting you.

      (Better if you just drop Google altogether.)

      • mschae@discuss.mschae23.de
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 hours ago

        No? If you want to resolve this URI, you have to follow the redirect, there’s no way around it. Requesting it from google and looking at the Location header is following the redirect.

        I mean, I agree that one should drop google and that this is probably just another thing they do to track people, but that’s not what I meant with that comment.