引用
@林小鹿吧 (16楼)
马克
———————————————————————————
/*夜间样式*/
browser[type="content-primary"] {background-color:black !important;}
html{opacity:0.5!important;background:black!important;}
body{background:white!important;}
/*帮firegestures的摇摆手势加上记数器*/
@-moz-document url(chrome://browser/content/browser.xul) {
menuitem.alltabs-item.menuitem-iconic.menuitem-with-favicon{
counter-increment:A;
}
menuitem.alltabs-item.menuitem-iconic.menuitem-with-favicon:before{
content:counter(A)" :";
}
}