Full Screen Firefox and Safari on OS X

Filed Under Apple, Apple - Good, Apple - Solution, Geek, Internet, OS X, Software, Tools

Maxmize to full screen on OS X

Anyone that has talked to me about what I don’t like about OS X has heard me complain about the inability to maximize an application to take up the entire screen in one easy step. Sure you can drag the corner out, but that’s an annoying “work-around” in my opinion. But thanks to Todd Dailey I have a more acceptable work-around for Firefox and Safari at least.

All you do is add a Bookmark to the Bookmark Toolbar (commonly called a Bookmarklet) that has this snippet of JavaScript instead of the URL that normally goes there:
javascript:window.resizeTo(1440,900);

Of course you’ll want to set the values to the same size as your screen resolution. You can check your screen resolution in System Preferences -> Display. And on Safari you can make it even simpler if you make this bookmarklet the first one in the list. Then you can just hit Command+1 and have a full screen web browser instantly.

This is also handy for web developers on all platforms. Want to see what your site looks like at 800×600, 1024×768, etc.? Make a toolbar button for each resolution! Quick and easy site previews while you’re working on pages.


Comments

4 Responses to “Full Screen Firefox and Safari on OS X”

  1. Aaron on April 11th, 2008 8:56 pm

    Well, on a multi-tasking OS, why would you need the window bigger than it needs to be? What are you doing with all the whitespace in the window?

    ;-)

    Safari’s great because when you maximize the window, it goes to a maximum width of the website. Smart, IMHO.

  2. AcidAngel on April 11th, 2008 9:04 pm

    safari eats shit why even run that pos browser :)

  3. Ed Hunsinger on April 11th, 2008 9:05 pm

    Personally I find myself wanting to block out other stuff when I want to focus on something on the web. For those times when multi-tasking is actually decreasing productivity. Just a different approach to a working environment.

    I also don’t like this default behavior as it behaves differently than I feel it should for some sites. For example, on GMail, Firefox only expands to the maximum height but not width, even though GMail will scale itself to the full size of the window.

  4. Todd Dailey on April 11th, 2008 9:22 pm

    Aw man, I’M FAMOUS. :)

Leave a Reply