Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add a quick-access Google Related shortcut to Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add a quick-access Google Related shortcut to Safari
Authored by: bluehz on Feb 21, '03 02:15:26AM
I use this to full-screen safari window. Got tired of that dang crashing APE crap (ala FullScreenSafari).

javascript:moveTo(0,0);resizeTo(1147,825)

Change the 1147,825 above to your screen size/resolution or to whatever you want it to zoom to.

Just create bookmark with that as the url, and move it into the farthest position to the left on the bookmarks bar and you can then go fullscreen with cmd+1

 



[ Reply to This | # ]

Add a quick-access Google Related shortcut to Safari
Authored by: mbotta on Feb 25, '03 02:28:31PM

Is it possible in Javascript to have a separate window containing this page?

And considering v0.62 of Safari adds tabs, would it be possible to have a separate tab, behind the current tab, containing this page?

Thanks,

mbotta



[ Reply to This | # ]
Add a quick-access Google Related shortcut to Safari
Authored by: Brontojoris on Apr 29, '03 02:11:41AM

Not sure where I found this, but it doesn't require any modification:

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

As a bonus, it works with the dock up or down.

You can also do nifty thinks like:
javascript:self.resizeTo(780,screen.availHeight);

This just makes a tall browser window that is wide enough for most sites such as MacOSXhints.

Finally, here is a mail this page link to put in safari's bookmarks bar:
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href)



[ Reply to This | # ]