# Mozilla/Google define plug-in inspired by 
# Mozilla/Google plugin plug-in by amitp+mozilla@google.com

<search 
   name="Google Define"
   description="Google Search with define keyword"
   method="GET"
   action="http://www.google.com/search"
   queryCharset="utf-8"
>

<input name="q=define:" user>
<inputnext name="start" factor="10">
<inputprev>
<input name="ie" value="utf-8">
<input name="oe" value="utf-8">

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

