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


Click here to return to the 'Create a Mac-friendly Firefox window resize bookmark' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a Mac-friendly Firefox window resize bookmark
Authored by: hedbngr on Dec 02, '08 11:58:35AM
Picked up this javascript from here. It expands Safari just like clicking the green button in Firefox.

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

[ Reply to This | # ]