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


Awesome! | 17 comments | Create New Account
Click here to return to the 'Awesome!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Awesome!
Authored by: grrl_geek on Aug 31, '05 12:27:07PM
Thanks so much for that bookmarklet. It works in Firefox, too.

I changed the sizes so browser windows are resized to 800x600:
javascript:function%20rsz(s,i,w,h,m){if(i.screenX0||i.outerWidth%3Ew||i.outerHeight%3Eh){s.moveTo(0,0);s.resizeTo(w,h)};if(m){s.moveTo(m==1?0:screen.availWidth-w,0);};s.resizeTo(w,h);};rsz(self,window,800,600,1);
because due to my iBook's low screen resolution, the edges of browser windows would tend to drift off the screen, making it impossible to move or resize them. This pops the window back.

[ Reply to This | # ]