|
Web Contractors Web Developer Jobs Join Us / Log in Discussion |
Change Firefox's Default Search to Google Australia
Here's how you change the toolbar's default search to Google.com.au in firefox:
Find your search google.xml file.
On my Ubuntu machine machine it's here:
/usr/share/firefox/searchplugins/google.xml
On Windows it's probably in here somewhere:
C:\Program Files\Mozilla Firefox\searchplugins
On a Mac I think it's somewhere here:
/Applications/Firefox.app/Contents/MacOS/Firefox
(that's probably incorrect)
You'll see something like this:
<Url type="text/html" method="GET" template="http://www.google.com/search">
<Param name="q" value="{searchTerms}"/>
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="aq" value="t"/>
<!-- Dynamic parameters -->
<Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
<MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>
</Url>
All you need to do is change the "template" attribute of the XML file, with your favourite text editor to this:
http://www.google.com.au/search
<Url type="text/html" method="GET" template="http://www.google.com.au/search">
Done! Now restart Firefox and enjoy.
New forum topics
- Web Developer - Working with Adobe Business Catalyst
- .NET developers for a Global digital Agency
- Flash Action Script 3.0 Developer - contract
- Looking for developers for a challenging social network project
- Coder Australia freelance web developer and programer
- Need low price based website
- Professional Website@50usd
- Get a website in USD 50/-
- Custom Joomla Development|Custom Joomla Developer|Joomla Developer
- We need you...php programmers!
- Website Designer
- Search Engine Optimization
- JavaScript - Need help as soon as possible
- Professional Zencart Developer Wanted - Melbourne Eastern Suburbs
- Feedback wanted for new single sign on service


On a Mac it's located the
On a Mac it's located the google.xml filel is located inc Firefox.app/Contents/MacOS/searchplugins/google.xml
You can actually copy-paste google.xml and rename it google.au.xml and make the change in this new file. You will probably need to change ShortName and Description to something like Google.au and Google Australia respectively. I haven't really tested this properly but doing this shows both Google and Google.au as options in the search selector (click the down arrow on the left of the search input
However... this will only change the default search in the search input next to the url input.
To change the default address bar search...
If you type search keywords straight into your address bar like I do, you'll need to follow the really instructions below.
http://www.liewcf.com/blog/archives/2005/01/modify-firefox-address-bar-search/
Thanks!
Thanks!
Post new comment