Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Hide AI results on Google search

more options

I am trying to hide the AI results on Google search, but I can only find instructions for Chrome. I prefer to use Firefox, but I loathe the AI results. Is there any way I can go back to the way it was before on Firefox?

Thank you for your help.

I am trying to hide the AI results on Google search, but I can only find instructions for Chrome. I prefer to use Firefox, but I loathe the AI results. Is there any way I can go back to the way it was before on Firefox? Thank you for your help.

Wszystkie odpowiedzi (3)

more options

A simple search on the web and you'll see that you cannot turn it off. see screenshots https://www.cnet.com/tech/services-and-software/ai-overviews-are-taking-over-google-search-how-to-turn-it-off/

You can mark this non-browser issue as resolved and have a nice day.

Pomocne?

more options

I don't know if this somewhat snarky response came from a human being or a bot. I hope it was the latter. I did search and search and search and I found many "solutions" for Firefox (both written and on YouTube) that didn't work in the end. I guess none of my searches were simple enough. That is why I wrote to you. I indicated the option of "browser" because I didn't know which one to choose when asked. Anyway, I hope you have a nice day, too. I didn't mean to waste your time, but no, my issue was NOT resolved.

Pomocne?

more options

This style rule will hide the AI section (tested while signed in, so results may vary):

div[jscontroller]:has(svg + span + div > strong),
div[jscontroller]:has(svg + span + div > h1) {
    display: none !important;
}
 

You can test by pressing Shift+F7 to open the Style Editor while view the results page, click the + button above the list in the left column to create a blank sheet, then paste the rule into the blank sheet.

Does that work on yours?

Obviously it's not practical to do that every time. Custom style rules can be applied using uBlock Origin (I don't know the specific syntax), or a general purpose page restyler like

https://addons.mozilla.org/firefox/addon/styl-us/

More details if relevant.

Pomocne?

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.