人,因思则变。
Posts tagged CSS
定义火狐的userChrome.css
0将地址栏收藏按钮移除:
#star-button { display: none !important; }
将地址栏RSS按钮移除:
#feed-button {display:none;}
将地址栏收藏按钮移除:
#star-button { display: none !important; }
将地址栏RSS按钮移除:
#feed-button {display:none;}