[help] Making Safari Full Screen

How can I put Safari in full-screen mode?

#186181

First,type the following Javascript into safari address bar,with no spaces:

java script:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

Press Return(enter)and Safari should expand to full screen.Next,drag the blue globe icon in ther address bar to the bookmarks bar below it.Rename the bookmark Full Screen in the dialog that appears,and click OK. Next time you want to expand Safari window to full screen,just click the Full Screen bookmark.To get back to a smaller window,click the green widget in the window's title bar.

#186182

Why would you possibly want a "full screen"? That's such a waste of space.

If you're looking for a pure-webpage screen ("Kiosk mode" I believe that is called), there are plenty of good Apps out there. Just make sure they use the WebKit framework so they render nice (and pretty speedy too).

#186223