Extension preferences should NOT clutter the Tools menu.

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
Gandhi2

Extension preferences should NOT clutter the Tools menu.

Post 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.
Fox
Posts: 300
Joined: Sat Jun 10, 2006 3:05 pm
Location: Finland

Post 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;}
Wladimir Palant

Post by Wladimir Palant »

Post Reply