Skip to content

Instantly share code, notes, and snippets.

@davidhemphill
Created April 5, 2010 20:40
Show Gist options
  • Save davidhemphill/356850 to your computer and use it in GitHub Desktop.
Save davidhemphill/356850 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name iPad Gmail fix
// @namespace http://fluidapp.com
// @description Resizes the window to iPad specs
// @include *
// @author David Hemphill
// ==/UserScript==
(function () {
if (window.fluid) {
window.resizeTo(1024,713);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment