mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
29 lines
659 B
Plaintext
29 lines
659 B
Plaintext
# Mozilla/Google plug-in by amitp+mozilla@google.com
|
|
|
|
<search
|
|
name="Google"
|
|
description="Google Search"
|
|
method="GET"
|
|
action="http://www.google.com/search"
|
|
update="http://www.google.com/mozilla/google.src"
|
|
updateCheckDays=1
|
|
queryEncoding="utf-8"
|
|
queryCharset="utf-8"
|
|
>
|
|
|
|
<input name="q" user>
|
|
<inputnext name="start" factor="10">
|
|
<inputprev name="start" factor="10">
|
|
<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>
|