12-27-2004, 08:52 PM
the mozilla site says how to disable them, but not change them...
can't seem to find anything about changing them though
Code:
Disable Bookmark Icons
You can disable the display of bookmark icons and "favicons" by adding the following code to your user.js file:
// Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
can't seem to find anything about changing them though