這個可以改得東西還真多... 還真不錯
剛湊出能在stylish動作的code
不過功能比較簡單就是了
代碼:
#main-window[width="1152"][height="864"] > #navigator-toolbox > #PersonalToolbar{visibility:visible !important} /*顯示書籤列*/
#main-window[width="1152"][height="864"] > #navigator-toolbox > #nav-bar,/*預設瀏覽列隱藏*/
#main-window[width="1152"][height="864"] > #navigator-toolbox > #PersonalToolbar/*預設書籤列隱藏*/
{display: none !important}
#main-window[width="1152"][height="864"] > #navigator-toolbox:hover > #nav-bar,/*滑過瀏覽列顯示*/
#main-window[width="1152"][height="864"] > #navigator-toolbox:hover > #PersonalToolbar/*滑過書籤列顯示*/
{display: -moz-box !important}
width,height 是全螢幕解析度..