Quote | ||
Another useful firefox config (in my opinion).... I don't like icons, and get rid of them wherever I can. The icons in the firefox bookmarks menu and tabs can be removed (not just replaced with a default icon) by adding this to userChrome.css:
I still don't know how to remove the icon from the address bar. |
Code Sample |
/* hide favicon placeholder in Address url toolbar */ #page-proxy-deck { display: none !important; } |
Code Sample |
//@line 278 "/builds/tinderbox/Fx-Mozilla1.8.0/Linux_2.4.21-37.ELsmp_Depend/mozilla/xpfe/components/filepicker/src/nsFilePicker.js.in" "", |
Code Sample |
//@line 278 "/builds/tinderbox/Fx-Mozilla1.8.0/Linux_2.4.21-37.ELsmp_Depend/mozilla/xpfe/components/filepicker/src/nsFilePicker.js.in" FILEPICKER_CONTRACTID, |