Hacker News new | ask | show | jobs
by matheusmoreira 1639 days ago

  // FIXME: Remove after the site is fixed, <rdar://problem/75792913>
  bool Quirks::shouldHideSearchFieldResultsButton() const

    if (topPrivatelyControlledDomain(m_document->topDocument().url().host().toString()).startsWith("google."))
        return true;
I suppose it wasn't fixed...