Skip to main content

Firefox Search Bar Hacks

Mozilla's secret cash cow or the Firefox Search Bar in the upper-right corner, sitting next to the address bar, is one of the most frequently used feature inside Firefox.

You can do a lot of tweaking to the Firefox search bar like Add new search engines, delete unused search engines, change the order of search engines, delete autocomplete, change the default search engine or even resize the width of the search bar. We discuss each tip in detail here (also applicable to Flock):

How to add a new search engine to Firefox search bar ?

The Firefox Search bar comes pre-loaded with Google, Yahoo, Amazon, eBay, Answers.com, and Creative Commons search. If you'd like to add more search engines to the search bar, click on a search engine name here or browse the full directory of search engine plug-ins at mycroft. Alternatively, click the down arrow next to the G in the search box, and choose Add Engines.

How do I remove a search engine from Firefox search bar ?

To Uninstall a Firefox search plugin, open the searchplugins folder situated in the Mozilla Firefox 1.5 installation directory (C:\Program Files\Mozilla Firefox\). Sort the entire folder by name so that files selected with any search engine stay together at one place.

Delete both .src and .gif or .png search plugin files for the search engine you want to remove. For example, to remove the eBay search engine, you would delete the files "ebay.src" and "ebay.gif". Restart Firefox and the search engine will be deleted forever. Any custom search engines may be located in the Firefox Profile folder inside Windows Application Data folder.

There's even a Firefox extension for uninstalling Firefox search plugins - just right click on a search plugin and choose Delete.

How do I rearrange the order of search engines in Firefox ?

Search engines are added to Firefox search bar at the bottom. As your list of search engine grows, you may want to sort the order and place the maximum used search engine at the top. Here's how change the order in which the engines are shown in the Firefox search bar.

Type about:config in the Firefox location bar.
Type browser.search.order in the filter.
Now change the values as you wish to reorder.

For example, to make Yahoo as the top engine and Google just next, make the following changes:
browser.search.order.1 = Yahoo
browser.search.order.2 = Google

The other easy option to change the order is download Search Plugin Manager that lets you re-sort the search plugin list in the Mozilla Firefox browser as well as rename, edit, delete or hide search plugins.

Search Engine Ordering is another related search bar plugin that lets you even create new firefox search plugins beside installing, deleting or arranging existing ones. Just Drag-n-Drop to change the order as you want or right click somewhere in the menu to sort them alphabetically.

How do I resize the Firefox Search Bar ?

To change the width of the Firefox Search bar, you can either download the resize search box firefox extension or do it manually. Add the following lines of code to userChrome.css file located inside the chrome folder of Firefox profile directory.

/* Make the Firefox Search box flex wider */

#search-container, #searchbar {
width: 400px !important;
}

This is much easier if you get the chromEdit extension, which allows you to edit userChrome.css, userContent.css or user.js, without the hassle of finding your profile.

How do I delete autocomplete entries (history) inside the Search Bar ?

The Firefox search bar and some form fields on web pages have autocomplete dropdowns that appear with a list of previously-entered data. To delete individual entries, Click on the text area, press down to activate autocomplete, highlight the entry you want deleted, and press Shift + Delete.

You can clear the previous searches from the Search Bar. Just right-click it and select "Clear Search History".

You can disable the display of autocomplete entries by adding the following lines to userChrome.css
/* Remove autocomplete dropdown */
#PopupAutoComplete > .autocomplete-tree { display: none !important; }

How do I customize a search engine plugin in 30 seconds ?
Say you have already installed a search plugin that uses www.google.com. You want to change the default behaviour so that the same plugin now searches using www.google.co.in or google.es if you are in Spain.

Open the searchplugins folder located inside the Firefox installation directory. Open the file google.src with a text editor like notepad and make a simple change in the following line
action="http://www.google.com/search"
change this to..
action="http://www.google.co.in/search" or
action="http://www.google.es/search"

Save the file, quite notepad and restart Firefox.

Using the Firefox Search Bar - Keyboard Shortcuts

To search, click in the Search Bar (or press "Ctrl+K") and start typing. Hit "Enter" and your search will be run. You can use "Alt+Enter" to open search results in a new tab.

The Search Bar supports more than one search engine. To see the list of available engines click the icon at the left of the bar, and a list showing the choices will appear. You can also use "Ctrl+Up"/"Ctrl+Down" to cycle between the available choices.

How do I auto-resize the Firefox search bar as I type

The Searchbar Autosizer Firefox Extension makes the searchbar fit its contents. It auto expands the searchbar if needed, and shrinks it if you don't have anything typed in you'd probably want to read.

This is especially useful, when the URL- and Searchbar share the same toolbar, so that both can be as wide as possible - but it works in every toolbar.

How do I create my own search engine plugin for Firefox search bar ?

Technically, a search plug-in is a text file that describes the information to send to a search engine and how to interpret the results. A small icon completes the plug-in so that search plug-ins are easily recognized. If you want to know more, read the documentation.

Even O'Reilly has detailed tutorial on creating a Firefox search plugin from scratch. They create a search plugin to search inside the Whitehouse website. More instructions here.

Though the Google Toolbar for Firefox provides a similar search box, it is not as versatile or customizable as the native Firefox search engine toolbar. If the drop down search engine bar in firefox is not working, try clearing the Firefox searchplugins folder and add your favorite search engines again from mycroft search plugins database.

Popular posts from this blog

How to Download Contacts from Facebook To Outlook Address Book

Facebook users are not too pleased with the "walled garden" approach of Facebook. The reason is simple - while you can easily import your Outlook address book and GMail contacts into Facebook, the reverse path is closed. There's no "official" way to export your Facebook friends email addresses or contact phone numbers out as a CSV file so that you can sync the contacts data with Outlook, GMail or your BlackBerry. Some third-party Facebook hacks like "Facebook Sync" (for Mac) and "Facebook Downloader" (for Windows) did allow you to download your Facebook friends' names, emails, mobile phone number and profile photo to the desktop but they were quickly removed for violation of Facebook Terms of Use. How to Download Contacts from Facebook There are still some options to take Friends data outside the walls of Facebook wall. Facebook offers the Takeout option allowing you to download all Facebook data locally to the disk (include

PhishTank Detects Phishing Websites by Digg Style Voting

OpenDNS, a free service that helps anyone surf the Internet faster with a simple DNS tweak , will announce PhishTank today. PhishTank is a free public database of phishing URLs where anyone can submit their phishes via email or through the website. The submissions are verified by the other community members who then vote for the suspected site. This is such a neat idea as sites can be categorized just based on user feedback without even having to manually verify each and every submission. PhishTank employs the "feedback loop" mechanism where users will be kept updated with the status' of the phish they submit either via email alerts or a personal RSS feed . Naturally, once the PhishTank databases grows, other sites can harness the data using open APIs which will remain free. OpenDNS would also use this data to improve their existing phishing detection algorithms which are already very impressive and efficient. PhishTank | PhishTank Blog [Thanks Allison] Related: Google

Digital Inspiration

Digital Inspiration is a popular tech blog by  Amit Agarwal . Our popular Google Scripts include  Gmail Mail Merge  (send personalized emails with Gmail ),  Document Studio (generate PDFs from Google Forms ) and   File Upload Forms ( receive files  in Google Drive). Also see  Reverse Image Mobile Search , Online Speech Recognition and Website Screenshots , the most useful websites on the Internet.