Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How to hide addon bar permanently when using mcafee SA?

  • 5 válasz
  • 55 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: 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.

Kiválasztott megoldás

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.

Válasz olvasása eredeti szövegkörnyezetben 👍 8

Összes válasz (5)

more options

Kiválasztott megoldás

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.

Módosította: 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

Módosította: 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.

Módosította: 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 :/