edit google.src 
its found in /path/to/firefox/searchplugins/

edit  this line
action="http://www.google.com/search";
too look like
action="http://www.google.com.au/search";

AND
add this line to the end of all the <input>'s
<input name="meta" value="cr%3DcountryAU">

eg.

# Mozilla/Google plug-in by [EMAIL PROTECTED]

<search
   name="Google"
   description="Google Search"
   method="GET"
   action="http://www.google.com.au/search";
   update="http://www.google.com/mozilla/google.src";
   updateCheckDays=1
   queryEncoding="utf-8"
   queryCharset="utf-8"
>

<input name="q" user>
<input name="sourceid" value="firefox">
<inputnext name="start" factor="10">
<inputprev name="start" factor="10">
<input name="ie" value="utf-8">
<input name="oe" value="utf-8">
<input name="meta" value="cr%3DcountryAU">

<interpret
    browserResultType="result"
    charset = "UTF-8"
    resultListStart="<!--a-->"
    resultListEnd="<!--z-->"
    resultItemStart="<!--m-->"
    resultItemEnd="<!--n-->"
>
</search>




On Thu, 15 Jul 2004 09:43:00 +1000, Terry Collins <[EMAIL PROTECTED]> wrote:
> Does anyon know how to change the google search panle in Firebird/fire
> fox to search Australian web pages first? I fscked if I want to wade
> through piles of US tripe.
> 
> --
>    Terry Collins {:-)}}} email: terryc at woa.com.au  www:
> http://www.woa.com.au
>    Wombat Outdoor Adventures <Bicycles, Computers, GIS, Printing,
> Publishing>
> 
>  "People without trees are like fish without clean water"
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to