Mozilla 도움말 검색

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

Learn More

How to hide addon bar permanently when using mcafee SA?

  • 5 답장
  • 55 이 문제를 만남
  • 11 보기
  • 최종 답변자: Purple_T0FU

more options

Iam using Mcafee SA in FF4. It turns on addon bar everytime I start FF. How to hide it permanently with Mcafee Site Advisor ON, so I can have Max Screen size.

Iam using Mcafee SA in FF4. It turns on addon bar everytime I start FF. How to hide it permanently with Mcafee Site Advisor ON, so I can have Max Screen size.

선택된 해결법

This has been really bugging me for a while too and I just found a solution so I thought I would share it.

Go to your firefox profile and the 'chrome' subfolder. Open the userChrome-example.css in a text editor and paste the following text at the bottom:

#addon-bar
{
  display: none !important;
}

Save the file as userChrome.css in the same folder. Restart firefox and no more addon-bar :)


If you still want to see addon information that is displayed on the right side of the addon-bar you can use the 'TotalToolbar' addon (from http://totaltoolbar.mozdev.org/) to move that block to another toolbar. I put mine on the right side of the navigation toolbar.

문맥에 따라 이 답변을 읽어주세요 👍 8

모든 댓글 (5)

more options

선택된 해결법

This has been really bugging me for a while too and I just found a solution so I thought I would share it.

Go to your firefox profile and the 'chrome' subfolder. Open the userChrome-example.css in a text editor and paste the following text at the bottom:

#addon-bar
{
  display: none !important;
}

Save the file as userChrome.css in the same folder. Restart firefox and no more addon-bar :)


If you still want to see addon information that is displayed on the right side of the addon-bar you can use the 'TotalToolbar' addon (from http://totaltoolbar.mozdev.org/) to move that block to another toolbar. I put mine on the right side of the navigation toolbar.

글쓴이 hatcher29 수정일시

more options

Thanks hatcher29... Problem solved.

For newbies.... here is the solution explained in detail

Create a file userChrome.css in the chrome subfolder of the profile folder of firefox. For this click on Start -> run > Type in %appdata% and hit OK. This will open application data folder or appdata\roaming if you're in vista. From here browse to Mozilla \ Firefox \ Profiles \ xxxxxxxx.default (this is your profile folder). In here you'll find the folder Chrome Enter the folder chrome and create the file userChrome.css

In the file enter the code mentioned by hatcher29

글쓴이 cnvijay 수정일시

more options

I tried to do this step by step and it didnt work maybe i did something wrong can u upload pictures so i can see how it is done?

update:

I did it! It took awhile but i finally got it.

글쓴이 shunshort 수정일시

more options

i never could find the chrome subfolder

more options

For me, the chrome subfolder was located underneath 'extension' after i clicked the xxxxx.default. Then, I had another xxxxxxx folder and it was located underneath there. Hope this helps :/