When I want LLM answers, I open Claude. When I open Google, I want web results.
Here’s how I currently remove Google AI Overview from search results:
Firefox
- Ensure uBlock Origin is installed
- Open the uBlock Origin settings dashboard
- Navigate to the My filters tab
- Add the following rule:
google.com##.hdzaWe
iOS Safari
- Ensure Userscripts is installed
- Using iWriter (or other document editor), create
On My iPhone/Userscripts/google-ai.user.cssas:
/* ==UserStyle ==
@name Disable AI Overview
@match https://*.google.com/*
==/UserStyle== */
.hdzaWe {
display: none !important;
}
- Open Safari and search for something on Google.
- Open the page settings with the puzzle icon on the lower left.
- Select Userscripts and enable the script we created.
Previous approaches
- ”Google Web” search engine (aka
udm=14)- Abandoned because also suppress useful (e.g. unit of measurement conversion) rich results