Page 1 of 1

Extension preferences should NOT clutter the Tools menu.

Posted: Mon Oct 16, 2006 4:34 pm
by Gandhi2
Thank You very much for this great extension, i cant imagine not using it! Just one suggestion: The "Tools" menu is normally used for launching apps such as chatzilla within firefox, not for extension preferences, which should go under "options" in addons menu.

Posted: Mon Oct 16, 2006 6:10 pm
by Fox
I know many other extensions that also open "options/preferences" -window with that,
so i don't know what your "normally" means:)

Anyway, you can hide/remove it with MenuEditor -extension or with Adblock Plus element hiding filter, see Faq or with userChrome.css with this css code:

Code: Select all

/* Remove Adblock Plus from the Tools menu */
menuitem[label="Adblock Plus..."] {display: none !important;}

Posted: Tue Oct 17, 2006 1:28 pm
by Wladimir Palant