How to Open Firefox Searchbox Results in New Tab?
If you are using Firefox, then you have probably noticed that whenever you use its Searchbox to find anything, it opens the results in the existing tab and hence it overwrites the contents. Its quite irritating and we always have to open a new tab to make search.
Here is a solution for this problem. After following this trick, your search results will open in a new tab:
1.Type about:config in Firefox addressbar and press Enter.
2. Now type browser.search.open in Filter box.
3. Now you’ll get browser.search.openintab in results. Double click on it and its value will be changed to true.
4. That’s it. Now your search results will open in a new tab.
Firefox & Google: fix for search results not in English
So I use Firefox and mainly use Google (either directly or via the FF search engine bar) for searching on the Internet.
Because of HP’s infrastructure for some reason our external gateway tells Google that I’m originating in France even though I’m actually in the Netherlands.
So despite the fact that I speak a little French it’s pretty annoying that usually the Google interface and results lists are all in the wrong language.
So if you want to make the Google search box in Firefox always to give results in English, you need to modify the file "google.xml", which is part of the Firefox installation.
How to:
- First of all, close every Firefox instance.
- Open the folder "C:\Program Files\Mozilla Firefox\searchplugins\" by clicking Start, then Run, in the Open box type the folder path and then click OK.
- Make a copy of the existing "google.xml" to for example "google1.xml" in the same directory "C:\Program Files\Mozilla Firefox\searchplugins\".
This is to keep a back up copy of the original Firefox installation, in case you need to revert back to it. - Open the file "google.xml" with Notepad or your favourite text editor
- Add this statement "<Param name="hl" value="en"/>" at the top of the "Param" list.
The last part of the XML will look like this
1: <Url type="text/html" method="GET" template="http://www.google.com/search">
2: <Param name="hl" value="en"/>
3: <Param name="q" value="{searchTerms}"/>
4: <Param name="ie" value="utf-8"/>
5: <Param name="oe" value="utf-8"/>
6: </Url>7:8: </SearchPlugin> - Save the file "google.xml" in the folder "C:\Program Files\Mozilla Firefox\searchplugins\" and close it. Restart Firefox and see the results.
I have no idea how to do this in Internet Explorer

