Turns any webpage into a mobile web app:
Step 1) Copy this javascript
javascript:d=document;m=document.createElement('meta');m.setAttribute('name','apple-mobile-web-app-capable');m.setAttribute('content','yes');d.getElementsByTagName('head')[0].appendChild(m);
Step 2) Go to the mobile app you want to use (e.g. mail.google.com on your iphone/ipad)
Step 3) Clear the location field in the browser and paste the code you copied and hit "GO"