#killedbygoogle

  • Google’s URL shortening service goo.gl links will stop working on August 25th, 2025, resulting in 404 errors.
  • Starting August 23rd, 2024, goo.gl links will show an interstitial page warning users of the upcoming shutdown.
  • Google initially suggested migrating to Firebase Dynamic Links (FDL), which has also since been deprecated.
  • @ReallyActuallyFrankenstein
    link
    English
    37
    edit-2
    2 months ago

    Google shuts down a lot of things, and usually there is nothing to do and parts of the internet break forever. But…I feel like this is one that would be cheap and at least possible to mitigate without Google’s help.

    Crawl for all goo.gl links prior to the 2025 shutdown, cache and enter the link and the redirect link into a database, and create a simple open source in-line replacement extension for browsers that intercepts goo.gl links and replaces them with the real link. These are just URLs, so the database even for hundreds of thousands of entries shouldn’t be huge.

    I mean, I’m not going to do it, but…

    • @[email protected]
      link
      fedilink
      English
      52 months ago

      the database even for hundreds of thousands of entries shouldn’t be huge

      Hundreds of thousands of entries would be negligible (at 1000 bytes average per entry, 500k entries would be half a gigabyte) but the issue is that a full archive would be around 36 billion entries (making that archive around 34 TB, but probably smaller because the average link size is likely much lower than 1000 characters).