Recommended Posts

Why can't I make the goddamn huge orange Firefox button into something that takes less space on my screen? :angry:

#appmenu-button {
  padding: 6px 8px !important;
  min-width: 0 !important;
}

#appmenu-button .button-text {   
  visibility: collapse !important;
}

#appmenu-button .button-menu-dropmarker { 
  margin: 0 !important; 
}

Putting this in userChrome.css gets rids of it completely:

#appmenu-button { display: none !important; }

To get its functions, press alt for the menu bar.

Not really a good long term option, tbh.

I've done similar to bogas04's code and reduced it to an icon (even though I have a wide screen, it still feels useful). My code is a little different though.

    #appmenu-button {
      padding: 2px 6px !important;
      min-width: 0 !important;
    }

    #appmenu-button .button-icon {
      list-style-image: url("chrome://branding/content/icon16.png");
    }

    #appmenu-button .button-text {
    visibility: collapse !important;
    }
    #appmenu-button .button-menu-dropmarker {
    margin: 0 !important;
    visibility: collapse !important;
    }

Any reason for that? Are some changes coming in that will make a difference?

I am wondering the same thing. If you ask me Mozilla should make the button movable, hideable, etc by default like Opera. Not trying to make this a argument though of which browser is better and so on. Just saying. Didn't even realize this was possible in Opera. It surprises me you can't do the same in Firefox without editing the userChrome.css or using a add-on. I finally realize what people have been talking about for so long. If you ask me if it wasn't for Firefox's free add-on system it would have no advantages. Now given that hopefully Mozilla makes this possible with the button in Firefox 4.1. I have faint they will.

Like I always said will always love Firefox and Opera the same that it is difficult to decide which one to use as my default at times. I basically go back and forth constantly.

Finally see why people asked Mozilla to include Thunderbird within Firefox too but hopefully that will never happen. Opera can somehow make their installer so small even with all the extra programs/features. No idea how but kudos to them! If it wasn't for them it wouldn't push Mozilla even more to create a better browser constantly!

New Download Manager TryBuilds are out!!

http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/paolo.mozmail%40amadzone.org-278e7fd33e27/

Its really fantastic to see its already implemented before FF4 (although it WONT be there in it,probably)

79941579.png

New Download Manager TryBuilds are out!!

http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/paolo.mozmail%40amadzone.org-278e7fd33e27/

Its really fantastic to see its already implemented before FF4 (although it WONT be there in it,probably)

79941579.png

it' so sad that ff4 won't be shipped with a proper download manager :(

it' so sad that ff4 won't be shipped with a proper download manager :(

i dont care , i would use nightlies what so ever :p Anyhow , there is a lot of pressure already , they cant get FF4 out properly, so its good to only hope that FF4 releases ASAP

FF4 is probably still a good 4-6 weeks away :sleep:

look at all the problems that still need fixing... https://bugzilla.mozilla.org/buglist.cgi?bug_id=556524,586314,589670,591687,593372,603793,604699,610526,613800,614347,616518,626016,626206,626602,626678,626909,627729,628651,628872,629227,629799,629909,630072,630690,630827,630835,630877,630932,630947,630957,631494,631733,632343,632379,632781,632844,632867,632923,632964,632969,633016,633383,633409,633511,633520,633622,633672

based on this i don't think they are rushing to get FF4 out the door because the number of bugs continues to go up. and on that list it needs to be zero before its released even.

New Download Manager TryBuilds are out!!

http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/paolo.mozmail%40amadzone.org-278e7fd33e27/

Its really fantastic to see its already implemented before FF4 (although it WONT be there in it,probably)

79941579.png

Oops lol when I quoted the post the screen wasn't there xD

Looking good!

Oops lol when I quoted the post the screen wasn't there xD

Looking good!

I hope it still allows for a separate window to be opened like the current download manager. I like the ability to close the main browser window and still have the ability to continue downloads.

I hope it still allows for a separate window to be opened like the current download manager. I like the ability to close the main browser window and still have the ability to continue downloads.

Yep same here. That is what I do with the default firefox download manager and DownThemAll sometimes. That is if I ever close my browser.

The only thing I hate about the default firefox download manager is if you don't let it open while downloading and close the main browser window your download stops or pauses.

FF4 is probably still a good 4-6 weeks away :sleep:

look at all the problems that still need fixing... https://bugzilla.mozilla.org/buglist.cgi?bug_id=556524,586314,589670,591687,593372,603793,604699,610526,613800,614347,616518,626016,626206,626602,626678,626909,627729,628651,628872,629227,629799,629909,630072,630690,630827,630835,630877,630932,630947,630957,631494,631733,632343,632379,632781,632844,632867,632923,632964,632969,633016,633383,633409,633511,633520,633622,633672

based on this i don't think they are rushing to get FF4 out the door because the number of bugs continues to go up. and on that list it needs to be zero before its released even.

Your continued bitching is :sleep: . Why don't you install the nightlies and try to do something like finding bugs and helping the developers?

New Download Manager TryBuilds are out!!

http://ftp.mozilla.org/pub/mozilla.org/firefox/tryserver-builds/paolo.mozmail%40amadzone.org-278e7fd33e27/

Its really fantastic to see its already implemented before FF4 (although it WONT be there in it,probably)

79941579.png

So, it won't make it to final? It would've been great if it did. but well... Firefox is getting polished really neatly and I can't complain.

What's wrong with the current one?

I've never had much of a problem with it, (Aside from Windows 7 requiring me to make 2 clicks to get to it every time now thanks to the icon grouping.) but apparently Mozilla thinks there's a few things that could be improved.

http://limi.net/articles/improving-download-behaviors-web-browsers/

Not really a good long term option, tbh.

I've done similar to bogas04's code and reduced it to an icon (even though I have a wide screen, it still feels useful). My code is a little different though.

    #appmenu-button {
      padding: 2px 6px !important;
      min-width: 0 !important;
    }

    #appmenu-button .button-icon {
      list-style-image: url("chrome://branding/content/icon16.png");
    }

    #appmenu-button .button-text {
    visibility: collapse !important;
    }
    #appmenu-button .button-menu-dropmarker {
    margin: 0 !important;
    visibility: collapse !important;
    }

I really like that a lot, but could someone give me the CSS to recolour the button? I've been digging through the CSS files and had no success.

Edit: And if anyone has a simple fix for making the minimize, maximize, and exit buttons translucent, that would be awesome, too.

Any reason for that? Are some changes coming in that will make a difference?

Nothing very specific, just that relying on the menu bar instead of the Firefox button isn't always going to work as the button is generally the thing superseding the menu bar.

Is there a way for firefox to open 'restore previous session' on the current window? I'm using ff4beta11.

What do you mean exactly? When you close and reopen the window, the default is that it'll open the set of tabs from last time - controlled by the Startup option on the General tab of Options. Otherwise, you have the restore tabs and restore windows options in the history menu?

What do you mean exactly? When you close and reopen the window, the default is that it'll open the set of tabs from last time - controlled by the Startup option on the General tab of Options. Otherwise, you have the restore tabs and restore windows options in the history menu?

He wants to restore the previous session in the same windows from the 'restore previous session' in the 'about:home' page

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Thanks for the advice guys, I'll give my current GPU a clean and then run the benchmarks to see how similar it is. Hopefully a bit of a clean-out will help it last a bit longer.
    • Pretty sure those will still be in this game. The series' well-explored psychosis themes will return as well.
    • "performance issues? what performance issues?!"
    • Microsoft making much needed change to Windows 11, 10 Patch Tuesday security updates by Sayan Sen Recently, Microsoft delivered its latest Defender patches for Windows 11 ISOs. These definitions are released from time to time alongside the general security updates available during Patch Tuesday. Speaking of Defender, the company has now announced another important change that affects how security updates are delivered to enterprise devices running Windows. According to a recent announcement, Microsoft Defender for Endpoint's endpoint detection and response (EDR) updates will no longer be bundled with the monthly Windows security updates or Patch Tuesdays. Instead the company is shifting delivery of these updates to Microsoft Update, bringing EDR servicing in line with several other Microsoft Defender components. If you recall, Microsoft last year moved PowerShell updates to Microsoft Update (MU) as well since it provides automatic updates for Microsoft products and services. Thus the move is intended to allow Microsoft to deliver EDR improvements and security enhancements independently of the OS's regular monthly update cycle; this should enable faster deployment of protection updates without requiring organizations to wait for the next Patch release. For those unfamiliar, Microsoft Defender for Endpoint's EDR capabilities are designed to help organizations detect, investigate, and respond to advanced threats across managed devices. Keeping these components updated is critical for maintaining protection against evolving attack techniques. The rollout has already began for Windows 10 devices in late May 2026 (last month) and Microsoft says it will gradually expand support to Windows 11 and the remaining supported Windows versions over the coming months. The company expects deployment across Windows 10 and Windows 11 to be completed by fall 2026 or around Q3 of this year. Once the transition is complete, EDR updates will be delivered through Microsoft Update using KB5005292, provided the required prerequisite updates have already been installed. Microsoft is also introducing a new Defender Update Service as part of the change. Following installation of the first update, devices will automatically create a new directory located at %ProgramData%\Microsoft\Microsoft Defender\Defender Update. Microsoft notes that restarts may occasionally be necessary in case of "rare" failure scenarios. For most organizations, the tech giant says no action will be required as long as Microsoft Update is already permitted within their update management strategy. Admins who rely on manually deployed update packages, however, will need to adjust their processes to ensure the new Defender update package is included. Microsoft also recommends reviewing internal documentation and notifying helpdesk and security operations teams about the updated delivery mechanism to avoid confusion during the transition. As a prerequisite, the tech giant notes that systems must be running Sense version 10.8798.25857.1000 or later and have one of the following Windows updates (or later) installed: Win11 24H2 KB5062660 (2025-07 Cumulative Update Preview) Win11 23H2 KB5062663 (2025-07 Cumulative Update Preview) Win11 22H2 KB5062663 (2025-07 Cumulative Update Preview) Win10 22H2 KB5062649 (2025-07 Cumulative Update Preview) Win10 1809 KB5063877 (2025-08 Cumulative Update) Server 2019 KB5063877 (2025-08 Cumulative Update) Server 2022 KB5063880 (2025-08 Cumulative Update) Server 2025 KB5063878 (2025-08 Cumulative Update) As always, organizations should verify that their update policies align with the new servicing approach before the broader rollout reaches all supported Windows platforms later this year. In case of major problems, the EDR update can be rolled back to the inbox version stored in %ProgramFiles%\\Windows Defender Advanced Threat Protection (ATP) using: MpCmdRun.exe -RevertMde -Product Edr -ToVersion Inbox For those who have access to the Microsoft 365 Admin Center portal, you can view the message here under ID MC1381119.
    • My problem with these smart scopes is that IMO they're not really an entrance into astronomy, they're an entrance to looking at pretty(ish) pictures that you take by essentially pressing a button and letting the scope do the work. I still maintain that getting some binoculars or a solid dedicated telescope (which doesn't have to mean expensive) and actually spending time learning the night sky and using a telescope is a much better way to actually learn. But, granted, the learning curve is a bit steeper (as it tends to be).
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      73
    4. 4
      +Edouard
      69
    5. 5
      neufuse
      68
  • Tell a friend

    Love Neowin? Tell a friend!