Just started getting this now. Hopefully it’s some A/B testing that they’ll stop doing, but I’m not holding my breath

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    I’m just kind of surprised Google still worked without JS up until now. The people who don’t have Javascript enabled are such a tiny sliver of market share that Google may as well serve them a broken web page.

    I think Duckduckgo still supports searching without Javascript, though you may need to wait for a meta refresh when you use the standard search engine integration, so make sure you use the right URL in your search engine settings.

    • rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 days ago
        <form method="GET" action="https://duckduckgo.com/">
          <input name="q" type="text"/>
          <button type="submit">Go</button>
        </form>
      

      This is a fully functional search bar. This is all it needs to be. It doesn’t need Javascript, only if you want suggestions.

      The last time I checked, Google still works if you simply pass your query in the URL using the q variable. Google has no need to enforce Javascript.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        2 days ago

        They need Javascript to serve users an experience that doesn’t look like it’s from the 90s. “You don’t need Javascript” is technically correct in the same way you don’t need Google because you can go look through an encyclopedia in the library.

        The kinds of people that disable Javascript probably don’t use Google anyway, and if they do, they’ll have their browsers so full of tracking protection that serving them costs more money than it earns.