Windows – How to resize the Safari browser window

safariwindows 7

I'm trying to resize my Safari browser to be a specific height/width. In Firefox I use the Web Developer Toolbar, and in IE I user their developer tools.

How do I do this in Safari? I've already enabled the developer tools, but I don't see a resize option.

Best Answer

You could do it with Javascript. Simply type something like this into the address bar.

javascript:self.resizeTo(800,600);

A couple of things though. This will resize the inner frame of the window, so the entire window including borders and toolbars will be larger. Also, this seems to work only on windows with a single tab, and I only tried it on a Mac, would think it behaves the same on other platforms thou.