Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created October 10, 2010 20:02
Show Gist options
  • Save juanghurtado/619518 to your computer and use it in GitHub Desktop.
Save juanghurtado/619518 to your computer and use it in GitHub Desktop.
// 800x600
javascript:self.resizeTo(800,600);self.moveTo((screen.availWidth-800)/2,(screen.availHeight-600)/2);
// 1024x768
javascript:self.resizeTo(1024,768);self.moveTo((screen.availWidth-1024)/2,(screen.availWidth-768)/2);
// 1280x800
javascript:self.resizeTo(1280,800);self.moveTo((screen.availWidth-1280)/2,(screen.availWidth-800)/2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment