2010年12月28日 星期二

FireFox設定

Location:Windows 2000/XP/Vista

在Windows 2000/XP/Vista 中,通常在
%AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\
其中 xxxxxxxx 是一組8字元長度的任意字串。到
C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\
看看就能夠明白。
而Windows Vista的預設目錄為
C:\Users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles
其餘注意事項與Windows2000/XP無異
建立userChrome.css

1. 到Profiles下的 \chrome\ 子目錄裡,新建一個userChrome.css。
2. 以Notepad或WordPad開啟userChrome.css
3. 將以下內容貼進去後,存檔。

/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */



[編輯]
自訂自己的瀏覽器介面
[編輯]
Firefox 一分鐘教室-縮放字體大小

* 修改瀏覽器介面的字體大小

1. 以Notepad或WordPad開啟userChrome.css
2. 把

*{font-size: 14pt !important}

貼進去。(14pt可以改成15pt、20pt、或其它你想要的值)

3. 將此檔案存檔,最後把Firefox關掉,重開一次。

[編輯]
分頁標籤列置底

/* Display the Tabbar at the bottom */
#content > tabbox {-moz-box-direction: reverse;}

參考網址: http://wiki.moztw.org/index.php?title=Firefox_%E4%B8%80%E5%88%86%E9%90%98%E6%95%99%E5%AE%A4-userChrome.css&redirect=no#.E5.BB.BA.E7.AB.8BuserChrome.css

沒有留言: