Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Books
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Add to Technorati Favorites

Subscribe to Google Chrome Browser by e-mail

Delivered by FeedBurner

Syndicate

Syndicate content

User login

Login/Register
What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Tag Cloud

Beta updates browser browsers browsing chrome chrome extensions Chrome OS chromium Dev updates Downloads extension extensions feed Firefox Google google chrome googlechrome Linux News opera release safari security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    Make Firefox 4's UI slimmer than Google Chrome - no add-ons required!

    • View
    • Track
    Submitted by admin on Mon, 07/19/2010 - 10:00
    • chrome
    • customize
    • firefox 4
    • Firefox4
    • minimal
    • small
    • thin
    • userchrome

     

    Since the release of the Firefox 4 beta, I've been happily using it as my default Web browser once again. Google Chrome had been my primary browser for quite some time, but Firefox 4's improved speed and the fact that it can do three things I've wished Chrome could do for ages have won me back.

    The three things? A real download manager (plus great add-on options like DownThemAll and Automatic Save Folder), being able to right click an image and set it as my wallpaper, and the euphoria-inducing ability to copy and paste in our CMS once more (with Chrome, you have to right click, paste, paste into a pop-up window, then click OK -- it's a security thing, supposedly, but rather cumbersome).

    One thing I don't like about Firefox 4 is that big, orange button and all the wasted space it creates along the top. I like Chrome's minimalist UI -- and with Firefox's awesome array of customization options it's easy enough to mimic without a theme or addon!

    All I did was add a few lines to my userchrome.css -- using Sebastian's ugly button removal code as a starting point. Here's my code:

     
    #appmenu-button-container {
    width: 92px;
    position: fixed !important;
    }
    #appmenu-button {
    padding: 3px 8px 3px 8px !important;
    margin-top:0px !important;
    background-color: rgba(200, 200, 200, 0.4) !important;
    }
    #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-left: 95px !important;
    }
    #navigator-toolbox[tabsontop="true"] #TabsToolbar {
    padding-left: 98px !important;
    padding-top:1px !important;
    padding-right:98px !important;
    }

    .tabbrowser-tab {
    height: 20px !important;
    padding-right: 4px !important;
    }
    .tabbrowser-strip {
    height: 20px !important;
    }

    Basically, I've trimmed a few pixels here and there and made two adjustments via customize > toolbar layout. To the right side of the tab bar, I added a flexible space -- to keep the Windows minimize/restore/close buttons from overlapping any of Firefox's UI elements.

    Got your own clever userchrome hacks? Share 'em in the comments, we'd love to see them!

     

    Make Firefox 4's UI slimmer than Google Chrome - no add-ons required! originally appeared on Download Squad on Mon, 19 Jul 2010 10:00:00 EST.

    Your rating: None Average: 3 (1 vote)
    • 356 reads
    • Feed: Download Squad
    • Original article

    Post new comment

    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.
    • E-Mail addresses are hidden with reCAPTCHA Mailhide.
    • You may insert videos with [video:URL]

    More information about formatting options

    CAPTCHA
    This question is for testing whether you are a human visitor and to prevent automated spam submissions.

    Google Chrome Browser is a community site for users and developers of the Google Chrome browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.