▲ | bgwalter 3 days ago | ||||||||||||||||
You can apparently disable these annoying and useless "AI" overviews by cursing in the query: https://arstechnica.com/google/2025/01/just-give-me-the-fing... | |||||||||||||||||
▲ | Polizeiposaune 2 days ago | parent | next [-] | ||||||||||||||||
It's relatively straightforward to create a firefox alternate search engine which defaults to the "web" tab of Google search results which is mostly free of Google-originated LLM swill. Instructions are here: https://support.mozilla.org/en-US/kb/add-custom-search-engin... The "URL with %s in place of search term" to add is: https://www.google.com/search?q=%s&client=firefox-b-d&udm=14 | |||||||||||||||||
▲ | mjcl 2 days ago | parent | prev | next [-] | ||||||||||||||||
Google was kind enough to give the AI overview a stable CSS class name (to date), so this userscript has been effective at hiding it for me: window.addEventListener('load', function() { var things = this.document.getElementsByClassName('M8OgIe'); for (var thing of things) { thing.style.display = 'none'; } }, false); | |||||||||||||||||
▲ | riantogo 3 days ago | parent | prev | next [-] | ||||||||||||||||
Or just append with -ai => "how to pick a running shoe -ai" | |||||||||||||||||
| |||||||||||||||||
▲ | what 2 days ago | parent | prev | next [-] | ||||||||||||||||
>useless They’re actually pretty useful. It tends to be a very brief summary of the top results, so you can tell if anything is worth clicking on. | |||||||||||||||||
▲ | x0x0 3 days ago | parent | prev [-] | ||||||||||||||||
appending a -"fuck google #{insert slur of choice here}" to my search results has improved them. Then I wonder why I do this to myself and ponder going back to kagi. | |||||||||||||||||
|