星期五, 5月 28, 2010

[FX]新增空白頁面顯示自定圖片

Firefox新增空白頁面顯示自定圖片
基本上是參考這一篇文章痛火狐改造計畫

不過我的系統是Mac OSX 10.6.3,所以在路徑上Windows不太一樣

Windows為
C:\Documents and Settings\[使用者名稱]\Application Data\Mozilla\Firefox\Profiles\[亂數]\chrome\

Mac OS為
/Users/使用者名稱/Library/Application\ Support/Firefox/Profiles/[亂數]/chrome/

在同一個目錄之下複製一份userContent-example.css並將檔名更改為userContent.css

使用文字編輯器打開userContent.css
貼入以下
@-moz-document url("about:blank") {
html{
background-image: url("file:////Users/使用者名稱/圖片路徑") !important;
background-position: 50% 0% !important;
background-repeat: no-repeat !important;
}
}

注意在file:之後是三個///
假如要直接連網路上的圖片,就將網址取代黃色文字的位置


FX安裝Personas附加元件的Vocaloid Miku Future
空白頁顯示Evangelion 綾波 零

0 意見:

張貼留言