1 /* Required, do not remove */
2 @namespace url
("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 /* Hide AdBlock-Plus button in the add-on bar */
5 #abp-toolbarbutton { display: none
; }
7 /* Hide HTTPS Everywhere button in the toolbar */
8 #https-everywhere-button { display: none
; }
10 /* Hide Greasemonkey button in the toolbar */
11 #greasemonkey-tbb { display: none
; }
13 /* Hide Foxyproxy button in the toolbar */
14 #foxyproxy-toolbar-icon { display: none
; }