Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

I'm unable to turn off Search Suggestions in Firefox 10.0.2.

  • 8 antwoorden
  • 4 hebben dit probleem
  • 9 weergaven
  • Laatste antwoord van cor-el

more options

I unchecked the "Show Search Suggestions" box in the "Manage Search Engines" pane. No change. Restarted Windows and the box was still unchecked, but the Google search suggestions still appear as I'm typing my search phrase. They also appear on sites like IMDB. How can I turn the suggestions off?

I unchecked the "Show Search Suggestions" box in the "Manage Search Engines" pane. No change. Restarted Windows and the box was still unchecked, but the Google search suggestions still appear as I'm typing my search phrase. They also appear on sites like IMDB. How can I turn the suggestions off?

Bewerkt door Jutt op

Alle antwoorden (8)

more options

Hi,

Please also Remove All Cookies or Remove Cookies for the individual sites in Tools ('Alt + T) > Options > Privacy > Show Cookies.

Options > Privacy

Options

more options

Remove all Cookies????

This is NOT a solution - it simply masks the problem for a while - until the cookies come back.

Why doesn't the program work correctly when the "Show Search Suggestions" box is unchecked???

Because it's CRAP, that's why!

more options

Sites like Google show such suggestions by default.
Some have a way to disable suggestions in their settings or allow to disable suggestions otherwise.

This Google search site doesn't have them, but enables autocomplete instead.


See also:

  • Tools > Options > Privacy > History: "Remember search and form history"

Bewerkt door cor-el op

more options

It seems impossible to me for Firefox to have a single checkbox solution to disable all search engine suggestions, even for search engines that do not allow that, unless the coding disables sending till the return key is hit. If that is true, Firefox appears to be broken. My intent in disabling the search suggestions is to prevent sites from watching what I'm typing in case I change my mind before I send the completed text. This applies to any site I visit, not just Google. As I noted in my original post, IMDB was monitoring my typing.

Bewerkt door Jutt op

more options

You can look at NoScript to block the JavaScript that controls the monitoring.

more options

I run Noscript. If I block Google, it won't search at all. I think the problem is that Firefox is sending out keystrokes when typed instead of waiting for the "Return" key.

more options

I'd like to hear from a developer. Is the intent of Firefox to transmit keystrokes to websites as typed or complete sentences on "Return" key? And is the "Search suggestions" check box intended to overide scripts that grab keystrokes? Thanks.

Bewerkt door Jutt op

more options

Firefox has control over the (Google) search bar on the Navigation Toolbar.
So it is possible to disable the search suggestions when you do a search via the search bar.
On web pages there runs a script that monitors key presses and sends data to the server which responses by sending a (JSON) file that the script that has send the request interprets and shows as suggestions in a drop down list.
In such a case only blocking that request or the involved script(s) can prevent that.

Maybe someone ar the NoScript forum has a suggestion how to deal with this.