Open in App
  • U.S.
  • Election
  • Newsletter
  • Tom's Hardware

    Bye Bye, AI: How to turn off Google's annoying AI overviews and just get search results

    By Avram Piltch,

    2024-05-16

    https://img.particlenews.com/image.php?url=1gPdin_0t5Gy2G100

    Google's "AI Overviews" feature, also known as SGE (Search Generative Experience), is a raging trash fire that threatens to choke the open web with its stench. Instead of directing you to expert insights from reputable sources, Google is now putting plagiarized and often incorrect AI summaries above its search results. So when you search for medical advice, for example, the AI may tell you to drink urine to get rid of kidney stones, and you'll have to scroll past that "advice" to find links to articles from human doctors.

    Unfortunately, Google does not provide a way to turn off AI Overviews in its settings, but there are a few ways to avoid these atrocities and go straight to search results. In perhaps a tacit admission that its default results page is now a junk yard, the search giant has added a "web" tab to the site so, just like you can narrow your search to "images" or "videos" or "news," you can now get a plain old list of web pages without AI, answer boxes or other cruft.

    Below, I'll show you how to filter AI overviews out of the results page using a Chrome extension that I wrote . Or you can send your searches directly to the web tab from Chrome's address bar, avoiding the need to turn anything off. Unfortunately, at the moment, neither of these methods works for Chrome on Android or iOS. However, you can use a different mobile browser, such as Firefox.

    How to turn off Google AI overviews using a Chrome Extension

    The Google AI Overview, like all parts of an HTML page, can be altered using JavaScript. There are a few extensions in the Chrome web store that are programmed to locate the AI Overview block and set its CSS display value to "none."

    After seeing some of the other extensions in the market, including the appropriately-named Hide Google AI Overview , I decided to write my own AI Overview blocking extension called Bye Bye, Google AI . Like all Chrome extensions, it works in both Chrome and Microsoft Edge browsers.

    https://img.particlenews.com/image.php?url=4efgmF_0t5Gy2G100

    (Image credit: Tom's Hardware)

    Bye Bye, Google AI also has the option to hide / effectively turn off discussions blocks, shopping blocks, featured snippets, video blocks and sponsored links from the Google results page. You can choose which ones you want to filter out by going to the options menu (right clicking on the toolbar icon and selection Options).

    https://img.particlenews.com/image.php?url=4VRo9y_0t5Gy2G100

    (Image credit: Tom's Hardware)

    The problem with my extension or any of the others is that Google can easily block them or break them. If Google makes small changes in the code on its results pages, the JavaScript in the extension may no longer be able to locate the AI Overview blocks (or other block types) to turn them off.

    A potentially more reliable solution in the long term for turning off AI overviews is to configure your browser so that, when you search from the address bar, it sends the queries straight to the web tab. The Bye Bye, Google AI extension will search the web tab if you hit w + spacebar and then your query.

    https://img.particlenews.com/image.php?url=3AyT99_0t5Gy2G100

    (Image credit: Tom's Hardware)

    However, below, we'll see how to configure the Chrome browser so that it sends all queries from the address bar directly to the web tab, no extension or hitting w + spacebar required. The disadvantages of sending traffic to the web tab is that it doesn't show other kinds of results such as videos, discussions, featured snippets, images or shopping blocks and you might want to see some or all of those.

    How to block AI overviews when searching from Chrome's address bar

    If, like me, you initiate most of your web searches from the Chrome browser's address bar, you can make a simple change that will direct all of your queries to Google's web search tab, no extension required.

    1. Navigate to chrome://settings/searchEngines in Chrome or click Settings->Search Engine->Manage search engines and site search.

    (Image credit: Tom's Hardware)

    2. Click the Add button next to Site search.

    https://img.particlenews.com/image.php?url=2tG7zZ_0t5Gy2G100

    (Image credit: Tom's Hardware)

    A dialog box appears, allowing you to create a new "site search" entry.

    3. Fill in the fields in the dialog box as follows then click Add .

    • Name: Google (Web)
    • Shortcut: google.com
    • URL: {google:baseURL}/search?udm=14&q=%s

    https://img.particlenews.com/image.php?url=31SihL_0t5Gy2G100

    (Image credit: Tom's Hardware)

    4. Select "Make default" from the three-dot menu next to your new entry.

    https://img.particlenews.com/image.php?url=3JeUbG_0t5Gy2G100

    (Image credit: Tom's Hardware)

    The Google (Web) engine will now appear on the Search engines list. When you enter a query in the address bar, it will direct you straight to the Web tab on Google. The real secret is that the search engine we created adds the parameter ?udm=14 to the search query.

    How to block Google AI overviews on Android / iOS

    While Google Chrome for the desktop makes it easy to change your address bar search or install extensions, Chrome for the phone is a different story. On Chrome for Android and iOS, you can't use extensions at all, and you can only choose from a limited group of search engines. Yes, you can select a custom search engine, but it has to be an existing engine on the Internet you've visited; you can't manually type in a search URL and, therefore, can't add the all-important ?udm=14 to the query string.

    Unfortunately, neither mobile Safari nor mobile Edge allows you to manually add a search engine. However, mobile Firefox, available for iOS and Android , does have this capability. Here's how to use it.

    1. Install Firefox on your phone if you don't have it already.

    2. Navigate to Settings .

    https://img.particlenews.com/image.php?url=17Cw8c_0t5Gy2G100

    (Image credit: Future)

    3. Tap Search .

    https://img.particlenews.com/image.php?url=1A12ht_0t5Gy2G100

    (Image credit: Future)

    4. Tap Default Search Engine

    https://img.particlenews.com/image.php?url=1Ev3R5_0t5Gy2G100

    (Image credit: Future)

    5. Tap Add search engine .

    https://img.particlenews.com/image.php?url=2XSPVK_0t5Gy2G100

    (Image credit: Future)

    6. Fill out the fields as follows and then click Save .

    • Name: Google (Web)
    • Search string URL: google.com/search?udm=14&q=%s

    https://img.particlenews.com/image.php?url=4JtxsT_0t5Gy2G100

    (Image credit: Future)

    7. Select Google (Web) from the menu.

    https://img.particlenews.com/image.php?url=4QkwWN_0t5Gy2G100

    (Image credit: Future)

    Now, when you search from Firefox's address bar, you'll get the Google web tab.

    Expand All
    Comments / 0
    Add a Comment
    YOU MAY ALSO LIKE
    Most Popular newsMost Popular
    Vision Pet Care9 days ago
    Total Apex Sports & Entertainment20 days ago

    Comments / 0