[NEW] Can't hide abp icon from toolbar in Seamonkey

Posting here is no longer possible, please use the corresponding product forum.
Locked
A_lex

[NEW] Can't hide abp icon from toolbar in Seamonkey

Post by A_lex »

Browser: Seamonke 2.23, Win7 64x
After last update abp's icon appears in toolbar. If i press this icon, in "options" sub-menu i didn't see "Show in toolbar" string. That string is in "Tools" menu, But effect continues until restart browser. After restart icon appears again. In "prefs.js" string "user_pref("extensions.adblockplus.showintoolbar", false);" always in 'false'
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by Gingerbread Man »

I can confirm this. Seamonkey 2.23 and Adblock Plus 2.4.1.3759.

First of all, when I tested, the Adblock Plus icon ended up on the Bookmarks Toolbar. I would think that's unintentional, because it makes no sense for an add-on icon. I can also manually move the icon onto the navigation toolbar, so there doesn't seem to be a technical limitation.

Secondly, although you can initially get rid of the icon, it comes back after Seamonkey is restarted.

Until this is fixed, you can get rid of the toolbar icon with the following style in userChrome.css. It won't affect the status bar icon which isn't displayed by default and doesn't come back after restarting.
:arrow: http://kb.mozillazine.org/UserChrome.css

Code: Select all

#abp-toolbarbutton { display: none !important }
A_lex

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by A_lex »

Thanks! I'll try...
ant
Posts: 227
Joined: Sun Aug 26, 2007 5:01 am
Location: An Ant Farm
Contact:

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by ant »

Gingerbread Man wrote:I can confirm this. Seamonkey 2.23 and Adblock Plus 2.4.1.3759.

First of all, when I tested, the Adblock Plus icon ended up on the Bookmarks Toolbar. I would think that's unintentional, because it makes no sense for an add-on icon. I can also manually move the icon onto the navigation toolbar, so there doesn't seem to be a technical limitation.

Secondly, although you can initially get rid of the icon, it comes back after Seamonkey is restarted.

Until this is fixed, you can get rid of the toolbar icon with the following style in userChrome.css. It won't affect the status bar icon which isn't displayed by default and doesn't come back after restarting.
:arrow: http://kb.mozillazine.org/UserChrome.css

Code: Select all

#abp-toolbarbutton { display: none !important }
When will this bug be fixed? :) I find it strange/odd that my Debian stable (not IceApe) and 64-bit W7 HPE SP1 did not have this problem.
Ant @ The Ant Farm (http://antfarm.ma.cx) and Ant's Quality Foraged Links (http://aqfl.net).
ant
Posts: 227
Joined: Sun Aug 26, 2007 5:01 am
Location: An Ant Farm
Contact:

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by ant »

I saw a v2.5.1 update for ABP. I downloaded, installed, tried the setting, restarted SM, and still saw it. Was it not fixed in v2.5.1? :(
Ant @ The Ant Farm (http://antfarm.ma.cx) and Ant's Quality Foraged Links (http://aqfl.net).
DSP

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by DSP »

Will someone fix this issue?
It has been present since ABP 2.4.
Freaking annoying.
p_hill
Posts: 438
Joined: Mon Feb 03, 2014 5:26 pm
Location: Cologne

Re: [NEW] Can't hide abp icon from toolbar in Seamonkey

Post by p_hill »

Locked