Mozilla Firefox, new releases, Add-Ons, tips for customisation Part 2

Discussion in 'General Software and Applications' started by vbetts, Sep 24, 2018.

  1. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    why are you linking build to FF that not even from Mozilla that link is very sketchy looking to me Mozilla has it own night link for build and it isnt that.
     
  2. maur0

    maur0 Master Guru

    Messages:
    943
    Likes Received:
    97
    GPU:
    point of view gtx 570 1gb
    it is unofficial version of firefox appears night version but it is the normal version
     
  3. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    so like cyberfox? I thought done away with all them unoffical builds?
     
  4. maur0

    maur0 Master Guru

    Messages:
    943
    Likes Received:
    97
    GPU:
    point of view gtx 570 1gb
    exact but cyberfox author uses an old ESR version of tete he got firefox 89.0.1 final source code applied some patches he thinks gives better performance and compiled
     

  5. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    Last edited: Jun 23, 2021
  6. EdKiefer

    EdKiefer Ancient Guru

    Messages:
    3,140
    Likes Received:
    395
    GPU:
    ASUS TUF 3060ti
  7. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    9x.0 already didnt 89.x just come out month or 2 ago
     
  8. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    Yep, month and few days ago, FF 89.0 oficially got released on 01. June 2021 (as always downloads via official FTP are available day or two earlier).

    Everything about FF releases is going by the schedule:
    https://wiki.mozilla.org/Release_Management/Calendar
     
  9. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    if only that release schedule actual had update made FF faster, most updates there days are just "feature" updates i dont care for like windows haha
     
  10. EdKiefer

    EdKiefer Ancient Guru

    Messages:
    3,140
    Likes Received:
    395
    GPU:
    ASUS TUF 3060ti

  11. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    wonder if will fix the odd issue i been have with FF since 9x.
     
  12. alanm

    alanm Ancient Guru

    Messages:
    12,273
    Likes Received:
    4,477
    GPU:
    RTX 4080
    91 has double spaced context menu and cannot be fixed with about config option. Previously you could fix this with browser.proton.contextmenus.enabled = false

    Have reverted to 90.02 and disabled updates.
     
  13. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    My context menu look like normal still then again i been use custom CSS revert all the "menu bar" paddings
     
  14. alanm

    alanm Ancient Guru

    Messages:
    12,273
    Likes Received:
    4,477
    GPU:
    RTX 4080
    It is not an issue with menus that have few entries. It becomes an issue when you go into bookmark folders with many links.

    FF 91 small context menu, looks fine:
    https://u.cubeupload.com/taco/ffcontextmenu2.png

    But when many entries (like bookmarks), you have to scroll thru it:
    https://u.cubeupload.com/taco/FFcontextmenu.png

    FF 90 with Proton UI disabled. Nice and tidy:
    https://u.cubeupload.com/taco/FFCM3.png
     
  15. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    yah that padding seeing bookmark padding looked like in menubar popups, it why i made custom userChrome.css to fix the padding in menubar popups, I am sure the custom CSS can fix that that.
    If you ask around on Firefox reddit sure you will get help my CSS only covers the Menubar

    Code:
    menupopup > menuitem,
    menupopup > menu {
      padding-block: 3px !important;
      }
    
    There was more to css code i was using above was only thing need to fix it seeing i codes for submenus and tabs and everything else. show them the picture you show me but that padding you see eactual that padding i see the menubar pop with my edits.

    I also read at some point they where gona disable protonui from being disabled which why i went userChrome.css route
     

  16. RealNC

    RealNC Ancient Guru

    Messages:
    5,100
    Likes Received:
    3,377
    GPU:
    4070 Ti Super
    PSA: if you updated firefox recently and found that your scroll speed when using the scroll wheel is crap and confusing and not what it was before, set "mousewheel.system_scroll_override.enabled" to "false" in "about:config".

    It was driving me nuts.
     
  17. alanm

    alanm Ancient Guru

    Messages:
    12,273
    Likes Received:
    4,477
    GPU:
    RTX 4080
    Fixed with similar css code:

    Code:
    menupopup > menuitem, menupopup > menu {
      padding-block: 3px !important;
    }
    :root {
      --arrowpanel-menuitem-padding: 3px 6px !important;
    }
    I used 2px. And yes as of 91 proton ui cannot be disabled in about config.
     
  18. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    yah thats why went with css code instead of disabling proton ui i like the ui just not default padding size, not sure what i do if ff disables css edits though
     
  19. EdKiefer

    EdKiefer Ancient Guru

    Messages:
    3,140
    Likes Received:
    395
    GPU:
    ASUS TUF 3060ti
  20. EdKiefer

    EdKiefer Ancient Guru

    Messages:
    3,140
    Likes Received:
    395
    GPU:
    ASUS TUF 3060ti

Share This Page