How to remove Sync login button from Firefox Start Menu

Tried Sync in the past and didn't like it.
The presence of the button adds to clutter I would rather do without.
So, is there a way to get rid of Sync login button from Firefox Start Menu ?
Regards, etc.

If you use userChrome.css then you need to create and chrome folder and the userChrome.css within this folder.
* Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
* Use a plain text editor like Notepad to create a (new) userChrome.css file in this folder (the names are case sensitive)
* Paste the code in the userChrome.css file in the editor window and make sure that the userChrome.css file starts with the default @namespace line
*http://kb.mozillazine.org/Editing_configuration
See also:
*http://mxr.mozilla.org/mozilla-release/source/browser/components/customizableui/content/panelUI.inc.xul

Similar Messages

  • How to remove the pic icon from the start screen?

    How to remove the pic icon from the start screen?

    You can turn it off via Settings > General > Passcode Lock > Picture Frame , but only if you have a passcode set - if you don't use a passcode lock, then you can't turn picture frame off (the option will be greyed out)

  • How to remove the EDIT button from Overview Page

    Hi,
    I have a overview page for Service Request(SRQM_INCIDENT_H - component). Now, I want to remove the EDIT button from the overview page and want to place it for each assignment block.
    I have seen the there is concept calles VIEW_GROUP_CONTEXT. However, I am not sure how exactly I need to apply that and what code and where I need to write.
    Please help me.
    Thanks,
    Sandeep

    Hello Sandeep,
    we removed in our system a lot of the standard buttons in this overview page like this:
    METHOD in IMPL-Class: IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS
    Coding example:
    CALL METHOD super->if_bsp_wd_toolbar_callback~get_buttons
        RECEIVING
          rt_buttons = lt_buttons.
      CLEAR rt_buttons.
    * Alle Buttons außer die genannten werden an RT_Buttons angehängt und damit angezeigt.
      LOOP AT lt_buttons INTO wa_buttons.
        CASE wa_buttons-on_click.
          WHEN 'NEW_FROM_TEMPLATE' OR 'DIV_CREATE_COPY' OR 'AUTO_COMPLETE' OR 'AUTO_SUGGEST_PROBLEM'
                OR 'AUTO_SREACH_KNOWART' OR 'SENDEMAIL' OR 'PRINT_PREVIEW' OR 'OUTPUT' OR 'DISPLAY_OBJ_REL' .
    *     Do nothing
          WHEN OTHERS.
            APPEND wa_buttons TO rt_buttons.
        ENDCASE.
      ENDLOOP.
    Kind regards
    Manfred

  • How to remove a Sort button from ALV List

    Hi Experts,
    How to remove sort button from ALV List.
    I have requirement where I need to remove the sort button from ALV list.
    Kindly give me useful clues.
    Higher points will be awarded for the useful inputs.
    Thanks in Advance,
    Dharani

    Hi dharani,
    1. UP and Down Sort Button will get removed.
    2. Important code is marked in bold
    3. Just copy paste.
    4.
    report abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA : alvfcwa TYPE slis_fieldcat_alv.
    <b>data : excl type SLIS_T_EXTAB.
    data : exclwa type SLIS_EXTAB.</b>
    data : begin of itab occurs 0.
            include structure usr02.
    data : end of itab.
    START-OF-SELECTION.
      select * from usr02
      into table itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = sy-repid
          i_internal_tabname     = 'ITAB'
          i_inclname             = sy-repid
        CHANGING
          ct_fieldcat            = alvfc
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    <b>*----
    IMPORTANT
    fcodes to remove
    Up and Down Sort Button
    exclwa-fcode = '&OUP'.
    append exclwa to excl.
    exclwa-fcode = '&ODN'.
    append exclwa to excl.</b>
    Display
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          it_fieldcat   = alvfc
          <b>IT_EXCLUDING     = excl</b>
        TABLES
          t_outtab      = itab
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
    regards,
    amit m.

  • How to change the language in the firefox start menu?

    my firefox start menu bar is in Germany. Also the menu on the google apears in Germany and I want to change it to English or portuguese.
    I have also another problem. Have a DVDStudio software to download music and video from Youtube. I can do it from my Google chrome, but can not from my firefox.

    If you have the Firefox user interface (menu bar) in the wrong language or want to change the current language then you can get Firefox in the language of your choice here:
    * http://www.mozilla.com/firefox/all.html
    Uninstall the current Firefox version, but make sure that you do not remove your personal data.
    Install the new Firefox version of the wanted language.
    If the Google (Firefox) or Yahoo home page is in the wrong language then see:
    * Google: http://www.google.com/support/bin/answer.py?answer=873
    * Yahoo!: http://help.yahoo.com/l/us/yahoo/homepage/homepage/basics/troubleshoot-02.html

  • How to remove the select button from the alv grid

    Hi,
    I am using the Function modules for alv report,
    My 1st field in the list is checkbox,
    User can select the checkbox for further process.
    My problem is I want to remove the standards select option from alv.
    I have searched in slis_layout_alv for any option, but I could not.
    Please help me.
    Regards
    Rajan

    HI
      Exclude process options from ALV
        PERFORM alv_excl. ( g_r_excl     TYPE  ui_functions  . )
    FORM alv_excl.
      APPEND cl_gui_alv_grid=>mc_mb_sum          TO  g_r_excl.
      APPEND cl_gui_alv_grid=>mc_mb_subtot       TO  g_r_excl.
      APPEND cl_gui_alv_grid=>mc_fc_graph        TO  g_r_excl.
      APPEND cl_gui_alv_grid=>mc_fc_info         TO  g_r_excl.
      APPEND cl_gui_alv_grid=>mc_fc_print_back   TO  g_r_excl.
    ENDFORM.                    " alv_excl
    CALL METHOD g_r_grid->set_table_for_first_display
              EXPORTING
                is_layout                     = g_r_layo
                is_variant                    = g_r_variant
                it_toolbar_excluding       = g_r_excl
                i_save                        = 'X'
              CHANGING
                it_outtab        = g_t_yetprint[]
                it_fieldcatalog  = g_t_fieldcat.
    Options appended in g_r_excl, will be excluded from ALV
    Praveen

  • Does anyone know how to remove the Facebook toolbar from Firefox 6.0

    my firefox update,and added facebook,my fault. now my pc crawling,i need to remove the facebook toolbar/addon but it does not show in extensions or plugins, but facebook is there on the pages at the top,so its there,pc ran perfect till face book add on in the update

    Is this a bookmark on the bookmarks toolbar? If so you can remove it by right-clicking on it and selecting Delete.

  • Does any one know how to remove the guest account from the start up screen

    ihave had this problem for a while now and still can't make it go away i have be in system prefreces and accounts but i still can't make it out

    To expand a bit on that answer, Find My Mac allows you to locate, lock or erase your MBP remotely if it gets lost or stolen.  But that is only possible if the person who finds it is able to log in somehow and get on a network.  Thus the guest account being turned on as long as Find My Mac is enabled in System Preferences -> iCloud.  Note that the guest account does not make your computer any more insecure, but if it really bothers you, you'll have to turn off Find My Mac.  And note that if your computer is stolen while that setting is off, there's nothing you can do about it other than call the police.

  • How to remove the Advanced Options from Grub boot menu

    The new version of grub groups kernels under a section of the menu called Advanced Options which makes selecting a kernel unattended impossible. Can this behavior be disabled so that grub.cfg has simply one menu item per kernel like the old behavior? Thank you.

    @bstaletic, your link 'this thread' directs to a github page, which as I can see it has nothing to do with the grub problem.
    @maggie, https://bugs.archlinux.org/task/38455, which indicates you have to disable /etc/grub.d/10_linux .

  • How can I remove the Star Button from the Address Bar?

    How can I remove the Star Button from the Address Bar? There's no obvious way of doing it. Is there any about:config value related to it?

    https://addons.mozilla.org/en-US/firefox/addon/no-star-button/

  • How can I remove Top Sites button from Favorites?

    Hi!
    How can I remove Top Sites button from Favorites bar?
    There is no problem to remove it in previous Safari.
    But I cant find how to remove it in Safari 7.0.

    >>Ok, but they dont have solution.
    Correct - there's not been one found so far, that we've seen here, anyway.

  • How do I remove old image buttons from Properties panel?

    Hi,
    I have been working out how to use Image Buttons in Captivate 6 and have created loads which now appear in the Properties Panel.
    How do I remove unused image buttons from the Properties Panel?
    Thanks

    Hi there
    When you look at the Properties panel, you see ALL available images for the buttons. (Assuming that you are referring to to the stock images supplied by Captivate)
    Is this the list you are trying to clear?
    If so, it's the same list you see with any project Captivate creates.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to remove the time slider from my project and keep only buttons

    How to remove the time slider from my project and keep only buttons to interact with my project .

    If I understand you correctly, go to the skin editor (Project, Skin Editor in Captivate 4), select the Playback Control tab, uncheck the Progressbar check box.  Leave checked the buttons for play/pause, rewind, forward, back, etc.
    I hope this helps.
    Mister C.

  • How do i remove floating home button from iphone 5 please

    how do i remove floating home button from iphone 5 please

    On some iPhones, the Home button itself stopped working. Mostly on the 3GS and prior. This was due to the fact some customers "man handled" the button all too much.
    The newer iPhones has some reinforcements for the button.
    KOT

  • The windows of the Windows bar are already a form of tabs, so I don't need them in Firefox. How can I disable them completely from Firefox 23?

    RE: TABS ARE WINDOWS!
    The Windows bar already functions as a tab bar. Those tabs are called "windows." So, I find Firefox tab windows superfluous. How can I disable them completely from Firefox 23? I don't need what is essentially TWO windows bars covering up the entire width of my widescreen monitor's image! I already have a Windows bar at the bottom of my screen and, if I really wanted to, I could change ITS position to the top of the screen, so that it would LOOK like the Firefox tab windows bar. Firefox TABS are, essentially, a superfluous SECOND WINDOWS BAR.
    Here are my reasons for why I'd rather use Mozilla's Firefox, than Microsoft's Internet Explorer or Google's Chrome. I love and admire Firefox for Mozilla's intent on good security, for Firefox's Personas add-on, and for Firefox's free use of the Ad-Block add-on which, as you know, has the distinct virtue of reducing screen clutter--the last of which is my motive for wanting to get rid of the SUPERFLUOUS Firefox tabs "windows" bar. I am dreadfully sick of companies forcing miscellaneous bars (mostly representing marketing campaigns trying to sell me something) into my browser (and down my throat) every time I download something. (In case you haven't guessed, I am deliberately referring to your Firefox tabs bar as a "Firefox tabs 'windows' bar," because TABS are WINDOWS!)

    Let me clarify even more. The Firefox add-on you mention does not remove "tabs" windows. It only HIDES the "tabs" bar when there is only one "tab" in that window. It DOES NOT end "tabs." It does not turn "tabs" off.
    I know this, because, even with the add-on you recommend, the "tabs" bar often re-appears when I open a link, which--for some unknown reason--Firefox defaults to opening in a second "tab" within the same window, rather than putting it in a new Windows bar window. This, of course, disregards what I want to happen.
    I want to use my Windows bar to control my windows. I do not want my Firefox browser controlling my windows--which it calls "tabs." Can you tell me how to shut off "tabs?"

Maybe you are looking for