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


Click here to return to the 'or much shorter versions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
or much shorter versions
Authored by: maczac on Jan 29, '04 02:10:28PM
Full height of screen (any monitor)

javascript:self.moveTo(40,0);self.resizeTo(860,screen.availHeight);
Full screen (any monitor)-->

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

---
Chris

[ Reply to This | # ]

or much shorter versions
Authored by: theocrates on Jan 29, '04 07:09:35PM

Love this resizing bookmarklet! One question, though: what value(s) would I alter if I didn't want to line up the browser exactly at the left or right edges?

I ask because I have my Dock on the left-hand side, and I'd like the browser to resize just past the Dock, not underneath it.



[ Reply to This | # ]
or much shorter versions
Authored by: CkB_Cowboy on Feb 03, '04 10:32:35AM
First, make sure you are using the latest version from my site (http://cowboyscripts.org/) .. once you've generated the one you want, bookmark it and then edit the bookmark.

Find the part that says b%2?0 and change the 0 to something more suitable, like 40.

That should do the trick!

- Cowboy

---
My ill-matic homepage:
http://rj3.net/cowboy/

[ Reply to This | # ]

or much shorter versions
Authored by: kd8cyb on Mar 25, '08 07:57:26PM
In Safari 3.1
javascript:self.moveTo(0,0);self.resizeTo(screen.width,screen.height);
or
javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);
leave a gap of 4 pixels from wherever the Dock is positioned. Is there a away around this?

[ Reply to This | # ]