Possible Duplicate:
Seems like both Firefox and Safari on Mac cannot show the webpage in a full screen mode?

I need help, how do I get Safari browser into full screen mode? Do I need to download some extensions? Where?

link|improve this question
feedback

migrated from stackoverflow.com May 27 '11 at 18:17

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by slhck, Sathya May 28 '11 at 13:04

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

  1. Wait a few months for 10.7
  2. Megazoomer - SIMBL plugin that adds (actual) full screen to most applications
  3. Glims or Saft - Safari plugins with tons of features
  4. defaults write /Applications/Safari.app/Contents/Info LSUIPresentationMode -int 4 and How to re-sign Apple's applications once they've been modified - MacNN Forums. That'll just turn menu bar and Dock hiding on whenever Safari is active.
link|improve this answer
feedback