各位大大,你們好
我想做google專門搜尋"中文網站"的serch plugins
但是為什麼查出來的卻是外國google 呢?
煩請賜教,感激
代碼:
# Mozilla search plugin for google台灣
# by Simon Pan(E-mail: lxxxx@yahoo.com.tw)
# 搜尋首頁:<google台灣> http://www.google.com.tw/
#
# Last updated: 2005-02-16
# This file is released to the public domain.
#
# Country: TW
# Language: zh
#
<search
name="Google_TW"
description="google搜尋"
method="GET"
action="http://www.google.com.tw/search"
queryCharset="UTF-8">
<input name="hl" value="hl=zh-TW">
<input name="start" value="start=0">
<input name="start" value="start=0">
<input name="ie" value="ie=utf-8">
<input name="oe" value="oe=utf-8">
<input name="client" value="client=firefox-a">
<input name="rls" value="rls=org.mozilla:zh-TW:official">
<input name="q" user>
</search>