Mozilla 도움말 검색

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

Learn More

How to restore addon buttons from navbar?

  • 5 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: FredMcD

more options

I had to remove navbar, because old firefox layout, when menu bar could been merged with navigation bar, is great, as it saves a lot of vertical space, which is super important in the world of widescreens. This is specially annoying, in fullscreen mode, when navbar is visible as an ugly small bar on top of screen, even being completely empty. So now, addon buttons just dissappears completely, even from "Customize".

I removed navbar by adding this lines to `userChrome.css`: ```

  1. nav-bar { display: none !important; }

ublick * #nav-bar * { visibility: visible; }

``` Unfortunately, keeping navbar is not an option, as it eats the vertical space, even being empty. So my question is, how to restore addon buttons from navbar? I can see a nuber of options here: - Forbid addons to add buttons to navbar, so they automatically appear in "Customization". - Make an alias (or something), so buttons go to another bar, which I select. - Make a navbar take no space, if it's empty, so buttons coulld be removed from it.

Is any of this possible?

I had to remove navbar, because old firefox layout, when menu bar could been merged with navigation bar, is great, as it saves a lot of vertical space, which is super important in the world of widescreens. This is specially annoying, in fullscreen mode, when navbar is visible as an ugly small bar on top of screen, even being completely empty. So now, addon buttons just dissappears completely, even from "Customize". I removed navbar by adding this lines to `userChrome.css`: ``` #nav-bar { display: none !important; } ublick * #nav-bar * { visibility: visible; } ``` Unfortunately, keeping navbar is not an option, as it eats the vertical space, even being empty. So my question is, how to restore addon buttons from navbar? I can see a nuber of options here: - Forbid addons to add buttons to navbar, so they automatically appear in "Customization". - Make an alias (or something), so buttons go to another bar, which I select. - Make a navbar take no space, if it's empty, so buttons coulld be removed from it. Is any of this possible?

모든 댓글 (5)

more options

Hi

Thank you for your question.

I must admit that I am not certain of what you are trying to achieve, but I recommend that you have a read of this article that will show you have to customize the toolbars and buttons in Firefox.

I hope this helps, but if not, please come back here and we can look into a different solution for you.

more options

글쓴이 iuntude1956 수정일시

more options

Seburo said

Hi Thank you for your question. I must admit that I am not certain of what you are trying to achieve, but I recommend that you have a read of this article that will show you have to customize the toolbars and buttons in Firefox. I hope this helps, but if not, please come back here and we can look into a different solution for you.

This is 100% irrelevant, please remove your comment to do not destruct other viewers with dump responses. Highscore you reputation somewhere else, or post some usefull responces.

글쓴이 iuntude1956 수정일시

more options

You can look at the Classic Theme Restorer extension.

  • You can check out the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
  • You can find extra toolbar buttons and more toolbar settings in Customize (3-bar Firefox menu button > Customize)
more options

Using Classic Theme Restorer, I created a second toolbar, and restored the add-ons bar at the bottom of the window.

And by using Vertical Toolbar {web link}, I added a vertical toolbar at the edge of the window.