瀏覽單個文章
joe.oo
Regular Member
 

加入日期: Nov 2002
文章: 79
如果不是要針對某個網站自訂樣式的話, 可以不用安裝 Stylish,

直接在 profile-directory 之下新增一個目錄 chrome

在 profile-directory/chrome/ 之下再新增兩個空白css 檔案 :

1. userChrome.css :

可以用 CSS 語法自訂 firefox 的樣式.

2. userContent.css,

可以用 CSS 語法自訂網頁的預設樣式.

原文寫到 :

This file can be used to apply a style to all web pages you view
Rules without !important are overruled by author rules if the
author sets any. Rules with !important overrule author rules.

example: turn off "blink" element blinking

blink { text-decoration: none ! important; }

有興趣請參考 :
http://www-archive.mozilla.org/unix/customizing.html
     
      
舊 2014-09-05, 12:34 AM #51
回應時引用此文章
joe.oo離線中