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.

Here's how to do it on Safari




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

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options