Firefox... taming the beast part 2 !!

Page 33 of 53 FirstFirst ... 23313233343543 ... LastLast

  1. Posts : 23,605
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
    Thread Starter
       #321

    @Anak


    Or.... you could just use this Chrome folder... Chrome 4.20.zip ...and the about:config stuff in the original post...


    To get this...

    Firefox... taming the beast part 2 !!-image1.png





    And, these settings at the bottom left of the Customization screen...

    Firefox... taming the beast part 2 !!-00000-firefox-customize-settings.png



    Anything else is just dragging things to or from the Customization screen.
    Things I'm NOT using and are "left" on the Customization screen....

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


  2. Posts : 1,801
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #322

    Ghot said:
    Or.... you could just use this Chrome folder... Chrome 4.20.zip ...and the about:config stuff in the original post...

    And, these settings at the bottom left of the Customization screen...

    Firefox... taming the beast part 2 !!-00000-firefox-customize-settings.png

    I had thought of usin' the brand new chrome420 before I fell asleep and this morning that's what I did, I unzipped 420 an placed it in my default release file then went over all the about:config settings and the settings to the bottom left of the customization screen, restarted FF and tabs remained on top. I even restarted the pc and tabs remained on top.

    While checkin' the about:config settings I did see two oddities:

    When I searched for browser.urlbar.update1
    I saw these extra config settings. The extra's are in italics.

    browser.urlbar.update1 false
    browser.urlbar.update1.interventions false
    browser.urlbar.update1.searchTips false
    browser.urlbar.update1.view.stripHttps false


    When I searched for contextualSearch.enabled
    I saw this:

    browser.urlbar.contextualSearch.enabled true
    contextualSearch.enabled true

    And set the extras the same as the setting I was checkin'.

    IDK, something's wrong somewhere. . .

    AFK. . .
      My Computers


  3. Posts : 23,605
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
    Thread Starter
       #323

    Anak said:
    I had thought of usin' the brand new chrome420 before I fell asleep and this morning that's what I did, I unzipped 420 an placed it in my default release file then went over all the about:config settings and the settings to the bottom left of the customization screen, restarted FF and tabs remained on top. I even restarted the pc and tabs remained on top.

    While checkin' the about:config settings I did see two oddities:

    When I searched for browser.urlbar.update1
    I saw these extra config settings. The extra's are in italics.

    browser.urlbar.update1 false
    browser.urlbar.update1.interventions false
    browser.urlbar.update1.searchTips false
    browser.urlbar.update1.view.stripHttps false


    When I searched for contextualSearch.enabled
    I saw this:

    browser.urlbar.contextualSearch.enabled true
    contextualSearch.enabled true

    And set the extras the same as the setting I was checkin'.

    IDK, something's wrong somewhere. . .

    AFK. . .




    Do you have a current screen shot, showing where the tabs are?
    And have you had your coffee?
      My Computer


  4. Posts : 1,801
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #324

    Ghot said:
    Do you have a current screen shot, showing where the tabs are?
    And have you had your coffee?
    Here ya go. . .

    Firefox... taming the beast part 2 !!-ff-cap.png

    Apologies on the ratty appearance I don't have my usual image editors installed and 11's paint tear's up the image when it's resized, there's a teck term for it but it escape's me at the moment, pixelation?

    Afterwards and/or get this fixed I have to step away from the new machine and concentrate on real life and get caught up on other things, but I'll stick with you until then.

    Yep, I've had my coffee, actually I cut mine off around 10am or I won't sleep at night. . .


    AFK
      My Computers


  5. Posts : 23,605
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
    Thread Starter
       #325

    @Anak

    It looks like you have the top choice (1.) from post #320 activated, instead of the 2nd choice.
    Last edited by Ghot; 01 Feb 2023 at 14:12.
      My Computer


  6. Posts : 1,801
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #326

    Ghot said:
    @Anak

    It looks like you have the top choice (1.) from post #320 activated, instead of the 2nd choice.
    Ah, yeah_ah, Which part of the code do I need to get to, to change it?

    This is from a working tabs below bookmarks toolbar FF 109.0 win10 OS; The non-workin' section is below it and marked in Bold. They both look the same to me.:
    Code:
    /* ======================================================================================
       TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content)
       ======================================================================================
       
       [!] only use one option at a time
       [!] only use BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT
    */
    
    
    /* ---------------------------------------------
       TABS BELOW TITLEBAR (Fx56-like tabs position)
       ---------------------------------------------
    */
    
    /* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/
    
    
    /* --------------------------------------------------------------
       TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP
       --------------------------------------------------------------
    
       [!] Note: only 'alt' works with multi-tab lines option.
       [!] Note: might require overriding url bars 'selection color' --> see corresponding area
    */
    
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/
    
    /* MacOS */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_macOS.css"; /**/
    
    
    /* Alternative for multi-lined tabs (Glitches might occur with inactive menubar!)
       [!] use option below for multiple tab lines support
    */
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/
    
    /* [!] no menubar when OS titlebar is active */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_force_hidden_menubar.css"; /**/
    
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_macOS.css"; /**/
    
    /* Move tabs to a higher position 
       [!] not compatible to 'tabs toolbar - multiple tab lines' option
       [!] only use one option at a time
       [!] EXPERIMENTAL
    */
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only.css"; /**/
    
    
    /* ----------------------------------------
       TABS BELOW MAIN CONTENT (TABS ON BOTTOM)
       ----------------------------------------
      
       [!] not compatible to 'tabs toolbar - multiple tab lines' option
    */
    
    /* Use this when on Windows/Linux */
    /* @import "./css/tabs/tabs_below_main_content.css"; /**/
    
    /* Use this when on MacOS */
    /* @import "./css/tabs/tabs_below_main_content_macOS.css"; /**/
    
    
    This is from the non-working tabs below bookmarks toolbar FF 109.1 win11 OS: <----- HERE
    
    /* ======================================================================================
       TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content)
       ======================================================================================
       
       [!] only use one option at a time
       [!] only use BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT
    */
    
    
    /* ---------------------------------------------
       TABS BELOW TITLEBAR (Fx56-like tabs position)
       ---------------------------------------------
    */
    
    /* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/
    
    
    /* --------------------------------------------------------------
       TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP
       --------------------------------------------------------------
    
       [!] Note: only 'alt' works with multi-tab lines option.
       [!] Note: might require overriding url bars 'selection color' --> see corresponding area
    */
    
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/
    
    /* MacOS */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_macOS.css"; /**/
    
    
    /* Alternative for multi-lined tabs (Glitches might occur with inactive menubar!)
       [!] use option below for multiple tab lines support
    */
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/
    
    /* [!] no menubar when OS titlebar is active */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_force_hidden_menubar.css"; /**/
    
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_macOS.css"; /**/
    
    /* Move tabs to a higher position 
       [!] not compatible to 'tabs toolbar - multiple tab lines' option
       [!] only use one option at a time
       [!] EXPERIMENTAL
    */
    
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only.css"; /**/
    
    
    /* ----------------------------------------
       TABS BELOW MAIN CONTENT (TABS ON BOTTOM)
       ----------------------------------------
      
       [!] not compatible to 'tabs toolbar - multiple tab lines' option
    */
    
    /* Use this when on Windows/Linux */
    /* @import "./css/tabs/tabs_below_main_content.css"; /**/
    
    /* Use this when on MacOS */
    /* @import "./css/tabs/tabs_below_main_content_macOS.css"; /**/

    Apologies on the Ah, yeah_ah I'm just frustrated is all.
      My Computers


  7. Posts : 23,605
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
    Thread Starter
       #327

    Anak said:
    Ah, yeah_ah, Which part of the code do I need to get to, to change it?

    This is from a working tabs below bookmarks toolbar FF 109.0 win10 OS; The non-workin' section is below it and marked in Bold. They both look the same to me.:



    Apologies on the Ah, yeah_ah I'm just frustrated is all.






    /* ======================================================================================
    TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content)
    ======================================================================================

    [!] only use one option at a time
    [!] only use BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT
    */


    /* ---------------------------------------------
    TABS BELOW TITLEBAR (Fx56-like tabs position)
    ---------------------------------------------
    */

    /* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/


    /* --------------------------------------------------------------
    TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP
    --------------------------------------------------------------

    [!] Note: only 'alt' works with multi-tab lines option.
    [!] Note: might require overriding url bars 'selection color' --> see corresponding area
    */

    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    /* MacOS */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_macOS.css"; /**/


    /* Alternative for multi-lined tabs (Glitches might occur with inactive menubar!)
    [!] use option below for multiple tab lines support
    */

    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/

    /* [!] no menubar when OS titlebar is active */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_force_hidden_menubar.css"; /**/


    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_macOS.css"; /**/

    /* Move tabs to a higher position
    [!] not compatible to 'tabs toolbar - multiple tab lines' option
    [!] only use one option at a time
    [!] EXPERIMENTAL
    */

    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only.css"; /**/


    /* ----------------------------------------
    TABS BELOW MAIN CONTENT (TABS ON BOTTOM)
    ----------------------------------------

    [!] not compatible to 'tabs toolbar - multiple tab lines' option
    */

    /* Use this when on Windows/Linux */
    /* @import "./css/tabs/tabs_below_main_content.css"; /**/

    /* Use this when on MacOS */
    /* @import "./css/tabs/tabs_below_main_content_macOS.css"; /**/


    This is from the non-working tabs below bookmarks toolbar FF 109.1 win11 OS: <----- HERE

    /* ======================================================================================
    TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content)
    ======================================================================================

    [!] only use one option at a time
    [!] only use BELOW TITLEBAR or BELOW NAVIGATION BAR or BELOW MAIN CONTENT
    */


    /* ---------------------------------------------
    TABS BELOW TITLEBAR (Fx56-like tabs position)
    ---------------------------------------------
    */

    /* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/


    /* --------------------------------------------------------------
    TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP
    --------------------------------------------------------------

    [!] Note: only 'alt' works with multi-tab lines option.
    [!] Note: might require overriding url bars 'selection color' --> see corresponding area
    */

    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    /* MacOS */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_macOS.css"; /**/


    /* Alternative for multi-lined tabs (Glitches might occur with inactive menubar!)
    [!] use option below for multiple tab lines support
    */

    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/

    /* [!] no menubar when OS titlebar is active */
    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_force_hidden_menubar.css"; /**/


    /* @import "./css/tabs/tabs_below_navigation_toolbar_alt_macOS.css"; /**/

    /* Move tabs to a higher position
    [!] not compatible to 'tabs toolbar - multiple tab lines' option
    [!] only use one option at a time
    [!] EXPERIMENTAL
    */

    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton.css"; /**/
    /* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only.css"; /**/


    /* ----------------------------------------
    TABS BELOW MAIN CONTENT (TABS ON BOTTOM)
    ----------------------------------------

    [!] not compatible to 'tabs toolbar - multiple tab lines' option
    */

    /* Use this when on Windows/Linux */
    /* @import "./css/tabs/tabs_below_main_content.css"; /**/

    /* Use this when on MacOS */
    /* @import "./css/tabs/tabs_below_main_content_macOS.css"; /**/

    You want the bolded line to NOT have the /*"space" before @import
    All other lines in that whole section should have the /*"space" before the @import


    If that doesn't work for you.... then you have something else going on, that I don't know about.

    Everything I've done to get Firefox to look like this...
    Is in the 1st post of this topic.

    Firefox... taming the beast part 2 !!-image1.png



    Currently, I'm on FF 109.0.1
    But it's "looked" like this since before FF89... etc.

    As I'm sure you're aware... I'm no Mozilla engineer.
    I'm just guess-tweaking like everyone else.
    Last edited by Ghot; 01 Feb 2023 at 15:47.
      My Computer


  8. Posts : 1,801
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #328

    I'm a bit slow right now bare with me.

    Working:
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    Non-working:
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    They're both the same. One works the other doesn't.

    Do you mean it should look like this?
    /* Windows/Linux */@import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    What does yours look like?
      My Computers


  9. Posts : 23,605
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
    Thread Starter
       #329

    Anak said:
    I'm a bit slow right now bare with me.

    Working:
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    Non-working:
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    They're both the same. One works the other doesn't.

    Do you mean it should look like this?
    /* Windows/Linux */@import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    What does yours look like?


    Tabs below address bar, Enabled...
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/


    Tabs below address bar, Disabled...
    /* Windows/Linux */
    /* @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/


    Mine looks like the top one.
    But... if either of the other two options are enabled... I don't know what the result will be.
    See post #320
      My Computer


  10. Posts : 1,801
    10 Home 64-bit | v22H2 | Build - 19045.3930
       #330

    Ghot said:
    Ghot said:
    Tabs below address bar, Enabled...
    /* Windows/Linux */
    @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/


    Tabs below address bar, Disabled...
    /* Windows/Linux */
    /* @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/

    Mine looks like the top one.
    But... if either of the other two options are enabled... I don't know what the result will be.
    See post #320
    So does mine.

    They're not.
    I checked #320 on the 11box and the one 'yes' is set like the above enabled sample.

    The two 'no's' are set like the above disabled sample.
      My Computers


 

  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 20:04.
Find Us




Windows 10 Forums