enter image description here

How can I hide this icon in Firefox? View -> Toolbars -> Customize doesn't work, because if I restart Firefox, it comes back.

http://convergence.io/

link|improve this question

62% accept rate
feedback

1 Answer

Check for an extension with this name in Tools -> Add-ons manager and disable it (you can also open it by typing about:addons in the Location bar).


Per comment below, this answer should include information on how to hide the button without disabling the extension. Add this line to userChrome.css and restart Firefox.

#convergence-button {display:none !important;}

Please also notify info@convergence.io of the problem so they can fix the behavior of the icon re-appearing after restart.

link|improve this answer
3  
That disables the add-on completely. They just want to hide the icon. – iglvzx Jan 5 at 2:21
I will write to that e-mail BUT PLEASE DON'T WRITE E-MAIL ADDRESSES IN PLAIN TEXT ON A WEBSITE! – LanceBaynes Jan 5 at 6:08
1  
Lance, there is no problem with posting that email address. – iglvzx Jan 5 at 6:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.