前往
大廳
主題

火狐Firefox Stylish CSS樣式:分頁計數器

—— | 2015-08-08 19:26:30 | 巴幣 0 | 人氣 255

讓你知道開啟幾個分頁,釘選分頁不算,在數字按左鍵,可回復己關閉分頁。
分頁開多了標題會顯示不全或剩下圖示,不好找,這個樣式顯示己開啟分頁的標題。
/*分頁計數器*/
#main-window {counter-reset: tabs !important;}
.tabbrowser-tab:not(:-moz-any([pinned],[concealed])) {counter-increment: tabs !important;}
#alltabs-button {visibility: visible !important;}
#alltabs-button:after {
content: counter(tabs) !important;
color: #000000 !important;

font-size: 14px !important;
display: -moz-box !important;}
#alltabs-button > :-moz-any(label, image) {display: none !important;}

創作回應

更多創作