Resizing oversize window

From MozillaZine Knowledge Base
Revision as of 14:10, 18 June 2006 by Alice Wyman (talk | contribs) (changed instructions to use a smaller 640×480 resolution as some systems may still use VGA; added "bookmarklets" link)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Enable JavaScript. (Firefox: Tools -> Options -> Content -> Enable JavaScript; Mozilla Suite: Edit -> Preferences -> Advanced -> Scripts & Plug-ins -> Enable JavaScript for -> Navigator)
  • Make sure scripts can resize windows. (Firefox: Tools -> Options -> Content -> Advanced JavaScript settings. Mozilla Suite: Edit -> Preferences -> Advanced -> Scripts & Plug-ins).
  • Type: javascript:top.resizeTo(640,480) into the Location Bar and press Enter.

Note: If your screen resolution is 800 X 600 then you can use javascript:top.resizeTo(800,600) and for a 1024 X 768 screen resolution, you can use javascript:top.resizeTo(1024,768) instead of the above. Using the appropriate numbers inside the parentheses, separated by a comma, will reset the browser window to (almost) full screen.

You can also make a bookmarklet and place it on the Firefox Bookmarks Toolbar or the Mozilla Suite Personal Toolbar so you don't have to type it more than once (bookmarks that contain JavaScript content are called "bookmarklets").