ckk 寫:
FF FANS 寫:
我是FIREFOX的香港USER , 想請教什麼地方可以改變預設的搜尋器www.google.com.tw 改為
www.google.com.hk在此找到香港的 google 描述檔安裝即可
http://mycroft.mozdev.org/quick/google.html
感謝你幫助!!
我在下面亦找到答案
只要修改
C:\Program Files\Mozilla Firefox\searchplugins\googletw.src
用notepad打開 googletw.src
把內容已為以以下就可以了
# Mozilla/Google plug-in by
amitp+mozilla@google.com
<search
name="Google"
description="Google Search by google.com.tw"
method="GET"
action="http://www.google.com.hk/search"
update="http://moztw.org/dls/sp/googletw.src"
updateCheckDays=30
queryEncoding="utf-8"
queryCharset="utf-8"
>
<input name="q" user>
<input name="hl" value="zh-TW">
<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>