Extension preferences should NOT clutter the Tools menu.
Extension preferences should NOT clutter the Tools menu.
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.
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:
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;}
It is simpler than that: http://adblockplus.org/en/faq_customization#menu_remove