Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pullman

macrumors 6502a
Original poster
Feb 11, 2008
946
176
¯\_(ツ)_/¯
Good morning

Has anyone tried setting Google as default search engine in Terminal and then appending a swear word as suggested in this Reddit post?

I realise it's a solution that may not suit everyone but I would find it intriguing to use such a simple workaround.

I've only found an old Stackoverflow post about editing Safari's plist in OS X, but it doesn't seem to apply to macOS. At least I'm not able to find the relevant plist on my installation of Sequoia to test if it might work to add the code that way.

Cheers
Philip
 
  • Like
Reactions: Scepticalscribe
I don’t think that is possible in Safari. And you don’t need a swear word, just use &udm=14

You can create a QucikAction or a Shortcut. Here is the QuickAction I use to search Google US without AI.

Code:
open "https://www.google.com/search?q=$@&hl=en-US&gl=US&udm=14"

SearchGooleWithoutAI.jpg
 
It’s not an automated method, but if you append -noai to your search, it will leave out the AI summary.
 
  • Like
Reactions: pullman
Thank you Bogdan, this is an interesting solution. I'm not so familiar with Quick Actions. Does it run automatically when you search in Safari's address field or do you need to first select google.com?

I don’t think that is possible in Safari. And you don’t need a swear word, just use &udm=14

You can create a QucikAction or a Shortcut. Here is the QuickAction I use to search Google US without AI.

Code:
open "https://www.google.com/search?q=$@&hl=en-US&gl=US&udm=14"

View attachment 2534524
 
Personally I would install Userscripts and use some CSS and/or JavaScript to either hide the AI Overview element, or automatically refresh the page with a slightly modified URL. Requires some web-dev knowledge.
 
  • Like
Reactions: pullman
Thank you very much, that's a pretty cool solution. I do know a bit of CSS but I'm wondering if this wouldn't involve a rather steep learning curve for me.

Personally I would install Userscripts and use some CSS and/or JavaScript to either hide the AI Overview element, or automatically refresh the page with a slightly modified URL. Requires some web-dev knowledge.
 
Thank you again. I've installed it and it seems to do the trick but it's doesn't always work. Having selected the AI field, that field is usually gone on subsequent searches. But sometimes the results page is empty with only "related searches" and the page selector shown.

MindShield can hide it. The app is free at the moment https://apps.apple.com/app/mindshield/id1660218371
 
I’ve selected multiple elements until it disappeared. This is what it shows

NoAI.jpg

I don’t see a way to export the settings.
 
  • Like
Reactions: pullman
I have been in touch with Ulrik Lyngs who's behind Mind Shield about this. In the latest update the app (which has been renamed Viking Focus) he and the team have added an option to hide Google's AI Overview. In my testing it seems to work well on both iPhone and Mac.

Screenshot 2025-08-20 at 08.01.01_s.jpg
 
Last edited:
  • Like
Reactions: bogdanw
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.