Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

How to remove firefox sync icon from the status bar?

  • 2 Mbohovái
  • 82 oguereko ko apañuãi
  • 1 Hecha
  • Mbohovái ipaháva the-edmeister

more options

Hello,

Does anyone know how to remove firefox sync icon from the status bar or at least to remove the user name? I looked in preferences and i couldn't find the option so I'm looking for some other way.

Thanks

Hello, Does anyone know how to remove firefox sync icon from the status bar or at least to remove the user name? I looked in preferences and i couldn't find the option so I'm looking for some other way. Thanks

Opaite Mbohovái (2)

more options

1. Open omni.jar and remove these lines (1989 - 2004 for 4.0b6pre linux) from chrome/browser/content/browser/browser.xul:

     <statusbarpanel id="sync-status-button"
                     class="statusbarpanel-iconic"
                     image="chrome://browser/skin/sync-16.png"
                     label="&syncLogInItem.label;"
                     oncommand="gSyncUI.handleStatusbarButton();"
                     onmousedown="event.preventDefault();">
     </statusbarpanel>
     <separator class="thin"/>
     <statusbarpanel id="sync-notifications-button"
                     class="statusbarpanel-iconic-text"
                     hidden="true"
                     popup="sync-notifications-panel">
     </statusbarpanel>
     <panel id="sync-notifications-panel" position="before_end">
         <notificationbox id="sync-notifications-box"/>
     </panel>

2. Remove XUL.mfasl.

Moambuepyre 813529713289572 rupive

more options

Add this to the userChrome.css file to block Sync from having anything appear on the Statusbar.
http://kb.mozillazine.org/UserChrome.css

#sync-status-button { display: none !important; }
#sync-notifications-button { display: none !important; }