본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Hola Unblocker addon can't hide icon from the toolbar

more options

I installed the Hola Unblocker ( https://addons.mozilla.org/en-us/firefox/addon/hola ) extensionn and tbh it's doing a pretty good job. But I can't remove its icon from the toolbar. I tried Right Click => Customize but when I drag it nothing happens. I googled a bit and found out that it's an extension bug ( http://hola.org/faq.html#ub_icon ). So is there any way to force it, please help me if possible. :)

I installed the Hola Unblocker ( https://addons.mozilla.org/en-us/firefox/addon/hola ) extensionn and tbh it's doing a pretty good job. But I can't remove its icon from the toolbar. I tried Right Click => Customize but when I drag it nothing happens. I googled a bit and found out that it's an extension bug ( http://hola.org/faq.html#ub_icon ). So is there any way to force it, please help me if possible. :)

모든 댓글 (7)

more options

No the addon devs will have to fix that bug. You can though try to troubleshoot the localstore.rdf file.

more options

Hope they fix it. Thank you ^_^

more options

A lot of Firefox's user interface can be modified using style rules, including hiding icons. If you find it really, really annoying, it might be worth investigating that. However, if you need the button sometimes, then hiding it might not be that useful.

more options

I literally never use the icon, how can I do it ?

more options

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first from the list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate the the DOMi has located that element in the DOM tree.

That should bring you to this toolbar button and give you its ID.

more options

When I installed that addon.... No icon showed......

more options

I can't install it for some reason, so I can't extract the ID from the toolbar. My best guess about the ID based on the extension's contents is:

#jid1-4P0kohSJxU1qGg@jetpack-toggle-button

If you have the Stylish extension, you could try the following new rule (create a new blank rule):

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#jid1-4P0kohSJxU1qGg@jetpack-toggle-button {
  display:none !important;
}

Sorry I can't test this.