精華區beta Browsers 關於我們 聯絡資訊
最近 google 略做了變動,很多瀏覽器的舊查詢法會產生一堆 ????? Mozilla 也該修改一下… 這邊以 Mozilla 1.6 為範例,去做修改… 編輯 Program Files\mozilla.org\Mozilla\searchplugins\google_tw.src 改為以下由 nakeho 兄修改的內容 === 檔案開始 === # Mozilla/Google plug-in by amitp@google.com <search name="Google (UTF-8)" description="Google Search for Traditional Chinese" method="GET" action="http://www.google.com/search" # queryEncoding 和 queryCharset 是指在 Mozilla 中送出搜尋字串所使用的編碼。 queryEncoding="UTF-8" queryCharset="UTF-8" # update="http://www.csie.ntu.edu.tw/~b7506051/mozilla/dl/google_tw.src" # updateCheckDays=30 > <input name="sourceid" value="mozilla-search"> <input name="hl" value="zh-TW"> # input name="ie" 是指定 Google 接收到搜尋字串的編碼。 <input name="ie" value="UTF-8"> <input name="oe" value="UTF-8"> <input name="q" user> # 這裡以下只有在 Mozilla 的「資訊方塊列」中才有用。 <interpret charset = "UTF-8" resultEncoding = "UTF-8" browserResultType="result" resultListStart="<!--a-->" resultListEnd="<!--z-->" resultItemStart="<!--m-->" resultItemEnd="<!--n-->" > </search> === 檔案結束 === -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.135.48.20