Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

remove google search predictions

more options

can not remove google search predictions (please view all images) I have exhausted all searches and read multiple forums on this matter, simply put; after the latest upgrade (104.0) 64bit you can not remove google search predictions on google search in the firefox web browser . when typing in the firefox google search page... start with the 1 (H) letter and below is a list of un-necessary predictions (see attached image) I have followed and tried many suggested instruction (see attachment) and still nothing changes. If there is no solution for this I will go back to chrome ugg... the ony work around is to use search in the title bar.

can not remove google search predictions (please view all images) I have exhausted all searches and read multiple forums on this matter, simply put; after the latest upgrade (104.0) 64bit you can not remove google search predictions on google search in the firefox web browser . when typing in the firefox google search page... start with the 1 (H) letter and below is a list of un-necessary predictions (see attached image) I have followed and tried many suggested instruction (see attachment) and still nothing changes. If there is no solution for this I will go back to chrome ugg... the ony work around is to use search in the title bar.
Pśipowjesone fota wobrazowki

Wšykne wótegrona (1)

more options

Sorry, but Firefox's settings only relate to its own built-in address bar and search bar, they don't modify how Google's own pages work.

To hide or strip elements from web pages, you could use an add-on for removing elements, a user script (through a user script engine add-on), or a user style (custom style rule). For example, this style rule hides the drop-down, although it doesn't fix the styling of the search box:

form[action="/search"] div[jscontroller][jsmodel][jsaction] > div[jscontroller][jsname][jsaction],
form[action="/search"] div[jscontroller][jsmodel][jsdata] > div[jscontroller][jsname][jsaction] {
    display: none !important;
}

You can apply that rule, or others that you find, to Google pages using the Stylus extension:

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

Of course, I just came up with that now, so it isn't time tested and because Google does so many weird things in their code, I can't guarantee it will work for everyone or for how long it will work.