Autocompletar Firefox

  
  1. Quitar Autocompletar Firefox
  2. Autocompletar Firefox Android

Support for extensions using XUL/XPCOM or the Add-on SDK was removed in Firefox 57, released November 2017. As there is no supported version of Firefox enabling these technologies, this page will be removed by December 2020.

Add-ons using the techniques described in this document are considered a legacy technology in Firefox. Don't use these techniques to develop new add-ons. Use WebExtensions instead. If you maintain an add-on which uses the techniques described here, consider migrating it to use WebExtensions.

Read about new Firefox features and ways to stay safe online. Get the details on the latest Firefox updates. View all Firefox Browsers. Close Products menu. Firefox Monitor. See if your email has appeared in a company’s data breach. Facebook Container. The Firefox address bar displays the URL (web address) for the page that you are visiting. When you type into this field to enter a URL or search term, Firefox remembers the pages that you have visited and shows page suggestions in the address bar drop-down, such as sites you've bookmarked, tagged, visited before, or have open in tabs.

Starting from Firefox 53, no new legacy add-ons will be accepted on addons.mozilla.org (AMO) for desktop Firefox and Firefox for Android.

Starting from Firefox 57, only extensions developed using WebExtensions APIs will be supported on Desktop Firefox and Firefox for Android.

Even before Firefox 57, changes coming up in the Firefox platform will break many legacy extensions. These changes include multiprocess Firefox (e10s), sandboxing, and multiple content processes. Legacy extensions that are affected by these changes should migrate to use WebExtensions APIs if they can. See the 'Compatibility Milestones' document for more information.

A wiki page containing resources, migration paths, office hours, and more, is available to help developers transition to the new technologies.

Turning autocomplete on for a XUL widget

This article is about XUL widgets and not about HTML form inputs.

First, declare a panel with the 'autocomplete' type, like so:

Now set the autocompletepopup attribute of your <browser> element to the id of the panel you just declared:

Finally, make sure that the value of the browser.formfill.enable pref is set to true.

See also

Firefox autocompletar formularios

Autocomplete is a default feature of most modern web browsers. It anticipates what you are typing and suggests a word or phrase based on the activity of other users and your history. If you press Enter, the application automatically completes your typing with the remainder of the suggested text. For example, if you type goog in your browser's address bar, the browser may suggest google.com by displaying the letters you haven't typed yet. If you press Enter, the browser goes to that website.

To enable or disable autocomplete in your browser, select your browser from the list below and follow the instructions.

Tip

By hitting Enter on an autocomplete suggestion in the address bar, your browser takes you directly to the website. If you are skeptical about a URL, use the search bar instead, which offers a preview of the website through your search engine.

Note

This page only shows you how to toggle the autocomplete feature on and off. For steps on deleting autocomplete history in the address bar, see: How do I clear my address bar history? and How to delete autocomplete history.

Google Chrome

Note

In Google Chrome, autocomplete can never fully be disabled. Regardless of settings, Chrome autocompletes URLs in the address bar. For more information, see Chromium issue 91378.

Although autocomplete cannot be fully disabled in Google Chrome, the following steps may reduce the frequency of autocompleted URLs.

  1. Open a Chrome browser window.
  2. Click Customize and control Google Chrome (three vertical dots) in the upper-right corner of the browser window.
  3. In the drop-down menu, select Settings.
  1. On the left, click You and Google.
  1. In the middle of the browser window, under the You and Google section, click Sync and Google services.
  1. Under the Other Google services section, toggle the switch next to Autocomplete searches and URLs to the off position.
  1. From now on, Chrome no longer stores or offers new autocomplete suggestions. To re-enable autocomplete, toggle the switch to the on position.

Mozilla Firefox

Firefox autocompletar campos

To enable or disable autocomplete in Firefox, follow these steps.

  1. Open the Mozilla Firefox browser.
  2. Click the menu icon in the upper-right corner of the browser window.
  3. Select Options from the drop-down menu.
  1. In the window that appears, click the Privacy & Security option in the left navigation pane.
  1. Scroll down to the Address bar section, uncheck all the boxes, and then click Change preferences for search engine suggestions.
  1. On the next screen, under Search Suggestions, uncheck the box next to Provide search suggestions.
  1. From now on, Firefox no longer stores or offers new autocomplete suggestions. To re-enable autocomplete, recheck the appropriate boxes.

Microsoft Edge

Quitar Autocompletar Firefox

Follow these steps to turn off typing suggestions in the address bar of Microsoft Edge.

  1. Open the Microsoft Edge browser.
  2. Click the Settings and more icon in the upper-right corner of the browser window.
  3. In the drop-down menu, near the bottom, select Settings.
  1. Under the Settings section on the left, click Privacy, search, and services.
  1. At the bottom of the middle section, under Services, click Address bar and search.
  1. On the next screen, click the toggle switch next to Show me search and site suggestions using my typed characters so that it's in the off position.
  2. From now on, Edge no longer stores or offers new autocomplete suggestions. To re-enable autocomplete, toggle the switch to the on position.

Microsoft Edge Legacy

The following section shows you how to toggle site suggestions in Microsoft Edge Legacy.

  1. Open the Microsoft Edge Legacy browser.
  2. Click More (three horizontal dots) in the upper-right corner of the window.
  3. In the drop-down menu, near the bottom, select Settings.
  1. In the Settings menu, on the left, click Privacy & security.
  2. On the right, scroll down to Privacy.
  3. Toggle the switch under Show search and site suggestions as I type to off to disable these autocomplete suggestions, or on to enable them.

Internet Explorer

To enable or disable autocomplete in Internet Explorer, follow these steps.

  1. Open the Internet Explorer browser.
  2. Click Tools icon in the upper-right corner of the window.
  3. Select Internet Options from the drop-down menu.
Autocompletar
  1. Under the Content tab, in the Autocomplete section, click the Settings button.
  2. Uncheck the box next to the Address bar option, then click OK.
  1. These settings take effect when you restart the browser.

Safari

The following section shows you how toggle autocomplete suggestions on and off in Safari.

  1. Open the Safari browser.
  2. Select from the menu bar in the top-left corner of the screen.
  3. In the drop-down menu that appears, select Preferences.

Autocompletar Firefox Android

  1. At the top of the window that appears, click the Search tab, and then uncheck the box next to Include search engine suggestions.
  1. From now on, Safari no longer stores or offers new autocomplete suggestions. To re-enable autocomplete, click the checkbox in step 4 so that it's checked.

Opera

To enable or disable autocomplete in Opera, follow these steps.

  1. Open the Opera browser.
  2. Click the button in the upper-left corner of the screen.
  3. Scroll to the bottom of the drop-down menu, and click Settings.
  1. In the Settings window, click the button, and then select Privacy & security.
  1. Under the Privacy & Security section, toggle the switch next to Use a prediction service to help complete searches and URLs typed in the address bar so that it is set to the off position.
Autocompletado firefox
  1. From now on, Opera no longer stores or offers new autocomplete suggestions. To re-enable autocomplete, toggle the switch to the on position.

Additional information

  • See the autocomplete definition for further information and related links.