Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to remove Help - About ->"Check for updates"

  • 1 antwoord
  • 6 hebben dit probleem
  • 3 weergaven
  • Laatste antwoord van cor-el

more options

I need to disable completelly all update possibilities from Firefox 4 installation and this is still something that I have not been able to remove.

inside omni.jar I have found similar configuration files that have been working also in prevoius FF versions and have been able to remove update tab completelly from Tools - Options -> Advanced but I have not been able to remove this update button from FF.

I thought that I found correct file to change: "omni.jar\chrome\browser\content\browser -> aboutdialog.xul" but modifying that does not affect at all to this About - check for updates button.

Any ideas? I have tried to check other files also for this, but have not yet found anything, unfortunately...

I need to disable completelly all update possibilities from Firefox 4 installation and this is still something that I have not been able to remove. inside omni.jar I have found similar configuration files that have been working also in prevoius FF versions and have been able to remove update tab completelly from Tools - Options -> Advanced but I have not been able to remove this update button from FF. I thought that I found correct file to change: "omni.jar\chrome\browser\content\browser -> aboutdialog.xul" but modifying that does not affect at all to this About - check for updates button. Any ideas? I have tried to check other files also for this, but have not yet found anything, unfortunately...

Alle antwoorden (1)

more options

A possibility is to use CSS code in userChrome.css or create an extension that adds this code.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#updateBox { display:none !important; }