因為編緝較簡便,
加上搜尋器變得越來越多
所以安裝了 URL Alias 來代替搜尋器 / add to search bar
https://addons.mozilla.org/en-US/firefox/addon/8703使用方法例如: (以前有用maxthon的人應該很熟識)
代碼:
g http://www.google.com/search?q=%s
以後在地址欄輸入 "g apple", 便會用google找apple
本來以為可以完全放棄 firefox 的搜尋器
不過還是有一些網頁用不到
其中一個是教育部的國語辭典
在網址輸入的中文總是會變亂碼
但是用火狐搜尋器輸入的話就沒問題
火狐搜尋器的參數
代碼:
<os:Url type="text/html" method="GET" template="http://dict.revised.moe.edu.tw/cgi-bin/newDict/dict.sh">
<os:Param name="idx" value="dict.idx"/>
<os:Param name="cond" value="{searchTerms}"/>
<os:Param name="pieceLen" value="50"/>
<os:Param name="fld" value="1"/>
<os:Param name="cat" value=""/>
<os:Param name="imgFont" value="1"/>
</os:Url>
轉換成 url_alias 的參數
代碼:
dictw http://dict.revised.moe.edu.tw/cgi-bin/newDict/dict.sh?idx=dict.idx&pieceLen=50&fld=1&imgFont=1&cond=%s
是不是有方法能讓輸入的字使用big5 ?