How to Obtain a Full Screen Window on a Web Browser
Running your browser in full-screen mode is a great way to save screen-space and operate in an uncluttered environment. Modern browsers can enable full-screen mode with a simple hot-key press.
Instructions
-
PC Browsers
-
1
Identify which browser you are using. Popular browsers include Microsoft's Internet Explorer, Mozilla's Firefox and Opera Software's Opera.
-
2
Press F11 in your browser to enable full screen mode.
-
-
3
Alternatively, you may go to the "view" menu and select "Full Screen" mode.
Mac Browsers
-
4
Command+click on the Safari icon and select "Show Contents."
-
5
Click "Add Item" and add a string that sasy "application UI presentation mode" and set its value to"all suppressed."
-
6
Add a bookmarklet with this Javascript javascript:self.resizeTo(screen.availWidth,screen.availHeight). This will be your "zooming" bookmarklet and you can title it as such.
-
7
Add another bookmarklet with this Javascript: javascript:self.resizeTo(900,600);window.moveTo(200,200). This will be your "re-sizing" bookmarklet and you can title it as such.
-
1
Tips & Warnings
If you are using dual monitors, you can run a full-screen window in one monitor and a regular window in another.
Full-screen mode is a great way to maximize screen space on smaller netbooks.
Some Firefox and Opera extensions and themes will not run in full-screen mode. Consult the documentation for details.
Full-screen mode is excellent for running presentations on a projector, as it hides your taskbar.