Firefox... taming the beast !

Page 8 of 35 FirstFirst ... 67891018 ... LastLast

  1. Posts : 23,242
    Win 10 Home ♦♦♦19045.4291 (x64) [22H2]
    Thread Starter
       #71

    OldMike65 said:
    How the heck did I miss that ....LoL ok ...


    I noticed the icon changes from the Customize page to the Tool Bar.

    You can put it at the left or the right of the address bar.






    @OldMike65
    Here's what mine looks like now....

    Firefox...  taming the beast !-image1.png
      My Computer


  2. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #72

    Ghot said:
    I noticed the icon changes from the Customize page to the Tool Bar.

    You can put it at the left or the right of the address bar.
    Hmm I already had it added .....but going to test it again ...I did make a slight change.
      My Computers


  3. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #73

    Nope ...still don't work really right ....so I guess it can't be fixed...
      My Computers


  4. Posts : 87
    Win 10
       #74

    Ghot said:
    Did you restart Firefox?
    Yes it does nothing for me
      My Computer


  5. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #75

    Ghot said:
    I noticed the icon changes from the Customize page to the Tool Bar.

    You can put it at the left or the right of the address bar.






    @OldMike65
    Here's what mine looks like now....

    Firefox...  taming the beast !-image1.png
    I don't need a Notifications icon for TenForums ....I already use an app that monitors TenForums for me. Been using it for years now. "Howard Email Notifier "
      My Computers


  6. Posts : 6,847
    22H2 64 Bit Pro
       #76

    OldMike65 said:
    Well Its always been there for me.... I can check on my 2nd rig , as its still the old FF
    I only get it if I click the button.

    Firefox...  taming the beast !-download.png

    Firefox...  taming the beast !-download-2.png
    It's been that way since 2013 as far as I know. When a download is in progress the arrow changes to a status indicator. If you have downloads in progress, clicking the button opens a panel showing the download status.

    FYI.This addon adds a visible progress bar if you really need it.

    Download Manager (S3) – Get this Extension for 🦊 Firefox (en-US)
      My Computer


  7. Posts : 655
    Windows 10 Home
       #77

    Ghot said:
    Well those changes got rid of the blue page and the 3 blue dots. I still have the gold star though.
    Hi Ghot, you can get rid of the star with this code:

    #urlbar #star-button-box
    {
    display:none !important;
    }

    Bo
      My Computer


  8. Posts : 17,838
    Windows 10
       #78

    ... pretty tame...

    Firefox...  taming the beast !-0001050.png
      My Computer


  9. Posts : 1,800
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #79

    Ghot said:
    You may need to get the free program 7zip... I don't know.

    Download
    Yep that's what it needed, unzipped and it works now, but I still don't have tabs on bottom, what line is it that I have to rem out the /* ?
    Code:
    /************************************************************************************************/
    /* TABS - appearance and position ***************************************************************/
    /************************************************************************************************/
    
    /* custom tab appearance - [only use one at a time] *********************************************/
    @import "./css/tabs/classic_squared_tabs.css"; /**/
    /* @import "./css/tabs/classic_squared_tabs_australized.css"; /**/
    
    /* custom tab colors are set inside color_variables***.css file(s) ******************************/
    
    /* remove top corner roundness ******************************************************************/
    /* @import "./css/tabs/classic_squared_tabs_fully_squared.css"; /**/
    
    
    /************************************************************************************************/
    /* TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content) *******/
    /************************************************************************************************/
    
    /* [only use one at a time] - BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT ******/
    
    /* - TABS BELOW TITLEBAR (Fx56-like) ************************************************************/
    /* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/
    
    /* - TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP *****************************/
    /* [!] Note: do not use OS titlebar with 'tabs not on top' code on macOS ************************/
    /* [!] Note: only ~fx65_v2 works with multi-tab lines option on Fx65+. **************************/
    /* - Fx 60-64 ***********************************************************************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/ /* <-- Windows/Linux */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_macOS.css"; /**/ /* <-- macOS */
    /* - Fx 65-67 - Windows/Linux *******************************************************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65.css"; /**/
    /* - Fx 65-73 - macOS ***************************************************************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65_macOS.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65_macOS_default_tabs.css"; /**/
    /* - Fx 65+ v2 - mainly for multi-lined tabs (Glitches with inactive menubar!) ******************/  /* <- use this for multiple tab lines support */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65_v2.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65_v2_force_hidden_menubar.css"; /**/ /* no menubar when OS titlebar is active */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx65_v2_macOS.css"; /**/
    /* - Fx 68-71 Windows/Linux (use the Fx 65+ versions for macOS) *********************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx68.css"; /**/
    /* - Fx 72-73 Windows/Linux (use the Fx 65+ versions for macOS) *********************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx72.css"; /**/
    /* - Fx 74-88 Windows/Linux *********************************************************************/
    /* [!] might require overriding url bars 'selection color' --> see corresponding area ***********/ 
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx74.css"; /**/
    /* - Fx 74-88 - macOS ***************************************************************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx74_macOS.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx74_macOS_default_tabs.css"; /**/
    /* - Fx 89+ Windows/Linux ***********************************************************************/
    /* [!] might require overriding url bars 'selection color' --> see corresponding area ***********/ 
    @import "./css/tabs/tabs_below_navigation_toolbar_fx89.css"; /**/
    /* - Fx 89+ - macOS *****************************************************************************/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx89_macOS.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_fx89_macOS_default_tabs.css"; /**/
      My Computers


  10. Posts : 23,242
    Win 10 Home ♦♦♦19045.4291 (x64) [22H2]
    Thread Starter
       #80

    Anak said:
    Yep that's what it needed, unzipped and it works now, but I still don't have tabs on bottom, what line is it that I have to rem out the /* ?


    This line...

    @import "./css/tabs/tabs_below_navigation_toolbar_fx89.css"; /**/
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:36.
Find Us




Windows 10 Forums